@charset "utf-8";

/* Tech : start */

.thinq-tech-container { position: relative;  display: block; }
.thinq-tech-container img { max-width: 100%; width: 100%; }


/* common - textarea - txt style */
.ver-us .text-area .txt1 { line-height: 72px; font-size: 64px; }
.ver-us .text-area .txt2 { line-height: 28px; font-size: 22px; /* font-family: 'LG Smart Light'; */ font-weight: 300; }

/* textarea : animmation */
.text-area { /*opacity: 0;*/ }
.text-area.ani { animation: opacity 1s forwards ease-out, slideUp 1s forwards ease-out; }

@keyframes opacity {    
    0% { }
    100% { opacity: 1; }
}
@keyframes slideUp {
    0% { transform: translateY(50px); }
    100% { transform: translateY(0); }
}



/* Media Screen : tablet - standard 1344 of percentage . unit - vw */
/* Media Screen : Mobile - standard 375 of percentage . unit - vw */

/* Media Screen : tablet */
@media screen and (max-width: 1344px) {
    /* common - textarea - txt style */
    .ver-us .text-area .txt1 { line-height: 5.3572vw; font-size: 4.762vw; }
    .ver-us .text-area .txt2 { line-height: 2.0834vw; font-size: 1.637vw;}
    
}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {
    /* common - textarea - txt style */
    .ver-us .text-area .txt1 { line-height: 8vw; font-size: 8vw; }
    .ver-us .text-area .txt2 { line-height: 6.4vw; font-size: 4.8vw; }
    
}


/* Hero KV */
.ver-us .thinq-tech-hero-kv-wrapper { position: relative; min-height: 1000px; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-hero-kv-bg.png') no-repeat center top; background-size: cover; }
.ver-us .thinq-tech-hero-kv-wrapper .hero-kv-inner { position: relative; width: 1344px; margin: 0 auto; }

.ver-us .thinq-tech-hero-kv-wrapper .text-area { position: relative; padding: 252px 0 0 0;  color: #fff; word-break: keep-all; z-index: 4; opacity: 0; }
.ver-us .thinq-tech-hero-kv-wrapper .text-area .txt1 { width: 800px; line-height: 1.1; font-size: 144px; /* font-family: 'LG Smart Light'; */ font-weight: 300; }
.ver-us .thinq-tech-hero-kv-wrapper .text-area .txt2 { width: 389px; padding-top: 30px; }

.ver-us .thinq-tech-hero-kv-wrapper .top-image { position: absolute; right: 0; top: 448px; width: 391px; z-index: 3; box-shadow: -124px 44px 140px 0px #666E7B59; opacity: 0; }
.ver-us .thinq-tech-hero-kv-wrapper .bottom-image { position: absolute; right: 206px; top: 140px; width: 530px; z-index: 2; opacity: 0; }

.thinq-tech-hero-kv-wrapper .scroll { font-size: 16px; color: #fff; line-height: 1.5em; /*font-family: "LG Smart SemiBold",sans-serif;*/ font-weight: 600; position: absolute; bottom: 47px; left: 50%; z-index: 10; cursor: pointer; transform: translateX(-50%); opacity: 0; transition: opacity 0.6s; transition-delay: 1s }
.thinq-tech-hero-kv-wrapper .scroll:after { content: ''; display: block; width: 18px; height: 10px; background: url(/ru/lg-thinq/resource/images/landing/lg-thinq-main-hero-kv-smart-home-appliance-scroll-icon-w.png) no-repeat center center; margin: 8px auto 0; transform: translateY(-10px); opacity: 0; transition: transform 0.6s, opacity 0.6s; transition-delay: 1.2s }

.thinq-tech-hero-kv-wrapper.animation .scroll { opacity: 1 }
.thinq-tech-hero-kv-wrapper.animation .scroll:after { transform: translateY(0); opacity: 1; }

.ver-us .thinq-tech-hero-kv-wrapper .scroll-to-explore { position: relative; padding: 50px 0 30px; text-align: center; font-size: 16px; color: #fff; /* font-family: 'LG Smart SemiBold'; */ font-weight: 600; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-hero-kv-down-icon.svg') no-repeat center bottom; background-size: 16px auto; /*opacity: 0;*/ cursor: pointer; }

/* Hero KV : animation */
.ver-us .thinq-tech-hero-kv-wrapper.animation .scroll-to-explore { animation: opacity 1s 1s forwards ease-out, slideUp 1s 1s forwards ease-out, background 1s 1.2s infinite ease-out; z-index: 5; }
@keyframes background {
    0%, 100% {
        background-position-y: 90%;
    }
    50% {        
        background-position-y: 100%;
    }
}
.ver-us .thinq-tech-hero-kv-wrapper.animation .bottom-image { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }
.ver-us .thinq-tech-hero-kv-wrapper.animation .top-image { animation: opacity 1s .8s forwards ease-out, slideUp 1s .8s forwards ease-out; }


/* Media Screen : tablet */
@media screen and (max-width: 1344px) {
    /* Hero KV */    
    .ver-us .thinq-tech-hero-kv-wrapper { min-height: 74.4048vw; }    
    .ver-us .thinq-tech-hero-kv-wrapper .hero-kv-inner { width: 100%; }
    .ver-us .thinq-tech-hero-kv-wrapper .text-area { padding: 18.75vw 35vw 0 3.7203vw; }
    .ver-us .thinq-tech-hero-kv-wrapper .text-area .txt1 { width: auto; line-height: 1.1; font-size: 10.7143vw; }
    .ver-us .thinq-tech-hero-kv-wrapper .text-area .txt2 { width: 28.9435vw; padding-top: 0.2233vw; }
    
    .ver-us .thinq-tech-hero-kv-wrapper .top-image { top: 33.3334vw; width: 29.0923vw; }
    .ver-us .thinq-tech-hero-kv-wrapper .bottom-image { right: 15.3274vw; top: 10.4167vw; width: 39.4346vw; z-index: 2; }
    
	.thinq-tech-hero-kv-wrapper .scroll { font-size: 1.6vw; }
    .ver-us .thinq-tech-hero-kv-wrapper .scroll-to-explore { padding: 5.9524vw 0 2.2322vw; text-align: center; font-size: 1.1905vw; background-size: 1.1905vw auto; }
}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {
    /* Hero KV */
    .ver-us .thinq-tech-hero-kv-wrapper { position: relative; min-height: 200.5334vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-hero-kv-bg.png') no-repeat center top; background-size: cover; }
    
    .ver-us .thinq-tech-hero-kv-wrapper .text-area { position: relative; padding: 26.6667vw 6.4vw 0;  }
    .ver-us .thinq-tech-hero-kv-wrapper .text-area .txt1 { width: auto; line-height: 1.1; font-size: 14vw; }
    .ver-us .thinq-tech-hero-kv-wrapper .text-area .txt2 { width: auto; padding-top: 4.2667vw;}
    
    .ver-us .thinq-tech-hero-kv-wrapper .top-image { display: none; }
    .ver-us .thinq-tech-hero-kv-wrapper .bottom-image { position: absolute; right: 6.1334vw; top: 118.4vw; width: 87.7334vw; z-index: 1; }
    .ver-us .thinq-tech-hero-kv-wrapper .bottom-image > img { width: 100%; }
    
	.thinq-tech-hero-kv-wrapper .scroll { font-size: 2.6vw; }
    .ver-us .thinq-tech-hero-kv-wrapper .scroll-to-explore { position: relative; padding: 76.8vw 0 8vw; text-align: center; font-size: 3.9vw; background-size: 4.2667vw auto; z-index: 2; }
    
    @keyframes background {
        0%, 100% {
            background-position-y: 95%;
        }
        50% {        
            background-position-y: 100%;
        }
    }
}
/* Media Screen : Mobile */
@media screen and (max-width:480px) {
	.thinq-tech-hero-kv-wrapper .scroll { font-size: 3.9vw; }
}


/* AI */
.ver-us .thinq-tech-ai { position: relative; padding-bottom: 538px; background: #F5F5F5; z-index: 1; }

.ver-us .thinq-tech-ai .text-area { padding: 120px 0 0; color: #1B2126; text-align: center; }
.ver-us .thinq-tech-ai .text-area .txt2 { display: inline-block; width: 500px; padding-top: 32px; }

.ver-us .thinq-tech-ai .ai-visual-area { position: relative; height: 850px; margin: 0 0 120px; word-break: keep-all; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-bg.png') no-repeat 50% 50%; }
.ver-us .thinq-tech-ai .ai-visual-area .center-bubble { position: absolute; left: 50%; top: 198px; width: 320px; height: 320px; border-radius: 99em; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-description-center.png') no-repeat left top; background-size: 100% auto; box-sizing: border-box; transform: translateX(-50%); z-index: 4; }
.ver-us .thinq-tech-ai .ai-visual-area .center-bubble .txt { position: absolute; left: 50%; top: 50%; width: 260px; line-height: 55px; font-size: 40px; color: #1B2126; text-align: center; transform: translate(-50%, -50%); z-index: 5; }

.ver-us .thinq-tech-ai .ai-visual-area .bubble { position: absolute; left: 50%; font-size: 18px; /* font-family: 'LG Smart SemiBold'; */ font-weight: 600; color: #1B2126; text-align: center; z-index: 3; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble .bub { margin: 0 auto; overflow: hidden; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble .txt { margin-top: 20px; line-height: 1.1; }

.ver-us .thinq-tech-ai .ai-visual-area .bubble1 { margin-left: -632px; top: 40px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble1 .bub { width: 256px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble1 .txt { width: 280px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble2 {margin-left: 152px;top: 40px;}
.ver-us .thinq-tech-ai .ai-visual-area .bubble2 .bub { width: 179px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble2 .txt { width: 320px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble3 { margin-left: -490px; top: 400px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble3 .bub { width: 256px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble3 .txt { width: 380px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble4 {margin-left: -21px;top: 495px;}
.ver-us .thinq-tech-ai .ai-visual-area .bubble4 .bub { width: 179px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble4 .txt { width: 380px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble5 {margin-left: 300px;top: 318px;}
.ver-us .thinq-tech-ai .ai-visual-area .bubble5 .bub { width: 256px; }
.ver-us .thinq-tech-ai .ai-visual-area .bubble5 .txt { width: 320px; }

.ver-us .thinq-tech-ai .ai-visual-area .orb { position: absolute; left: 50%; z-index: 2; }
.ver-us .thinq-tech-ai .ai-visual-area .orb1 { margin-left: -688px; top: 175px; }
.ver-us .thinq-tech-ai .ai-visual-area .orb2 { margin-left: -305px; top: 125px; }
.ver-us .thinq-tech-ai .ai-visual-area .orb3 { margin-left: -544px; top: 575px; }
.ver-us .thinq-tech-ai .ai-visual-area .orb4 { margin-left: 302px; top: 484px; }
.ver-us .thinq-tech-ai .ai-visual-area .orb5 { margin-left: 629px; top: 330px; }

.ver-us .thinq-tech-ai .ai-visual-area .vector { position: absolute; left: 50%; z-index: 2; }
.ver-us .thinq-tech-ai .ai-visual-area .vector1 { margin-left: -380px; top: 222px; }
.ver-us .thinq-tech-ai .ai-visual-area .vector2 {margin-left: 120px;top: 175px;}
.ver-us .thinq-tech-ai .ai-visual-area .vector3 {margin-left: -185px;top: 460px;}
.ver-us .thinq-tech-ai .ai-visual-area .vector4 {margin-left: 65px;top: 500px;}
.ver-us .thinq-tech-ai .ai-visual-area .vector5 {margin-left: 130px;top: 435px;}

/* AI - animation */
.ver-us .thinq-tech-ai.animation .bubble1 { animation: bubble1 5s 3 linear; }
.ver-us .thinq-tech-ai.animation .bubble2 { animation: bubble2 5s 0.25s 3 linear; }
.ver-us .thinq-tech-ai.animation .bubble3 { animation: bubble3 5s 0.5s 3 linear; }
.ver-us .thinq-tech-ai.animation .bubble4 { animation: bubble4 5s 0.75s 3 linear; }
.ver-us .thinq-tech-ai.animation .bubble5 { animation: bubble5 5s 1s 3 linear; }

.ver-us .thinq-tech-ai.animation .ai-visual-area .vector1 { animation: vector-rotate 5s 3 linear; transform-origin: right bottom; }
.ver-us .thinq-tech-ai.animation .ai-visual-area .vector2 { animation: vector-rotate-reverse 5s 0.25s 3 linear; transform-origin: left bottom; }
.ver-us .thinq-tech-ai.animation .ai-visual-area .vector3 { animation: vector-rotate 5s 0.5s 3 linear; transform-origin: right top; }
.ver-us .thinq-tech-ai.animation .ai-visual-area .vector4 { animation: vector-rotate-reverse 5s 0.75s 3 linear; transform-origin: left top; }
.ver-us .thinq-tech-ai.animation .ai-visual-area .vector5 { animation: vector-rotate-reverse 5s 1s 3 linear; transform-origin: left top; }

@keyframes bubble1 {
    0%, 100% {        
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -30px);
    }
}
@keyframes bubble2 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-23px, -30px);
    }
}
@keyframes bubble3 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-9px, -30px);
    }
}
@keyframes bubble4 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -30px);
    }
}
@keyframes bubble5 {
    0%, 100% {
        transform: translate(-2px, 0);
    }
    50% {
        transform: translate(-2px, -30px);
    }
}

@keyframes vector-rotate {
    0%, 100% { 
        transform: rotate(0);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes vector-rotate-reverse {
    0%, 100% { 
        transform: rotate(0);
    }
    50% {
        transform: rotate(-5deg);
    }
}


/* Media Screen : tablet */
@media screen and (max-width: 1344px) {
    /* AI */
    .ver-us .thinq-tech-ai { padding-bottom: 40.0298vw; }
    
    .ver-us .thinq-tech-ai .text-area { padding: 8.9286vw 0 0; }
    .ver-us .thinq-tech-ai .text-area .txt2 { width: 37.2024vw; padding-top: 0.7441vw; }
    
    .ver-us .thinq-tech-ai .ai-visual-area { height: 59.5239vw; margin: 0 0 8.9286vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .center-bubble { top: 14.7322vw; width: 29.762vw; height: 29.762vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .center-bubble .txt { width: 24.3691vw; font-size: 3.5715vw; }
    
    .ver-us .thinq-tech-ai .ai-visual-area .bubble { font-size: 1.3393vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble1 { margin-left: -47.8614vw; top: 5.4316vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble1 .bub { width: 19.0477vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble1 .txt { width: 20.8334vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble2 { margin-left: 10.25vw; top: 4.9108vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble2 .bub { width: 13.3185vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble2 .txt { width: 23.8096vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble3 { margin-left: -38.8935vw; top: 29.6131vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble3 .bub { width: 19.0477vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble3 .txt { width: 28.2739vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble4 { margin-left: -0.1591vw; top: 39.8066vw; } 
    .ver-us .thinq-tech-ai .ai-visual-area .bubble4 .bub { width: 13.3185vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble4 .txt { width: 28.2739vw; }
    @keyframes bubble4 {
        0%, 100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(1.4881vw, -30px);
        }
    }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble5 { margin-left: 23.786vw; top: 23.6608vw; }   
    .ver-us .thinq-tech-ai .ai-visual-area .bubble5 .bub { width: 19.0477vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble5 .txt { width: 23.8096vw; }
    
    .ver-us .thinq-tech-ai .ai-visual-area .orb1 { margin-left: -51.1905vw; top: 13.0209vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .orb2 { margin-left: -22.6935vw; top: 9.3006vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .orb3 { margin-left: -40.4762vw; top: 42.7828; }
    .ver-us .thinq-tech-ai .ai-visual-area .orb4 { margin-left: 22.4703; top: 36.012vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .orb5 { margin-left: 46.8006vw; top: 24.5536vw; }
    
    .ver-us .thinq-tech-ai .ai-visual-area .vector1 { margin-left: -28.2739vw; top: 16.5179vw; width: 17.8572vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector2 { margin-left: 9.0774vw; top: 15.9227vw; width: 8.631vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector3 { margin-left: -15.9971vw; top: 34.375vw; width: 5.2828vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector4 { margin-left: 4.9108vw; top: 40.1762vw; width: 3.8274vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector5 { margin-left: 11.4584vw; top: 32.3661vw; width: 15.0298vw; }
    
    
}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {    
    /* AI */
    .ver-us .thinq-tech-ai { position: relative; padding-bottom: 34.6667vw; }

    .ver-us .thinq-tech-ai .text-area { padding: 17.8667vw 8vw 0; }
    .ver-us .thinq-tech-ai .text-area .txt2 { display: inline-block; width: 77.3334vw; padding-top: 4.2667vw; }

    .ver-us .thinq-tech-ai .ai-visual-area { position: relative; height: 160vw; margin: 0; padding: 0 0 12.5334vw; box-sizing: unset; word-break: keep-all; }
    .ver-us .thinq-tech-ai .ai-visual-area .center-bubble { top: 61.4vw; width: 52.2667vw; height: 52.2667vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .center-bubble .txt { width: auto; line-height: 7.4667vw; font-size: 6.9334vw; }

    .ver-us .thinq-tech-ai .ai-visual-area .bubble { width: 53.3334vw; font-size: 3.7334vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble .bub { display: inline-block; width: 21.3334vw; }

    .ver-us .thinq-tech-ai .ai-visual-area .bubble1 { margin-left: -49.2667vw; top: 45.1334vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble1 .txt { width: 43.6667vw; margin: -40vw auto 0; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble2 { margin-left: -13.3334vw; top: 23.4667vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble2 .bub { width: 17.0667vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble2 .txt { width: 58.3334vw; margin: -34.6667vw auto 0; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble3 { margin-left: -43.6vw; top: 110.3167vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble3 .txt { width: 45vw; margin: 4vw auto; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble4 { margin-left: -1.3334vw; top: 100.3334vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble4 .bub { width: 16vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble4 .txt { width: 42.5334vw; margin: 2.6667vw auto; }

    .ver-us .thinq-tech-ai .ai-visual-area .bubble5 { margin-left: 3.3334vw; top: 64.8vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble5 .bub { width: 14.9334vw; }
    .ver-us .thinq-tech-ai .ai-visual-area .bubble5 .txt { margin: -37.3334vw auto 0; width: 37.3334vw; }

    .ver-us .thinq-tech-ai .ai-visual-area .orb { display: none; }
    
    /* AI - animation */
    .ver-us .thinq-tech-ai .ai-visual-area .vector { position: absolute; left: 50%; z-index: 2; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector > img { display: none; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector1 { margin-left: -20vw; top: 65.6vw; width: 5.6vw; height: 7.7334vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-vector-first-bg.png') no-repeat left top; background-size: cover; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector2 { margin-left: 3.4667vw; top: 37.7334vw; width: 7.4667vw; height: 34.6667vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-vector-second-bg.png') no-repeat left top; background-size: cover; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector3 { margin-left: -11.7334vw; top: 104.8vw; width: 1.8667vw; height: 6.9334vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-vector-third-bg.png') no-repeat left top; background-size: cover; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector4 { margin-left: 16.9334vw; top: 99.0667vw; width: 2.6667vw; height: 4.2667vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-vector-fourth-bg.png') no-repeat left top; background-size: cover; }
    .ver-us .thinq-tech-ai .ai-visual-area .vector5 { margin-left: 19.7334vw; top: 76.6vw; width: 4vw; height: 5.3334vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-ai-vector-fifth-bg.png') no-repeat left top; background-size: cover; }

    
    .ver-us .thinq-tech-ai.animation .ai-visual-area .vector1 { animation: none; }
    .ver-us .thinq-tech-ai.animation .ai-visual-area .vector2 { animation: none; }
    .ver-us .thinq-tech-ai.animation .ai-visual-area .vector3 { animation: none; }
    .ver-us .thinq-tech-ai.animation .ai-visual-area .vector4 { animation: none; }
    .ver-us .thinq-tech-ai.animation .ai-visual-area .vector5 { animation: none; }

    @keyframes bubble1 {
        0%, 100% {        
            transform: translate(0, 0);
        }
        50% {
            transform: translate(4vw, -1.6667vw);
        }
    }
    @keyframes bubble2 {
        0%, 100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-4vw, -2.6667vw);
        }
    }
    @keyframes bubble3 {
        0%, 100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-2vw, -2.6667vw);
        }
    }
    @keyframes bubble4 {
        0%, 100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(2vw, -2.6667vw);
        }
    }
    @keyframes bubble5 {
        0%, 100% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-2vw, -2.6667vw);
        }
    }
    
    @keyframes vector-rotate {
        0%, 100% { 
            transform: rotate(-10deg);
        }
        50% {
            transform: rotate(10deg);
        }
    }

    
    @keyframes vector-rotate-reverse {
        0%, 100% { 
            transform: rotate(10deg);
        }
        50% {
            transform: rotate(-10deg);
        }
    }
}


/* personalized experience */
.ver-us .thinq-tech-personalized-experience { position: relative; margin-top: -538px; background: url(data:image/png;base64,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), radial-gradient(559.04% 516.63% at 84.01% 135.3%, #1b2126 0%, #1b2126 100%);  z-index: 2; }
.ver-us .thinq-tech-personalized-experience:after { position: absolute; left: 0; bottom: 0; display: block; content: ''; width: 100%; height: 112px; background: url(data:image/png;base64,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), radial-gradient(559.04% 516.63% at 84.01% 135.3%, #eadad2 0%, #F7F6EA 100%); }

.ver-us .thinq-tech-personalized-experience .text-area { padding: 102px 0 113px; color: #fff; text-align: center; }
.ver-us .thinq-tech-personalized-experience .text-area .txt1 { padding: 0 0 34px; font-size: 40px; }
.ver-us .thinq-tech-personalized-experience .text-area .txt2 { max-width: 1260px; line-height: 72px; margin: 0 auto; font-size: 64px; /* font-family: 'LG Smart Regular'; */ font-weight: 400; }

.ver-us .thinq-tech-personalized-experience-contents { position: relative; width: 1536px; margin: 0 auto; padding: 120px 0 112px 235px; background: url(data:image/png;base64,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), radial-gradient(559.04% 516.63% at 84.01% 135.3%, #515A6C 0%, #75767A 100%); border-radius: 40px; box-sizing: border-box; overflow: hidden; z-index: 3; /*opacity: 0;*/ }

.ver-us .thinq-tech-personalized-experience-contents .article { position: relative; }
.ver-us .thinq-tech-personalized-experience-contents .article dl { width: 455px; /*opacity: 0;*/ }
.ver-us .thinq-tech-personalized-experience-contents .article dl dt { line-height: 72px; margin-bottom: 32px; font-size: 64px; font-weight: 400; color: #fff; }
.ver-us .thinq-tech-personalized-experience-contents .article dl dd { line-height: 28px; font-size: 22px; color: #fff; /* font-family: 'LG Smart Light'; */ font-weight: 300; }
.ver-us .thinq-tech-personalized-experience-contents .article dl dd a { margin-top: 44px; }

.ver-us .thinq-tech-personalized-experience-contents .article .image { position: absolute; top: 0; /*opacity: 0;*/ }

.ver-us .thinq-tech-personalized-experience-contents .m7_tv { height: 800px; }
.ver-us .thinq-tech-personalized-experience-contents .m7_tv dl { padding-top: 45px; }
.ver-us .thinq-tech-personalized-experience-contents .m7_tv dl dd { /*padding-right: 30px;*/}
.ver-us .thinq-tech-personalized-experience-contents .m7_tv .image { left: 530px; width: 771px; }
.ver-us .thinq-tech-personalized-experience-contents .m7_tv .notification { position: absolute; left: 445px; top: 0; width: 528px; height: 120px; line-height: 28px; font-size: 22px; color: #1B2126; padding: 32px 80px 0 112px; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-service-extend-air-quality-notification-icon.png') no-repeat 32px 32px, #fff; background-size: 52px auto; border-radius: 24px; box-shadow: -140px 56px 64px rgba(154, 144, 137, 0.2); box-sizing: border-box; z-index: 4; /*opacity: 0;*/ }
.ver-us .thinq-tech-personalized-experience-contents .m7_tv .notification > b { /* font-family: 'LG Smart SemiBold'; */ font-weight: 600; }

.ver-us .thinq-tech-personalized-experience-contents .components { height: 830px; margin: 6px 0 32px; }
.ver-us .thinq-tech-personalized-experience-contents .components dl { margin-left: 676px; padding-top: 0; }
.ver-us .thinq-tech-personalized-experience-contents .components dl dd { /*padding-right: 30px;*/ }
.ver-us .thinq-tech-personalized-experience-contents .components .image { left: 0; width: 691px; }

.ver-us .thinq-tech-personalized-experience-contents .washing-machine { /*height: 704px;*/ }
.ver-us .thinq-tech-personalized-experience-contents .washing-machine dl { padding-top: 144px; }
.ver-us .thinq-tech-personalized-experience-contents .washing-machine dl dd { /*padding-right: 41px;*/ }
.ver-us .thinq-tech-personalized-experience-contents .washing-machine .image { left: 490px; top: -108px; width: 754px; }

/* personalized experience : animation */
.ver-us .thinq-tech-personalized-experience-contents.ani { animation: personalConOffset 1s .5s forwards; }
@keyframes personalConOffset {
    0% { transform: translateY(50px); /*opacity: 0;*/ }
    100% { transform: translateY(0); opacity: 1; }
}
.ver-us .thinq-tech-personalized-experience-contents.ani .m7_tv dl { animation: opacity 1s 1s forwards ease-out, slideUp 1s 1s forwards ease-out; }
.ver-us .thinq-tech-personalized-experience-contents.ani .m7_tv .image { animation: opacity 1s 1.3s forwards ease-out, slideUp 1s 1.3s forwards ease-out; }
.ver-us .thinq-tech-personalized-experience-contents.ani .m7_tv .notification { animation: opacity 1s 1.3s forwards ease-out, slideUp 1s 1.3s forwards ease-out; }

.ver-us .thinq-tech-personalized-experience-contents .components.ani .image { animation: opacity 1s forwards ease-out, slideUp 1s forwards ease-out; }
.ver-us .thinq-tech-personalized-experience-contents .components.ani dl { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }

.ver-us .thinq-tech-personalized-experience-contents .washing-machine.ani dl { animation: opacity 1s forwards ease-out, slideUp 1s forwards ease-out; }
.ver-us .thinq-tech-personalized-experience-contents .washing-machine.ani .image { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }


/* Media Screen : tablet */
@media screen and (max-width: 1535px) {
    /* personalized experience */
    .ver-us .thinq-tech-personalized-experience { position: relative; margin-top: -40.0298vw; }
    
    .ver-us .thinq-tech-personalized-experience .text-area { padding: 7.5893vw 0 8.4078vw; }
    .ver-us .thinq-tech-personalized-experience .text-area .txt1 { padding: 0 0 2.5298vw; font-size: 2.9762vw; }
    .ver-us .thinq-tech-personalized-experience .text-area .txt2 { max-width: 93.75vw; line-height: 5.3572vw; margin: 0 auto; font-size: 4.762vw; }
    
    .ver-us .thinq-tech-personalized-experience-contents { width: auto; margin: 0 auto; padding: 6.7568vw 2.8154vw 17.4852vw; border-radius: 2.2523vw; box-sizing: border-box; overflow: hidden; }
    
    .ver-us .thinq-tech-personalized-experience-contents .article dl { width: 33.4822vw; }
    .ver-us .thinq-tech-personalized-experience-contents .article dl dt { line-height: 5.3572vw; margin-bottom: 2.381vw; font-size: 4.762vw; }
    .ver-us .thinq-tech-personalized-experience-contents .article dl dd { line-height: 2.0834vw; font-size: 1.637vw; }
    .ver-us .thinq-tech-personalized-experience-contents .article dl dd a { margin-top: 3.2739vw; }
    
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv { height: 61.6319vw; }
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv dl { padding-top: 3.3483vw; }
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv .image { left: 38.4346vw; width: 57.3661vw; }
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv .notification { position: absolute; left: 33.1102vw; top: 0; width: 39.2858vw; height: 8.9286vw; line-height: 2.0834vw; font-size: 1.637vw; padding: 2.381vw 5.9524vw 0 8.3334vw; background-position: 2.381vw 2.381vw; background-size: 3.8691vw auto; border-radius: 1.7858vw; }
    
    .ver-us .thinq-tech-personalized-experience-contents .components { height: 62.4495vw; margin: 0.4465vw 0 2.381vw; }
    .ver-us .thinq-tech-personalized-experience-contents .components dl { margin-left: 50.2977vw; padding-top: 0; }
    .ver-us .thinq-tech-personalized-experience-contents .components .image { left: 0; width: 51.4137vw; }
    
    .ver-us .thinq-tech-personalized-experience-contents .washing-machine { /*height: 52.381vw;*/ }
    .ver-us .thinq-tech-personalized-experience-contents .washing-machine dl { padding-top: 10.7143; }
    .ver-us .thinq-tech-personalized-experience-contents .washing-machine .image { left: 36.4584vw; top: -8.0358vw; width: 56.0268vw; }
}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {
    /* personalized experience */
    .ver-us .thinq-tech-personalized-experience { margin-top: -34.6667vw; border-radius: 10.6667vw 10.6667vw 0 0; }

    .ver-us .thinq-tech-personalized-experience .text-area { padding: 12.0667vw 8vw 13.3334vw; }
    .ver-us .thinq-tech-personalized-experience .text-area .txt1 { line-height: normal; padding: 0 0 2.6667vw; font-size: 4.8vw; }
    .ver-us .thinq-tech-personalized-experience .text-area .txt2 { max-width: 100%; line-height: 10.6667vw; font-size: 8vw; }

    .ver-us .thinq-tech-personalized-experience-contents { width: 87.2vw; padding: 17.0667vw 0 0 0; border-radius: 10.6667vw; }

    .ver-us .thinq-tech-personalized-experience-contents .article { position: relative; }
    .ver-us .thinq-tech-personalized-experience-contents .article dl { width: auto; padding: 0 6vw; }
    .ver-us .thinq-tech-personalized-experience-contents .article dl dt { line-height: 10.6667vw; margin-bottom: 4.8vw; font-size: 8vw;}
    .ver-us .thinq-tech-personalized-experience-contents .article dl dd { line-height: 6.4vw; font-size: 4.8vw; }
    .ver-us .thinq-tech-personalized-experience-contents .article dl dd a { margin: 6.1334vw 0 4.2667vw; }
    .ver-us .thinq-tech-personalized-experience-contents .article .image > img { width: 100%; }

    .ver-us .thinq-tech-personalized-experience-contents .m7_tv { height: auto; }
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv > dl { padding-top: 0; }
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv .image { position: relative; left: auto; top: auto; width: 74vw; margin: 15vw 0 0 13vw; }
    .ver-us .thinq-tech-personalized-experience-contents .m7_tv .notification { left: 2.6667vw; top: 130.8vw; width: 81.8667vw; height: 21.3334vw; line-height: 6.4vw; font-size: 4vw; padding: 4vw 0 0 16vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-service-extend-air-quality-notification-icon.png') no-repeat 3.2vw 5.0667vw, #fff; background-size: 10.1334vw auto; border-radius: 24px; box-sizing: border-box; z-index: 4; }

    .ver-us .thinq-tech-personalized-experience-contents .components { height: auto; margin: 12vw 0 8.5334vw; }
    .ver-us .thinq-tech-personalized-experience-contents .components dl { margin-left: 0; padding-top: 0; }
    .ver-us .thinq-tech-personalized-experience-contents .components .image { position: relative; left: auto; top: auto; width: auto; margin-left: 6.4vw; }

    .ver-us .thinq-tech-personalized-experience-contents .washing-machine { height: auto; }
    .ver-us .thinq-tech-personalized-experience-contents .washing-machine dl { padding-top: 0; }
    .ver-us .thinq-tech-personalized-experience-contents .washing-machine .image { position: relative; left: auto; top: auto; width: 80.5334vw; height: 100vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-personalized-experience-washer-m.png') no-repeat 6.4vw top; background-size: contain; } 
    .ver-us .thinq-tech-personalized-experience-contents .washing-machine .image > img { display: none; }
}

/* save time for what matters */
.ver-us .thinq-tech-save-time { position: relative; padding: 112px 0 0; background: url(data:image/png;base64,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), radial-gradient(559.04% 516.63% at 84.01% 135.3%, #eadad2 0%, #F7F6EA 100%);  box-sizing: border-box; z-index: 1; }

.ver-us .thinq-tech-save-time .for-what-matters { position: relative; width: 1291px; margin: 0 auto; }
.ver-us .thinq-tech-save-time .for-what-matters .text-area { color: #1B2126; text-align: center; }
.ver-us .thinq-tech-save-time .for-what-matters .text-area .txt2 { width: 657px; margin: 32px auto 80px; }
.ver-us .thinq-tech-save-time .for-what-matters .woman-stretching-image { margin-left: 55px; width: 663px; border-radius: 40px; box-shadow: -140px 56px 64px rgba(154, 144, 137, 0.2); /*opacity: 0;*/ }
.ver-us .thinq-tech-save-time .for-what-matters .air-conditioner-image { position: absolute; left: 645px; bottom: -40px; width: 709px; /*opacity: 0;*/ }

.ver-us .thinq-tech-save-time .products-caroussel { margin: 120px 0 0 0; padding: 0 0 114px; }
.ver-us .thinq-tech-save-time .products-caroussel .text-area { position: relative; width: 1174px; margin:0 auto; padding: 0 230px 0 134px; text-align: left; }
.ver-us .thinq-tech-save-time .products-caroussel .text-area .icon { position: absolute; left: 0; top: 25px; width: 96px; border-radius: 24px; box-shadow: -32px 30px 44px rgba(154, 144, 137, 0.1); } 
.ver-us .thinq-tech-save-time .products-caroussel .text-area .txt1 { margin: 0 0 80px; color: #1B2126; }

.ver-us .thinq-tech-save-time .swiper-save-time { 
    position: relative;    
    width: 1174px;
    /*height: 460px;*/
    margin: 0 auto;
    overflow: hidden; 
	/*opacity: 0;*/ 
}

.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper {
    display: flex; 
	/*height: 460px;
	justify-content: center;*/
}
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide {
    height: 460px; margin-right: 50px; background: #fff; border-radius: 40px; transition: all .7s ease-out; overflow: hidden; 
}
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide > a:hover { text-decoration: none; }

.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl { position: relative; z-index: 1; color: #1B2126; text-align: center; }
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl dt { width: 234px; line-height: 1; margin: 35px auto 7px; font-size: 30px; font-weight: 400; }
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl dd { width: 210px; line-height: 1.4; margin: 0 auto; font-size: 18px; /* font-family: 'LG Smart Light'; */ font-weight: 300; }
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide .button { position: absolute; left: 50%; top: 80%; /* font-family: 'LG Smart SemiBold'; */ font-weight: 600; white-space: nowrap; /*opacity:*/ 0; z-index: 2; transform: translateX(-50%); }

/*
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide:hover .button { animation: opacity .5s forwards; }
.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide:hover { height: 460px; }
*/

.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination{ 
    display: none;
}

/* save time for what matters : animation  */
.ver-us .thinq-tech-save-time.ani .for-what-matters .woman-stretching-image { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }
.ver-us .thinq-tech-save-time.ani .for-what-matters .air-conditioner-image { animation: opacity 1s .7s forwards ease-out, slideUp 1s .7s forwards ease-out; }

.ver-us .thinq-tech-save-time .products-caroussel.ani .swiper-save-time { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }


/* Media Screen : tablet */
@media screen and (max-width: 1344px) {
    /* save time for what matters */
    .ver-us .thinq-tech-save-time { height: auto; padding: 8.3334vw 0 0; }
    
    .ver-us .thinq-tech-save-time .for-what-matters { width: auto; }
    .ver-us .thinq-tech-save-time .for-what-matters .text-area .txt2 { width: 48.884vw; margin: 1.0417vw auto 3.4971vw; }
    .ver-us .thinq-tech-save-time .for-what-matters .woman-stretching-image { width: 49.3304vw; margin-left: 3.7203vw; border-radius: 2.9762vw; /*opacity: 0;*/ }
    .ver-us .thinq-tech-save-time .for-what-matters .air-conditioner-image { left: 43.378vw; width: 52.753vw; /*opacity: 0;*/ }
    
    .ver-us .thinq-tech-save-time .products-caroussel { margin: 6.7709vw 0 0 0; padding: 0 0 8.4822vw; }
    .ver-us .thinq-tech-save-time .products-caroussel .text-area { position: relative; width: auto; margin: 0 3.7203vw; padding: 0 17.1131vw 0 9.9703vw; }
    .ver-us .thinq-tech-save-time .products-caroussel .text-area .icon { top: 1.8602vw; width: 7.1429vw; border-radius: 1.7858vw; }
    .ver-us .thinq-tech-save-time .products-caroussel .text-area .txt1 { margin: 0 0 5.9524vw; }
    
    .ver-us .thinq-tech-save-time .swiper-save-time {
        width: 100%;
        height: 34.2262vw;
        padding: 0 3.7203vw;
    }
	.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper { height: 34.2262vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide { height: 34.2262vw; margin-right: 3.7203vw; border-radius: 2.9762vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl dt { width: 17.4108vw; margin: 2.6042vw auto 0.5209vw; font-size: 2.381vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl dd { width: 15.625vw;  font-size: 1.3393vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide:hover { height: 34.2262vw; }
    
}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {    
    /* save time for what matters */
    .ver-us .thinq-tech-save-time { position: relative; padding: 17.0667vw 0 0; z-index: 1; }

    .ver-us .thinq-tech-save-time .for-what-matters .text-area .txt2 { width: auto; margin: 4.2667vw 6.4vw 5.8667vw; }
    .ver-us .thinq-tech-save-time .for-what-matters .what-matter-image { width: auto; padding-left: 6.4vw; }
    .ver-us .thinq-tech-save-time .for-what-matters .what-matter-image > img { width: 107.7334vw; }
    .ver-us .thinq-tech-save-time .for-what-matters .air-conditioner-image { left: 42.4vw; width: 50vw; }

    .ver-us .thinq-tech-save-time .products-caroussel { margin: 8vw 0 0 0; padding: 0 0 016.2667vw; }
    .ver-us .thinq-tech-save-time .products-caroussel .text-area { position: relative; width: auto; margin: 0; padding: 0 0 0 6.4vw; }
    .ver-us .thinq-tech-save-time .products-caroussel .text-area .icon { position: relative; left: auto; top: auto; width: 17.0667vw; border-radius: 24px; box-shadow: -32px 30px 44px rgba(154, 144, 137, 0.1); } 
    .ver-us .thinq-tech-save-time .products-caroussel .text-area .txt1 { margin: 5.3334vw 0 5.3334vw; color: #1B2126; }

    
    .ver-us .thinq-tech-save-time .swiper-save-time {
        height: auto;
        padding: 0 6.4vw;
    }
	.ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper { height: 91.7334vw; justify-content: normal; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide { height: 91.7334vw; margin-right: 4.2667vw; border-radius: 6.4vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl dt { width: auto; margin: 6.4vw auto 3.2vw; padding: 0 6.6667vw; font-size: 7.4667vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide dl dd { width: auto; padding: 0 4.8vw; font-size: 4.2667vw; }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide .button { top: 76.8vw; }

    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-wrapper .swiper-slide:hover { height: 91.7334vw; }
    
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination { 
        position: relative;
        display: block;
        height: 12.8vw;
        margin: 0 0 3.4667vw 32vw;
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination::after {
        position: absolute;
        left: 4.8vw; 
        top: 0;
        display: block;
        content: '/04';
        line-height: 12.8vw;
        font-size: 4.2667vw;
        font-weight: 500;
        color: #1B2126;
        
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination span {
        width: 0;
        height: 0;
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination span:after {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        line-height: 12.8vw;
        font-size: 4.2667vw;
        font-weight: 500;
        color: #1B2126;
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination span:nth-child(1):after{
        content: '01';
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination span:nth-child(2):after{
        content: '02';
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination span:nth-child(3):after{
        content: '03';
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination span:nth-child(4):after{
        content: '04';
    }
    .ver-us .thinq-tech-save-time .swiper-save-time .swiper-save-time-pagination .swiper-pagination-bullet-active:after { display: block; }

    .ver-us .thinq-tech-save-time .swiper-save-time-button-prev { 
        position: absolute;
        left: 6.4vw;
        top: 0; 
        display: inline-block;
        width: 12.8vw;
        height: 12.8vw;
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_prev.png') no-repeat center, #fff;
        background-size: 2.1334vw auto;
        border-radius: 100%; 
    }
    .ver-us .thinq-tech-save-time .swiper-save-time-button-prev:active {        
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_prev-hover.png') no-repeat center, #a50034;
        background-size: 2.1334vw auto;
    }
    .ver-us .thinq-tech-save-time .swiper-save-time-button-next { 
        position: absolute;
        left: 21.3334vw;
        top: 0; 
        display: inline-block;
        width: 12.8vw;
        height: 12.8vw;
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_next.png') no-repeat center, #fff;
        background-size: 2.1334vw auto;
        border-radius: 100%; 
    }
    .ver-us .thinq-tech-save-time .swiper-save-time-button-next:active {    
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_next-hover.png') no-repeat center, #a50034;
        background-size: 2.1334vw auto;
    }

}

/* Just say the word */
.ver-us .thinq-tech-voice-command { position: relative; width: 93%; margin-left: 7%; padding: 120px 0; background: url(data:image/png;base64,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), radial-gradient(559.04% 516.63% at 84.01% 135.3%, #515A6C 0%, #75767A 100%); border-radius: 120px 0 0 0; }

.ver-us .thinq-tech-voice-command .text-area { color: #fff; }
.ver-us .thinq-tech-voice-command .text-area .txt1 { margin: 0 0 7px; }

.ver-us .thinq-tech-voice-command .voice-the-word { position: relative; height: 730px; margin: 0 0 60px 187px; }
.ver-us .thinq-tech-voice-command .voice-the-word .text-area { max-width: 365px; padding-left: 45px; }

.ver-us .thinq-tech-voice-command .voice-the-word .article .bubble-chat { position: absolute; height: 80px; line-height: 18px; padding: 15px 0 0 32px; font-size: 20px; color: #1B2126; box-sizing: border-box; /*opacity: 0;*/ }
.ver-us .thinq-tech-voice-command .voice-the-word .article .bubble-chat > b { /* font-family: 'LG Smart Bold'; */ font-weight: 700; }

.ver-us .thinq-tech-voice-command .voice-the-word .article.tv .man-sitting-tv-img { position: absolute; left: 659px; top: 0; width: 594px; /*opacity: 0;*/ }
.ver-us .thinq-tech-voice-command .voice-the-word .article.tv .bubble-chat { left: 1071px; top: 361px; width: 198px; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-chat-first.png') no-repeat left top; background-size: 198px auto; z-index: 4; }

.ver-us .thinq-tech-voice-command .voice-the-word .article.washer .hand-opening-washer-img { position: absolute; left: 40px; top: 287px; width: 392px; /*opacity: 0;*/ }
.ver-us .thinq-tech-voice-command .voice-the-word .article.washer .bubble-chat { left: 0; top: 248px; width: 186px; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-chat-second.png') no-repeat left top; background-size: 186px auto; z-index: 4; }

.ver-us .thinq-tech-voice-command .voice-the-word .article.air-con .woman-sleeping-baby-img { position: absolute; left: 499px; top: 346px; width: 392px; /*opacity: 0;*/ }
.ver-us .thinq-tech-voice-command .voice-the-word .article.air-con .bubble-chat { left: 453px; top: 313px; width: 268px; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-chat-third.png') no-repeat left top; background-size: 268px auto; z-index: 4; }

.ver-us .thinq-tech-voice-command .voice-command-tv { padding-top: 120px; text-align: center;  }
.ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image { position: relative; width: 1177px; height: 597px; margin: 40px auto; padding-top: 72px; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-vector-w.png') no-repeat 670px 228px; background-size: 254px auto; /*opacity: 0;*/ }
.ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .woman-tv { width: 1073px; }
.ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .app-screen { position: absolute; left: 907px; top: 0; width: 270px; height: 597px; }

.ver-us .thinq-tech-voice-command .voice-caroussel { position: relative; padding-top: 120px; }

.ver-us .thinq-tech-voice-command .voice-caroussel .text-area { position: relative; width: 828px; margin: 0 0 80px 280px; padding-left: 137px; }
.ver-us .thinq-tech-voice-command .voice-caroussel .text-area .icon { position: absolute; left: 0; top: 25px; width: 96px; border-radius: 24px; box-shadow: -32px 30px 44px rgba(154, 144, 137, 0.1); }

.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command { 
    position: relative;    
    width: 1208px;
    margin: 0 auto;
    overflow: hidden; 
	/*opacity: 0;*/ 
}

.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper {
    display: flex; 
    /*height: 460px;*/
	justify-content: center;
}
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide > a:hover { text-decoration: none; }

.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide { height: 460px; background: #fff; border-radius: 40px; transition: all .7s ease-out; overflow: hidden; }
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl { color: #1B2126; text-align: center; }
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl dt { width: 234px; line-height: 1; margin: 35px auto 7px; font-size: 32px; font-weight: 400; }
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl dd { width: 202px; line-height: 1.4; margin: 0 auto; font-size: 18px; /* font-family: 'LG Smart Light'; */ font-weight: 300; }
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide .button { position: absolute; left: 50%; top: 80%; /* font-family: 'LG Smart SemiBold'; */ font-weight: 600; white-space: nowrap; /*opacity: 0;*/ z-index: 2; transform: translateX(-50%); }
/*
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide:hover .button { animation: opacity .5s forwards; }
.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide:hover { height: 460px; }
*/

.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide div {}

.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination { 
    display: none;
}


/* Just say the word : animation */
.ver-us .thinq-tech-voice-command .voice-the-word.ani .article.tv .bubble-chat { animation: opacity 1s .2s forwards ease-out, slideUp 1s .2s forwards ease-out; }
.ver-us .thinq-tech-voice-command .voice-the-word.ani .article.tv .man-sitting-tv-img { animation: opacity 1s .4s forwards ease-out, slideUp 1s .4s forwards ease-out; }

.ver-us .thinq-tech-voice-command .voice-the-word.ani .article.washer .bubble-chat { animation: opacity 1s .6s forwards ease-out, slideUp 1s .6s forwards ease-out; }
.ver-us .thinq-tech-voice-command .voice-the-word.ani .article.washer .hand-opening-washer-img { animation: opacity 1s .8s forwards ease-out, slideUp 1s .8s forwards ease-out; }

.ver-us .thinq-tech-voice-command .voice-the-word.ani .article.air-con .bubble-chat { animation: opacity 1s 1s forwards ease-out, slideUp 1s 1s forwards ease-out; }
.ver-us .thinq-tech-voice-command .voice-the-word.ani .article.air-con .woman-sleeping-baby-img { animation: opacity 1s 1.2s forwards ease-out, slideUp 1s 1.2s forwards ease-out; }


.ver-us .thinq-tech-voice-command .voice-command-tv.ani .voice-command-tv-image { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }

.ver-us .thinq-tech-voice-command .voice-caroussel.ani .swiper-voice-command { animation: opacity 1s .5s forwards ease-out, slideUp 1s .5s forwards ease-out; }

/* Media Screen : tablet */
@media screen and (max-width: 1580px) {
	.ver-us .thinq-tech-voice-command .voice-the-word { margin-left: 6.7396vw; }
	.ver-us .thinq-tech-voice-command .voice-the-word .article.tv .man-sitting-tv-img { left: 42.3229vw; }
	.ver-us .thinq-tech-voice-command .voice-the-word .article.tv .bubble-chat { left: 68.7813vw;}
}

@media screen and (max-width: 1344px) {
    /* Just say the word */
    .ver-us .thinq-tech-voice-command { position: relative; right: auto; top: auto; width: 100%; height: auto; margin-left: 0; padding-top: 8.9286vw; padding-bottom: 8.9286vw; /*background-size: cover;*/ }
    
    .ver-us .thinq-tech-voice-command .text-area .txt1 { margin: 0 0 0.5209vw; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word { position: relative; height: 54.3155vw; margin: 0 0 4.4643vw 3.7203vw; }
    .ver-us .thinq-tech-voice-command .voice-the-word .text-area { max-width: 27.3215vw; padding-left: 3.3483vw; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word .article .bubble-chat { height: 5.9524vw; line-height: 1.7858vw; padding: 1.1161vw 0 0 2.381vw; font-size: 1.3393vw; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word .article.tv .man-sitting-tv-img { left: 49.0328vw; top: 0; width: 44.1965vw; }
    .ver-us .thinq-tech-voice-command .voice-the-word .article.tv .bubble-chat { left: 78.6875vw; top: 26.8602vw; width: 14.7322vw; background-size: cover; line-height: 1; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word .article.washer .hand-opening-washer-img { left: 2.9762vw; top: 21.3542vw; width: 29.1667vw; }
    .ver-us .thinq-tech-voice-command .voice-the-word .article.washer .bubble-chat { left: 0; top: 18.4524vw; width: 13.8393vw; background-size: cover; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word .article.air-con .woman-sleeping-baby-img { left: 37.128vw; top: 25.7441vw; width: 29.1667vw; }
    .ver-us .thinq-tech-voice-command .voice-the-word .article.air-con .bubble-chat { left: 33.7054vw; top: 23.2887vw; width: 19.9405vw; background-size: cover; }
    
    
    .ver-us .thinq-tech-voice-command .voice-command-tv { padding-top: 8.9286vw; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image { width: 87.5745vw; height: 44.4197vw; margin: 2.9762vw auto; padding-top: 5.3572vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-vector-w.png') no-repeat 49.8512vw 16.9643vw; background-size: 18.8989vw auto; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .woman-tv { width: 79.8364vw; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .app-screen { left: 67.4852vw; width: 20.0893vw; height: 44.4197vw; }
    
    
    .ver-us .thinq-tech-voice-command .voice-caroussel { padding-top: 8.9286vw; }    
    .ver-us .thinq-tech-voice-command .voice-caroussel .text-area { position: relative; width: 61.6072vw; margin: 0 0 5.9524vw 3.7203vw; padding-left: 10.1935vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .text-area .icon { top: 1.8602vw; width: 7.1429vw; border-radius: 1.7858vw; }    
    
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command {     
        width: 100%;
        padding: 0 3.7203vw;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper {
        height: 34.2262vw;
		/*justify-content: normal;*/
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide { height: 34.2262vw; border-radius: 2.9762vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl dt { width: 17.4108vw; margin: 2.6042vw auto 0.5209vw; font-size: 2.381vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl dd { width: 15.0298vw; font-size: 1.3393vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide:hover { height: 34.2262vw; }

}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {
    /* Just say the word */
    .ver-us .thinq-tech-voice-command { position: relative; right: auto; top: auto; width: auto; margin-left: 0; padding-top: 21.3334vw; }
    
    .ver-us .thinq-tech-voice-command .text-area .txt1 { margin: 0 0 1.8667vw; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word { position: relative; height: auto; margin: 0 0 10.6667vw 0; padding: 0 6.4vw; }
    .ver-us .thinq-tech-voice-command .voice-the-word .text-area { max-width: 100%; width: auto; padding: 0 32vw 12.5334vw 0; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word .article .bubble-chat { height: auto; line-height: 6.4vw; padding: 4.2667vw 0 4.2667vw 8.5334vw; font-size: 4.2667vw; box-sizing: unset; }
    .ver-us .thinq-tech-voice-command .voice-the-word .article img { width: 100%; }
    
    .ver-us .thinq-tech-voice-command .voice-the-word .article.tv .man-sitting-tv-img { position: relative; left: auto; top: auto; width: auto; }
    .ver-us .thinq-tech-voice-command .voice-the-word .article.tv .bubble-chat { left: 28vw; top: 88.3334vw; width: 48.6667vw; background-size: 100% 100%; }

    .ver-us .thinq-tech-voice-command .voice-the-word .article.washer .hand-opening-washer-img { position: relative; left: auto; top: auto; width: 57.3334vw; margin: 16.5334vw 0 4vw 3.2vw;  }
    .ver-us .thinq-tech-voice-command .voice-the-word .article.washer .bubble-chat { left: auto; right: 3.2vw; top: 123.4667vw; width: 46.9334vw; padding: 4.2667vw 8.5334vw 4.2667vw 4.2667vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-chat-third-m.png') no-repeat left top; background-size: 100% 100%; box-sizing: border-box; }

    .ver-us .thinq-tech-voice-command .voice-the-word .article.air-con .woman-sleeping-baby-img { position: relative; left: auto; top: auto; width: 57.3334vw; margin-left: 29.8667vw; }
    .ver-us .thinq-tech-voice-command .voice-the-word .article.air-con .bubble-chat { left: 6.4vw; top: 215vw; width: 37.4667vw; background-size: 100% 100%; }
    
    .ver-us .thinq-tech-voice-command .voice-command-tv { padding-top: 10.6667vw; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .text-area { padding: 0 14.4vw; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .text-area .txt2 { padding: 4.2667vw 4vw 0; }

    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image { width: auto; height: 80.8vw; margin: 6.4vw 0; padding-top: 4vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-vector-m.png') no-repeat 31.2vw 18.1334vw; background-size: 36.8vw auto; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .woman-tv { width: 100vw; height: 80vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-woman-tv-m.png') no-repeat left top; background-size: 100vw auto; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .woman-tv > img { display: none; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .app-screen { left: 65.8667vw; width: 34.1334vw; height: 80.8vw; background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command-app-screen-tv-function-m.png') no-repeat left top; background-size: 34.1334vw auto; }
    .ver-us .thinq-tech-voice-command .voice-command-tv .voice-command-tv-image .app-screen > img { display: none; }


    .ver-us .thinq-tech-voice-command .voice-caroussel { position: relative; padding: 21.3334vw 0 17.0667vw; }

    .ver-us .thinq-tech-voice-command .voice-caroussel .text-area { position: relative; width: auto; margin: 0 6.4vw 5.0667vw 6.4vw; padding-left: 0; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .text-area .icon { position: relative; left: auto; top: auto; width: 17.0667vw; margin: 6.4vw 0 6.4vw; border-radius: 4.2667vw; }


    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command {     
        width: 100%;
        padding: 0 6.4vw;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper {
        height: 91.7334vw; 
		justify-content: normal;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide { height: 91.7334vw; border-radius: 6.4vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl dt { width: auto; margin: 6.4vw auto 3.2vw; padding: 0 6.6667vw; font-size: 7.4667vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide dl dd { width: auto; padding: 0 4.8vw; font-size: 4.2667vw; }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide .button { top: 76.8vw; }
	.ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-wrapper .swiper-slide:hover { height: 91.7334vw; }
    
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination { 
        position: relative;
        display: block;
        height: 12.8vw;
        margin: 0 0 3.4667vw 32vw;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination::after {
        position: absolute;
        left: 4.8vw; 
        top: 0;
        display: block;
        content: '/03';
        line-height: 12.8vw;
        font-size: 4.2667vw;
        font-weight: 500;
        color: #fff;
        
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination span {
        width: 0;
        height: 0;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination span:after {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        line-height: 12.8vw;
        font-size: 4.2667vw;
        font-weight: 500;
        color: #fff;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination span:nth-child(1):after{
        content: '01';
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination span:nth-child(2):after{
        content: '02';
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination span:nth-child(3):after{
        content: '03';
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination span:nth-child(4):after{
        content: '04';
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command .swiper-voice-command-pagination .swiper-pagination-bullet-active:after { display: block; }

    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command-button-prev { 
        position: absolute;
        left: 6.4vw;
        top: 0; 
        display: inline-block;
        width: 12.8vw;
        height: 12.8vw;
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_prev.png') no-repeat center, #fff;
        background-size: 2.1334vw auto;
        border-radius: 100%; 
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command-button-prev:active {        
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_prev-hover.png') no-repeat center, #a50034;
        background-size: 2.1334vw auto;
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command-button-next { 
        position: absolute;
        left: 21.3334vw;
        top: 0; 
        display: inline-block;
        width: 12.8vw;
        height: 12.8vw;
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_next.png') no-repeat center, #fff;
        background-size: 2.1334vw auto;
        border-radius: 100%; 
    }
    .ver-us .thinq-tech-voice-command .voice-caroussel .swiper-voice-command-button-next:active {    
        background: url('/ru/lg-thinq/resource/images/tech/lg-thinq-tech-voice-command_btn_next-hover.png') no-repeat center, #a50034;
        background-size: 2.1334vw auto;
    }

}


/* Discover all LG ThinQ Products */
.thinq-tech-product-recommend { display: block; padding: 120px 0 142px; text-align: center; background: #f5f5f5; }
.thinq-tech-product-recommend .text-area { margin: 0 0 56px; color: #1B2126; text-align: center; }
.thinq-tech-product-recommend ul:after { display: block; content:''; clear: both; }
.thinq-tech-product-recommend ul { width: 1342px; margin: 0 auto; /*opacity: 0;*/ }
.thinq-tech-product-recommend ul li { position: relative; display: block; float: left; width: 178px; height: 272px; margin-right: 16px; margin-bottom: 16px; background: #fff; border-radius: 16px; overflow: hidden; transition: all 1s; }
.thinq-tech-product-recommend ul li a { display: block; height: 100%; }
.thinq-tech-product-recommend ul li:nth-child(7n) { margin-right: 0; }
.thinq-tech-product-recommend ul li .text { position: absolute; left: 0; top: 232px; width: 100%; line-height: 1; font-size: 18px; color: #1B2126; text-align: center; /* font-family: 'LG Smart SemiBold'; */ font-weight: 600; }
.thinq-tech-product-recommend ul li .tv + .text { top: auto; bottom: 2%; }
.thinq-tech-product-recommend ul li:hover { background: #A50034; transform: scale(1.1, 1.1); }
.thinq-tech-product-recommend ul li:hover .text { color: #fff; }
.thinq-tech-product-recommend ul li div { margin-top: 20%; }

/* Discover all LG ThinQ Products : animation */
.thinq-tech-product-recommend.ani ul { animation: opacity 1s forwards, slideUp 1s forwards; }


/* Media Screen : tablet */
@media screen and (max-width: 1344px) {
    /* Discover all LG ThinQ Products */
    .thinq-tech-product-recommend { padding: 8.9286 0 10.5655vw; }
    .thinq-tech-product-recommend .text-area { margin: 0 0 4.1667vw; }
    .thinq-tech-product-recommend ul { width: auto; margin: 0 0 0 3.7203vw; }
    .thinq-tech-product-recommend ul li { float: left; width: 12.2vw; height: 20.2381vw; margin-right: 1.1905vw; margin-bottom: 1.1905vw; border-radius: 1.1905vw; }
    .thinq-tech-product-recommend ul li .text { top: 17.262vw; font-size: 1.3393vw; }
}
/* Media Screen : Mobile */
@media screen and (max-width:800px) {
    /* Discover all LG ThinQ Products */
    .thinq-tech-product-recommend { padding: 17.0667vw 0 22.4vw; }
    .thinq-tech-product-recommend .text-area { margin: 0 10vw 9.0667vw; font-family:'LG Smart semiBold'; }
    .thinq-tech-product-recommend ul { display: flex; flex-wrap: wrap; justify-content: space-between; width: auto; padding: 0 6.4vw; margin: 0; }
	.thinq-tech-product-recommend ul:after { display: none; }
    .thinq-tech-product-recommend ul li { float: none; flex: 0 0 auto; width: 47%; height: 53.3334vw; margin-right: 0; margin-bottom: 4.2667vw; border-radius: 4.2667vw; }
    .thinq-tech-product-recommend ul li .text { top: 42.9334vw; font-size: 4.2667vw; }
	.thinq-tech-product-recommend ul li div { margin-top: 5%; }

}