.main-container{
    font-weight: 500;
    line-height: 1.6;
}
.main-container img,.main-container video{
    width: 100%;
}
.main-container video{
    display: block;
}
.main-container .section{
    position: relative;
}
.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.blur-up.lazyloaded {
    filter: blur(0)
}

.header-top{
    top: 76px;
}
.full-height{
    height: calc(100vh - 76px);
}
.hidden-web{
    display: none;
}
.hidden-inline-web{
    display: none;
}
.space-300{
    height: 300px;
}
.space-200{
    height: 200px;
}
.space-160{
    height: 160px;
}
.space-120{
    height: 120px;
}
.space-100{
    height: 100px;
}
.space-80{
    height: 80px;
}
.space-60{
    height: 60px;
}
.space-40{
    height: 40px;
}
.space-30{
    height: 30px;
}
.space-20{
    height: 20px;
}
.main-container sup{
    font-size: .6em;
    cursor: pointer;
}
sup.half-sup{
    font-size: .4em;
}
.main-container sup a{
    color: inherit;
}
.main-container .big-title{
    font-size: 6.25vw;
    line-height: 1.25;
}
.main-container .h2{
    font-size: 6.875vw;
    line-height: 1.25;
    text-align: center;
}
.main-container .h2 span{
    background: linear-gradient(45deg,#FFFEFA,#FFE2A2);
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
}
.main-container .h3{
    color: #FFFFFF;
    font-size: 3.33vw;
    line-height: 1.25;
}
.main-container .subtitle{
    font-size: 1.66vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: .25em;
}
.main-container .h4{
    color: #FFFFFF;
    font-size: 2.5vw;
    line-height: 1.25;
}
.main-container p{
    color: #FFFFFF;
    font-size: 1.14vw;
    line-height: 1.6;
}
.main-container .smaller-text{
    font-size: 1.04vw;
    line-height: 1.6;
}
.main-container .disclaimer{
    font-size: .83vw;
}
.canvas-fallback{
    display: none;
}
.inline-video-fallback{
    display: none;
}
.space-50vh{
    height: 50vh;
}
.space-100vh{
    height: 100vh;
}
.sticky-viewport{
    position: sticky;
    height: 100vh;
    height: calc(100vh - 76px);
    top: 76px;
}
.sticky-container{
    position: sticky;
    top: 76px;
}
.sequence-animation canvas{
    width: 100%;
    height: 100%;
}
.video-pop-play{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
}

.auto-video-btn{
    color: #3174FF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
}
.auto-video-btn.show-btn{
    opacity: 1;
    visibility: visible;
}
.auto-video-btn svg{
    width: 1.5em;
    height: 1.5em;
    margin-right: .3em;
}
.video-fallback{
    display: none;
}
.ie-fallback{
    display: none;
}

.kv-container{
    position: relative;
}
.kv-title-container{
    width: 28.6%;
    position: absolute;
    top: 37%;
    left: 63.15%;
    z-index: 1;
}
.kv-title-logo svg{
    width: 100%;
    height: auto;
}
.kv-title-subtitle{
    font-size: 2.1875vw;
    margin-top: 1.3vw;
    text-align: center;
}
.kv-container .video-pop-play-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kv-container .video-pop-play-container.hidden-web{
    display: none;
}
.kv-container .video-pop-play{
    font-size: 1.46vw;
    margin-top: 5.25%;
}
.kv-container .video-pop-play svg{
    width: 1.07em;
    height: 1.07em;
    margin-right: 0.35em;
}
.s1-price-btn {
    margin-top: 15%;
    text-align: center;
}
.s1-price-btn>a {
    font-size: 13px !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
}
.s1-price-btn>a:hover {
    opacity: .8;
}
.reason-to-buy-container{
    background-color: #000000;
    overflow: hidden;
    position: relative;
}
.reason-to-buy-item-content{
    position: absolute;
    top: 2.4vw;
    left: 2.7vw;
    width: 84.6%;
    z-index: 1;
}
.reason-to-buy-row{
    margin:  0 auto;
    width: 70.5%;
}
.reason-to-buy-row::after{
    content: "";
    display: block;
    clear: both;
}
.reason-to-buy-item{
    width: 48.1%;
}
.reason-to-buy-item{
    margin-top: 2.6vw;
}
.reason-to-buy-item-container{
    background-color: #1A1B1D;
    border-radius: 1.5625vw;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(1.5);
    opacity: 0;
}
.reason-to-buy-item:nth-of-type(odd){
    float: left;
}
.reason-to-buy-item:nth-of-type(even){
    float: right;
}
.reason-to-buy-item-title{
    color: #FFFFFF;
    font-size: 2.1875vw;
    line-height: 1.25;
}
.super-text{
    background: linear-gradient(45deg,#FFF6D3,#FFCD5F);
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
}
.reason-to-buy-item-des{
    color: #838383;
    font-size: .9375vw;
    margin-top: 1vw;
}
.reason-to-buy-item-dis{
    color: #FFFFFF;
    font-size: .833vw;
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    text-align: center;
    opacity: .4;
    z-index: 1;
}
.reason-to-buy-item-1{
    margin-top: 0;
}
.reason-to-buy-item-1 .reason-to-buy-item-container{
    padding-top: 10%;
}
.reason-to-buy-item-2 .reason-to-buy-item-container{
    padding-top: 10%;
    padding-bottom: 0;
}
.reason-to-buy-item-5 .reason-to-buy-item-container{
    padding-top: 10%;
}
.reason-to-buy-item:nth-of-type(odd) .reason-to-buy-item-container{
    transform-origin: 100% 0;
}
.reason-to-buy-item:nth-of-type(even) .reason-to-buy-item-container{
    transform-origin: 0 0;
}

.section-design{
    background-color: #000000;
}
.design-main-title{
    text-align: center;
}
.screen-main-title-subtitle{
    color: #FFFFFF;
    margin-bottom: 1%;
    text-align: center;
}
.design-main-container{
    position: relative;
    transform-origin:  center bottom;
}
.design-main-des{
    width: 52.7%;
    margin: 0 auto;
    text-align: center;
}
.design-main-container .video-pop-play{
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 5.7vw;
    height: 5.7vw;
}
.design-main-container .video-pop-play svg{
    width: 100%;
    height: auto;
}
.design-color-content-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 66.77%;
    position: relative;
}
.design-color-title{
    width: 45.5%;
}
.design-color-des{
    width: 45%;
}
.design-color-swiper-container .swiper{
    margin: 0 auto;
    padding: 2% 0 0;
    position: relative;
    width: 70%;
    overflow: hidden;
}
.design-color-swiper-container .swiper-slide{
    border-radius: 1.5625vw;
    overflow: hidden;
}
.design-color-swiper-phone-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.design-color-item-phone{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.85);
    transition: all .5s ease;
    width: 47%;
    opacity: 0;
}
.design-color-swiper-phone-wrapper[data-index='0'] .design-color-item-phone:nth-of-type(1){
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.design-color-swiper-phone-wrapper[data-index='1'] .design-color-item-phone:nth-of-type(2){
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.design-color-swiper-phone-wrapper[data-index='2'] .design-color-item-phone:nth-of-type(3){
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.design-color-swiper-phone-wrapper[data-index='3'] .design-color-item-phone:nth-of-type(4){
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.design-color-swiper-phone-wrapper[data-index='4'] .design-color-item-phone:nth-of-type(5){
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.design-color-swiper-phone-wrapper[data-index='5'] .design-color-item-phone:nth-of-type(6){
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.swiper-pagination-text-contianer{
    color: #FFFFFF;
    font-size: 1.146vw;
    margin-right: 1em;
    text-align: right;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.swiper-pagination-text-contianer span{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50%);
    transition: all .5s ease;
}
.swiper-pagination-text-contianer span:first-child{
    position: relative;
}
.swiper-pagination-text-contianer[data-index="0"] span:nth-of-type(1){
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.swiper-pagination-text-contianer[data-index="1"] span:nth-of-type(2){
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.swiper-pagination-text-contianer[data-index="2"] span:nth-of-type(3){
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.swiper-pagination-text-contianer[data-index="3"] span:nth-of-type(4){
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.swiper-pagination-text-contianer[data-index="4"] span:nth-of-type(5){
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.design-color{
    position: relative;
}
.design-color-bg{
    position: absolute;
    left: 0;
    width: 100%;
}
.design-color-swiper-container .swiper-pagination-container{
    display: flex;
    align-items: center;
    margin-top: 1.4vw;
    position: absolute;
    right: .5vw;
    bottom: 8.8%;
}
.design-color-swiper-container .swiper-pagination{
    display: flex;
    position: relative;
}
.design-color-swiper-container .swiper-pagination-bullet{
    border: 4px #000000 solid;
    border-radius: 100%;
    box-sizing: border-box;
    margin-right: .75vw;
    width: 1.5625vw;
    height: 1.5625vw;
    opacity: 1;
    outline: none;
    transition: transform 1s ease;
}
.design-color-swiper-container .swiper-pagination-bullet:nth-of-type(1){
    background-color: #C5C7CA;
    border-color: #797979;
}
.design-color-swiper-container .swiper-pagination-bullet:nth-of-type(2){
    background-color: #505050;
    border-color: #2F3033;
}
.design-color-swiper-container .swiper-pagination-bullet:nth-of-type(3){
    background-color: #9388C4;
    border-color: #574D60;
}
.design-color-swiper-container .swiper-pagination-bullet:nth-of-type(4){
    background-color: #40655F;
    border-color: #2B413E;
}
.design-color-swiper-container .swiper-pagination-bullet:nth-of-type(5){
    background-color: #C4AA8F;
    border-color: #776451;
}
.design-color-swiper-container .swiper-pagination-bullet-active{
    transform: scale(1.4);
}
.design-color-dis{
    color: #575757;
    font-size: .833vw;
    margin: 2.5% auto 0;
    text-align: center;
    width: 22%;
}
.design-sample-contianer .swiper{
    padding-bottom: 4.25vw;
    position: relative;
    overflow: hidden;
}
.design-sample-contianer .swiper-scrollbar{
    background-color: #242424;
    border-radius: 4.6875vw;
    position: absolute;
    bottom: 1.3vw;
    left: 14.87vw;
    width: 13vw;
    height: .4167vw;
    overflow: hidden;
}
.design-sample-contianer .swiper-scrollbar-drag{
    background-image: linear-gradient(to right,#B79038,#FFE2A2);
    cursor: grab;
}
.design-sample-contianer .swiper-slide{
    border-radius: 1.5625vw;
    overflow: hidden;
    will-change: transform;
}
.design-sample-contianer .swiper-navigation{
    display: flex;
    position: absolute;
    right: 14.87vw;
    bottom: 0;
}
.design-sample-contianer .swiper-button-prev{
    width: 3vw;
    height: 3vw;
    margin-right: 1.1vw;
}
.design-sample-contianer .swiper-button-next{
    width: 3vw;
    height: 3vw;
}
.design-sample-contianer .swiper-button-prev,
.design-sample-contianer .swiper-button-next{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
}
.design-sample-contianer .swiper-button-prev::after,
.design-sample-contianer .swiper-button-next::after{
    display: none;
}
.design-weight-thin-container{
    position: relative;
}
.design-weight-contianer{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.design-weight-thin-bg{
    position: absolute;
    top: -37.4375vw;
    left: 0;
    width: 100%;
}
.design-weight-image-container{
    margin-left: 10.68%;
    width: 35.78%;
    position: relative;
}
.design-weight-content-container{
    margin-top: -7.5%;
    margin-left: 6.6875%;
    width: 27.7vw;
    position: relative;
}
.design-thin-contianer{
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    padding-bottom: 7.5%;
    margin-top: -2%;
}
.design-thin-bg{
    position: absolute;
    bottom: -6.45vw;
    left: 19.77vw;
    width: 121.4vw;
}
.jump-to-dis{
    cursor: pointer;
}
.design-thin-image{
    width: 58%;
    padding-top: 3%;
    position: relative;
    z-index: 1;
}
.design-thin-detail-text-container{
    display: flex;
    font-size: 4.1vw;
    font-weight: 100;
    line-height: 1.25;
    position: absolute;
    top: 0;
    left: 4%;
    width: 90%;
}
.design-thin-detail-text{
    background: linear-gradient(to bottom,#FFFDF8 0,#FFE2A2 40%,#473610 75%,#6F4C00 100%);
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
}
.design-thin-detail-small-text{
    font-size: .5em;
    font-weight: 400;
}
.design-thin-detail-text:first-child{
    margin-right: 5%;
}
.design-thin-content-container{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 11.33%;
    width: 59.4%;
    z-index: 1;
}
.design-thin-title{
    width: 45.5%;
}
.design-thin-des{
    width: 48.14%;
}
.section-screen{
    background-color: #000000;
}
.screen-intro{
    overflow: hidden;
}
.screen-intro-row{
    display: flex;
    justify-content: center;
}
.screen-intro-main-image{
    display: flex;
    justify-content: space-between;
    width: 43.85%;
    overflow: hidden;
}
.screen-intro-main-left-image{
    width: 63.28%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.screen-intro-main-left-video{
    position: absolute;
    top: 1.75%;
    left: 1.75%;
    width: 96%;
    opacity: 0;
    transition: opacity .75s ease .5s;
}
.active .screen-intro-main-left-video{
    opacity: 1;
}
.screen-intro-main-left-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.screen-intro-main-left-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .5s ease 1.25s;
    z-index: 2;
}
.screen-intro-main-left-icon svg{
    width: 100%;
    height: auto;
    pointer-events: none;
}
.screen-intro-main-left-icon svg path{
    pointer-events: all;
}
.active .screen-intro-main-left-icon{
    opacity: 1;
}
.screen-intro-main-right-image{
    width: 32.06%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.screen-intro-main-right-video{
    position: absolute;
      top: 1.75%;
    left: 4%;
    width: 92.5%;
    opacity: 0;
    transition: opacity .75s ease .5s;
}
.active .screen-intro-main-right-video{
    opacity: 1;
}
.screen-intro-main-right-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 90% 50%;
}
.screen-intro-main-right-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 90%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .5s ease 1.25s;
    z-index: 2;
}
.screen-intro-main-right-icon svg{
    width: 100%;
    height: auto;
    pointer-events: none;
}
.screen-intro-main-right-icon svg path{
    pointer-events: all;
}
.active .screen-intro-main-right-icon{
    opacity: 1;
}
.screen-intro-feature-item{
    opacity: 0;
    transition: all 1s ease .25s;
}
.screen-intro-feature-item-title{
    color: #505050;
    font-size: .9375vw;
}
.screen-intro-feature-item-des{
    color: #FFFFFF;
    font-size: 1.5625vw;
}
.screen-intro-feature-container{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4% 0;
}
.screen-intro-left-feature{
    margin-right: 2.1%;
    text-align: right;
}
.screen-intro-right-feature{
    margin-left: 2.1%;
    text-align: left;
}
.screen-intro-left-feature .screen-intro-feature-item:nth-of-type(1){
    transform: translateX(-15%);
}
.screen-intro-left-feature .screen-intro-feature-item:nth-of-type(2){
    transform: translateX(-40%);
}
.screen-intro-left-feature .screen-intro-feature-item:nth-of-type(3){
    transform: translateX(-60%);
}
.screen-intro-left-feature .screen-intro-feature-item:nth-of-type(4){
    transform: translateX(-80%);
}
.screen-intro-left-feature .screen-intro-feature-item:nth-of-type(5){
    transform: translateX(-100%);
}
.screen-intro-right-feature .screen-intro-feature-item:nth-of-type(1){
    transform: translateX(15%);
}
.screen-intro-right-feature .screen-intro-feature-item:nth-of-type(2){
    transform: translateX(40%);
}
.screen-intro-right-feature .screen-intro-feature-item:nth-of-type(3){
    transform: translateX(60%);
}
.screen-intro-right-feature .screen-intro-feature-item:nth-of-type(4){
    transform: translateX(80%);
}
.screen-intro-right-feature .screen-intro-feature-item:nth-of-type(5){
    transform: translateX(100%);
}
.screen-intro-main-image{
    transform: scale(1.2);
    transition: transform .75s ease;
}
.active .screen-intro-feature-container .screen-intro-feature-item{
    opacity: 1;
    transform: translateX(0);
}
.active .screen-intro-main-image{
    transform: scale(1);
}
.screen-intro-content{
    margin: 0 auto;
    width: 55%;
    text-align: center;
}
.screen-intro-detail-row{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 51.6%;
}
.screen-intro-detail{
    display: flex;
    align-items: center;
}
.screen-intro-detail-icon{
    width: 4.48vw;
    height: 4.48vw;
}
.screen-intro-detail-icon svg{
    width: 100%;
    height: auto;
}
.screen-intro-detail-text{
    color: #FFFFFF;
    font-size: 1.14vw;
    margin-left: .8em;
}
.screen-right-show-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20.5%;
    width: 62%;
}
.screen-right-show-content{
    width: 48%;
}
.screen-right-show-title{
    color: #FFFFFF;
}
.screen-right-show-progress-name-container{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    font-size: 1.14vw;
    line-height: 1.25;
    text-align: center;
}
.screen-right-show-progress-name{
    cursor: pointer;
    opacity: .2;
    transition: opacity .75s ease;
    will-change: opacity;
}
.screen-right-show-progress-name-container[data-index="0"] .screen-right-show-progress-name:nth-of-type(1){
    opacity: 1;
}
.screen-right-show-progress-name-container[data-index="1"] .screen-right-show-progress-name:nth-of-type(2){
    opacity: 1;
}
.screen-right-show-progress-name-container[data-index="2"] .screen-right-show-progress-name:nth-of-type(3){
    opacity: 1;
}
.screen-right-show-progress-bar{
    background-color: #242424;
    border-radius: 4.6875vw;
    margin-top: 1vw;
    width: 100%;
    height: 0.4167vw;
    overflow: hidden;
}
.screen-right-show-progress-bar .swiper-scrollbar-drag {
    background-image: linear-gradient(to right,#B79038,#FFE2A2);
    width: 11.6%;
    position: relative;
    transition: left .5s ease;
}
.screen-right-show-progress-bar[data-index="0"] .swiper-scrollbar-drag{
    left: 8%;
}
.screen-right-show-progress-bar[data-index="1"] .swiper-scrollbar-drag{
    left: 42%;
}
.screen-right-show-progress-bar[data-index="2"] .swiper-scrollbar-drag{
    left: 80%;
}
.screen-right-show-swiper{
    position: relative;
    width: 39.5%;
    perspective: 40vw; 
}
.screen-right-show-swiper-3d-container{
    position: relative;
}
.screen-right-show-swiper .swiper{
    position: absolute;
    top: 1%;
    left: 1.25%;
    overflow: hidden;
    width: 93.75%;
}
.screen-right-show-swiper-phone{
    position: relative;
    z-index: 1;
}
.screen-right-show-des-container{
    position: relative;
}
.screen-right-show-des-container .screen-right-show-des{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}
.screen-right-show-des-container .screen-right-show-des:first-child{
    position: relative;
}
.screen-right-show-des-container[data-index="0"] .screen-right-show-des:nth-of-type(1){
    opacity: 1;
    pointer-events: all;
}
.screen-right-show-des-container[data-index="1"] .screen-right-show-des:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
.screen-right-show-des-container[data-index="2"] .screen-right-show-des:nth-of-type(3){
    opacity: 1;
    pointer-events: all;
}
.screen-right-show-des-dis{
    color: #575757;
    font-size: .833vw;
    margin-top: .5em;
}
.screen-left-show-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: 20.47%;
    width: 62.8125%;
}
.screen-left-show-content{
    width: 48%;
}
.screen-left-show-title{
    color: #FFFFFF;
}
.screen-left-show-progress-container{
    width: 63%;
}
.screen-left-show-progress-name-container{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    font-size: 1.25vw;
    line-height: 1.25;
}
.screen-left-show-progress-name{
    cursor: pointer;
    opacity: .2;
    transition: opacity .75s ease;
}
.screen-left-show-progress-name-container[data-index="0"] .screen-left-show-progress-name:nth-of-type(1){
    opacity: 1;
}
.screen-left-show-progress-name-container[data-index="1"] .screen-left-show-progress-name:nth-of-type(2){
    opacity: 1;
}
.screen-left-show-progress-name-container[data-index="2"] .screen-left-show-progress-name:nth-of-type(3){
    opacity: 1;
}
.screen-left-show-progress-name-container[data-index="3"] .screen-left-show-progress-name:nth-of-type(4){
    opacity: 1;
}
.screen-left-show-progress-bar{
    background-color: #242424;
    border-radius: 4.6875vw;
    margin-top: 1vw;
    width: 100%;
    height: 0.4167vw;
    overflow: hidden;
}
.screen-left-show-progress-bar .swiper-scrollbar-drag {
    background-image: linear-gradient(to right,#B79038,#FFE2A2);
    width: 11.6%;
    position: relative;
    transition: left .5s ease;
}
.screen-left-show-progress-bar[data-index="0"] .swiper-scrollbar-drag{
    left: 7.5%;
}
.screen-left-show-progress-bar[data-index="1"] .swiper-scrollbar-drag{
    left: 44%;
}
.screen-left-show-progress-bar[data-index="2"] .swiper-scrollbar-drag{
    left: 81%;
}
.screen-left-show-swiper{
    position: relative;
    overflow: hidden;
    width: 38%;
}
.screen-left-show-swiper .swiper{
    position: absolute;
    top: 1%;
    right: 1.25%;
    overflow: hidden;
    width: 93.75%;
}
.screen-left-show-swiper-phone{
    position: relative;
    z-index: 1;
}
.screen-left-show-des-container{
    position: relative;
}
.screen-left-show-des-container .screen-left-show-des{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}
.screen-left-show-des-container .screen-left-show-des:first-child{
    position: relative;
}
.screen-left-show-des-container[data-index="0"] .screen-left-show-des:nth-of-type(1){
    opacity: 1;
}
.screen-left-show-des-container[data-index="1"] .screen-left-show-des:nth-of-type(2){
    opacity: 1;
}
.screen-left-show-des-container[data-index="2"] .screen-left-show-des:nth-of-type(3){
    opacity: 1;
}
.screen-left-show-des-container[data-index="3"] .screen-left-show-des:nth-of-type(4){
    opacity: 1;
}
.screen-main-title{
    margin-left: 20%;
}
.screen-main-swiper-container{
    margin: 0 auto;
    width: 81.875%;
}
.screen-main-swiper-container .swiper{
    overflow: hidden;
}
.screen-main-swiper-progress-container{
    margin: -16% auto 0;
    width: 47%;
    position: relative;
    z-index: 1;
}
.screen-main-swiper-progress-name-container{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    font-size: 1.14vw;
    line-height: 1.25;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.screen-main-swiper-progress-name{
    cursor: pointer;
    opacity: .2;
    transition: opacity .75s ease;
}
.screen-main-swiper-progress-name-container[data-index="0"] .screen-main-swiper-progress-name:nth-of-type(1){
    opacity: 1;
}
.screen-main-swiper-progress-name-container[data-index="1"] .screen-main-swiper-progress-name:nth-of-type(2){
    opacity: 1;
}
.screen-main-swiper-progress-name-container[data-index="2"] .screen-main-swiper-progress-name:nth-of-type(3){
    opacity: 1;
}
.screen-main-swiper-progress-name-container[data-index="3"] .screen-main-swiper-progress-name:nth-of-type(4){
    opacity: 1;
}
.screen-main-swiper-progress-bar{
    background-color: #242424;
    border-radius: 4.6875vw;
    margin-top: 1vw;
    width: 100%;
    height: 0.4167vw;
    overflow: hidden;
}
.screen-main-swiper-progress-bar .swiper-scrollbar-drag {
    background-image: linear-gradient(to right,#B79038,#FFE2A2);
    width: 5.5%;
    position: relative;
    transition: left .5s ease;
}
.screen-main-swiper-progress-bar[data-index="0"] .swiper-scrollbar-drag{
    left: 19%;
}
.screen-main-swiper-progress-bar[data-index="1"] .swiper-scrollbar-drag{
    left: 52%;
}
.screen-main-swiper-progress-bar[data-index="2"] .swiper-scrollbar-drag{
    left: 78%;
}
.screen-main-swiper-progress-bar[data-index="3"] .swiper-scrollbar-drag{
    left: 82%;
}
.screen-main-des-container{
    margin: 0 auto;
    position: relative;
    width: 52.6%;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}
.screen-main-des-container .screen-main-des{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
    width: 100%;
}
.screen-main-des-dis{
    color: #575757;
    font-size: .833vw;
    margin-top: .5em;
    text-align: center;
}
.screen-main-des-container .screen-main-des:first-child{
    position: relative;
}
.screen-main-des-container[data-index="0"] .screen-main-des:nth-of-type(1){
    opacity: 1;
    pointer-events: all;
}
.screen-main-des-container[data-index="1"] .screen-main-des:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
.screen-main-des-container[data-index="2"] .screen-main-des:nth-of-type(3){
    opacity: 1;
    pointer-events: all;
}
.screen-main-des-container[data-index="3"] .screen-main-des:nth-of-type(4){
    opacity: 1;
    pointer-events: all;
}
.section-hinge{
    background-color: #000000;
}
.hinge-main-title{
    position: relative;
    z-index: 1;
}
.hinge-intro-container{
    position: relative;
}
.hinge-intro-bg{
    position: absolute;
    top: -9.4vw;
    left: 15.14vw;
    width: 72%;
}
.hinge-intro-images{
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hinge-intro-des{
    margin: 0 auto;
    width: 51%;
    text-align: center;
    position: relative;
}
.hinge-detail-main-container{
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 71%;
    position: relative;
    transform: translateY(25%) scale(1.25);
    opacity: 0;
}
.hinge-detail-main-content{
    background-color: #111214;
    border-radius: 1.5625vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    padding-left: 6.6%;
}
.hinge-detail-main-title{
    color: #FFFFFF;
    font-size: 2.08vw;
    line-height: 1.25;
}
.hinge-detail-main-des{
    color: #FFFFFF;
    font-size: 1.04vw;
    width: 33.8%;
    opacity: .5;
}
.hinge-detail-main-image{
    width: 66%;
    position: relative;
    pointer-events: none;
}
.hinge-detail-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 5% auto 0;
    width: 70.625%;
}
.hinge-detail-item{
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    width: 47.2%;
    position: relative;
    transform: translateY(25%) scale(1.25);
    opacity: 0;
}
.hinge-detail-item-content{
    margin: 7% auto 0;
    width: 78.3%;
    text-align: center;
    position: relative;
}
.hinge-detail-item-title{
    color: #FFFFFF;
    font-size: 2.08vw;
    line-height: 1.25;
}
.hinge-detail-item-des{
    color: #FFFFFF;
    font-size: 1.04vw;
    opacity: .5;
}
.hinge-detail-item-dis{
    color: #575757;
    font-size: .833vw;
    margin-top: .75em;
}
.hinge-detail-item:nth-of-type(1){
    background-color: #141414;
    border-radius: 1.5625vw;
    padding: 3.3% 0 4.5%;
    overflow: hidden;
}
.hinge-detail-item:nth-of-type(2){
    padding-bottom: 6%;
}
.hinge-detail-item-image{
    position: relative;
}
.hinge-detail-item:nth-of-type(2)::before{
    content: "";
    background-color: #141414;
    border-radius: 1.5625vw;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    overflow: hidden;
}
.hinge-detail-item-2{
    transform: translateY(25%) scale(1.25);
}
.section-technology{
    background-color: #000000;
}
.technology-intro-image{
    margin: 0 auto;
    width: 66.1%;
}
.technology-intro-content{
    margin: 0 auto;
    width: 48.65%;
    text-align: center;
}
.technology-detail-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 51.46%;
}
.technology-detail-content{
    width: 94.5%;
    text-align: center;
}
.technology-detail-image{
    width: 100%;
}
.technology-feature-container{
    margin: 0 auto;
    width: 60.416%;
}
.technology-feature-title{
    text-align: center;
}
.technology-feature-row{
    display: flex;
    justify-content: space-between;
    perspective: 100vw;
}
.technology-feature-item{
    background-color: #111214;
    box-sizing: border-box;
    border-radius: 1.625vw;
    width: 31.3%;
    padding: 5% 3.5%;
    overflow: hidden;
    opacity: 0;
    transform: translateZ(40vw);
}
.technology-feature-icon{
    margin: 0 auto;
    width: 39%;
}
.technology-feature-icon svg{
    width: 100%;
    height: auto;
}
.technology-feature-item-content{
    color: #FFFFFF;
    text-align: center;
}
.technology-feature-item-title{
    font-size: 1.146vw;
    line-height: 1.25;
}
.technology-feature-item-des{
    font-size: .833vw;
    margin-top: 1em;
    opacity: .5;
}
.technology-satellite-container{
    position: relative;
}
.technology-satellite-content{
    margin: 0 auto 3.16%;
    width: 49.1%;
    text-align: center;
    z-index: 1;
}
.technology-battery-content{
    margin: 0 auto;
    width: 48.65%;
    text-align: center;
}
.technology-battery-dis{
    color: #575757;
    font-size: .833vw;
    margin-top: .75em;
}
.technology-battery-image{
    margin: 0 auto;
    width: 53%;
}
.technology-design-content{
    margin: 0 auto;
    width: 54%;
    text-align: center;
}
.technology-design-image{
    margin: 0 auto;
    width: 54%;
}
.section-camera{
    background-color: #000000;
}
.camera-main-logo{
    margin: 0 auto;
    width: 13%;
}
.camera-intro-des{
    margin: 0 auto;
    width: 60.5%;
    text-align: center;
}
.camera-sample-title-contianer{
    margin-left: 11.875%;
    padding-top: 1%;
    padding-bottom: calc(36% + 200px);
}
.camera-sample-title{
    color: #FFFFFF;
    display: flex;
    font-size: 2.5vw;
    line-height: 1.25;
}
.camera-sample-title-transform{
    height: 1.6em;
}
.camera-sample-title-transform-row{
    position: relative;
}
.camera-sample-title-transform-row span{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    white-space: nowrap;
}
.camera-sample-title-transform-row span:first-child{
    position: relative;
    opacity: 1;
}
.camera-sample-title-progress-bar{
    background-color: #222222;
    border-radius: 4.6875vw;
    display: flex;
    align-items: center;
    width: 16vw;
    height: .42vw;
}
.camera-sample-title-progress-bar-line{
    background: linear-gradient(to right,#896A25,#FFE2A2);
    border-radius: 4.6875vw;
    width: 0;
    height: 100%;
}
.camera-sample-item-container{
    margin-top: calc(-22vw - 260px);
    padding-bottom: 20vh;
    overflow: hidden;
}
.camera-sample-item{
    margin-top: 0;
    will-change: transform;
}
.camera-sample-item-img{
    border-radius: 1.04vw;
    margin: 1vw 0;
    overflow: hidden;
    will-change: transform;
}
.camera-sample-item-trigger{
    margin-top: -2.5vw;
}
.camera-sample-1-trigger{
    margin-top: 0;
}
.camera-sample-1{
    margin-top: 0;
    margin-left: 17.92%;
    width: 29.58%;
    transform-origin: 100% 0;
    transform: translate(-25%,0) scale(1.75);
}
.camera-sample-2{
    margin-left: 52.5%;
    width: 23.44%;
    transform-origin: 0% 0%;
    transform: translate(25%,0) scale(1.75);
}
.camera-sample-3{
    margin-left: 17.92%;
    width: 29.58%;
    transform-origin: 100% 0;
    transform: translate(-25%,0) scale(1.75);
}
.camera-sample-4{
    margin-left: 52.5%;
    width: 33.9%;
    transform-origin: 0% 0%;
    transform: translate(25%,0) scale(1.75);
}
.camera-sample-5{
    margin-left: 16.25%;
    width: 31.25%;
    transform-origin: 100% 0;
    transform: translate(-25%,0) scale(1.75);
}
.camera-sample-6{
    margin-left: 52.5%;
    width: 23.44%;
    transform-origin: 0% 0%;
    transform: translate(25%,0) scale(1.75);
}
.camera-sample-7{
    margin-left: 24.06%;
    width: 23.44%;
    transform-origin: 100% 0;
    transform: translate(-25%,0) scale(1.75);
}
.camera-sample-8{
    margin-left: 52.5%;
    width: 32.1%;
    transform-origin: 0% 0%;
    transform: translate(25%,0) scale(1.75);
}
.camera-sample-9{
    margin-left: 24.06%;
    width: 23.44%;
    transform-origin: 100% 0;
    transform: translate(-25%,0) scale(1.75);
}
.camera-sample-10{
    margin-left: 52.5%;
    width: 23.44%;
    transform-origin: 0% 0%;
    transform: translate(25%,0) scale(1.75);
}
.camera-sample-11{
    margin-left: 27.93%;
    width: 19.57%;
    transform-origin: 100% 0;
    transform: translate(-25%,0) scale(1.75);
}
.camera-sample-item-title{
    color: #FFFFFF;
    font-size: 1.67vw;
    line-height: 1.25;
    opacity: 0;
}
.camera-sample-item-des{
    color: #FFFFFF;
    font-size: .9375vw;
    opacity: 0;
}
.camera-sample-dis{
    color: #575757;
    font-size: .833vw;
    margin-top: .5em;
    text-align: center;
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.section-accessory{
    background-color: #000000;
}
.accessory-intro-container{
    background-color: #141414;
    border-radius: 1.1vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 73.4375%;
    padding: 4.5% 6.4%;
    overflow: hidden;
}
.accessory-intro-content{
    width: 52.17%;
}
.accessory-intro-image{
    width: 33.45%;
}
.accessory-intro-icon{
    margin-bottom: 15%;
}
.accessory-item-title{
    text-align: center;
}
.accessory-item-row{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 48.4375%;
    height: auto;
}
.accessory-item-detail-container{
    width: 48.387%;
}
.accessory-item-detail{
    background-color: #141414;
    border-radius: 1.1vw;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 4.1vw 0 4.375vw;
}
.accessory-item-detail-name{
    color: #FFFFFF;
    font-size: 1.14vw;
    text-align: center;
    white-space: nowrap;
}
.accessory-item-detail-name a{
    color: #FFFFFF;
}
.accessory-item-dis{
    color: #575757;
    font-size: .833vw;
    text-align: center;
}
.section-disclaimer{
    background-color: #000000;
}
.disclaimer-container {
    border-top: 1px #D1D1D1 solid;
    color: #797979;
    font-size: 12px;
    margin: 0 auto;
    width: 70%;
    padding-top: 1.5vw;
    overflow: hidden;
}
.disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 2em;
}
.disclaimer-container li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    padding-left: 0.5em;
}
.disclaimer-container .more-discalimer{
    list-style: none;
    margin-top: 2vw;
}
.disclaimer-container .active{
    color: #FFFFFF;
    opacity: 1;
}
@media (min-width: 1920px){
    .disclaimer-container {
        font-size: .625vw;
    }
}

@media (max-aspect-ratio: 678 / 669){
    .header-top{
        top: 96px;
    }
    .full-height{
        height: calc(100vh - 96px);
    }
    .hidden-web{
        display: block;
    }
    .hidden-mob{
        display: none;
    }
    .hidden-inline-web{
        display: inline-block;
    }
    .space-300{
        height: 200px;
    }
    .space-200{
        height: 100px;
    }
    .space-160{
        height: 80px;
    }
    .space-120{
        height: 60px;
    }
    .space-100{
        height: 50px;
    }
    .space-80{
        height: 40px;
    }
    .space-60{
        height: 30px;
    }
    .space-40{
        height: 20px;
    }
    .space-30{
        height: 15px;
    }
    .space-20{
        height: 10px;
    }
    .sticky-viewport{
        height: calc(100vh - 96px);
        top: 96px;
    }
    .main-container{
        font-size: 3.6vw;
    }
    .main-container .big-title{
        font-size: 13.89vw;
        line-height: normal;
    }
    .main-container .small-title{
        font-size: 6.66vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h2{
        font-size: 14.7vw;
        line-height: normal;
    }
    .main-container .h3{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .subtitle{
        font-size: 6.667vw;
        font-weight: bold;
        line-height: 1.25;
    }
    .main-container .h4{
        font-size: 11.11vw;
        line-height: normal;
    }
    .main-container .big-title-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h2-xs{
        font-size: 8.8vw;
        line-height: normal;
    }
    .main-container .h3-xs{
        font-size: 11.1vw;
        line-height: normal;
    }
    .main-container .h4-xs{
        font-size: 9.16vw;
        line-height: normal;
    }
    .main-container p{
        font-size: 4.44vw;
    }
    .main-container .smaller-text{
        font-size: 3.6vw;
        line-height: 1.6;
    }
    .main-container .disclaimer{
        font-size: 3vw;
    }
    .video-pop-play{
        font-size: 3.8vw;
    }
    .auto-video-btn{
        font-size: 3.8vw;
    }

    .kv-title-container{
        margin: 20% auto 0;
        width: 87.6%;
        position: static;
    }
    .kv-title-subtitle{
        font-size: 6.94vw;
        margin-top: 3.75%;
    }
    .kv-container .video-pop-play{
        font-size: 4.86vw;
        margin-bottom: 14.44%;
    }
    .kv-container .video-pop-play-container.hidden-mob{
        display: none;
    }
    .kv-container .video-pop-play-container.hidden-web{
        display: flex;
    }
    .s1-price-btn{
        margin-top: 14%;
    }
    .reason-to-buy-row{
        width: 91.67%;
    }
    .reason-to-buy-item{
        display: flex;
        width: 100%;
    }
    .reason-to-buy-item:nth-of-type(odd),
    .reason-to-buy-item:nth-of-type(even){
        float: none;
    }
    .reason-to-buy-item-title{
        font-size: 6.67vw;
    }
    .reason-to-buy-item-des{
        font-size: 3.33vw;
    }
    .reason-to-buy-item-container{
        border-radius: 4.167vw;
        transform: scale(1);
        opacity: 1;
    }
    .reason-to-buy-item-content{
        top: 5%;
        left: 7.6%;
    }
    .reason-to-buy-item-1 .reason-to-buy-item-container{
        padding-top: 15%;
    }
    .reason-to-buy-item-2 .reason-to-buy-item-container{
        padding-top: 20%;
    }
    .reason-to-buy-item-5 .reason-to-buy-item-container{
        padding-top: 0;
    }
    .reason-to-buy-item-6 .reason-to-buy-item-container{
        padding-top: 10%;
    }
    .reason-to-buy-item-dis{
        font-size: 2.78vw;
    }
    .design-main-des{
        text-align: left;
        width: 84%;
    }
    .design-main-container .video-pop-play {
        width: 14.44vw;
        height: 14.44vw;
        right: 3%;
    }
    .design-color-content-container{
        display: block;
        width: 83.3%;
    }
    .design-color-title{
        width: 100%;
    }
    .design-color-des{
        margin-top: 6.3%;
        width: 100%;
    }
    .design-color-swiper-container .swiper{
        width: 100%;
        padding: 6.5% 0 19%;
    }
    .design-color-swiper-container .swiper-slide{
        border-radius: 0;
    }
    .design-color-item-phone{
        width: 85.75%;
        top: 0;
        transform: translate(-50%,0) scale(.85);
    }
    .design-color-swiper-container .swiper-pagination-container{
        flex-direction: column-reverse;
        right: 50%;
        bottom: 0%;
        width: 47%;
        transform: translateX(50%);
        padding-bottom: 2.5%;
    }
    .design-color-swiper-container .swiper-pagination-bullet{
        border-width: 2px;
        margin-right: 4vw;
        width: 4.72vw;
        height: 4.72vw;
    }
    .design-color-swiper-container .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .design-color-dis{
        font-size: 2.22vw;
        width: 60%;
    }
    .swiper-pagination-text-contianer{
        font-size: 3.6vw;
        margin-top: .5em;
        margin-right: 0;
    }
    .design-color-swiper-phone-wrapper[data-index='0'] .design-color-item-phone:nth-of-type(1){
        transform: translate(-50%,0) scale(1);
    }
    .design-color-swiper-phone-wrapper[data-index='1'] .design-color-item-phone:nth-of-type(2){
        transform: translate(-50%,0) scale(1);
    }
    .design-color-swiper-phone-wrapper[data-index='2'] .design-color-item-phone:nth-of-type(3){
        transform: translate(-50%,0) scale(1);
    }
    .design-color-swiper-phone-wrapper[data-index='3'] .design-color-item-phone:nth-of-type(4){
        transform: translate(-50%,0) scale(1);
    }
    .design-color-swiper-phone-wrapper[data-index='4'] .design-color-item-phone:nth-of-type(5){
        transform: translate(-50%,0) scale(1);
    }
    .design-color-swiper-phone-wrapper[data-index='5'] .design-color-item-phone:nth-of-type(6){
        transform: translate(-50%,0) scale(1);
    }
    .swiper-pagination-text-contianer span{
        right: 50%;
        transform: translate(50%,-50%);
    }
    .swiper-pagination-text-contianer span:first-child{
        right: 0;
        transform: translate(0,-50%);
    }
    .swiper-pagination-text-contianer[data-index="0"] span:nth-of-type(1){
        transform: translate(0,0);
    }
    .swiper-pagination-text-contianer[data-index="1"] span:nth-of-type(2){
        transform: translate(50%,0);
    }
    .swiper-pagination-text-contianer[data-index="2"] span:nth-of-type(3){
        transform: translate(50%,0);
    }
    .swiper-pagination-text-contianer[data-index="3"] span:nth-of-type(4){
        transform: translate(50%,0);
    }
    .swiper-pagination-text-contianer[data-index="4"] span:nth-of-type(5){
        transform: translate(50%,0);
    }
    .design-sample-contianer .swiper-scrollbar{
        margin-top: 13%;
        width: 34.68%;
        height: 2vw;
        position: relative;
        left: 8.5%;
        bottom: 0;
    }
    .design-sample-contianer .swiper-navigation{
        right: 8.5%;
        pointer-events: none;
    }
    .design-sample-contianer .swiper-button-prev{
        margin-right: 4.16vw;
    }
    .design-sample-contianer .swiper-button-prev,
    .design-sample-contianer .swiper-button-next{
        width: 11.11vw;
        height: 11.11vw;
        pointer-events: all;
    }
    .design-weight-thin-bg{
        top: 2.5%;
        left: 0;
        width: 100%;
    }
    .design-weight-thin-container{
        margin-top: 0;
        overflow: hidden;
    }
    .design-weight-contianer{
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .design-weight-image-phone{
        margin-left: 10%;
        width: 90%;
    }
    .design-weight-image-hand{
        width: 80.5%;
    }
    .design-weight-content-container{
        margin: 0 auto;
        width: 83.333%;
    }
    .design-weight-image-container{
        margin-top: 0;
        margin-left: 0;
        width: 80.56%;
    }
    .design-thin-contianer{
        flex-direction: column-reverse;
        margin-top: 0;
        margin-bottom: -14%;
        padding-bottom: 0;
    }
    .design-thin-content-container{
        display: block;
        margin: 0 auto;
        width: 83.33%;
        position: relative;
        left: 0;
    }
    .design-thin-title{
        width: 100%;
    }
    .design-thin-des{
        width: 100%;
    }
    .design-thin-image{
        margin-top: 11%;
        margin-left: 6.78%;
        width: 54.47%;
    }
    .design-thin-detail-text-container{
        font-size: 12.5vw;
        flex-direction: column;
        white-space: nowrap;
        top: 7%;
        left: 90%;
    }
    .design-thin-detail-text:first-child{
        margin-right: 0;
        margin-bottom: 33%;
    }
    .screen-intro{
        overflow: hidden;
    }
    .screen-intro-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .screen-intro-left-feature{
        order: 2;
        width: 43%;
        text-align: left;
    }
    .screen-intro-feature-container{
        text-align: center;
    }
    .screen-intro-main-image{
        width: 87.75%;
    }
    .screen-intro-right-feature{
        order: 3;
        width: 43%;
    }
    .screen-intro-feature-item{
        margin-top: 6.25vw;
    }
    .screen-intro-row .screen-intro-left-feature .screen-intro-feature-item,
    .screen-intro-row .screen-intro-right-feature .screen-intro-feature-item{
        transform: none;
        opacity: 1;
    }
    .screen-intro-main-image img{
        transform: none;
    }
    .screen-intro-feature-item-title{
        font-size: 3.05vw;
    }
    .screen-intro-feature-item-des{
        font-size: 4.72vw;
    }
    .screen-intro-content{
        width: 81.52%;
        text-align: left;
    }
    .screen-intro-detail-row{
        margin-top: 7%;
        width: 53%;
    }
    .screen-intro-detail{
        justify-content: center;
    }
    .screen-intro-detail-icon{
        width: 11.39vw;
        height: 11.39vw;
        margin-right: 5vw;
    }
    .screen-intro-detail-text{
       font-size: 3.89vw; 
       margin-left: 0;
    }
    .screen-right-show-container{
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    .screen-right-show-title{
        margin: 0 auto;
        width: 83.33%;
    }
    .screen-right-show-swiper{
        margin: 0 auto;
        width: 60%;
        perspective-origin: right;
    }
    .screen-right-show-swiper .swiper{
        top: 1.2%;
        width: 93.5%;
    }
    .screen-right-show-progress-name-container{
        font-size: 4.44vw;
        width: 140%;
    }
    .screen-right-show-content{
        width: 100%;
    }
    .screen-right-show-progress-name{
        flex: none;
    }
    .screen-right-show-progress-container{
        margin: 0 auto;
        width: 83.33%;
        overflow: auto;
        padding-bottom: 4.5%;
    }
    .screen-right-show-progress-bar{
        height: 2.36vw;
        margin-top: 3.66%;
        width: 140%;
    }
    .screen-right-show-progress-bar .swiper-scrollbar-drag{
        width: 7vw;
    }
    .screen-right-show-progress-bar[data-index="0"] .swiper-scrollbar-drag {
        left: 6.5%;
    }
    .screen-right-show-progress-bar[data-index="1"] .swiper-scrollbar-drag {
        left: 38%;
    }
    .screen-right-show-progress-bar[data-index="2"] .swiper-scrollbar-drag {
        left: 77%;
    }
    .screen-right-show-des-container{
        margin: 0 auto;
        width: 83.33%;
    }
    .screen-right-show-des-dis{
        font-size: 2.78vw;
        text-align: left;
    }
    .screen-left-show-container{
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    .screen-left-show-title{
        margin: 0 auto;
        width: 83.33%;
    }
    .screen-left-show-swiper{
        margin: 10% auto 10%;
        width: 60%;
    }
    .screen-left-show-progress-name-container{
        font-size: 4.44vw;
    }
    .screen-left-show-content{
        width: 100%;
    }
    .screen-left-show-progress-name{
        flex: none;
    }
    .screen-left-show-progress-container{
        margin: 0 auto;
        width: 83.33%;
        overflow: auto;
        padding-bottom: 4.5%;
    }
    .screen-left-show-progress-bar{
        height: 2.36vw;
        margin-top: 3.66%;
    }
    .screen-left-show-progress-bar .swiper-scrollbar-drag{
        width: 7vw;
    }
    .screen-left-show-progress-bar[data-index="0"] .swiper-scrollbar-drag {
        left: 6.5%;
    }
    .screen-left-show-progress-bar[data-index="1"] .swiper-scrollbar-drag {
        left: 45.5%;
    }
    .screen-left-show-progress-bar[data-index="2"] .swiper-scrollbar-drag {
        left: 85.5%;
    }
    .screen-left-show-des-container{
        margin: 0 auto;
        width: 83.33%;
    }
    .screen-main-title{
        margin: 0 auto;
        width: 83.33%;
    }
    .screen-main-swiper-container{
        width: 100%;
    }
    .screen-main-swiper-progress-container{
        margin: -25% auto 0;
        width: 83.33%;
        overflow: auto;
        padding-bottom: 4.5%;
    }
    .screen-main-swiper-progress-name-container{
        font-size: 4.44vw;
        width: 140%;
    }
    .screen-main-swiper-progress-bar{
        height: 2.36vw;
        width: 140%;
        margin-top: 3.66%;
    }
    .screen-main-swiper-progress-bar .swiper-scrollbar-drag{
        width: 7vw;
    }
    .screen-main-swiper-progress-bar[data-index="0"] .swiper-scrollbar-drag {
        left: 12%;
    }
    .screen-main-swiper-progress-bar[data-index="1"] .swiper-scrollbar-drag {
        left: 53%;
    }
    .screen-main-swiper-progress-bar[data-index="2"] .swiper-scrollbar-drag {
        left: 86%;
    }
    .screen-main-swiper-progress-bar[data-index="3"] .swiper-scrollbar-drag {
        left: 84%;
    }
    .screen-main-des-container{
        width: 83.3%;
        text-align: left;
    }
    .screen-main-des-dis{
        font-size: 2.78vw;
        text-align: left;
    }
    .hinge-intro-bg{
        width: 100%;
        left: 0;
    }
    .hinge-intro-images{
        width: 100%;
    }
    .hinge-intro-des{
        width: 83.3%;
        text-align: left;
    }
    .hinge-detail-main-container{
        background-color: #1A1B1D;
        border-radius: 4.167vw;
        box-sizing: border-box;
        flex-direction: column;
        width: 91.67%;
        padding-top: 7.5%;
        transform: none;
        opacity: 1;
        overflow: hidden;
    }
    .hinge-detail-main-content{
        background-color: transparent;
        height: auto;
        margin: 0 auto;
        width: 83.33%;
        position: relative;
        padding: 0;
    }
    .hinge-detail-main-image{
        margin-top: 7.5%;
        width: 100%;
    }
    .hinge-detail-main-title{
        font-size: 6.66vw;
    }
    .hinge-detail-main-des{
        font-size: 3.89vw;
        width: 100%;
    }
    .hinge-detail-row{
        display: block;
        margin: 4.166vw auto 0;
        width: 91.67%;
    }
    .hinge-detail-row .hinge-detail-item{
        background-color: #1A1B1D;
        border-radius: 4.167vw;
        box-sizing: border-box;
        flex-direction: column;
        padding: 7.5% 0 5.6%;
        width: 100%;
        transform: none;
        opacity: 1;
        overflow: hidden;
    }
    .hinge-detail-row .hinge-detail-item-2{
        padding-bottom: 0;
    }
    .hinge-detail-item-1 .hinge-detail-item-image{
        margin-top: 6%;
    }
    .hinge-detail-item-content{
        margin: 0 auto;
        width: 83.33%;
        text-align: left;
    }
    .hinge-detail-item-title{
        font-size: 6.66vw;
    }
    .hinge-detail-item-des{
        font-size: 3.89vw;
    }
    .hinge-detail-item-dis{
        font-size: 2.78vw;
        margin-top: 6.5%;
    }
    .hinge-detail-item:nth-of-type(2){
        margin-top: 4.166vw;
    }
    .hinge-detail-item:nth-of-type(2)::before{
        display: none;
    }
    .technology-intro-container{
        display: flex;
        flex-direction: column;
    }
    .technology-intro-content{
        width: 83.33%;
        text-align: left;
    }
    .technology-intro-image{
        margin-top: 7.5%;
        width: 91%;
    }
    .technology-detail-container{
        flex-direction: column;
        margin: 0 auto;
        width: 83.33%;
    }
    .technology-detail-content{
        text-align: left;
        width: 100%;
    }
    .technology-detail-image{
        margin-top: 7.5%;
        width: 100%;
    }
    .technology-feature-container{
        width: 100%;
    }
    .technology-feature-title{
        margin: 0 auto;
        width: 83.3%;
        text-align: left;
    }
    .technology-feature-row{
        display: flex;
        overflow: auto;
        padding-bottom: 4.5%;
    }
    .technology-feature-item{
        border-radius: 4.167vw;
        flex: none;
        margin-left: 4.167%;
        width: 53.6%;
        padding: 9% 8.5% 6.5%;
        transform: none;
        opacity: 1;
    }
    .technology-feature-item:first-child{
        margin-left: 8.33%;
    }
    .technology-feature-item:last-child{
        margin-right: 8.33%;
    }
    .technology-feature-item-title{
        font-size: 4.72vw;
    }
    .technology-feature-item-des{
        font-size: 2.78vw;
    }
    .technology-satellite-container{
        margin-top: -10%;
    }
    .technology-satellite-content{
        position: absolute;
        top: 0;
        left: 50%;
        width: 83.3%;
        transform: translateX(-50%);
        text-align: left;
    }
    .technology-satellite-image{
        margin-top: 7.5%;
    }
    .technology-battery-content{
        width: 83.33%;
        text-align: left;
    }
    .technology-battery-dis{
        font-size: 2.78vw;
        margin-top: 6.5%;
        text-align: left;
    }
    .technology-battery-image{
        width: 91%;
    }
    .technology-design-content{
        width: 83.33%;
        text-align: left;
    }
    .technology-design-image{
        margin-top: 7.5%;
        width: 100%;
    }
    .camera-main-logo{
        width: 32%;
    }
    .camera-intro-des{
        margin: 0 auto;
        width: 83.3%;
        text-align: left;
    }
    .camera-sample-container .sticky-container{
        position: relative;
        top: 0;
    }
    .camera-sample-title-contianer{
        margin: 0 auto;
        width: 83.33%;
        padding: 0;
    }
    .camera-sample-title{
        font-size: 11.11vw;
    }
    .camera-sample-title-transform{
        height: auto;
    }
    .camera-sample-title-transform-row span{
        white-space: normal;
    }
    .camera-sample-title-progress-bar{
        display: none;
    }
    .camera-sample-item-container{
        margin-top: 0;
        padding-bottom: 0;
    }
    .camera-sample-item-mob-swiper .swiper-wrapper{
        margin-top: 10%;
    }
    .camera-sample-item-mob-swiper .swiper-pagination-container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .camera-sample-item-mob-swiper .swiper-pagination{
        position: relative;
        margin-top: 11.8vw;
        margin-bottom: 22.2vw;
    }
    .camera-sample-item-mob-swiper-3 .swiper-pagination{
        margin-bottom: 27.78vw;
    }
    .camera-sample-item-mob-swiper .swiper-pagination-bullet{
        background-color: #FFFFFF;
        width: 2.77vw;
        height: 2.77vw;
        opacity: .3;
        outline: none;
        margin-right: 3.6vw;
    }
    .camera-sample-item-mob-swiper .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .camera-sample-item-mob-swiper .swiper-pagination-bullet-active{
        opacity: 1;
    }
    .camera-sample-item-container .camera-sample-item{
        margin: 0 auto;
        width: 83.33%;
        transform: none;
        opacity: 1;
    }
    .camera-sample-item-trigger{
        margin-top: 0;
    }
    .camera-sample-item-img{
        border-radius: 4.16vw;
        margin: 5% 0;
        overflow: hidden;
    }
    .camera-sample-item-title{
        font-size: 8.33vw;
        opacity: 1;
    }
    .camera-sample-item-des{
        color: #FFFFFF;
        font-size: 4.44vw;
        opacity: 1;
    }
    .camera-sample-dis{
        font-size: 2.78vw;
        text-align: left;
        position: relative;
        bottom: 0;
    }
    .camera-sample-5 .camera-sample-item-img{
        display: flex;
        align-items: center;
        min-height: 83.3vw;
    }
    .camera-sample-5 .camera-sample-item-img picture{
        width: 100%;
    }
    .camera-sample-5 .camera-sample-item-img img{
        border-radius: 4.16vw;
        overflow: hidden;
        will-change: transform;
    }
    .accessory-intro-container{
        background-color: transparent;
        flex-direction: column;
        margin: 0 auto;
        width: 83.33%;
        padding: 0;
    }
    .accessory-intro-content{
        width: 100%;
    }
    .accessory-intro-image{
        margin-top: 6.66%;
        width: 100%;
    }
    .accessory-item-container{
        overflow: hidden;
    }
    .accessory-item-row{
        justify-content: flex-start;
        width: 100%;
    }
    .accessory-item-row .accessory-item-detail{
        background-color: #141414;
        border-radius: 4.167vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: none;
        margin: 0 auto 4.16%;
        width: 87.5%;
        padding: 12.5% 0;
        overflow: hidden;
    }
    .accessory-item-row .accessory-item-detail:last-child{
        margin-bottom: 0;
    }
    .accessory-item-container .swiper-pagination-container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .accessory-item-container .swiper-pagination{
        position: relative;
    }
    .accessory-item-container .swiper-pagination-bullet{
        background-color: #FFFFFF;
        width: 2.77vw;
        height: 2.77vw;
        opacity: .3;
        margin-right: 3.6vw;
        outline: none;
    }
    .accessory-item-container .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .accessory-item-container .swiper-pagination-bullet-active{
        opacity: 1;
    }
    .accessory-item-detail-container{
        width: 100%;
    }
    .accessory-item-detail-name{
        font-size: 4.167vw;
    }
    .accessory-item-dis{
        font-size: 2.78vw;
    }
    .disclaimer-container {
        font-size: 3vw;
        width: 87.5%;
        padding-top: 8.33%;
        padding-bottom: 8.33%;
    }
    .disclaimer-container .more-discalimer{
        margin-top: 10vw;
    }
}

.no-sticky.main-container .h2 span{
    background-color: transparent;
    background-image: none;
    color: #FFFFFF;
}
.no-sticky .super-text{
    background-color: transparent;
    background-image: none;
    color: #FFFFFF;
}
.no-sticky .design-thin-detail-text{
    background-color: transparent;
    background-image: none;
    color: #FFFFFF;
}
.no-sticky .camera-sample-title-progress-bar{
    display: none;
}
.no-sticky .camera-sample-title-contianer{
    padding-bottom: 7.5%;
}
.no-sticky .camera-sample-item-container{
    margin-top: 0;
}
.no-sticky .camera-sample-item-trigger{
    margin-top: -7.5%;
}
.no-sticky .design-main-container .video-pop-play svg{
    width: 5.7vw;
    height: 5.7vw;
}
.no-sticky .design-weight-image-phone{
    transition: none;
}
.no-sticky .hinge-detail-item-image{
    max-height: 22vw;
}
.no-sticky .hinge-detail-item-2 .hinge-detail-item-image{
    max-height: 31.3vw;
}
.no-sticky .camera-sample-1-trigger{
    margin-top: 0;
}
.no-sticky .camera-sample-item{
    transform: none;
}
.no-sticky .camera-sample-item-title,
.no-sticky .camera-sample-item-des{
    opacity: 1;
}
.no-sticky .camera-sample-title-contianer{
    display: block;
}
.no-sticky .camera-sample-item-container .camera-sample-title-contianer{
    padding: 10% 0 15%;
}
.no-sticky .screen-intro-main-left-icon{
    height: 92%;
}
.no-sticky .screen-intro-main-left-icon svg{
    width: 24.98vw;
    height: 28.18vw;
}
.no-sticky .screen-intro-main-right-icon svg{
    width: 18.28vw;
    height: 27.645vw;
}
.no-sticky .technology-detail-image{
    max-height: 16.9vw;
}
.no-inline-video video{
    display: none;
}
.no-inline-video .uc-fallback{
    display: block;
}
