.home-kv {
    overflow: hidden;
    background: #fff;
    margin-bottom: 60px
}

.home-slider {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: #000
}

.home-slider canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none
}

.home-slider .slide-item {
    display: block;
    cursor: pointer;
    overflow: hidden
}

.home-slider .slide-item .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
    text-align: center;
    color: #fff
}

.home-slider .slide-item .title h1 {
    display: none;
    font-size: 18px;
    letter-spacing: .08em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px
}

.home-slider .slide-item .title h2 {
    font-size: 64px;
    line-height: 1.5;
    letter-spacing: -.025em;
    white-space: nowrap;
    font-weight: normal;
}

.home-slider .slide-item .title h2 span {
    display: block;
    opacity: 0;
    visibility: hidden
}

.home-slider .slide-item .title .arrow {
    background: url(../img/arrow.svg) 50% 100% no-repeat;
    background-size: contain;
    width: 40px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    display: none
}

.home-slider .slide-item .banner {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 240px
}

.home-slider .slide-item .banner .desc {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 60px;
    text-align: center
}

.home-slider .slide-item .banner .desc h3 {
    margin: 0 -20px;
    font-size: 24px;
    color: #fff;
    letter-spacing: .06em;
    transition: letter-spacing .3s ease, bottom .6s ease, margin .5s ease;
    will-change: letter-spacing, bottom
}

.home-slider .slide-item .banner .desc p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.875;
    overflow: hidden;
    position: relative;
    height: 0;
}

/* 
.home-slider .slide-item .banner .desc p:after {
    background: url(../img/arrow.svg) 50% 100% no-repeat;
    background-size: auto;
    content: '';
    width: 40px;
    height: 11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    transition: all .4s ease;
    opacity: 0;
    margin-left: -20px
} */

.home-slider .slide-item .banner .desc p span {
    display: block
}

.home-slider .slide-item .banner .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    width: 0;
    transform: scaleX(1.01)
}

.home-slider .slide-item .banner .backdrop .timer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background: rgba(255, 255, 255, .7);
    width: 0%
}

.home-slider .slide-item.slide-item1 .banner {
    margin-left: -600px
}

.home-slider .slide-item.slide-item1 .banner .backdrop {
    background: rgba(103, 117, 68, .8)
}

.home-slider .slide-item.slide-item2 .banner {
    margin-left: -360px
}

.home-slider .slide-item.slide-item2 .banner .backdrop {
    background: rgba(156, 108, 36, .8)
}

.home-slider .slide-item.slide-item3 .banner {
    margin-left: -120px
}

.home-slider .slide-item.slide-item3 .banner .backdrop {
    background: rgba(83, 124, 143, .8)
}

.home-slider .slide-item.slide-item4 .banner {
    margin-left: 120px
}

.home-slider .slide-item.slide-item4 .banner .backdrop {
    background: rgba(153, 78, 55, .8)
}

.home-slider .slide-item.slide-item5 .banner {
    margin-left: 360px
}

.home-slider .slide-item.slide-item5 .banner .backdrop {
    background: rgba(0, 0, 0, .3)
}

.home-slider .slide-item.prev .backdrop {
    left: auto;
    right: 0
}

.home-slider .slide-item.active .banner .desc h3 {
    letter-spacing: .16em;
    margin-bottom: 1.666666666666667em
}

.home-slider .slide-item.active .banner .desc p:after {
    opacity: 1;
    margin-left: 0;
    transition-delay: .4s
}

.home-slider[data-status=invisible] .slides,
.home-slider[data-status=invisible] canvas {
    display: none
}

.home-slider .indices {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    z-index: 10;
    display: none
}

.home-slider .indices .index {
    display: inline-block;
    width: 58px;
    height: 3px;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px;
    position: relative
}

.home-slider .indices .index .bar {
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 0
}

.no-touchevents .home-slider .banner .desc:hover h3 {
    letter-spacing: .16em
}

@media screen and (max-width:1366px) {
    .home-slider .slide-item .title h2 {
        font-size: 56px
    }
    .home-slider .slide-item .banner {
        width: 200px
    }
    .home-slider .slide-item .banner .desc {
        bottom: 40px
    }
    .home-slider .slide-item .banner .desc h3 {
        font-size: 22px
    }
    .home-slider .slide-item .banner .desc p {
        font-size: 12px;
    }
    .home-slider .slide-item.slide-item1 .banner {
        margin-left: -400px
    }
    .home-slider .slide-item.slide-item2 .banner {
        margin-left: -200px
    }
    .home-slider .slide-item.slide-item3 .banner {
        margin-left: 0
    }
    .home-slider .slide-item.slide-item4 .banner {
        margin-left: 200px
    }
}

@media screen and (max-width:1200px) {
    .home-slider .slide-item .title h2 {
        font-size: 48px
    }
}

@media screen and (max-width:1023px) {
    .home-slider .slide-item .title h2 {
        font-size: 40px
    }
    .home-slider .slide-item .banner {
        width: 160px
    }
    .home-slider .slide-item .banner .desc h3 {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
    .home-slider .slide-item .banner .desc p {
        text-indent: -999em;
        overflow: hidden
    }
    .home-slider .slide-item.active .banner .desc h3 {
        bottom: 6px
    }
    .home-slider .slide-item.slide-item1 .banner {
        margin-left: -320px
    }
    .home-slider .slide-item.slide-item2 .banner {
        margin-left: -160px
    }
    .home-slider .slide-item.slide-item3 .banner {
        margin-left: 0
    }
    .home-slider .slide-item.slide-item4 .banner {
        margin-left: 160px
    }
}

@media screen and (max-width:718px) {
    .home-slider .slide-item .title {
        width: calc(100vw - 80px)
    }
    .home-slider .slide-item .title h1 {
        display: block;
        top: -30px;
        transition: opacity .6s, top .6s ease;
        will-change: opacity, top;
        opacity: 0
    }
    .home-slider .slide-item .title h2 {
        font-size: 8vw;
        white-space: normal
    }
    .home-slider .slide-item .title .arrow {
        display: block;
        transition: opacity .6s, margin .6s ease;
        will-change: opacity, top;
        opacity: 0;
        margin-left: -20px
    }
    .home-slider .slide-item .banner {
        width: 16.33333vw
    }
    .home-slider .slide-item .banner .desc {
        display: none
    }
    .home-slider .slide-item .banner .desc h3 {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
    .home-slider .slide-item .banner .desc p {
        text-indent: -999em;
        overflow: hidden
    }
    .home-slider .slide-item .banner .timer {
        display: none
    }
    .home-slider .slide-item.active .title h1 {
        opacity: 1;
        top: -40px;
        transition-delay: .4s
    }
    .home-slider .slide-item.active .title .arrow {
        opacity: 1;
        margin-left: 0;
        transition-delay: .6s
    }
    .home-slider .slide-item.active .banner .desc h3 {
        bottom: 6px
    }
    .home-slider .slide-item.slide-item1 .banner {
        margin-left: -42.66667vw
    }
    .home-slider .slide-item.slide-item2 .banner {
        margin-left: -25.33333vw
    }
    .home-slider .slide-item.slide-item3 .banner {
        margin-left: -8vw
    }
    .home-slider .slide-item.slide-item4 .banner {
        margin-left: 9.33333vw
    }
    .home-slider .indices {
        display: block
    }
    .home-slider .slide-item.slide-item5 .banner {
        margin-left: 26vw;
    }
}

#brandAndService {
    position: relative;
    overflow: hidden;
    margin-bottom: 120px
}

#brandAndService .section-header .section-title>span {
    transition-delay: 1.2s, 1.2s
}

.brand-and-service {
    font-size: 0
}

.brand-and-service .swiper-wrapper {
    position: relative;
    white-space: nowrap
}

.brand-and-service .swiper-container {
    overflow: visible
}

.brand-and-service .brand-and-service-list {
    position: relative;
    height: 800px;
    transform-origin: 0 0;
    cursor: none !important
}

.brand-and-service .brand-and-service-item {
    display: block;
    z-index: 1;
    cursor: none !important
}

.brand-and-service .swiper-wrapper {
    align-items: center
}

.brand-and-service .swiper-wrapper .swiper-slide {
    margin: 0;
    overflow: visible
}

.brand-and-service-item {
    opacity: 0;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 560px;
    height: 800px
}

.brand-and-service-item .tb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: scale(1.02);
    transition: all .6s ease-out
}

.brand-and-service-item .tb .img {
    background: 0 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
    will-change: transform
}

.brand-and-service-item .desc {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 50% 100%
}

.brand-and-service-item .desc p {
    color: #fff;
    font-size: 24px;
    padding: 1.8em 1.25em;
    line-height: 1.5;
    letter-spacing: -.05em;
    font-weight: 500;
    transition: all .3s ease-out;
    opacity: 0;
    transform: translateY(20px);
    white-space: normal
}

.brand-and-service-item .logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none
}

.brand-and-service-item .logo img {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .4s ease-out
}

.brand-and-service-item .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    opacity: 0;
    transition: all .4s ease
}

.brand-and-service-item[data-width="520"].active {
    width: 520px;
    height: 680px
}

.touchevents .brand-and-service-item .tb:after {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .35) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    transform: translate3d(0, 0, 1px)
}

.touchevents .brand-and-service-item .desc p {
    opacity: 1 !important;
    transform: translate3d(0, 0, 1px);
    transition: none;
    position: relative
}

.no-touchevents .brand-and-service-item.active:hover .tb .img {
    transform: scale(1.1)
}

.no-touchevents .brand-and-service-item.active:hover .over {
    height: 100%;
    opacity: .65
}

.no-touchevents .brand-and-service-item.active:hover .logo img {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transform: translateY(-50%) scale(1)
}

.no-touchevents .brand-and-service-item.active:hover .desc p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.phone #brandAndService #drag_cursor,
.tablet #brandAndService #drag_cursor {
    display: none
}

@media screen and (max-width:1366px) {
    #brandAndService .container {
        padding-top: 100px !important
    }
    .brand-and-service-item .desc p {
        font-size: 22px
    }
}

@media screen and (max-width:1023px) {
    #brandAndService {
        margin-bottom: 80px
    }
    #brandAndService .container {
        padding-top: 80px !important
    }
    .brand-and-service-item .desc p {
        padding: 1.25em 1em;
        font-size: 18px
    }
}

@media screen and (max-width:480px) {
    #brandAndService {
        margin-bottom: 40px
    }
    #brandAndService .container {
        padding-top: 40px !important
    }
    .brand-and-service-item .desc p {
        font-size: 14px
    }
}

#laboratory {
    background: #f7f7f7;
    overflow: hidden
}

#laboratory:after {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    bottom: 0;
    content: '';
    z-index: 4;
    background-color: #f7f7f7
}

#laboratory .section-bgs {
    transform: translateX(-50%) scale(2)
}

#laboratory .lab-title {
    transform: translateY(20%);
    opacity: 0
}

#laboratory.active:after {
    width: 0;
    transition: width 1.6s cubic-bezier(.23, 1, .32, 1)
}

#laboratory.active .section-bgs {
    transition: transform 1.6s cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
    transform: translateX(0) scale(1)
}

#laboratory.active .lab-title {
    transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), opacity 1.2s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1;
    transition-delay: .6s, .6s
}

#laboratory.active .laboratories {
    transition: transform 1.6s cubic-bezier(.23, 1, .32, 1), opacity 1.6s;
    will-change: transform, opacity;
    transform: translateY(0);
    opacity: 1
}

#laboratory .lab-row {
    display: flex;
    height: 110vh;
    min-height: 768px
}

#laboratory .lab-row .lab-col {
    flex: 1 0;
    display: flex;
    align-items: center;
    position: relative
}

#laboratory .lab-row .lab-col:first-child {
    overflow: hidden
}

#laboratory .lab-row .lab-col .container {
    padding-top: calc(5vh + 80px);
    padding-bottom: calc(5vh + 80px);
    flex: 1;
    width: 100%
}

#laboratory .section-bgs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #000
}

#laboratory .section-bgs:after {
    background: rgba(0, 0, 0, .15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}

#laboratory .section-bgs .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
    transform: translateX(100%)
}

#laboratory .section-bgs .section-bg .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover
}

#laboratory .section-bgs .bg2 .back {
    background-position: 0 50%
}

#laboratory .title-area {
    position: relative;
    flex: 1;
    height: 100%
}

#laboratory .title-area .container {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column
}

#laboratory .title-area .lab-title {
    flex: 1;
    position: relative
}

#laboratory .title-area .lab-title p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: -.04em;
    color: #fff;
    width: 80%
}

#laboratory .indices ul {
    display: flex
}

#laboratory .indices ul li {
    margin-right: 14px;
    flex: 1;
    max-width: 120px
}

#laboratory .indices ul li:last-child {
    margin-right: 0 !important
}

#laboratory .indices .index {
    color: #fff
}

#laboratory .indices .index .title {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 500;
    letter-spacing: -.04em
}

#laboratory .indices .index .progress {
    height: 2px;
    background: rgba(255, 255, 255, .5);
    position: relative
}

#laboratory .indices .index .progress .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff
}

#laboratory .laboratories {
    position: relative;
    height: 100%;
    width: 100%;
    flex: 1;
    transition-delay: .6s;
    opacity: 0;
    transform: translateY(80px)
}

#laboratory .lab-desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    white-space: nowrap
}

#laboratory .lab-desc.active {
    z-index: 3
}

#laboratory .lab-desc.prev {
    z-index: 2
}

#laboratory .lab-desc .desc-img {
    font-size: 0;
    text-align: center;
    margin-bottom: 45px
}

#laboratory .lab-desc .desc-img .img {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 424px;
    height: 528px
}

#laboratory .lab-desc .desc-img .img .guide {
    display: block;
    width: 424px;
    height: 528px;
    display: none !important
}

#laboratory .lab-desc .desc-img .img .tb {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block
}

#laboratory .lab-desc .desc-img .img .tb img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: auto;
    transform: translateX(-50%)
}

#laboratory .lab-desc h4 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: .833333333333333em
}

#laboratory .lab-desc p {
    font-size: 18px;
    line-height: 1.777777777777778;
    margin-bottom: .555555555555556em;
    font-weight: 300
}

#laboratory .lab-desc .action {
    text-align: center;
    margin: 40px auto 0
}

#laboratory .lab-desc .action .btn {
    width: 180px;
    margin: 0 auto;
    display: block
}

#laboratory .indices-sm {
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    white-space: nowrap;
    display: none
}

#laboratory .indices-sm .index {
    height: 3px;
    width: 40px;
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    position: relative;
    margin: 0 3px
}

#laboratory .indices-sm .index .bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    display: block
}

.no-touchevents #laboratory .lab-right-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: url(../img/cursor_left_black.png), url(../img/cursor_left_black.cur), auto
}

.no-touchevents #laboratory .lab-right-back.dir-next {
    cursor: url(../img/cursor_right_black.png), url(../img/cursor_right_black.cur), auto
}

@media screen and (max-width:1366px) {
    #laboratory .title-area .lab-title p {
        font-size: 40px
    }
    #laboratory .lab-desc .desc-img .img {
        width: 288px;
        height: 369px
    }
    #laboratory .lab-desc .desc-img .img .guide {
        width: 288px;
        height: 369px
    }
    #laboratory .indices ul {
        display: flex
    }
    #laboratory .indices ul li {
        max-width: 104px
    }
}

@media screen and (max-width:1200px) {
    #laboratory .title-area .lab-title p {
        width: 100%;
        font-size: 36px
    }
    #laboratory .lab-desc .desc-img .img {
        width: 288px;
        height: 369px
    }
    #laboratory .lab-desc .desc-img .img .guide {
        width: 288px;
        height: 369px
    }
    #laboratory .lab-desc h4 {
        font-size: 32px
    }
    #laboratory .lab-desc p {
        font-size: 16px
    }
    #laboratory .indices ul {
        display: flex
    }
    #laboratory .indices ul li {
        max-width: 90px
    }
    #laboratory .indices .index .title {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    #laboratory:after {
        right: 0;
        width: 100%
    }
    #laboratory .lab-row {
        height: auto;
        display: block
    }
    #laboratory .lab-row .lab-col:first-child {
        height: 520px
    }
    #laboratory .lab-row .lab-col .container {
        padding-top: 88px
    }
    #laboratory .lab-row .lab-col:last-child .container {
        padding-top: 0
    }
    #laboratory .lab-title {
        display: none
    }
    #laboratory .indices {
        display: none
    }
    #laboratory .laboratories {
        height: 400px
    }
    #laboratory .laboratories .lab-desc {
        top: -195px;
        transform: translateX(-50%)
    }
    #laboratory .lab-desc .desc-img .img {
        width: 320px;
        height: 390px
    }
    #laboratory .lab-desc .desc-img .img .guide {
        width: 320px;
        height: 390px
    }
    #laboratory .indices-sm {
        display: block
    }
}

@media screen and (max-width:718px) {
    #laboratory .lab-row .lab-col:first-child {
        height: 300px
    }
    #laboratory .lab-row .lab-col:first-child .container {
        padding-top: 60px
    }
    #laboratory .laboratories {
        height: 360px
    }
    #laboratory .laboratories .lab-desc {
        top: -140px
    }
    #laboratory .lab-desc .desc-img .img {
        width: 230px;
        height: 280px
    }
    #laboratory .lab-desc .desc-img .img .guide {
        width: 230px;
        height: 280px
    }
    #laboratory .lab-desc h4 {
        font-size: 24px
    }
    #laboratory .lab-desc p {
        font-size: 14px
    }
}

#kgcMagazine .kgc-magazine {
    display: flex
}

#kgcMagazine .magazine-featured-post {
    margin-right: 88px;
    width: 35.4vw;
    max-width: 680px;
    position: relative
}

#kgcMagazine .magazine-featured-post .magazine-post {
    width: 35.4vw;
    max-width: 680px
}

#kgcMagazine .magazine-recent-posts {
    flex: 1;
    position: relative
}

#kgcMagazine .magazine-recent-posts ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -48px;
    margin-bottom: -100px
}

#kgcMagazine .magazine-recent-posts ul li {
    padding-right: 48px;
    padding-bottom: 100px;
    flex: 0 1 33.3%;
    box-sizing: border-box
}

@media screen and (max-width:1366px) {
    #kgcMagazine .magazine-featured-post {
        margin-right: 66px;
        width: 33vw;
        max-width: 440px
    }
    #kgcMagazine .magazine-featured-post .magazine-post {
        width: 33vw;
        max-width: 440px
    }
    #kgcMagazine .magazine-recent-posts ul {
        margin-right: -42px;
        margin-bottom: -90px
    }
    #kgcMagazine .magazine-recent-posts ul li {
        padding-right: 42px;
        padding-bottom: 90px
    }
}

@media screen and (max-width:1200px) {
    #kgcMagazine .magazine-featured-post {
        margin-right: 52px;
        width: 33vw;
        max-width: 440px
    }
    #kgcMagazine .magazine-featured-post .magazine-post {
        width: 33vw;
        max-width: 440px
    }
    #kgcMagazine .magazine-recent-posts ul {
        margin-right: -36px;
        margin-bottom: -80px
    }
    #kgcMagazine .magazine-recent-posts ul li {
        padding-right: 36px;
        padding-bottom: 80px
    }
}

@media screen and (max-width:1023px) {
    #kgcMagazine .magazine-featured-post {
        margin-right: 26px;
        max-width: 262px
    }
    #kgcMagazine .magazine-featured-post .magazine-post {
        max-width: 262px
    }
    #kgcMagazine .magazine-recent-posts ul {
        margin-right: -20px;
        margin-bottom: -56px
    }
    #kgcMagazine .magazine-recent-posts ul li {
        padding-right: 20px;
        padding-bottom: 56px;
        width: 50%;
        flex: 0 1 50%
    }
}

@media screen and (max-width:718px) {
    #kgcMagazine .kgc-magazine {
        display: block
    }
    #kgcMagazine .magazine-featured-post {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 70px
    }
    #kgcMagazine .magazine-featured-post .magazine-post {
        width: 100%;
        max-width: 100%;
        position: static !important;
        top: 0 !important
    }
    #kgcMagazine .magazine-recent-posts ul li {
        flex: 0 1 50%
    }
}

.online-experience {
    height: 100vh;
    max-height: 720px;
    min-height: 640px;
    background: #000;
    position: relative;
    box-sizing: border-box
}

.online-experience .videos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.online-experience .videos .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.online-experience .videos .video video {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.online-experience .videos .video video[data-status=play] {
    opacity: 1;
    visibility: visible
}

.online-experience .slides {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.online-experience .slides .slide-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.online-experience .slides .slide-item h2 {
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
    font-size: 48px
}

.online-experience .slides .slide-item h2 small {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1.136363636363636em
}

.online-experience .slides .slide-item h2 strong {
    display: block;
    letter-spacing: -.04em
}

.online-experience .slides .slide-item .actions {
    text-align: center
}

.online-experience .slides .slide-item .actions .action {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 16px
}

.online-experience .slides .slide-item .actions .action:last-child {
    margin-bottom: 0 !important
}

.online-experience .slides .slide-item .actions .action .btn {
    display: block;
    width: 100%
}

.online-experience .slides .slide-item.active {
    z-index: 2
}

.online-experience .indices {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
    z-index: 5;
    display: flex
}

.online-experience .indices .index {
    background-color: #fff;
    width: 56px;
    height: 4px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    opacity: .5;
    margin: 0 4px
}

.online-experience .indices .index.active {
    opacity: 1;
    z-index: 2
}

#onlineExperience:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    content: '';
    z-index: 6;
    background-color: #fff
}

#onlineExperience.active:after {
    width: 0;
    transition: width 1.6s cubic-bezier(.23, 1, .32, 1)
}

#onlineExperience.active .videos {
    transition: transform 1.6s cubic-bezier(.23, 1, .32, 1)
}

.no-touchevents #onlineExperience .online-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: url(../img/research/cursor_left.png), url(../img/research/立即前往正官庄旗舰店), auto
}

.no-touchevents #onlineExperience .online-back.dir-next {
    cursor: url(../img/research/cursor_right.png), url(../img/research/cursor_right.cur), auto
}

@media screen and (max-width:1200px) {
    .online-experience .slides .slide-item h2 {
        font-size: 44px
    }
    .online-experience .slides .slide-item h2 small {
        font-size: 20px
    }
    .online-experience .slides .slide-item .actions .action {
        width: 180px;
        margin-bottom: 12px
    }
    .online-experience .indices {
        bottom: 50px
    }
    .online-experience .indices .index {
        width: 40px;
        height: 3px;
        margin: 0 3px
    }
}

@media screen and (max-width:1023px) {
    .online-experience {
        max-height: 540px;
        min-height: 540px
    }
    .online-experience .slides .slide-item h2 {
        font-size: 40px
    }
    .online-experience .slides .slide-item h2 small {
        font-size: 18px
    }
    .online-experience .slides .slide-item .actions .action {
        width: 180px;
        margin-bottom: 12px
    }
    .online-experience .indices {
        bottom: 50px
    }
    .online-experience .indices .index {
        width: 40px;
        height: 3px;
        margin: 0 3px
    }
}

@media screen and (max-width:718px) {
    .online-experience .slides .slide-item h2 {
        font-size: 24px;
        margin-bottom: 1.8em
    }
    .online-experience .slides .slide-item h2 small {
        font-size: 14px
    }
}