.page-content p {
    margin-bottom: 0;
}

.padding-side {
    padding-left: 30px;
    padding-right: 30px
}

.padding-top-1x {
    padding-top: 10px
}

.padding-top-2x {
    padding-top: 20px
}

.padding-top-3x {
    padding-top: 30px
}

.padding-top-4x {
    padding-top: 40px
}

.padding-top-5x {
    padding-top: 50px
}

.padding-top-6x {
    padding-top: 60px
}

.padding-top-7x {
    padding-top: 70px
}

.padding-top-8x {
    padding-top: 80px
}

.padding-top-9x {
    padding-top: 90px
}

.font-bold {
    font-weight: 700
}

.margin-10vw {
    height: 10vw
}

.margin-1x {
    height: 0;
    width: 100%;
    padding-bottom: 2%
}

@media screen and (max-width: 735px) {
    .margin-1x {
        padding-bottom:4%
    }
}

.margin-1x.frozen {
    padding-bottom: 5px
}

.margin-2x {
    height: 0;
    width: 100%;
    padding-bottom: 4%
}

@media screen and (max-width: 735px) {
    .margin-2x {
        padding-bottom:8%
    }
}

.margin-2x.frozen {
    padding-bottom: 10px
}

.margin-3x {
    height: 0;
    width: 100%;
    padding-bottom: 6%
}

@media screen and (max-width: 735px) {
    .margin-3x {
        padding-bottom:12%
    }
}

.margin-3x.frozen {
    padding-bottom: 15px
}

.margin-4x {
    height: 0;
    width: 100%;
    padding-bottom: 8%
}

@media screen and (max-width: 735px) {
    .margin-4x {
        padding-bottom:16%
    }
}

.margin-4x.frozen {
    padding-bottom: 20px
}

.margin-5x {
    height: 0;
    width: 100%;
    padding-bottom: 10%
}

@media screen and (max-width: 735px) {
    .margin-5x {
        padding-bottom:20%
    }
}

.margin-5x.frozen {
    padding-bottom: 25px
}

.margin-6x {
    height: 0;
    width: 100%;
    padding-bottom: 12%
}

@media screen and (max-width: 735px) {
    .margin-6x {
        padding-bottom:24%
    }
}

.margin-6x.frozen {
    padding-bottom: 30px
}

.margin-7x {
    height: 0;
    width: 100%;
    padding-bottom: 14%
}

@media screen and (max-width: 735px) {
    .margin-7x {
        padding-bottom:28%
    }
}

.margin-7x.frozen {
    padding-bottom: 35px
}

.margin-8x {
    height: 0;
    width: 100%;
    padding-bottom: 16%
}

@media screen and (max-width: 735px) {
    .margin-8x {
        padding-bottom:32%
    }
}

.margin-8x.frozen {
    padding-bottom: 40px
}

.margin-9x {
    height: 0;
    width: 100%;
    padding-bottom: 18%
}

@media screen and (max-width: 735px) {
    .margin-9x {
        padding-bottom:36%
    }
}

.margin-9x.frozen {
    padding-bottom: 45px
}

.margin-10x {
    height: 0;
    width: 100%;
    padding-bottom: 20%
}

@media screen and (max-width: 735px) {
    .margin-10x {
        padding-bottom:40%
    }
}

.margin-10x.frozen {
    padding-bottom: 50px
}

.margin-top-20x {
    margin-top: 200px
}

.margin-top-10x {
    margin-top: 100px
}

.margin-top-8x {
    margin-top: 80px
}

.margin-top-7x {
    margin-top: 70px
}

.margin-top-6x {
    margin-top: 60px
}

.margin-top-5x {
    margin-top: 50px
}

.padding-top-10x {
    padding-top: 100px
}

@media screen and (max-width: 735px) {
    .margin-top-20x {
        margin-top:100px
    }

    .margin-top-10x {
        margin-top: 50px
    }

    .margin-top-8x {
        margin-top: 40px
    }

    .padding-top-10x {
        padding-top: 50px
    }
}

.container-1920 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.container-text {
    max-width: 1200px;
    min-width: 300px;
    display: block;
    margin: auto;
    width: 100%
}
.page-content {
    position: relative;
    z-index: 1;
}

.font-headline-4 {
    font-size: 60px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-4 {
        font-size:36px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-4 {
        font-size:32px
    }
}

.font-headline-3 {
    font-size: 48px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-3 {
        font-size:34px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-3 {
        font-size:28px
    }
}

.font-headline-2 {
    font-size: 40px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-2 {
        font-size:32px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-2 {
        font-size:28px
    }
}

.font-headline-1 {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-1 {
        font-size:24px;
        line-height: 1.2
    }
}

@media screen and (max-width: 768px) {
    .font-headline-1 {
        font-size:20px;
        line-height: 1.2
    }
}

.font-title {
    font-size: 24px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-title {
        font-size:20px
    }
}

@media screen and (max-width: 768px) {
    .font-title {
        font-size:20px
    }
}

.font-subheading {
    font-size: 20px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-subheading {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
    .font-subheading {
        font-size:18px
    }
}

.font-subtitle {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-subtitle {
        font-size:16px
    }
}

@media screen and (max-width: 768px) {
    .font-subtitle {
        font-size:16px
    }
}

.font-body-2 {
    line-height: 1.5;
    font-size: 16px
}

.font-body-1 {
    font-size: 14px;
    line-height: 1.7
}

.font-descriptions {
    font-size: 12px;
    line-height: 1.7
}

/*-------------------------*/


body.kv-active {
    background-color: #fff
}

body.kv-active #op-nav-container,body.kv-active #page-header {
    visibility: visible;
    opacity: 1
}

body.kv-active .landing-container .section-kv {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

body.kv-active .landing-container .section-kv .kv-logo-container {
    z-index: 1
}

body.kv-active .landing-container .section-kv .kv-text-container {
    z-index: 2
}

body.kv-active .landing-container .section-core-video {
    opacity: 1
}

.section-kv {
    position: relative;
    width: 100vw;
    height: 56.25vw;
    z-index: 1
}

.section-kv:after {
    visibility: hidden;
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0s ease .5s;
    transition: all 0s ease .5s
}

.section-kv .kv-text-container {
    position: absolute;
    z-index: 5
}

.section-kv .kv-video-container {
    width: 100%;
    height: 56.25vw;
    margin: 0 auto
}

.section-kv .kv-video-container--active {
    -webkit-transition: all 2s ease 3s;
    transition: all 2s ease 3s
}

.section-kv__text-animation {
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0)
}

.section-kv__text {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
    max-width: 1200px
}

.section-kv .not-support-video {
    left: 50%;
    -webkit-transform: translate3d(-50%,30px,0);
    transform: translate3d(-50%,30px,0);
    -webkit-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s
}

@media screen and (max-width: 735px) {
    .section-kv .not-support-video {
        -webkit-transform:translate3d(-50%,-30px,0);
        transform: translate3d(-50%,-30px,0);
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }
}

.section-kv.show-text:after {
    visibility: visible
}

.section-kv.show-text .section-kv__link,.section-kv.show-text .section-kv__text-animation {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.section-kv__price {
    margin-top: 25px
}

@media screen and (min-width: 736px) and (max-width:1260px) {
    .section-kv__text-animation {
        padding:0 30px
    }
}

@media screen and (max-width: 735px) {
    .section-kv {
        height:auto;
        /*margin-top: -25px;*/
        border-bottom: 1px solid #000
    }

    .section-kv .kv-text-container {
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .section-kv .kv-video-container {
        height: 177.86vw;
        top: -13.86%
    }

    .section-kv .kv-video-container--active {
        -webkit-transition: all 1.5s ease 5s;
        transition: all 1.5s ease 5s
    }

    .section-kv__text-animation {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-delay: 2s;
        transition-delay: 2s
    }

    .section-kv__text {
        position: static;
        padding: 2rem 0;
        margin: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        text-align: center
    }

    .section-kv__price {
        margin-top: 20px
    }

    .section-kv.not-support-inline-video .section-kv__text-animation {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .section-kv.not-support-inline-video .section-kv__link {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }
}
@media screen and (max-width: 600px) {
    .section-kv {
        padding-top: 100px;
    }
}

.section-kv__img {
    width: 100%;
    height: 100%
}

.section-kv__img img {
    width: 100%;
    max-width: 100%
}

.section-kv__link {
    position: absolute;
    top: 86%;
    left: 9;
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1s ease .2s;
    transition: all 1s ease .2s;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0)
}

@media screen and (max-width: 735px) {
    .section-kv__link {
        top:100%;
        margin-top: 2rem;
        -webkit-transition-delay: 2s;
        transition-delay: 2s
    }
}

.section-kv__offline {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #000;
    display: inline-block
}

.section-kv__offline:hover,.section-kv__offline:hover .section-kv__icon {
    color: #eb0028
}

@media screen and (max-width: 735px) {
    .section-kv__offline {
        -webkit-transform:translateZ(0);
        transform: translateZ(0)
    }
}

.section-kv__icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
    font-size: 2em
}


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

.landing-container .section-kv {
    background-color: #000;
    color: #fff;
    z-index: 9
}

.landing-container .section-kv:after,.landing-container .section-kv:before {
    background-color: #000
}

.landing-container .section-kv:before {
    position: absolute;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    content: ""
}

.landing-container .section-kv__text {
    left: 0;
    top: 8%;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
    text-align: center;
    margin: 0
}

.landing-container .section-kv__link {
    top: 86%;
    bottom: auto
}

.landing-container .section-kv__offline {
    color: #fff;
    -webkit-transform: none;
    transform: none
}

.landing-container .section-kv__offline:hover {
    color: #eb0028
}

.landing-container .section-kv__offline:hover .landing-container__icon {
    background-color: #eb0028
}

.landing-container .section-kv__icon {
    color: #fff
}

@media screen and (max-width: 1200px) {
    .landing-container .section-kv__text {
        top:3%
    }
}

@media screen and (max-width: 1023px) {
    .landing-container .section-kv__text {
        top:-6%;
        margin-top: -20px
    }
}

@media screen and (max-width: 735px) {
    .landing-container .section-kv__text {
        position:relative;
        top: 0;
        padding: 0;
        margin-top: 0;
        margin-bottom: -14%
    }

    .landing-container .section-kv .kv-video-container {
        top: -7.86%;
        height: 144.66vw
    }

    .landing-container .section-kv__link {
        top: 97%;
        margin-top: 0
    }
}

.section-ksp {
    position: relative;
    width: 100vw;
    padding: 6vw 0
}

.section-ksp:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background-color: #fff
}

.section-ksp__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3rem 0
}

.section-ksp__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.section-ksp__svg svg {
    max-width: 60%;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.section-ksp__svg .svg-elem-1 {
    stroke-dashoffset: 15319.0380859375px;
    stroke-dasharray: 15319.0380859375px;
    -webkit-transition: stroke-dashoffset 1s ease 0s;
    transition: stroke-dashoffset 1s ease 0s
}

.section-ksp__svg--active svg {
    opacity: .2
}

.section-ksp__svg--active .svg-elem-1 {
    -webkit-transition-duration: 15s;
    transition-duration: 15s;
    stroke-dashoffset: 0
}

@media screen and (max-width: 735px) {
    .section-ksp__svg {
        top:0
    }

    .section-ksp__svg svg {
        max-width: 92.26%
    }
}

.section-ksp__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-inline-box;
    display: inline-flex
}

.section-ksp__item {
    padding: .5rem 2rem;
    text-align: center;
    opacity: 0;
    display: inline-block
}

@media screen and (max-width: 735px) {
    .section-ksp {
        padding:1rem 0 5rem
    }

    .section-ksp__wrap {
        padding: 0
    }

    .section-ksp__item {
        text-align: left;
        padding: .5rem 1rem;
        font-size: 36px
    }
}

.section-ksp--en .section-ksp__list {
    font-size: 80px
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .section-ksp--en .section-ksp__list {
        font-size:50px
    }
}

@media screen and (max-width: 768px) {
    .section-ksp--en .section-ksp__list {
        font-size:32px
    }

    .section-ksp--en .section-ksp__list .section-ksp__item {
        padding: 1rem
    }
}

.landing-container .section-ksp {
    padding-top: 5rem;
    background-color: #000
}

.landing-container .section-ksp:after {
    background-color: #000
}

.landing-container .section-ksp__svg--active svg {
    opacity: .5
}

.landing-container .section-ksp__item {
    color: #fff
}

.misc-dialog.pics-dialog .cover {
    background-color: transparent
}

.misc-dialog.pics-dialog .pics-dialog__box {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.misc-dialog.pics-dialog .pics-dialog__box img {
    max-width: 100%
}

@media screen and (max-width: 735px) {
    .section-pics {
        padding:0
    }
}

.section-pics__wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 4.3333%
}

.section-pics__triptych {
    position: relative
}

.section-pics__triptych:before {
    content: "";
    display: block;
    padding-top: 56.5%;
    width: 1px
}

.section-pics__triptych .section-pics__close {
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 2rem;
    right: 1rem;
    font-size: 22px;
    z-index: 19;
    line-height: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: none;
    color: #000;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.section-pics__triptych .section-pics__close i:before {
    border-radius: 50%;
    border: 1px solid #000;
    padding: 2px
}

.section-pics__triptych .section-pics__close:hover i {
    color: #eb0028
}

.section-pics__triptych .section-pics__close:hover i:before {
    border-color: #eb0028
}

.section-pics__triptych--active .section-pics__close {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 735px) {
    .section-pics__triptych:before {
        display:none
    }
}

.section-pics__shim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section-pics__shim i {
    position: absolute;
    background-color: #f2f2f2
}

.section-pics__shim i:first-child {
    width: 100%;
    top: 0;
    left: 0;
    height: calc(60.84% - 10px)
}

.section-pics__shim i:nth-child(2) {
    width: calc(50% - 5px);
    bottom: 0;
    left: 0;
    height: 39.16%
}

.section-pics__shim i:nth-child(3) {
    width: calc(50% - 5px);
    right: 0;
    bottom: 0;
    height: 39.16%
}

@media screen and (max-width: 735px) {
    .section-pics__shim {
        display:none
    }
}

.section-pics__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1
}

.section-pics__slide:first-child .scale-wrap-first img {
    height: 120%
}

.section-pics__slide--active {
    opacity: 1;
    z-index: 2
}

.section-pics__slide--active .section-pics__imgbox {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (max-width: 735px) {
    .section-pics__slide--active .section-pics__scale:first-child .section-pics__imgbox {
        -webkit-transition-delay:0s;
        transition-delay: 0s
    }

    .section-pics__slide--active .section-pics__scale:nth-child(2) .section-pics__imgbox {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .section-pics__slide--active .section-pics__scale:nth-child(3) .section-pics__imgbox {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }
}

.section-pics__slide--active .section-pics__video {
    opacity: 1
}

.section-pics__slide--leaveleft,.section-pics__slide--leaveright {
    -webkit-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
    visibility: hidden
}

.section-pics__slide--leaveleft .section-pics__scale .section-pics__imgbox,.section-pics__slide--leaveright .section-pics__scale .section-pics__imgbox {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

@media screen and (max-width: 735px) {
    .section-pics__slide--leaveleft .section-pics__scale:first-child .section-pics__imgbox,.section-pics__slide--leaveright .section-pics__scale:first-child .section-pics__imgbox {
        -webkit-transition-delay:0s;
        transition-delay: 0s
    }

    .section-pics__slide--leaveleft .section-pics__scale:nth-child(2) .section-pics__imgbox,.section-pics__slide--leaveright .section-pics__scale:nth-child(2) .section-pics__imgbox {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .section-pics__slide--leaveleft .section-pics__scale:nth-child(3) .section-pics__imgbox,.section-pics__slide--leaveright .section-pics__scale:nth-child(3) .section-pics__imgbox {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }
}

.section-pics__slide--leaveleft .section-pics__scale .section-pics__imgbox {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.section-pics__slide--leaveright .section-pics__scale .section-pics__imgbox {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.section-pics__slide--left .section-pics__scale .section-pics__imgbox {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.section-pics__slide--right .section-pics__scale .section-pics__imgbox {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

@media screen and (max-width: 735px) {
    .section-pics__slide {
        display:block
    }

    .section-pics__slide:before {
        display: none
    }

    .section-pics__slide:first-child {
        position: relative
    }
}

.section-pics__scale {
    position: absolute;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-pics__scale--zindex {
    z-index: 10
}

.section-pics__scale img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    outline: 1px solid transparent
}

@media screen and (max-width: 735px) {
    .section-pics__scale img {
        height:100%
    }
}

.section-pics__scale:first-child {
    top: 0;
    left: 0;
    height: 60%
}

.section-pics__scale:nth-child(2) {
    width: 49.75%;
    bottom: 0;
    left: 0;
    height: 39.16%
}

.section-pics__scale:nth-child(2) img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.section-pics__scale:nth-child(3) {
    width: 49.75%;
    right: 0;
    bottom: 0;
    height: 39.16%
}

@media screen and (max-width: 735px) {
    .section-pics__scale {
        margin-bottom:2px
    }

    .section-pics__scale:first-child,.section-pics__scale:nth-child(2),.section-pics__scale:nth-child(3) {
        position: static;
        width: 100%;
        height: 42.66vw
    }

    .section-pics__scale:first-child img,.section-pics__scale:nth-child(2) img,.section-pics__scale:nth-child(3) img {
        min-width: 100%
    }

    .section-pics__scale:nth-child(2) img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

.section-pics__scale--active.section-pics__scale--zindex {
    z-index: 10;
    width: 100%;
    height: 100%
}

.section-pics__scale--active .scale-wrap-first img {
    height: 100%
}

.section-pics__imgbox {
    height: 100%;
    background-color: #f2f2f2;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.section-pics__imgbox .scale-wrap {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    overflow: hidden;
    background-color: #f2f2f2
}

.section-pics__imghover {
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.section-pics__imghover.active:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-pics__video {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.section-pics__video .section-core-video {
    height: 100%
}

.section-pics__video .section-core-video .core-video-cover {
    width: 0
}

.section-pics__video .section-core-video .core-video-text .container-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.section-pics__video .section-core-video .core-video-text .text-content {
    height: auto
}

.section-pics__video .section-core-video .core-video-text .text-main {
    display: none
}

.section-pics__video .section-core-video .core-video-text .core-video-play {
    text-align: center
}

.section-pics__video .section-core-video .core-video-text .core-video-play .video-text {
    display: none
}

.section-pics__video .section-core-video .core-video-wrapper {
    height: 100%;
    margin: 0
}

.section-pics__video .section-core-video .core-video-wrapper .video-container {
    height: 100%;
    padding: 0
}

.section-pics__video .section-core-video .core-video-wrapper .video-container .phone-video {
    height: 100%
}

.section-pics__dotnav {
    display: -webkit-box;
    display: flex;
    padding: 2rem 0 0;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 735px) {
    .section-pics__dotnav {
        padding:2rem 0;
        -webkit-box-pack: center;
        justify-content: center
    }
}
@media screen and (max-width: 500px) {
    .section-pics__dotnav {
        display: none;
    }
}

.section-pics__dot {
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 0 1.2rem;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

@media screen and (max-width: 735px) {
    .section-pics__dot {
        padding:0 .8rem
    }
}

.section-pics__dot b {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
    border-radius: 50%
}

.section-pics__dot b:before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.section-pics__dot:first-child b {
    background-image: linear-gradient(-135deg,#f2dcfb,#ffa6d4 25%,#202a1d 50%,#6cd3bf 75%,#a6e2d7)
}

.section-pics__dot:first-child b:before {
    border-color: #2d2828
}

.section-pics__dot:nth-child(2) b {
    background-image: linear-gradient(-135deg,#a9e2d7,#3c9184)
}

.section-pics__dot:nth-child(2) b:before {
    border-color: #18c26c
}

.section-pics__dot:nth-child(3) b {
    background-image: linear-gradient(-135deg,#c1acfe,#f6c6e1 25%,#ffdfe8 50%,#fdceee 75%,#babdff)
}

.section-pics__dot:nth-child(3) b:before {
    border-color: #ca6462
}

.section-pics__dot:nth-child(4) b {
    background-image: linear-gradient(-135deg,#474a50,#1d232e,#0b111d)
}

.section-pics__dot:nth-child(4) b:before {
    border-color: #1d232e
}

.section-pics__dot:last-child {
    margin-left: 1.6rem
}

.section-pics__dot:last-child b:before {
    border-width: 0;
    opacity: .5;
    background: url(../_images/kv/icon-play.svg) no-repeat 50%
}

.section-pics__dot:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: -.8rem;
    width: 1px;
    height: 30px;
    background-color: #000;
    opacity: .3
}

.section-pics__dot:last-child i {
    opacity: .5
}

.section-pics__dot i {
    position: absolute;
    opacity: 0;
    font-style: normal;
    white-space: nowrap;
    left: -50%;
    text-align: center;
    width: 200%;
    bottom: -1.8rem;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.section-pics__dot--active:last-child b:before,.section-pics__dot--active b:before {
    opacity: 1
}

.section-pics__dot--active:last-child i,.section-pics__dot--active i {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1
}

.section-pics__dot:hover b:before {
    opacity: 1
}

.landing-container .section-pics {
    color: #fff;
    background-color: #000
}

.landing-container .section-pics__triptych .section-pics__close {
    color: #fff
}

.landing-container .section-pics__triptych .section-pics__close i:before {
    border-color: #fff
}

.landing-container .section-pics__shim i {
    background-color: #161719
}

.landing-container .section-pics__slide .scale-wrap-first img {
    height: 110%
}

.landing-container .section-pics__slide:first-child .section-pics__scale--active .scale-wrap-first img {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.landing-container .section-pics__scale:nth-child(2) img {
    width: 100%
}

.landing-container .section-pics__imgbox {
    background-color: #171719
}

.landing-container .section-pics__imgbox .scale-wrap {
    background-color: #161719
}

.landing-container .section-pics__imgbox .scale-wrap-first {
    background-size: cover
}

.landing-container .section-pics__dot:first-child b {
    background-image: linear-gradient(-135deg,#175cf9,#0e3a9b,#00031a,#119e82,#12d698)
}

.landing-container .section-pics__dot:first-child b:before {
    border-color: #fff
}

.landing-container .section-pics__dot:nth-child(3) b {
    background-image: linear-gradient(-135deg,#69a1ff,#0b55fd,#32089e,#010535)
}

.landing-container .section-pics__dot:nth-child(3) b:before {
    border-color: #0b55fd
}

.landing-container .section-pics__dot:nth-child(4) b:before {
    border-color: #fff
}

.landing-container .section-pics__dot:last-child {
    margin-left: 1.6rem
}

.landing-container .section-pics__dot:last-child b:before {
    -webkit-mask: url(../_images/kv/icon-play.svg) no-repeat center;
    mask: url(../_images/kv/icon-play.svg) no-repeat center;
    background: #fff
}

.landing-container .section-pics__dot:last-child:after {
    background-color: #fff
}

@media screen and (max-width: 735px) {
    .landing-container .section-pics {
        padding-bottom:3rem
    }

    .landing-container .section-pics__scale:nth-child(2) img {
        width: 100%
    }
}

.section-core-video .core-video-wrapper .core-video-text {
    padding: 0
}

@media screen and (max-width: 735px) {
    .section-core-video .core-video-wrapper .core-video-text .video-btn {
        margin-right:0
    }
}

.landing-container .section-core-video .core-video-wrapper .video-container:after {
    display: none
}

@media screen and (max-width: 735px) {
    .landing-container .section-core-video .core-video-wrapper .video-container:after {
        display:block
    }
}

.section-display {
    overflow: hidden
}

@media screen and (max-width: 735px) {
    .section-display {
        position:relative;
        top: -1px
    }
}

.section-display canvas,.section-display img,.section-display video {
    width: 100%
}

.section-display .display-pin-inner {
    position: relative;
    width: 100%
}

.section-display .entrance-scene {
    position: absolute;
    z-index: 3;
    width: 101%;
    height: calc(100vh - 50px);
    left: -.5%;
    top: 0
}

.section-display .entrance-scene .mask-for-ie {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.section-display .entrance-scene .mask-for-ie .bottom,.section-display .entrance-scene .mask-for-ie .top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #000
}

.section-display .entrance-scene .mask-for-ie .top {
    top: -10px
}

.section-display .entrance-scene .mask-for-ie .bottom {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media screen and (max-width: 735px) {
    .section-display .entrance-scene {
        background:url(../_images/display/2k-svg-mo.svg) 50% no-repeat;
        background-size: cover;
        -webkit-transform-origin: 71% 51.8%;
        transform-origin: 71% 51.8%;
        width: calc(100% + 3px);
        height: calc(100vh - 99px);
        -webkit-transform: translate(-1px,-1px);
        transform: translate(-1px,-1px)
    }

    .section-display .entrance-scene.en {
        background-image: url(../_images/display/qhd-svg-mo.svg);
        -webkit-transform-origin: 82.5% 50.8%;
        transform-origin: 82.5% 50.8%
    }

    .section-display .entrance-scene.for-op-browser {
        display: none
    }
}

@media screen and (min-width: 736px) {
    .section-display .entrance-scene {
        background:url(../_images/display/2k-svg-pc.svg) 50% no-repeat;
        background-size: cover;
        -webkit-transform-origin: 60% 51%;
        transform-origin: 60% 51%
    }

    .section-display .entrance-scene.entrance-scene-ie {
        background-image: url(../_images/display/2k-svg-pc.svg)
    }

    .section-display .entrance-scene.en {
        background-image: url(../_images/display/qhd-svg-pc.svg);
        -webkit-transform-origin: 68.5% 50.5%;
        transform-origin: 68.5% 50.5%
    }

    .section-display .entrance-scene.en.entrance-scene-ie {
        background-image: url(../_images/display/qhd-svg-for-ie.svg)
    }
}

@media screen and (min-width: 900px) and (max-width:1100px) {
    .section-display .entrance-scene.en {
        -webkit-transform-origin:73% 50.5%;
        transform-origin: 73% 50.5%
    }
}

@media screen and (min-width: 768px) and (max-width:900px) {
    .section-display .entrance-scene.en {
        -webkit-transform-origin:92% 50.5%;
        transform-origin: 92% 50.5%
    }
}

.section-display .display-detail {
    max-width: 1920px;
    margin: auto;
    position: relative
}

.section-display .display-detail .display-medias-container {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.section-display .display-detail .display-medias-container .display-amoled-video {
    width: 100%;
    position: relative
}

.section-display .display-detail .display-medias-container .display-amoled-video canvas,.section-display .display-detail .display-medias-container .display-amoled-video img,.section-display .display-detail .display-medias-container .display-amoled-video video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.section-display .display-detail .authentication-info {
    width: 90%;
    max-width: 650px;
    margin: 0 auto 35px
}

.section-display .display-detail .authentication-info .authority-icon {
    width: 93.53846%;
    padding-bottom: 19.84615%;
    position: relative;
    margin: auto;
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0)
}

.section-display .display-detail .authentication-info img {
    position: absolute;
    top: 0;
    left: 0
}

.section-display .display-detail .authentication-info .tip {
    text-align: center;
    color: #000;
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    max-width: 500px;
    margin: auto
}

@media screen and (max-width: 735px) {
    .section-display .display-detail .authentication-info .authority-icon {
        width:74.24242%;
        padding-bottom: 17.57576%
    }
}

@media screen and (min-width: 736px) {
    .section-display .display-detail .display-medias-container {
        width:92.67936%;
        max-width: 1366px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(4.2);
        transform: scale(4.2)
    }

    .section-display .display-detail .display-medias-container .display-amoled-video {
        padding-bottom: 33.80282%
    }
}

@media screen and (min-width: 1920px) {
    .section-display .display-detail .display-medias-container {
        width:100%;
        max-width: 1420px
    }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .section-display .display-detail .display-medias-container {
        -webkit-transform-origin:50% 46%;
        transform-origin: 50% 46%
    }
}

@media screen and (max-width: 735px) {
    .section-display .display-detail .display-medias-container {
        width:60.66667%;
        max-width: 450px;
        -webkit-transform-origin: 50% 130%;
        transform-origin: 50% 130%;
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    .section-display .display-detail .display-medias-container .phone-border {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 2
    }

    .section-display .display-detail .display-medias-container .display-amoled-video {
        overflow: hidden;
        padding-bottom: 219.78022%;
        z-index: 1
    }

    .section-display .display-detail .display-medias-container.for-op-browser {
        -webkit-transform: translateY(20%) scale(1);
        transform: translateY(20%) scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 0
    }
}

.section-display .display-120hz-medias {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 4%;
    padding-bottom: 0
}

.section-display .display-120hz-medias .display-120hz-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

@media screen and (max-width: 735px) {
    .section-display .display-120hz-medias {
        width:100%;
        padding-top: 20%
    }
}

.section-display .display-memc-meidas {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0)
}

.section-display .display-memc-meidas .memc-frame-container {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    -webkit-transform: translate3d(-45%,0,0) scale(1.1);
    transform: translate3d(-45%,0,0) scale(1.1)
}

.section-display .display-memc-meidas .memc-frame-container img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: perspective(1600px) rotateY(-40deg);
    transform: perspective(1600px) rotateY(-40deg);
    outline: 1px solid transparent
}

.section-display .display-memc-meidas .memc-frame-container img:first-child {
    -webkit-transform: perspective(1200px) rotateY(-40deg) translate3d(10%,0,0) scale(.9);
    transform: perspective(1200px) rotateY(-40deg) translate3d(10%,0,0) scale(.9);
    z-index: 5
}

.section-display .display-memc-meidas .memc-frame-container img:nth-child(2) {
    -webkit-transform: perspective(1200px) rotateY(-40deg) translate3d(20%,0,0) scale(.8);
    transform: perspective(1200px) rotateY(-40deg) translate3d(20%,0,0) scale(.8);
    z-index: 4
}

.section-display .display-memc-meidas .memc-frame-container img:nth-child(3) {
    -webkit-transform: perspective(1200px) rotateY(-40deg) translate3d(30%,0,0) scale(.7);
    transform: perspective(1200px) rotateY(-40deg) translate3d(30%,0,0) scale(.7);
    z-index: 3
}

.section-display .display-memc-meidas .memc-frame-container img:nth-child(4) {
    -webkit-transform: perspective(1200px) rotateY(-40deg) translate3d(40%,0,0) scale(.6);
    transform: perspective(1200px) rotateY(-40deg) translate3d(40%,0,0) scale(.6);
    z-index: 2
}

.section-display .display-memc-meidas .memc-frame-container img:nth-child(5) {
    -webkit-transform: perspective(1200px) rotateY(-40deg) translate3d(50%,0,0) scale(.5);
    transform: perspective(1200px) rotateY(-40deg) translate3d(50%,0,0) scale(.5);
    z-index: 1
}

.section-display .display-memc-meidas .memc-frame-container img.extra {
    top: -18%;
    opacity: 0;
    border: 1px solid #f50514
}

.section-display .display-memc-meidas .memc-frame-container .memc-video-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 6
}

.section-display .display-memc-meidas .tip {
    text-align: right;
    margin-top: 10px;
    color: #b5b5b5
}

@media screen and (max-width: 735px) {
    .section-display .display-memc-meidas {
        width:100%;
        margin-top: 80px
    }

    .section-display .display-memc-meidas .memc-frame-container {
        -webkit-transform: translate3d(-32%,0,0) scale(1.1);
        transform: translate3d(-32%,0,0) scale(1.1);
        padding-bottom: 66.66667%
    }

    .section-display .display-memc-meidas .tip {
        padding-right: 10px
    }
}

.section-display .display-more-sellpoints {
    position: relative
}

.section-display .display-more-sellpoints .sellpoints-medias-container {
    position: relative;
    width: 100%;
    padding-bottom: 46.875%;
    overflow: hidden
}

.section-display .display-more-sellpoints .sellpoints-medias-container img {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

.section-display .display-more-sellpoints .sellpoints-medias-container .light-wallpaper {
    opacity: 0
}

.section-display .display-more-sellpoints .sellpoints-medias-container .dark-wallpaper {
    -webkit-transform: translate3d(0,10%,0);
    transform: translate3d(0,10%,0)
}

.section-display .display-more-sellpoints .sellpoints-medias-container .black-phone {
    -webkit-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0)
}

.section-display .display-more-sellpoints .phone-container {
    position: absolute
}

@media screen and (min-width: 736px) {
    .section-display .display-more-sellpoints .text-wrap {
        position:absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        padding: 6.25% 0
    }

    .section-display .display-more-sellpoints .tinypoints {
        background: none;
        color: #fff;
        width: 83.33333%;
        max-width: 1000px;
        min-width: 300px;
        padding: 0;
        display: block
    }

    .section-display .display-more-sellpoints .tinypoints .tinypoints-item {
        width: 100%;
        margin-top: 50px;
        max-width: 320px
    }

    .section-display .display-more-sellpoints .more-subline-container.en .font-container .subline .head-title {
        max-width: 320px
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .section-display .display-more-sellpoints .tinypoints {
        width:66.66667%;
        max-width: 800px
    }

    .section-display .display-more-sellpoints .tinypoints .tinypoints-item {
        max-width: 300px
    }
}

@media screen and (max-width: 735px) {
    .section-display .display-more-sellpoints {
        margin-top:0
    }

    .section-display .display-more-sellpoints .sellpoints-medias-container {
        padding-bottom: 160%
    }

    .section-display .display-more-sellpoints .more-subline-container {
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 2
    }
}

.section-120hz[data-v-04b65c40] {
    padding: 0 2rem;
    will-change: transform
}

@media screen and (max-width: 735px) {
    .section-120hz[data-v-04b65c40] {
        padding:0 20px
    }

    .section-120hz.ios[data-v-04b65c40] {
        padding: 0 40px
    }
}

.section-120hz__container[data-v-04b65c40] {
    position: relative;
    width: 1251px;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    overflow: hidden
}

.section-120hz__container[data-v-04b65c40]:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 59.79217%
}

@media screen and (max-width: 735px) {
    .section-120hz__container[data-v-04b65c40] {
        width:100%;
        overflow: visible
    }

    .section-120hz__container[data-v-04b65c40]:before {
        padding-top: 117.53156%
    }
}

.section-120hz__roll[data-v-04b65c40],.section-120hz__roll ul[data-v-04b65c40] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-120hz__roll ul[data-v-04b65c40] {
    -webkit-perspective: 8000px;
    perspective: 8000px;
    -webkit-transform: scaleY(.45) scaleX(.9);
    transform: scaleY(.45) scaleX(.9);
    will-change: transform
}

@media screen and (max-width: 735px) {
    .section-120hz__roll ul[data-v-04b65c40] {
        -webkit-perspective:1200px;
        perspective: 1200px;
        -webkit-transform: scaleY(.7) scaleX(.9);
        transform: scaleY(.7) scaleX(.9)
    }

    .section-120hz__roll ul.ios[data-v-04b65c40] {
        -webkit-transform: scaleY(.6) scaleX(.8);
        transform: scaleY(.6) scaleX(.8)
    }
}

.section-120hz__roll ul li[data-v-04b65c40] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center -770px;
    transform-origin: center center -770px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../_images/display/120hz/120hz.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    will-change: transform
}

.section-120hz__roll ul li[data-v-04b65c40]:first-child {
    -webkit-transform: rotateX(24deg);
    transform: rotateX(24deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(2) {
    -webkit-transform: rotateX(48deg);
    transform: rotateX(48deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(3) {
    -webkit-transform: rotateX(72deg);
    transform: rotateX(72deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(4) {
    -webkit-transform: rotateX(96deg);
    transform: rotateX(96deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(5) {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(6) {
    -webkit-transform: rotateX(144deg);
    transform: rotateX(144deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(7) {
    -webkit-transform: rotateX(168deg);
    transform: rotateX(168deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(8) {
    -webkit-transform: rotateX(192deg);
    transform: rotateX(192deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(9) {
    -webkit-transform: rotateX(216deg);
    transform: rotateX(216deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(10) {
    -webkit-transform: rotateX(240deg);
    transform: rotateX(240deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(11) {
    -webkit-transform: rotateX(264deg);
    transform: rotateX(264deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(12) {
    -webkit-transform: rotateX(288deg);
    transform: rotateX(288deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(13) {
    -webkit-transform: rotateX(312deg);
    transform: rotateX(312deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(14) {
    -webkit-transform: rotateX(336deg);
    transform: rotateX(336deg)
}

.section-120hz__roll ul li[data-v-04b65c40]:nth-child(15) {
    -webkit-transform: rotateX(1turn);
    transform: rotateX(1turn)
}

.section-120hz__roll ul li b[data-v-04b65c40],.section-120hz__roll ul li i[data-v-04b65c40] {
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 735px) {
    .section-120hz__roll ul li[data-v-04b65c40] {
        -webkit-transform-origin:center center -239px;
        transform-origin: center center -239px
    }
}

.section-120hz__roll ul.active[data-v-04b65c40] {
    -webkit-transition: -webkit-transform .6s ease-out 3.2s;
    transition: -webkit-transform .6s ease-out 3.2s;
    transition: transform .6s ease-out 3.2s;
    transition: transform .6s ease-out 3.2s,-webkit-transform .6s ease-out 3.2s;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1)
}

.section-120hz__roll ul.active li[data-v-04b65c40] {
    -webkit-transition: all 3.7s cubic-bezier(.5,.22,0,.82);
    transition: all 3.7s cubic-bezier(.5,.22,0,.82)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:first-child {
    -webkit-transform: rotateX(-1056deg);
    transform: rotateX(-1056deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(2) {
    -webkit-transform: rotateX(-1032deg);
    transform: rotateX(-1032deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(3) {
    -webkit-transform: rotateX(-1008deg);
    transform: rotateX(-1008deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(4) {
    -webkit-transform: rotateX(-984deg);
    transform: rotateX(-984deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(5) {
    -webkit-transform: rotateX(-960deg);
    transform: rotateX(-960deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(6) {
    -webkit-transform: rotateX(-936deg);
    transform: rotateX(-936deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(7) {
    -webkit-transform: rotateX(-912deg);
    transform: rotateX(-912deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(8) {
    -webkit-transform: rotateX(-888deg);
    transform: rotateX(-888deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(9) {
    -webkit-transform: rotateX(-864deg);
    transform: rotateX(-864deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(10) {
    -webkit-transform: rotateX(-840deg);
    transform: rotateX(-840deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(11) {
    -webkit-transform: rotateX(-816deg);
    transform: rotateX(-816deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(12) {
    -webkit-transform: rotateX(-792deg);
    transform: rotateX(-792deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(13) {
    -webkit-transform: rotateX(-768deg);
    transform: rotateX(-768deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(14) {
    -webkit-transform: rotateX(-744deg);
    transform: rotateX(-744deg)
}

.section-120hz__roll ul.active li[data-v-04b65c40]:nth-child(15) {
    -webkit-transform: rotateX(-2turn);
    transform: rotateX(-2turn)
}

.section-120hz__roll ul.active:nth-child(2) li[data-v-04b65c40],.section-120hz__roll ul.active:nth-child(4) li[data-v-04b65c40] {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

@media screen and (max-width: 735px) {
    .section-120hz__roll ul.active.ios[data-v-04b65c40] {
        -webkit-transform:scaleY(.9) scaleX(.9);
        transform: scaleY(.9) scaleX(.9)
    }
}

.section-120hz__roll ul.end li[data-v-04b65c40] {
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.section-120hz__roll ul.end li[data-v-04b65c40]:first-child {
    -webkit-transform: rotateX(-3turn);
    transform: rotateX(-3turn);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.section-120hz__roll ul.end li[data-v-04b65c40]:nth-child(2) {
    -webkit-transform: rotateX(-3turn);
    transform: rotateX(-3turn);
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.section-120hz__roll ul.end li[data-v-04b65c40]:nth-child(3) {
    -webkit-transform: rotateX(-3turn);
    transform: rotateX(-3turn);
    opacity: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.section-120hz__roll ul.end li[data-v-04b65c40]:nth-child(12) {
    -webkit-transform: rotateX(-816deg);
    transform: rotateX(-816deg);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.section-120hz__roll ul.end li[data-v-04b65c40]:nth-child(13) {
    -webkit-transform: rotateX(-792deg);
    transform: rotateX(-792deg);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.section-120hz__roll ul.end li[data-v-04b65c40]:nth-child(14) {
    -webkit-transform: rotateX(-768deg);
    transform: rotateX(-768deg);
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.section-120hz__roll ul:first-child li[data-v-04b65c40] {
    background-image: url(../_images/display/120hz/1.svg)
}

.section-120hz__roll ul:nth-child(2) li[data-v-04b65c40] {
    background-image: url(../_images/display/120hz/2.svg)
}

.section-120hz__roll ul:nth-child(3) li[data-v-04b65c40] {
    background-image: url(../_images/display/120hz/3.svg)
}

.section-120hz__roll ul:nth-child(4) li[data-v-04b65c40] {
    background-image: url(../_images/display/120hz/4.svg)
}

.section-120hz__roll ul:nth-child(5) li[data-v-04b65c40] {
    background-image: url(../_images/display/120hz/5.svg)
}

.section-120hz__roll ul:first-child li[data-v-04b65c40] {
    background-image: url(../_images/display/120hz/120hz.svg)
}

.section-120hz__roll.active[data-v-04b65c40] {
    -webkit-animation: ant-blur-data-v-04b65c40 3.7s linear;
    animation: ant-blur-data-v-04b65c40 3.7s linear
}

@media screen and (max-width: 735px) {
    .section-120hz__roll.active[data-v-04b65c40] {
        -webkit-animation:ant-blur-m-data-v-04b65c40 3.7s linear;
        animation: ant-blur-m-data-v-04b65c40 3.7s linear
    }
}

.section-120hz__roll.quick-hide[data-v-04b65c40] {
    visibility: hidden
}

.section-120hz__mask-container[data-v-04b65c40] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.section-120hz__mask-container.active[data-v-04b65c40] {
    opacity: 1;
    -webkit-transition: all .8s ease .9s;
    transition: all .8s ease .9s
}

.section-120hz__mask-container.active .section-120hz__mask-content[data-v-04b65c40]:before,.section-120hz__mask-container.active[data-v-04b65c40]:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .8s ease .4s;
    transition: all .8s ease .4s
}

.section-120hz__mask-container.quick-active[data-v-04b65c40] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.section-120hz__mask-container.quick-active .section-120hz__mask-content[data-v-04b65c40]:before,.section-120hz__mask-container.quick-active[data-v-04b65c40]:before {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.section-120hz__mask-container--static[data-v-04b65c40] {
    background: url(../_images/display/120hz/120hz-static.jpg) 50% no-repeat;
    background-size: 100% auto
}

.section-120hz__mask-container--static .section-120hz__mask-extral[data-v-04b65c40],.section-120hz__mask-container--static[data-v-04b65c40]:before {
    display: none
}

@media screen and (max-width: 735px) {
    .section-120hz__mask-container--ios[data-v-04b65c40] {
        -webkit-transform:scaleY(.9) scaleX(.9);
        transform: scaleY(.9) scaleX(.9)
    }

    .section-120hz__mask-container--static[data-v-04b65c40] {
        background-image: url(../_images/display/120hz/120hz-static-m.jpg)
    }
}

.section-120hz__mask-extral[data-v-04b65c40] {
    width: 100%;
    height: 100%
}

.section-120hz__mask-extral[data-v-04b65c40]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../_images/display/120hz/phone-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (max-width: 735px) {
    .section-120hz__mask-extral[data-v-04b65c40] {
        -webkit-transform:rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: center center -239px;
        transform-origin: center center -239px
    }

    .section-120hz__mask-extral[data-v-04b65c40]:before {
        background-image: url(../_images/display/120hz/phone-bg-m.png)
    }
}

.section-120hz__mask-content[data-v-04b65c40] {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-mask: url(../_images/display/120hz/120hz.svg);
    mask: url(../_images/display/120hz/120hz.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.section-120hz__mask-content[data-v-04b65c40]:after,.section-120hz__mask-content[data-v-04b65c40]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.section-120hz__mask-content[data-v-04b65c40]:before {
    background: url(../_images/display/120hz/phone-bg.png) no-repeat 50%
}

.section-120hz__mask-content[data-v-04b65c40]:after {
    background-color: #fff;
    -webkit-mask-image: url(../_images/display/120hz/phone-mask.png);
    mask-image: url(../_images/display/120hz/phone-mask.png)
}

@media screen and (max-width: 735px) {
    .section-120hz__mask-content[data-v-04b65c40]:before {
        background-image:url(../_images/display/120hz/phone-bg-m.png);
        background-size: auto 100%
    }

    .section-120hz__mask-content[data-v-04b65c40]:after {
        -webkit-mask-image: url(../_images/display/120hz/phone-mask-m.png);
        mask-image: url(../_images/display/120hz/phone-mask-m.png)
    }
}

.section-120hz.active[data-v-04b65c40] {
    visibility: visible;
    -webkit-transform: translate3d(0,-1%,0);
    transform: translate3d(0,-1%,0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    will-change: transform
}

.section-120hz.end[data-v-04b65c40] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate3d(0,-3%,0);
    transform: translate3d(0,-3%,0)
}

@-webkit-keyframes ant-blur-data-v-04b65c40 {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    13% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    20% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    40% {
        -webkit-filter: blur(30px);
        filter: blur(30px)
    }

    65% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    85% {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes ant-blur-data-v-04b65c40 {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    13% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    20% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    40% {
        -webkit-filter: blur(30px);
        filter: blur(30px)
    }

    65% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    85% {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes ant-blur-m-data-v-04b65c40 {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    13% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    20% {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }

    40% {
        -webkit-filter: blur(8px);
        filter: blur(8px)
    }

    65% {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }

    85% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes ant-blur-m-data-v-04b65c40 {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    13% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    20% {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }

    40% {
        -webkit-filter: blur(8px);
        filter: blur(8px)
    }

    65% {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }

    85% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes ant-blur-bak-data-v-04b65c40 {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    13% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    20% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    51% {
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    72% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    85% {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes ant-blur-bak-data-v-04b65c40 {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    13% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    20% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    51% {
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    72% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    85% {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.section-design {
    padding-top: 50px
}

.section-design__canvas,.section-design__img,.section-design__video {
    width: 100%
}

.section-design__design-colors {
    padding-bottom: 100px
}

.section-design__colors-bg {
    position: relative;
    margin: 88px auto 0;
    width: 60.20833%;
    max-width: 1156px;
    padding-bottom: 45.3125%;
    -webkit-transform: rotate(15deg) translateY(-78px);
    transform: rotate(15deg) translateY(-78px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.section-design__color-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(26deg) translate3d(20px,0,0);
    transform: rotate(26deg) translate3d(20px,0,0);
    opacity: 0
}

.section-design__color-01 {
    -webkit-transform-origin: 80% 95%;
    transform-origin: 80% 95%;
    z-index: 3
}

.section-design__color-02 {
    -webkit-transform-origin: 70% 95%;
    transform-origin: 70% 95%;
    z-index: 2
}

.section-design__color-03 {
    -webkit-transform-origin: 60% 95%;
    transform-origin: 60% 95%;
    z-index: 1
}

.section-design__design-water {
    padding: 50px 0 100px
}

.section-design__water-bg {
    max-width: 1920px;
    margin: 50px auto 0
}

.section-design__texture-bg,.section-design__water-bg {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    opacity: 0
}

.section-design__texture-bg {
    position: relative;
    text-align: right
}

@media screen and (max-width: 735px) {
    .section-design__img-texture {
        padding-top:50px
    }
}

.section-design__texture-text {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 735px) {
    .section-design__design-colors {
        padding-bottom:50px
    }

    .section-design__colors-bg {
        width: 105%;
        -webkit-transform: rotate(42deg) translateY(-115px);
        transform: rotate(42deg) translateY(-115px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        margin: 130px auto 150px
    }
}

@media screen and (min-width: 1025px) {
    .hidden-not-pad {
        display:none
    }
}

@media screen and (max-width: 1024px) {
    .hidden-pad {
        display:none
    }
}

.section-performance {
    overflow: hidden
}

.section-performance .performance-pin {
    height: 100vh;
    max-height: 850px
}

@media screen and (width: 1024px) {
    .section-performance .performance-pin {
        max-height:800px
    }
}

@media screen and (width: 768px) {
    .section-performance .performance-pin {
        max-height:800px
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-pin {
        height:auto;
        max-height: none
    }
}

.section-performance .performance-pin .performance-pin-inner {
    position: relative;
    height: 100%;
    margin-bottom: -15%
}

@media screen and (max-width: 1024px) {
    .section-performance .performance-pin .performance-pin-inner {
        margin-bottom:-30%
    }
}

@media screen and (width: 1024px) {
    .section-performance .performance-pin .performance-pin-inner {
        margin-bottom:-40%
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-pin .performance-pin-inner {
        margin-bottom:0
    }
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene {
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    text-align: center
}

@media screen and (width: 768px) {
    .section-performance .performance-pin .performance-pin-inner .entrance-scene {
        width:100%
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-pin .performance-pin-inner .entrance-scene {
        height:100vw;
        width: 100vw
    }
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .entrance-text-animation-box {
    height: 100%;
    max-height: 800px;
    position: relative;
    margin: auto;
    text-align: center
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .entrance-text-animation {
    display: inline-block;
    height: 100%;
    width: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (max-width: 735px) {
    .section-performance .performance-pin .performance-pin-inner .entrance-scene .entrance-text-animation {
        width:100vw;
        height: 100vw;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow: hidden
    }
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .performance-chip-line {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .performance-chip-line img {
    position: absolute;
    top: 50%;
    left: -104%;
    width: 200%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .entrance-scene-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: inline-block
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .entrance-scene-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 30px 21px #fff
}

@media screen and (max-width: 735px) {
    .section-performance .performance-pin .performance-pin-inner .entrance-scene .entrance-scene-box {
        width:100%;
        height: 100%
    }
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qualcomm-div-box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qualcomm-div {
    position: relative;
    display: inline-block;
    top: 50%;
    width: 280px;
    height: 280px;
    margin: auto;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qualcomm-div .qualcomm-div-t {
    position: absolute;
    left: 11%;
    top: 4%
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qualcomm-div .qualcomm-div-l {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: -75%;
    top: 6%;
    -webkit-transform-origin: left;
    transform-origin: left
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qualcomm-div .qualcomm-div-r {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -75%;
    top: 2%;
    -webkit-transform-origin: right;
    transform-origin: right
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qualcomm-div .qualcomm-div-b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    bottom: 4%;
    left: 98%
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div1 {
    -webkit-transform: translate3d(0,-50%,0) scale(.5);
    transform: translate3d(0,-50%,0) scale(.5)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div2 {
    -webkit-transform: translate3d(0,-50%,0) scale(.8);
    transform: translate3d(0,-50%,0) scale(.8)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div3 {
    -webkit-transform: translate3d(0,-50%,0) scale(1.3);
    transform: translate3d(0,-50%,0) scale(1.3)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div4 {
    -webkit-transform: translate3d(0,-50%,0) scale(1.9);
    transform: translate3d(0,-50%,0) scale(1.9)
}

@media screen and (max-width: 735px) {
    .section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div4 {
        -webkit-transform:translate3d(0,-50%,0) scale(1.7);
        transform: translate3d(0,-50%,0) scale(1.7)
    }
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div5 {
    -webkit-transform: translate3d(0,-50%,0) scale(2.4);
    transform: translate3d(0,-50%,0) scale(2.4)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div6 {
    -webkit-transform: translate3d(0,-50%,0) scale(3.1);
    transform: translate3d(0,-50%,0) scale(3.1)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div7 {
    -webkit-transform: translate3d(0,-50%,0) scale(4.2);
    transform: translate3d(0,-50%,0) scale(4.2)
}

.section-performance .performance-pin .performance-pin-inner .entrance-scene .qua-div8 {
    -webkit-transform: translate3d(0,-50%,0) scale(5.2);
    transform: translate3d(0,-50%,0) scale(5.2)
}

.section-performance .performance-pin .performance-pin-inner .performance-865 {
    padding: 20px 0;
    margin: auto
}

.section-performance .performance-pin .performance-pin-inner .performance-865 .font-container .subline {
    text-align: center
}

.section-performance .performance-pin .performance-container {
    width: 100%
}

.section-performance .performance-chip-8gb {
    max-width: 285px;
    padding-top: 30px;
    opacity: 0;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 10%;
    top: 50%
}

@media screen and (width: 1024px) {
    .section-performance .performance-chip-8gb {
        left:5%;
        max-width: 25%
    }
}

@media screen and (width: 768px) {
    .section-performance .performance-chip-8gb {
        left:5%;
        max-width: 25%
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-chip-8gb {
        padding-top:0;
        padding-right: 10%
    }

    .section-performance .performance-chip-8gb .font-headline-1 {
        font-size: 24px
    }

    .section-performance .performance-chip-8gb .font-body-2 {
        font-size: 14px
    }
}

.section-performance .performance-chip-8gb .performance-charge-line1,.section-performance .performance-chip-8gb .performance-charge-line2 {
    top: auto
}

.section-performance .performance-chip-8gb .performance-charge-line1 p,.section-performance .performance-chip-8gb .performance-charge-line2 p {
    height: 5px;
    width: 0;
    opacity: 0;
    margin-bottom: 5px
}

.section-performance .performance-chip-8gb .performance-charge-line1 p {
    background-image: -webkit-gradient(linear,right top,left top,from(#ff526f),to(#005bd7));
    background-image: linear-gradient(270deg,#ff526f,#005bd7)
}

.section-performance .performance-chip-8gb .performance-charge-line1 {
    margin-bottom: 20px
}

.section-performance .performance-chip-8gb .performance-charge-line2 p {
    background: #bebebe;
    background-color: silver
}

.section-performance .performance-chip-ufs {
    max-width: 285px;
    padding-top: 30px;
    opacity: 0;
    display: inline-block;
    text-align: left;
    position: absolute;
    right: 10%;
    top: 50%
}

@media screen and (width: 1024px) {
    .section-performance .performance-chip-ufs {
        right:5%;
        max-width: 25%
    }
}

@media screen and (width: 768px) {
    .section-performance .performance-chip-ufs {
        right:5%;
        max-width: 25%
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-chip-ufs {
        padding-top:0;
        padding-right: 10%
    }

    .section-performance .performance-chip-ufs .font-headline-1 {
        font-size: 24px
    }

    .section-performance .performance-chip-ufs .font-body-2 {
        font-size: 14px
    }
}

.section-performance .performance-chip-ufs .performance-charge-line1,.section-performance .performance-chip-ufs .performance-charge-line2 {
    top: auto
}

.section-performance .performance-chip-ufs .performance-charge-line1 p,.section-performance .performance-chip-ufs .performance-charge-line2 p {
    height: 5px;
    width: 0;
    opacity: 0;
    margin-bottom: 5px
}

.section-performance .performance-charge-line1 p {
    background-image: -webkit-gradient(linear,right top,left top,from(#ff526f),to(#005bd7));
    background-image: linear-gradient(270deg,#ff526f,#005bd7)
}

.section-performance .performance-charge-line1 {
    margin-bottom: 20px
}

.section-performance .performance-charge-line2 p {
    background: silver
}

@media screen and (max-width: 735px) {
    .section-performance .performance-container-chip {
        opacity:0
    }

    .section-performance .performance-chip-box .performance-chip-8gb {
        position: static;
        opacity: 1;
        width: 90%;
        margin: auto;
        max-width: 100%;
        display: block
    }

    .section-performance .performance-chip-box .performance-chip-ufs {
        position: static;
        opacity: 1;
        width: 90%;
        max-width: 100%;
        margin: 50px auto auto;
        display: block
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-5g {
        margin-top:0
    }
}

.section-performance .performance-5g .performance-5g-qualcomm {
    margin-top: 50px
}

.section-performance .performance-5g .performance-5g-qualcomm img {
    width: 100%
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-banner {
    overflow: hidden;
    background: #000;
    padding-bottom: 54.13%;
    position: relative;
    margin-bottom: 10px
}

@media screen and (max-width: 735px) {
    .section-performance .performance-5g .performance-5g-qualcomm .performance-5g-banner {
        padding-bottom:66.8%;
        margin: 35px 0
    }
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-banner img {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-transform: translateZ(0) scale(2);
    transform: translateZ(0) scale(2);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media screen and (max-width: 735px) {
    .section-performance .performance-5g .performance-5g-qualcomm .performance-5g-5g,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-wifi {
        padding-bottom:55%;
        margin: 35px 4%
    }
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws {
    display: -webkit-box;
    display: flex
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-div {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    padding-bottom: 42.8%;
    overflow: hidden;
    background: #000
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-div img {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0) scale(2);
    transform: translateZ(0) scale(2)
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-div1 {
    margin-right: 10px
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text1,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text2 {
    width: 100%;
    position: absolute;
    z-index: 9;
    margin-top: 6%
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text1 .font-container .subline,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text2 .font-container .subline {
    color: #fff;
    min-width: auto
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text1 .font-container .subline,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text2 .font-container .subline {
        width:auto;
        padding: 0 7%
    }
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text1 .font-container .subline p:first-child,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text2 .font-container .subline p:first-child {
    font-size: 30px
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text1 .font-container .subline p:last-child,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text2 .font-container .subline p:last-child {
    font-size: 16px
}

.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text1 p,.section-performance .performance-5g .performance-5g-qualcomm .performance-5g-ws .performance-5g-ws-text2 p {
    opacity: 1
}

.section-performance .performance-5g-xs .performance-5g-qualcomm {
    margin-top: 35px
}

.section-performance .performance-5g-xs .performance-5g-qualcomm .performance-5g-text1 .font-container .head-title,.section-performance .performance-5g-xs .performance-5g-qualcomm .performance-5g-text2 .font-container .head-title {
    margin-bottom: 10px
}

.section-performance .performance-game {
    position: relative;
    z-index: 9
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game {
        margin-bottom:0;
        min-height: 100vh
    }
}

.section-performance .performance-game .game-title {
    width: 91.66667%;
    max-width: 1200px;
    margin: auto;
    top: 51%;
    left: 50%;
    padding: 90px 5% 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box
}

.section-performance .performance-game .game-title .font-container .subline {
    width: auto
}

@media screen and (max-width: 1600px) {
    .section-performance .performance-game .game-title {
        top:55%
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .section-performance .performance-game .game-title {
        max-width:1000px;
        padding: 90px 4.16667% 30px
    }
}

@media screen and (max-width: 1024px) {
    .section-performance .performance-game .game-title {
        top:42%
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-title {
        display:none
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-title-xs {
        top:0
    }
}

.section-performance .performance-game .game-warp {
    position: relative
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-warp {
        overflow:inherit;
        height: auto
    }
}

.section-performance .performance-game .game-warp .game-video-box {
    position: relative;
    z-index: 1;
    left: 50%;
    width: 155%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transform-origin: 50% top;
    transform-origin: 50% top
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-warp .game-video-box {
        top:0;
        padding: 20px 0 80px;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

.section-performance .performance-game .game-warp .game-video-box .game-cover {
    position: relative
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-warp .game-video-box .game-cover {
        top:0
    }
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .game-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 45.416%
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle {
    position: absolute;
    width: 50%;
    padding-bottom: 50%
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    opacity: .8
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle-1,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle-2,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle-3,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-1,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-2,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-3 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    position: absolute;
    background-image: radial-gradient(circle,transparent 50%,#9cd8fb);
    -webkit-animation: circleWave 6s cubic-bezier(.42,.005,.07,1) infinite;
    animation: circleWave 6s cubic-bezier(.42,.005,.07,1) infinite
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle-1,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-1 {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    z-index: 3
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle-2,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    z-index: 2
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-2 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle-3,.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle-3 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .left-circle {
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-45%,-50%,0);
    transform: translate3d(-45%,-50%,0)
}

.section-performance .performance-game .game-warp .game-video-box .game-cover .circle-container .right-circle {
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(45%,-50%,0);
    transform: translate3d(45%,-50%,0)
}

.section-performance .performance-game .game-warp .game-video-box .game-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    z-index: 5
}

.section-performance .performance-game .game-warp .game-video-box .game-video-container img,.section-performance .performance-game .game-warp .game-video-box .game-video-container video {
    width: 55%;
    border-radius: 0;
    vertical-align: middle
}

.section-performance .performance-game .game-warp .game-video-box .game-video-container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99.5%;
    z-index: 5;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.section-performance .performance-game .game-warp .game-video-box .game-video-container2 img,.section-performance .performance-game .game-warp .game-video-box .game-video-container2 video {
    width: 100%;
    border-radius: 7.1%;
    vertical-align: middle
}

@media screen and (max-width: 1024px) {
    .section-performance .performance-game .game-warp .game-video-box .game-video-container2 img,.section-performance .performance-game .game-warp .game-video-box .game-video-container2 video {
        position:absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-warp .game-video-box .game-video-container2 img,.section-performance .performance-game .game-warp .game-video-box .game-video-container2 video {
        border-radius:16px/24px
    }
}

@media screen and (max-width: 1024px) {
    .section-performance .performance-game .game-warp .game-video-box .game-video-container2 {
        height:99%;
        border-radius: 28px/28px;
        overflow: hidden
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-warp .game-video-box .game-video-container2 {
        height:99%;
        border-radius: 16px;
        overflow: hidden
    }
}

.section-performance .performance-game .game-warp .game-video-box img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 9;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.section-performance .performance-game .game-warp .game-video-box .game-phone-cover {
    width: 97%;
    border-radius: 25px
}

.section-performance .performance-game .game-warp .game-video-box .game-phone-border {
    opacity: 0
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-warp .game-video-box .game-phone-border {
        opacity:0
    }
}

.section-performance .performance-game .game-container .tinypoints-item {
    opacity: 0
}

.section-performance .performance-game .game-style-text {
    top: 60%;
    left: 50%;
    width: 100%
}

@media screen and (max-width: 1600px) {
    .section-performance .performance-game .game-style-text {
        top:75%
    }
}

@media screen and (width: 1024px) {
    .section-performance .performance-game .game-style-text {
        top:55%
    }
}

@media screen and (width: 768px) {
    .section-performance .performance-game .game-style-text {
        top:50%
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-game .game-style-text {
        top:45%
    }
}

@media screen and (width: 1024px) {
    .section-performance .performance-wireless {
        margin-top:100px
    }
}

@media screen and (width: 768px) {
    .section-performance .performance-wireless {
        margin-top:100px
    }
}

@media screen and (max-width: 735px) {
    .section-performance .performance-wireless {
        margin-top:100px
    }
}

.section-performance .performance-wireless .wireless-video-container {
    padding-bottom: 58.85%;
    margin: -11% auto 40px;
    position: relative
}

@media screen and (max-width: 735px) {
    .section-performance .performance-wireless .wireless-video-container {
        padding-bottom:178%;
        margin: -30% auto 50px
    }
}

.section-performance .performance-wireless .wireless-video-container img,.section-performance .performance-wireless .wireless-video-container video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: 1px solid transparent
}

@media screen and (min-width: 768px) and (max-width:1920px) {
    .section-performance .performance-wireless .wireless-video-container img,.section-performance .performance-wireless .wireless-video-container video {
        width:85%;
        position: absolute;
        top: 8%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-performance .performance-wireless .performance-wireless-text {
    position: relative;
    z-index: 9;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-performance .performance-wireless .performance-wireless-text .font-container .subline {
    text-align: center
}

@-webkit-keyframes circleWave {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    20% {
        opacity: 1
    }

    80% {
        opacity: .2;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes circleWave {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    20% {
        opacity: 1
    }

    80% {
        opacity: .2;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.section-camera {
    display: block;
    background: #fff;
    padding-top: 200px
}

@media screen and (max-width: 735px) {
    .section-camera {
        padding:100px 0
    }
}

.section-camera .camera-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%)
}

.section-camera .camera-title p {
    display: inline-block;
    margin: 0 auto
}

.section-camera .camera-title p:first-child {
    max-width: 400px;
    width: 40%
}

.section-camera .camera-title p:last-child {
    width: 50%
}

@media screen and (max-width: 1200px) {
    .section-camera .camera-title {
        padding:0 20px
    }
}

@media screen and (max-width: 735px) {
    .section-camera .camera-title {
        padding:0 20px;
        display: block
    }

    .section-camera .camera-title p {
        padding-bottom: 27px
    }

    .section-camera .camera-title p:first-child {
        max-width: unset;
        width: 100%
    }

    .section-camera .camera-title p:last-child {
        width: 100%
    }
}

.section-camera .camera-entry {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.section-camera .camera-entry .svg-box {
    position: absolute;
    width: 65%;
    max-width: 800px;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.section-camera .camera-entry .svg-box .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.section-camera .camera-entry .svg-box .svg .img {
    width: 100%;
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    overflow: visible
}

.section-camera .camera-entry .svg-box .svg .img path {
    fill: none
}

.section-camera .camera-entry .svg-box .svg:first-child {
    width: 90%
}

.section-camera .camera-entry .svg-box .svg:first-child .img {
    -webkit-animation: rotate1 8s linear infinite;
    animation: rotate1 8s linear infinite
}

.section-camera .camera-entry .svg-box .svg:nth-child(2) {
    width: 60%
}

.section-camera .camera-entry .svg-box .svg:nth-child(2) .img {
    -webkit-animation: rotate1 8s linear infinite;
    animation: rotate1 8s linear infinite
}

.section-camera .camera-entry .svg-box .svg:nth-child(3) {
    width: 30%
}

.section-camera .camera-entry .svg-box .svg:nth-child(3) .img {
    -webkit-animation: rotate1 8s linear infinite;
    animation: rotate1 8s linear infinite
}

.section-camera .camera-entry .svg-box .svg:nth-child(4) {
    width: 0
}

.section-camera .camera-entry .svg-box .svg:nth-child(4) .img {
    -webkit-animation: rotate1 8s linear infinite;
    animation: rotate1 8s linear infinite
}

.section-camera .camera-entry .svg-box .svg:nth-child(4) {
    width: 8%
}

.section-camera .camera-entry .svg-box .svg:nth-child(2n) .img {
    -webkit-animation: rotate2 6s linear infinite;
    animation: rotate2 6s linear infinite;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-camera .camera-entry .svg-box .svg:first-child {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    top: 0;
    margin: 0 auto
}

.section-camera .camera-entry .svg-box .svgOther:first-child {
    position: absolute;
    left: 50%;
    top: 50%
}

.section-camera .camera-entry .svg-box .svg:nth-child(2) .img {
    -webkit-animation: rotate2 6s linear infinite;
    animation: rotate2 6s linear infinite
}

.section-camera .camera-entry .svg-box .svg:nth-child(3) .img {
    -webkit-animation: rotate1 6s linear infinite;
    animation: rotate1 6s linear infinite
}

@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(-179deg);
        transform: rotate(-179deg)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(-179deg);
        transform: rotate(-179deg)
    }
}

.section-camera .camera-entry .entry-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0
}

.section-camera .camera-entry .entry-bg .bg-box {
    position: absolute;
    width: 80%;
    bottom: 35%;
    left: 50%;
    -webkit-transform: translate(-50%) scale(4);
    transform: translate(-50%) scale(4);
    opacity: 0;
    max-width: 1700px
}

.section-camera .camera-entry .entry-bg .bg-box img {
    width: 100%
}

.section-camera .camera-entry .entry-bg .bg-box .bg-img2,.section-camera .camera-entry .entry-bg .bg-box .bg-img3 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    opacity: 0;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text1 {
    top: 30%;
    color: #fff
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text1 i {
    left: 0;
    width: 24%;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text2 {
    top: 79%
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text2 i {
    left: 0;
    width: 48%;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text3 {
    top: 30%;
    text-align: right
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text3 i {
    right: 0;
    width: 46%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text4 {
    top: 59%;
    text-align: right
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text4 i {
    right: 0;
    width: 46%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text5 {
    top: 59%;
    text-align: right
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text5 i {
    right: 0;
    width: 38%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text6 {
    top: 32%
}

.section-camera .camera-entry .entry-bg .bg-box .bg-text6 i {
    left: 0;
    width: 41%;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.section-camera .camera-entry .entry-bg .bg-text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding: 0 15%
}

.section-camera .camera-entry .entry-bg .bg-text p,.section-camera .camera-entry .entry-bg .bg-text span {
    opacity: 0;
    display: block
}

.section-camera .camera-entry .entry-bg .bg-text p:first-child {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.section-camera .camera-entry .entry-bg .bg-text i {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.section-camera .camera-entry .title-box {
    text-align: center;
    position: relative;
    z-index: 10
}

.section-camera .camera-entry .title-box p {
    margin: 0 auto;
    max-width: 1000px
}

.section-camera .camera-entry .title-box p:first-child {
    white-space: nowrap
}

.section-camera .camera-entry .title-box p:last-child {
    padding-top: 30px
}

@media screen and (max-width: 1920px) {
    .section-camera .camera-entry .svg-box {
        bottom:2%
    }

    .section-camera .camera-entry .svg-box .svg:first-child {
        width: 65%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(2) {
        width: 40%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(3) {
        width: 20%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(4) {
        width: 8%
    }

    .section-camera .camera-entry .svg-box .svgOther:first-child {
        width: 100%
    }

    .section-camera .camera-entry .svg-box .svgOther:nth-child(2) {
        width: 70%
    }

    .section-camera .camera-entry .svg-box .svgOther:nth-child(3) {
        width: 40%
    }

    .section-camera .camera-entry .svg-box .svgOther:nth-child(4) {
        width: 10%
    }

    .section-camera .camera-entry .svg-box-ie {
        bottom: 28%
    }

    .section-camera .camera-entry .entry-bg .bg-box {
        bottom: 30%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text1 {
        top: 28%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text2 {
        top: 77%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text3 {
        top: 28%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text4 {
        top: 58%
    }
}

@media screen and (max-width: 1440px) {
    .section-camera .camera-entry .title-box p {
        max-width:800px
    }
}

@media screen and (max-width: 1366px) {
    .section-camera .camera-entry .entry-bg .bg-text {
        padding:0 40px
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text1 i {
        width: 30%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text4,.section-camera .camera-entry .entry-bg .bg-box .bg-text5 {
        top: 58%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text5 i {
        width: 41%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text6 {
        top: 31%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-text6 i {
        width: 43%
    }
}

@media screen and (max-width: 1023px) {
    .section-camera .camera-entry,.section-camera .camera-entry .entry-bg {
        height:80vh
    }

    .section-camera .camera-entry .entry-bg .bg-box {
        bottom: 42%
    }

    .section-camera .camera-entry .svg-box {
        bottom: 20%
    }
}

@media screen and (max-width: 735px) {
    .section-camera .camera-entry {
        height:100vh;
        background: transparent;
        overflow: visible
    }

    .section-camera .camera-entry .svg-box {
        width: 100%;
        bottom: 18%
    }

    .section-camera .camera-entry .svg-box .svg:first-child {
        width: 70%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(2) {
        width: 46%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(3) {
        width: 22%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(4) {
        width: -2%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(5) {
        width: -26%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(6) {
        width: -50%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(7) {
        width: -74%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(8) {
        width: -98%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(9) {
        width: -122%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(10) {
        width: -146%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(11) {
        width: -170%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(12) {
        width: -194%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(13) {
        width: -218%
    }

    .section-camera .camera-entry .svg-box .svg:nth-child(14) {
        width: -242%
    }

    .section-camera .camera-entry .entry-bg {
        height: 100vh;
        top: 8%
    }

    .section-camera .camera-entry .entry-bg .bg-box {
        top: unset;
        bottom: 35%;
        -webkit-transform: translate(-50%) scale(3);
        transform: translate(-50%) scale(3);
        width: 100%;
        text-align: center;
        z-index: 9
    }

    .section-camera .camera-entry .entry-bg .bg-box img {
        width: 420px;
        height: auto;
        margin: 0 -100%
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-box-light,.section-camera .camera-entry .entry-bg .bg-box .bg-box-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 6;
        opacity: 0
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-box-mask {
        background: rgba(0,0,0,.3);
        z-index: 5
    }

    .section-camera .camera-entry .entry-bg .bg-box .camera-mask {
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 4;
        width: 420px;
        margin: auto
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-img2,.section-camera .camera-entry .entry-bg .bg-box .bg-img3 {
        width: 420px;
        margin: auto
    }

    .section-camera .camera-entry .entry-bg .bg-box .bg-img3 {
        z-index: 9
    }

    .section-camera .camera-entry .entry-bg .text-box {
        position: absolute;
        top: 42%;
        left: 0;
        width: 100%;
        height: 30vh;
        padding: 0 20px
    }

    .section-camera .camera-entry .entry-bg .bg-text {
        opacity: 0;
        padding: 0 25px
    }

    .section-camera .camera-entry .entry-bg .bg-text p,.section-camera .camera-entry .entry-bg .bg-text span {
        opacity: 1
    }

    .section-camera .camera-entry .entry-bg .bg-text p:first-child {
        border-bottom: 1px solid hsla(0,0%,100%,.5);
        margin-bottom: 10px
    }

    .section-camera .camera-entry .title-box {
        position: relative;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        left: 0;
        padding: 20px;
        opacity: 0;
        z-index: 5
    }

    .section-camera .camera-entry .title-box p:first-child {
        white-space: unset
    }
}

.section-camera .camera-hdr {
    margin-top: 6%
}

.section-camera .camera-hdr .hdr-content {
    position: relative;
    max-width: 1900px;
    width: 80%;
    margin: 12% auto
}

.section-camera .camera-hdr .hdr-content .hdr-box {
    position: absolute;
    width: 80%;
    height: 100%;
    max-width: 600px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0
}

.section-camera .camera-hdr .hdr-content .hdr-box img {
    width: 100%
}

.section-camera .camera-hdr .hdr-content .hdr-box1 {
    top: -100%;
    left: 45%;
    z-index: 1
}

.section-camera .camera-hdr .hdr-content .hdr-box2 {
    position: relative;
    z-index: 2
}

.section-camera .camera-hdr .hdr-content .hdr-box3 {
    top: 100%;
    left: -45%;
    z-index: 3
}

.section-camera .camera-hdr .hdr-content .hdr-box3 .concat-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0
}

.section-camera .camera-hdr .hdr-content .hdr-box3 .concat-img video {
    width: 100%
}

@media screen and (max-width: 1025px) {
    .section-camera .camera-hdr {
        margin-top:0;
        height: 40vh
    }

    .section-camera .camera-hdr .hdr-content {
        margin: 18% auto
    }
}

@media screen and (max-width: 735px) {
    .section-camera .camera-hdr {
        height:auto;
        padding-top: 80px
    }

    .section-camera .camera-hdr .hdr-title {
        margin-bottom: 30px
    }

    .section-camera .camera-hdr .hdr-content {
        height: 70%;
        width: 100%;
        margin: 0
    }

    .section-camera .camera-hdr .hdr-content .hdr-box {
        padding-bottom: 66%;
        width: 100%;
        top: 0;
        left: 0
    }

    .section-camera .camera-hdr .hdr-content .hdr-box img {
        position: absolute;
        top: 0;
        left: 0
    }

    .section-camera .camera-hdr .hdr-content .hdr-box3 {
        top: 300%
    }

    .section-camera .camera-hdr .hdr-content .hdr-box3 .concat-img {
        width: 101%
    }

    .section-camera .camera-hdr .hdr-content .hdr-box2 {
        position: absolute;
        top: 150%
    }

    .section-camera .camera-hdr .hdr-content .hdr-box1 {
        position: relative
    }
}

.section-camera .camera-viewPort {
    margin-top: 10%
}

.section-camera .camera-viewPort .viewPort-box {
    height: 70vh;
    max-height: 800px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.section-camera .camera-viewPort .viewPort-box img {
    height: auto;
    width: auto;
    min-width: 50%;
    margin: 0 -100%;
    -webkit-transform: scale(2.5);
    transform: scale(2.5)
}

@media screen and (max-width: 1025px) {
    .section-camera .camera-viewPort {
        margin-top:16%
    }
}

@media screen and (max-width: 735px) {
    .section-camera .camera-viewPort {
        margin:60px 0
    }

    .section-camera .camera-viewPort .viewPort-box {
        position: relative;
        width: 95%;
        height: 85vh;
        overflow: hidden
    }

    .section-camera .camera-viewPort .viewPort-box .hidden-box {
        position: absolute;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: 50vh;
        overflow: hidden
    }

    .section-camera .camera-viewPort .viewPort-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        width: 100%;
        margin: unset
    }
}

.section-camera .camera-pet {
    padding-top: 15%
}

.section-camera .camera-pet .pet-box {
    width: 70%;
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex
}

.section-camera .camera-pet .pet-box .img-pet1,.section-camera .camera-pet .pet-box .img-pet2 {
    position: relative;
    -webkit-box-flex: 4;
    flex: 4;
    margin-right: 5px;
    overflow: hidden
}

.section-camera .camera-pet .pet-box .img-pet1 img,.section-camera .camera-pet .pet-box .img-pet2 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media screen and (max-width: 1025px) {
    .section-camera .camera-pet .pet-box .img-pet1 img,.section-camera .camera-pet .pet-box .img-pet2 img {
        width:100%
    }
}

.section-camera .camera-pet .pet-box .img-pet2 {
    margin-right: 0;
    -webkit-box-flex: 3;
    flex: 3;
    margin-left: 5px;
    padding-bottom: 58%
}

@media screen and (min-width: 1921px) {
    .section-camera .camera-pet {
        padding-top:10%
    }
}

@media screen and (max-width: 735px) {
    .section-camera .camera-pet {
        padding-top:0
    }

    .section-camera .camera-pet .pet-box {
        width: 95%;
        display: block
    }

    .section-camera .camera-pet .pet-box .img-pet1,.section-camera .camera-pet .pet-box .img-pet2 {
        margin: 0
    }

    .section-camera .camera-pet .pet-box .img-pet1 img,.section-camera .camera-pet .pet-box .img-pet2 img {
        position: relative;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        min-height: unset;
        width: 100%
    }

    .section-camera .camera-pet .pet-box .img-pet2 {
        margin-top: 4px;
        padding-bottom: 0
    }
}

.section-camera .camera-macro {
    padding-top: 15%
}

.section-camera .camera-macro .macro-box {
    position: relative;
    width: 80%;
    max-width: 1200px;
    padding-bottom: 40%;
    margin: 0 auto;
    overflow: hidden
}

.section-camera .camera-macro .macro-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media screen and (min-width: 1921px) {
    .section-camera .camera-macro {
        padding-top:10%
    }
}

@media screen and (max-width: 735px) {
    .section-camera .camera-macro {
        padding-top:80px
    }

    .section-camera .camera-macro .macro-box {
        width: 95%;
        padding-bottom: 120%
    }

    .section-camera .camera-macro .macro-box img {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.section-camera .camera-highlights .highlights-box {
    display: -webkit-box;
    display: flex;
    width: 80%;
    max-width: 1200px;
    padding: 200px 0 150px;
    margin: 0 auto
}

.section-camera .camera-highlights .highlights-box>div {
    -webkit-box-flex: 2;
    flex: 2
}

.section-camera .camera-highlights .highlights-box .highlights-title {
    position: relative;
    -webkit-box-flex: 1.5;
    flex: 1.5
}

.section-camera .camera-highlights .highlights-box .highlights-title p {
    position: absolute;
    left: 0;
    top: 30%
}

.section-camera .camera-highlights .highlights-box .highlights-imgBox1,.section-camera .camera-highlights .highlights-box .highlights-imgBox2 {
    padding: 0 10px
}

.section-camera .camera-highlights .highlights-box .highlights-imgBox1>div,.section-camera .camera-highlights .highlights-box .highlights-imgBox2>div {
    position: relative;
    overflow: hidden
}

.section-camera .camera-highlights .highlights-box .highlights-imgBox1 img,.section-camera .camera-highlights .highlights-box .highlights-imgBox2 img {
    width: 100%;
    -webkit-transform: scale(2);
    transform: scale(2)
}

.section-camera .camera-highlights .highlights-box .highlights-imgBox1 .highlights-text,.section-camera .camera-highlights .highlights-box .highlights-imgBox2 .highlights-text {
    padding: 10% 10px 30%
}

.section-camera .camera-highlights .highlights-box .highlights-imgBox1 .highlights-text p,.section-camera .camera-highlights .highlights-box .highlights-imgBox2 .highlights-text p {
    padding-bottom: 3%
}

.section-camera .camera-highlights .highlights-box .highlights-imgBox2 {
    -webkit-transform: translateY(30%);
    transform: translateY(30%)
}

.section-camera .camera-highlights .highlights-box .img-highlights1 i:nth-child(2) {
    background: #eee;
    z-index: 2
}

@media screen and (max-width: 735px) {
    .section-camera .camera-highlights .highlights-box {
        display:block;
        padding: 0;
        width: 100%
    }

    .section-camera .camera-highlights .highlights-box .highlights-title {
        padding: 65px 20px 35px
    }

    .section-camera .camera-highlights .highlights-box .highlights-title p {
        position: relative
    }

    .section-camera .camera-highlights .highlights-box .highlights-imgBox1,.section-camera .camera-highlights .highlights-box .highlights-imgBox2 {
        padding: 0
    }

    .section-camera .camera-highlights .highlights-box .highlights-imgBox2 {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .section-camera .camera-highlights .highlights-box .swiper-container {
        padding: 0 5px;
        z-index: 3
    }

    .section-camera .camera-highlights .highlights-box .swiper-container .swiper-slide {
        padding: 0 5px
    }

    .section-camera .camera-highlights .highlights-box .swiper-container .swiper-slide img {
        width: 100%
    }

    .section-camera .camera-highlights .highlights-box .swiper-container .swiper-slide .highlights-text {
        padding: 18px 10px 0
    }

    .section-camera .camera-highlights .highlights-box .swiper-container .swiper-slide .highlights-text p {
        padding-bottom: 15px
    }

    .section-camera .camera-highlights .highlights-box .swiper-container .swiper-slide .highlights-text .font-subtitle {
        font-size: 14px
    }
}

.section-os {
    padding-top: 150px;
    background-color: #fff
}

.section-os,.section-os .os-main {
    width: 100%;
    position: relative
}

.section-os .os-title {
    margin: 0 auto
}

.section-os .os-title .link-wrap {
    text-align: center;
    padding-top: 25px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.section-os .os-title .link-wrap a {
    position: relative;
    color: #000;
    padding-right: 0;
    -webkit-transition: padding-right .3s ease-in .1ms;
    transition: padding-right .3s ease-in .1ms
}

.section-os .os-title .link-wrap a:after {
    display: inline-block;
    content: " ";
    height: 8px;
    width: 8px;
    border-color: #000;
    border-style: solid;
    border-width: 2px 2px 0 0;
    position: absolute;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 43%;
    right: -8px
}

.section-os .os-title .link-wrap a:hover {
    padding-right: 10px;
    opacity: .7;
    text-decoration: underline
}

.section-os .os-title .link-wrap a:hover:after {
    opacity: .7
}

.section-os .os-imgBox {
    display: -webkit-box;
    display: flex;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px
}

.section-os .os-imgBox>div {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative
}

.section-os .os-imgBox>div img {
    width: 100%;
    max-width: 336px;
    padding: 5%
}

@media screen and (max-width: 735px) {
    .section-os {
        padding-top:100px
    }

    .section-os .os-imgBox {
        width: 150%;
        -webkit-transform: translateX(-17%);
        transform: translateX(-17%)
    }
}

.landing-container {
    color: #000
}

.section-footnote {
    padding: 100px 0;
}

.section-footnote .statement-text {
    padding-top: 20px;
    color: rgba(0,0,0,.4)
}

@media screen and (max-width: 735px) {
    .section-footnote {
        padding:50px 15px
    }
}

.footnote-container {
    display: none;
    color: rgba(0,0,0,.4)
}

@media screen and (max-width: 735px) {
    .footnote-container {
        padding-left:15px;
        padding-right: 15px
    }
}

.footnote-container.show {
    display: block
}

.footnote-container ol {
    padding-left: 1em
}

.footnote-container ol li {
    list-style: decimal
}

.footnote-container.en ol {
    padding-left: 5px
}

.footnote-container.en ol li {
    list-style: none
}

.font-container.tinypoints-container {
    -webkit-transform: translate3d(0,10%,0);
    transform: translate3d(0,10%,0);
    opacity: 0
}

.font-container .head-title {
    margin-bottom: 20px
}

.font-container .headline {
    text-align: center
}

.font-container .headline .head-title {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    opacity: 0
}

.font-container .headline .head-title sup {
    font-size: 30%;
    top: 0
}

.font-container .headline .sub-title {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    opacity: 0
}

@media screen and (min-width: 736px) {
    .font-container .headline .head-title {
        width:83.33333%;
        max-width: 1000px;
        margin: auto
    }

    .font-container .headline .sub-title {
        width: 66.66667%;
        max-width: 800px;
        margin: auto
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .font-container .headline .head-title {
        width:66.66667%;
        max-width: 800px
    }

    .font-container .headline .sub-title {
        width: 50%;
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    .font-container .headline .head-title {
        margin-bottom:10px
    }
}

.font-container .subline {
    text-align: left;
    margin: auto
}

@media screen and (min-width: 736px) {
    .font-container .subline {
        width:83.33333%;
        max-width: 1000px;
        min-width: 300px;
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    .font-container .subline.subline-horizontal {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .font-container .subline.subline-horizontal .head-title {
        width: 40%;
        max-width: 400px
    }

    .font-container .subline.subline-horizontal .sub-title {
        width: 50%
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .font-container .subline {
        width:66.66667%;
        max-width: 800px
    }
}

@media screen and (max-width: 735px) {
    .font-container .subline .head-title,.font-container .subline .sub-title {
        opacity:0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
}

.font-container .tinypoints {
    background: #f5f5f5
}

.font-container .tinypoints .tinypoints-item {
    margin-top: 50px;
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0)
}

@media screen and (min-width: 736px) {
    .font-container .tinypoints {
        width:91.66667%;
        max-width: 1200px;
        margin: auto;
        padding: 10px 5% 60px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box
    }

    .font-container .tinypoints .tinypoints-item {
        width: 40%
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {
    .font-container .tinypoints {
        max-width:1000px;
        padding: 0 4.16667% 30px
    }

    .font-container .tinypoints .tinypoints-item {
        margin-top: 30px
    }
}

@media screen and (max-width: 735px) {
    .font-container .tinypoints .tinypoints-item:first-child {
        margin-top:0
    }
}

.font-container .padding-top-1x {
    padding-top: 10px
}

.font-container .learn-more {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    color: #000
}

.font-container .learn-more,.font-container .learn-more:after {
    -webkit-transition: .6s cubic-bezier(.77,0,.175,1);
    transition: .6s cubic-bezier(.77,0,.175,1)
}

.font-container .learn-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px
}

.font-container .learn-more:hover {
    color: #eb0028
}

.font-container .learn-more:hover,.font-container .learn-more:hover:after {
    -webkit-transition: .6s cubic-bezier(.77,0,.175,1);
    transition: .6s cubic-bezier(.77,0,.175,1)
}

.font-container .learn-more:hover:after {
    background-color: #eb0028;
    width: 130%
}

@media screen and (max-width: 735px) {
    .font-container {
        padding-left:20px;
        padding-right: 20px
    }

    .font-container.tinypoints-container {
        background: #f5f5f5;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .font-container .padding-top-2x {
        padding-top: 10px
    }

    .font-container .padding-top-3x {
        padding-top: 20px
    }

    .font-container .padding-top-4x {
        padding-top: 30px
    }

    .font-container .padding-top-8x {
        padding-top: 40px
    }
}

/* ------------------- */

.design-canvas > .section-row{
  display: flex;
}

.design-canvas{
    flex-direction: column;
}

.design-canvas > .section-row{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.design-canvas .section-row .sections{
    width: 100%;
    height: 100%;
    display: flex;
}

.section-row .sections .section-container{
    position: relative;
    height: 100%;
}





@font-face {
    font-family: widgets;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,iAYAAOQFAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAlBnEHAAAAAAAAAAAAAAAAAAAAAAAAA4AdwBpAGQAZwBlAHQAcwAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgB3AGkAZABnAGUAdABzAAAAAAAAAQAAAAsAgAADADBHU1VCIIslegAAATgAAABUT1MvMjYhO+YAAAGMAAAAVmNtYXDhKaOtAAAB7AAAAXBnbHlmfqOXdQAAA2QAAABEaGVhZFqfpRgAAADgAAAANmhoZWEHIAPsAAAAvAAAACRobXR4A+kAAAAAAeQAAAAIbG9jYQAiAAAAAANcAAAABm1heHABDQAYAAABGAAAACBuYW1lOfFZyQAAA6gAAAIKcG9zdMl9cHoAAAW0AAAALwABAAAD6QAAAAAD6QAAAAADNgABAAAAAAAAAAAAAAAAAAAAAgABAAAAAQAAHMQZlF8PPPUACwPpAAAAAHwlsIAAAAAAfCWwgAAAAAADNgMyAAAACAACAAAAAAAAAAEAAAACAAwAAQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQAAAAoAMAA+AAJERkxUAA5sYXRuABoABAAAAAAAAAABAAAABAAAAAAAAAABAAAAAWxpZ2EACAAAAAEAAAABAAQABAAAAAEACAABAAYAAAABAAAAAQH1AZAABQAAABQCvAAAAIwAFAK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4AHgAQPpAAAAWgPpAAAAAAABAAAAAAAAAAAAAAPpAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA4AH//wAA4AH//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA4AEAAOABAAAAAQAAAAAAIgAAAAEAAAAAAzYDMgALAAAJATcJARcJAQcJAScBx/71LgEPAQ8u/uwBEC7+8f7wLQH1AQ8u/vABEC7+8f7wLgEQ/vAuAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR53aWRnZXRzUmVndWxhcndpZGdldHN3aWRnZXRzVmVyc2lvbiAxLjB3aWRnZXRzR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AdwBpAGQAZwBlAHQAcwBSAGUAZwB1AGwAYQByAHcAaQBkAGcAZQB0AHMAdwBpAGQAZwBlAHQAcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBpAGQAZwBlAHQAcwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBAgEDAAVjbG9zZQAAAA==?#iefix) format("eot"),url(data:font/woff2;base64,d09GMgABAAAAAAJgAAsAAAAABeQAAAITAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCCcApEVgE2AiQDCAsGAAQgBYQKBy8bKgXInpo8CWwGcTYCAykAAIigGEv3nklFMWrUhBbY8/gCqTpRXVshA7bjo39zqUo2yvEgAfQLJukcaCzoIfu3/mx1Md7jJSjXFvCQ4dVfgKD0Ji7HPxY/8CR/tLmjempPjrqACgMMdC8LNKHAwkx7m2ZCvcpwHRFDREKGjDH2ikDBtEPjtcv7J1jdKulhbYrGg9kZt5VXsOxJKSmo5ISMcjA+4pc0WonxbXw+3s0EJKSTqGfz/MLC8XtwU/I/jiVFqMfTSGIcSBG7anHdRDRyolCc6gW5OoP36HYlJrL6ov111F4CPZAO3o+VAiTgtaYqob11KVG6cEfkDyztnD3cX6i8VKrsvjSRqL6kq/8sYTm5mEzsgtLfRlR3H7ni9048D/w5BF8EcrcnAo8kzuJ/kMFJGEYsg6X0WoEzdFFUszdGQ/aZWhbFCSSRCpBC2lRaUQ+VkTVEFYxJjhc1vZuIVF6ouC1AAnkEksgnIIX8ptI6fqmMij9Uwb7/Z4oGw7vKepL4QP6jVaFL57IXCrHiHvMku7zjinoKSsii/sH46QsRhy5wh5fcC7Ut4xC4JiNJKTJs0tRpP5cY7uBLxfKIiB4Q70NLCXqf5btekCCqsB7KJTIbuDJ6D1cRxG7TfqDok1eQkneQg2bWQZdR8wVptRga9Hk1YohEuZEfbKQ8zHnjCRMSjhGPAjcROCMpfdJyJAAAAAA=) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAPUAAsAAAAABeQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFY2ITvmY21hcAAAAYQAAABKAAABcOEpo61nbHlmAAAB0AAAAEMAAABEfqOXdWhlYWQAAAIUAAAALgAAADZan6UYaGhlYQAAAkQAAAAYAAAAJAcgA+xobXR4AAACXAAAAAgAAAAIA+kAAGxvY2EAAAJkAAAABgAAAAYAIgAAbWF4cAAAAmwAAAAeAAAAIAENABhuYW1lAAACjAAAASUAAAIKOfFZyXBvc3QAAAO0AAAAHgAAAC/JfXB6eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGT8yjiBgZWBgUGEaQ+Q7IHQjA8YDBmZGBiYGFiZGbCCgDTXFAaHB4wPGJlfArlRYBKoEUQAAMgpCnEAAHic7ZCxDYAwEAPPykOBGIEqNbNQsb/YJPkY2CKWzpJPXz2wACU5kwDdiJErrewLm31QfRPDP2rt79zhRiszu/v4ln/1gjocmAlVAAB4nGNgZAACZjNmIwZuBgZORnNORnFORnZORnXG4/++6jHyM/Lr/XvDKKD37+O/D7qMX0HcD1CuHqMAkGBgAADTgRQiAHicY2BkYGAAYpkjQgvi+W2+MnAzvwSKMNSobmhAppnNmI2AFAcDE4gHAAaLCEUAAHicY2BkYGB+ycAAJ80YGBlQARMAOD4CFgAAAAAD6QAAAAAAAAAiAAB4nGNgZGBgYGLgYQDRIBYDAxcQMjD8B/MZAAnDASYAAHicXZBBasJAGIVfNCo1IIXSrkqZVbsoJOrSA+jeRaDLqJMYSTJhMir2BD1BT9BT9AClx+oz/JtmBuZ9//vf/DAD4BY/8HBdHkbteV098ki4T5oI++R74QECPAoP6b8Ij/GKUDjAHd44wfNv6ExQCPfI78J98oewT/4UHuABX8JD+t/CY8T4FQ7w7D2d812mXbPW2bFIrFQisbZNbio1C6firHSlbeL0Tm0uqjllc+dSlVpTqqWpnC4Ko2prDnrrwr1z9SKKUvHDrSlxRo4dMmg4NFhTMxz5rgS20/tfxVRLzWFQQWHGP5p2Mitq1eYS1podhQ0uPBucmJrTdUhZp8wYlKRlO++aLrgNnbrtHehs6YfYt7dqLBBxp518yBQn/QFuDlr+AAAAeJxjYGKAAC4G7ICJkYmRmYE1OSe/OJWBAQAM/AIxAAA=) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJ3aWRnZXRzIiBob3Jpei1hZHYteD0iMzIiPjxmb250LWZhY2UgZm9udC1mYW1pbHk9IndpZGdldHMiIHVuaXRzLXBlci1lbT0iMTAwMSIgYXNjZW50PSIxMDAxIiBkZXNjZW50PSIwIi8+PGdseXBoIGdseXBoLW5hbWU9ImNsb3NlIiB1bmljb2RlPSLugIEiIGhvcml6LWFkdi14PSIxMDAxIiBkPSJNNDU0LjYxIDUwMC41TDE4Ny42ODcgNzcxLjYxNWw0NS44OSA0NS44OUw1MDQuNjkyIDU0Ni4zOWwyNzEuMTE0IDI3MS4xMTQgNDUuODktNDUuODlMNTQ2LjQyIDUwMC41bDI3MS4xMTQtMjcxLjExNS00NS44OS00NS44OUw1MDAuNTMyIDQ1NC42MSAyMjkuNDE3IDE4My40OTZsLTQ1Ljg5IDQ1Ljg5TDQ1NC42NDIgNTAwLjV6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format("svg")
}

.ico-close:before {
    font-family: widgets;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    content: "\E001"
}

.dialog-lock-test {
    overflow: hidden!important
}

body.dialog-lock {
    position: fixed;
    width: 100%
}

body.dialog-lock.hide-body {
    position: relative
}

.misc-dialog .cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    padding: 40px
}

@media screen and (max-width: 735px) {
    .misc-dialog .cover {
        padding:5vw
    }
}

.misc-dialog .cover.hide-noise {
    background-color: #101920
}

.misc-dialog .cover .hint-card {
    position: relative;
    border-radius: 2px;
    background: #fff;
    min-width: 240px;
    max-width: 1000px;
    overflow: hidden;
    box-shadow: 4px 4px 10px #555
}

.misc-dialog .cover .hint-card .card-header {
    zoom:1;position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 40px
}

.misc-dialog .cover .hint-card .card-header .close-hint {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block
}

.misc-dialog .cover .hint-card .card-header .close-hint .ico {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 40px
}

@media screen and (max-width: 735px) {
    .misc-dialog .cover .hint-card .card-header .close-hint {
        color:#101920
    }
}

.misc-dialog .cover .hint-card .card-title {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: left
}

.misc-dialog .cover .hint-card .card-content {
    position: relative;
    z-index: 3;
    text-align: center
}

@media screen and (max-width: 735px) {
    .misc-dialog .cover .hint-card .card-content.has-padding {
        padding-right:20px;
        margin-right: 0
    }
}

.misc-dialog .cover .hint-card .card-content.center-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.misc-dialog .cover .hint-card .card-footer {
    position: relative;
    z-index: 4;
    background-color: #fff;
    white-space: nowrap;
    text-align: right;
    margin-top: 20px
}

@media screen and (max-width: 735px) {
    .misc-dialog .cover .hint-card .card-footer {
        white-space:normal;
        margin-top: 10px
    }
}

.misc-dialog .cover .hint-card .card-footer .action-container {
    display: inline-block;
    width: 50%
}

.misc-dialog .cover .hint-card .card-footer .action-container:first-child {
    text-align: left
}

.misc-dialog .cover .hint-card .card-footer .action-container:last-child {
    text-align: right
}

@media screen and (max-width: 735px) {
    .misc-dialog .cover .hint-card .card-footer .action-container {
        width:100%;
        text-align: center;
        padding-bottom: 10px
    }

    .misc-dialog .cover .hint-card .card-footer .action-container:last-child {
        padding-bottom: 0
    }

    .misc-dialog .cover .hint-card .card-footer .action-container .one-button {
        width: 100%
    }
}

.misc-dialog .cover .hint-card .card-footer .action-container .one-button {
    min-width: 200px
}

.misc-dialog .cover .hint-card .has-padding {
    padding: 40px
}

.misc-dialog .cover .hint-card .has-padding.card-content {
    padding-top: 40px;
    padding-bottom: 30px
}

@media screen and (max-width: 900px) {
    .misc-dialog .cover .hint-card .has-padding {
        padding:20px;
        margin-right: 0
    }

    .misc-dialog .cover .hint-card .has-padding.card-content {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.misc-dialog .cover .hint-card.msg {
    width: auto
}

.misc-dialog .cover .hint-card>p {
    margin-bottom: 0
}

.misc-dialog.full-screen .cover {
    padding: 0;
    right: 0;
    width: 100%
}

.misc-dialog.full-screen .cover .card-container,.misc-dialog.full-screen .cover .hint-card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto
}

.misc-dialog.err-msg .cover {
    border-radius: 4px
}

.misc-dialog.err-msg .cover .hint-card {
    max-width: 480px
}

.misc-dialog.err-msg .cover .hint-card .has-padding {
    padding: 70px 80px 60px 60px;
    margin-right: -20px
}

@media screen and (max-width: 479px) {
    .misc-dialog.err-msg .cover .hint-card .has-padding {
        padding:50px 60px 40px 40px
    }
}

.misc-dialog.err-msg .cover .hint-card .card-content {
    color: #101920
}

.misc-dialog.hidden {
    display: none
}

.misc-dialog .dialog-translate-enter {
    -webkit-transform: translate3d(0,33%,0);
    transform: translate3d(0,33%,0);
    opacity: 0
}

.misc-dialog .dialog-translate-enter-active {
    -webkit-transition: all .3s cubic-bezier(.7,.9,.8,1.06);
    transition: all .3s cubic-bezier(.7,.9,.8,1.06)
}

.misc-dialog .dialog-translate-leave-to {
    -webkit-transform: translate3d(0,33%,0);
    transform: translate3d(0,33%,0);
    opacity: 0
}

.misc-dialog .dialog-translate-leave-active {
    -webkit-transition: all .3s cubic-bezier(.7,.9,.8,1.06);
    transition: all .3s cubic-bezier(.7,.9,.8,1.06)
}

.misc-dialog .card-container {
    margin: auto 0
}
