@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/*!
 * @project: kit
 * @version: 2.6.5
 * @update: 2025-10-2 8:49:25
 */
* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Noto Sans TC", sans-serif
}

[lang=ko] body {
    font-family: "Noto Sans KR", sans-serif
}

[lang=ja] body {
    font-family: "Noto Sans JP", sans-serif
}

[lang=zh] body {
    font-family: "Noto Sans TC", sans-serif
}

button {
    background-color: unset
}

.kit-page--pc #nc-cnb .ncc-purple-bottom-nav {
    background-color: unset !important
}

.kit-alpha-video {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.kit-alpha-video__origin {
    position: absolute;
    opacity: 0;
    top: 1px;
    left: 0
}

.kit-alpha-video__origin--active {
    opacity: 1
}

.kit-alpha-video__origin--use-canvas {
    display: none
}

.kit-popover {
    display: none;
    position: absolute;
    text-indent: 0;
    z-index: 10000
}

.kit-popover--image {
    font-size: 0;
    line-height: 1;
    text-align: center
}

.kit-popover--active {
    display: inline-block
}

.kit-popover--text {
    background: #303133;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px
}

.kit-popover--text:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0
}

.kit-popover--text-top:after {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #303133
}

.kit-popover--text-bottom:after {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid #303133
}

.kit-popover--text-left:after {
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #303133
}

.kit-popover--text-right:after {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid #303133
}

.kit-popover-target {
    cursor: default
}

.kit-message {
    position: fixed;
    z-index: 10000002;
    top: 0;
    right: 0;
    display: flex;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .3s ease;
    background: rgba(0, 0, 0, .9);
    justify-content: center;
    align-items: center
}

.kit-message--open {
    position: fixed !important;
    width: 100%
}

.kit-message--active {
    opacity: 1;
    transition-delay: .1s
}

.kit-message__contents {
    display: inline-block;
    border: 1px solid #151515;
    border-radius: 7px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 40px;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    min-width: 320px
}

.kit-message__text {
    padding: 25px 0;
    text-align: center;
    color: gray;
    margin: 0
}

.kit-message__button-area {
    margin-top: 10px;
    font-size: 0
}

.kit-message__button {
    height: 40px;
    width: 124px;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0;
    margin: 0 5px;
    text-align: center;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    background: #000;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.kit-message__button:hover {
    background: #404040;
    border: 1px solid #404040;
    color: #000
}

.kit-navigation {
    position: absolute;
    font-size: 0;
    width: var(--width);
    top: var(--top);
    height: auto;
    z-index: 999;
    transition: transform .6s, opacity .3s;
    opacity: 0;
    transform: translateX(0)
}

.kit-navigation--active {
    transform: translateX(-100%)
}

@media screen and (max-width: 960px) {
    .kit-navigation {
        top: 50px !important
    }
}

.kit-navigation__toggle-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    margin-left: var(--width);
    cursor: pointer;
    transition: transform .6s;
    border: none;
    background: url(/assets/res/kit/v2.6.5/assets/nav-btn-bg.ce21a88a.webp) no-repeat 0 0;
    background-position-x: 100%
}

.kit-navigation--active .kit-navigation__toggle-button {
    background-position-x: 0 !important
}

.kit-navigation__menu {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 56px);
    transition: transform .6s;
    overflow-y: auto;
    overflow-x: hidden
}

.kit-navigation__menu-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: var(--height)
}

.kit-navigation__menu-item:before,
.kit-navigation__menu-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background) no-repeat 0 0
}

.kit-navigation__menu-item:after {
    opacity: 0;
    background-position-x: var(--minus-width)
}

.kit-navigation__menu-item--active:after,
.kit-navigation__menu-item:hover:after {
    opacity: 1
}

.kit-navigation__menu-item:before,
.kit-navigation__menu-item:after {
    background-position-y: var(--background-y)
}

.kit-navigation__menu::-webkit-scrollbar-track {
    border-radius: .125rem;
    background-color: #d3d3d3
}

.kit-navigation__menu::-webkit-scrollbar {
    width: .25rem;
    border-radius: .125rem
}

.kit-navigation__menu::-webkit-scrollbar-thumb {
    border-radius: .125rem;
    background-color: gray
}

.kit-navigation__menu--transform .kit-navigation__menu-item:before,
.kit-navigation__menu--transform .kit-navigation__menu-item:after {
    transition: transform .4s, opacity .4s
}

.kit-navigation__menu--transform .kit-navigation__menu-item:after {
    transform: translateY(-100%)
}

.kit-navigation__menu--transform .kit-navigation__menu-item--active:before,
.kit-navigation__menu--transform .kit-navigation__menu-item:hover:before {
    transform: translateY(100%)
}

.kit-navigation__menu--transform .kit-navigation__menu-item--active:after,
.kit-navigation__menu--transform .kit-navigation__menu-item:hover:after {
    transform: translateY(0%)
}

.kit-navigation__menu--fade .kit-navigation__menu-item:before,
.kit-navigation__menu--fade .kit-navigation__menu-item:after {
    transition: opacity .4s
}

@media screen and (max-width: 960px) {
    .kit-navigation__menu {
        max-height: calc(100vh - 50px)
    }
}

.kit-navigation__menu-head {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer
}

.kit-navigation__menu-head--title {
    display: block;
    height: 100%
}

.kit-loader {
    background: #020811;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    font-family: sans-serif !important;
    overflow: hidden
}

.kit-loader--complete {
    opacity: 0;
    transition: opacity .3s ease
}

.kit-loader__comment {
    color: #8d8f91;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.kit-loader__progress {
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    background-position: 50% 100%;
    background-color: #020811;
    overflow: hidden;
    transform: translate(-50%, 120px);
    opacity: 0;
    transition: opacity .6s;
    border-radius: 10px
}

.kit-loader__progress--pc {
    width: 300px;
    height: 4px
}

.kit-loader__progress--mobile {
    width: 150px;
    height: 2px;
    transform: translate(-50%, 60px)
}

.kit-loader__progress-bar {
    position: absolute;
    transform: translateX(0);
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #020811 10%, #32363c 90%);
    border-radius: 10px;
    transition: width, transform, left, .3s ease;
    will-change: width, transform, left
}

.kit-loader__progress-bar--complete {
    transition: width, transform, left .6s ease
}

.kit-loader__progress-bar-loading-img {
    background-size: cover;
    position: absolute;
    transform: translateX(0);
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    transition: width .6s ease, transform .3s ease;
    will-change: width, transform
}

.kit-loading {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.kit-cloak {
    opacity: 0;
    visibility: hidden
}

.kit-loader__bi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 240px
}

.kit-loader__bi--mobile {
    width: 180px;
    height: 120px
}

.kit-loader__bi-imgae {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kit-loader__btn-go-home {
    position: absolute;
    top: 25px;
    right: 25px;
    overflow: hidden;
    z-index: 0
}

.kit-app-download {
    display: inline-block;
    vertical-align: middle
}

.kit-app-download__item {
    display: inline-block;
    margin: 0 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0
}

.kit-app-download__item--black-android {
    background-image: url(/assets/res/kit/v2.6.5/assets/black-android.9a975bd0.webp)
}

.kit-app-download__item--black-ios {
    background-image: url(/assets/res/kit/v2.6.5/assets/black-ios.e5a47612.webp)
}

.kit-app-download__item--black-macintosh {
    background-image: url(/assets/res/kit/v2.6.5/assets/black-ios.e5a47612.webp)
}

.kit-app-download__item--black-purple {
    background-image: url(/assets/res/kit/v2.6.5/assets/black-purple.eb34c973.webp)
}

.kit-app-download__item--black-onestore {
    background-image: url(/assets/res/kit/v2.6.5/assets/black-onestore.c6660124.webp)
}

.kit-app-download__item--black-galaxystore {
    background-image: url(/assets/res/kit/v2.6.5/assets/black-galaxystore.69cc3746.webp)
}

.kit-app-download__item--white-android {
    background-image: url(/assets/res/kit/v2.6.5/assets/white-android.9ce4a0a9.webp)
}

.kit-app-download__item--white-ios {
    background-image: url(/assets/res/kit/v2.6.5/assets/white-ios.6242e91b.webp)
}

.kit-app-download__item--white-macintosh {
    background-image: url(/assets/res/kit/v2.6.5/assets/white-ios.6242e91b.webp)
}

.kit-app-download__item--white-purple {
    background-image: url(/assets/res/kit/v2.6.5/assets/white-purple.d2e6aaf3.webp)
}

.kit-app-download__item--white-onestore {
    background-image: url(/assets/res/kit/v2.6.5/assets/white-onestore.104f332c.webp)
}

.kit-app-download__item--white-galaxystore {
    background-image: url(/assets/res/kit/v2.6.5/assets/white-galaxystore.b9850832.webp)
}

.kit-app-download__item--pc {
    width: 44px;
    height: 44px
}

.kit-app-download__item--mobile {
    width: 32px;
    height: 32px
}

.kit-caution {
    text-align: left;
    position: relative;
    z-index: 1;
    background: #191919;
    color: #5e5e5e
}

.kit-caution h3 {
    margin: 0 auto;
    padding: 15px 0 5px 0;
    font-size: 13px;
    font-weight: bold
}

.kit-caution h3:first-child {
    padding-top: 0
}

.kit-caution a {
    color: #5e5e5e !important;
    text-decoration: underline;
    font-weight: bold !important
}

.kit-caution a:hover {
    color: #5e5e5e
}

.kit-caution ol {
    margin: 0 auto;
    padding: 0 15px
}

.kit-caution ol>li {
    list-style-type: decimal !important
}

.kit-caution ul {
    margin: 0 auto;
    padding: 0 15px
}

.kit-caution ul li {
    list-style-type: disc
}

.kit-caution__title {
    height: 28px;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    color: hsla(0, 0%, 100%, .6);
    letter-spacing: -0.5px
}

.kit-caution__title:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 24px;
    background: url(/assets/res/kit/v2.6.5/assets/icon-title.6a8ae4c8.webp) no-repeat 50% 50%;
    background-size: cover;
    margin-right: 15px;
    line-height: 1
}

.kit-caution__con {
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden
}

.kit-caution__disc {
    font-size: 12px;
    line-height: 24px
}

.kit-caution--pc {
    padding: 80px 0 0 0
}

.kit-caution--pc .kit-caution__title {
    height: 28px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.kit-caution--pc .kit-caution__con {
    width: 1100px;
    padding: 0 50px
}

.kit-caution--pc .kit-caution__disc {
    margin: 20px 0 80px 0
}

.kit-caution--mobile {
    padding: 50px 0 0 0
}

.kit-caution--mobile .kit-caution__title {
    height: 16px;
    font-size: 16px
}

.kit-caution--mobile .kit-caution__title:before {
    width: 20px;
    height: 16px;
    background-size: auto 16px;
    margin-right: 10px
}

.kit-caution--mobile .kit-caution__con {
    width: 100%;
    padding: 0 20px
}

.kit-caution--mobile .kit-caution__disc {
    margin: 12px 0 50px 0
}

.kit-copyright {
    text-indent: -9999px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 99;
    margin: 20px auto 0 auto
}

.kit-copyright--pc {
    height: 12px;
    background-image: url(/assets/res/kit/v2.6.5/assets/copyright.a9fca6cf.webp)
}

.kit-copyright--mobile {
    height: 10px;
    background-image: url(/assets/res/kit/v2.6.5/assets/copyright.a2858679.webp)
}

.kit-copyright--pc.kit-copyright--tw {
    height: 12px;
    background-image: url(/assets/res/kit/v2.6.5/assets/copyright-tw.06fea603.webp)
}

.kit-page--pc .kit-footer--fixed {
    position: fixed;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    transition: opacity .3s ease
}

.kit-page--pc .kit-footer--fixed.kit-footer--hide-transition {
    opacity: 0
}

.kit-page--pc .kit-footer--fixed.kit-footer--hide {
    z-index: 1
}

.kit-page--pc .kit-footer--fixed.kit-footer__language {
    display: inline-block
}

.kit-page--pc .kit-footer--basic {
    position: relative;
    background: #191919;
    border-top: 1px solid #2b2b2b;
    padding: 40px 0 86px 0
}

.kit-page--pc .kit-footer {
    text-align: center;
    z-index: 9100004;
    font-size: 0;
    direction: ltr;
    white-space: nowrap
}

.kit-page--pc .kit-footer__download-link {
    display: inline-block;
    vertical-align: middle
}

.kit-page--pc .kit-footer__download-item {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    margin: 0 2px
}

.kit-page--pc .kit-footer__download-item--android {
    background-position: 0 0
}

.kit-page--pc .kit-footer__download-item--ios {
    background-position: -48px 0
}

.kit-page--pc .kit-footer__download-item--macintosh {
    background-position: -48px 0
}

.kit-page--pc .kit-footer__download-item--purple {
    background-position: -144px 0
}

.kit-page--pc .kit-footer__download-item--onestore {
    background-position: -96px 0
}

.kit-page--pc .kit-footer__download-item--galaxystore {
    background-position: -192px 0
}

.kit-page--pc .kit-footer__language {
    vertical-align: middle;
    width: auto;
    min-width: 150px;
    height: 44px;
    font-size: 14px;
    margin: 0 2px;
    display: inline-block
}

.kit-page--pc .kit-footer__language .kit-select__btn {
    border-radius: 5px
}

.kit-page--pc .kit-footer__language .kit-select__btn-label {
    padding: 0 0 0 15px
}

.kit-page--pc .kit-footer__language .kit-select__btn-arrow {
    width: 14px;
    margin: 0 10px
}

.kit-page--pc .kit-footer__language .kit-select__btn-arrow:before {
    display: none
}

.kit-page--pc .kit-footer__language .kit-select__options {
    min-width: 0;
    width: 100%;
    top: auto;
    bottom: 48px;
    border-radius: 5px;
    padding: 10px 0
}

.kit-page--pc .kit-footer__language .kit-select__option {
    padding: 10px 15px
}

.kit-page--pc .kit-footer__language .kit-select__option--selected:before {
    content: "";
    background: url(/assets/res/kit/v2.6.5/assets/select-selected.42f663cf.webp) no-repeat 50% 50%;
    width: 10px;
    height: 7px;
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: 2px
}

.kit-page--pc .kit-footer__language .kit-select__option:hover {
    background: none;
    text-decoration: underline
}

.kit-page--pc .kit-footer__language--ar {
    direction: rtl;
    text-align: right
}

.kit-page--pc .kit-footer__language--ar .kit-select__title-arrow {
    float: left
}

.kit-page--pc .kit-footer__language--ar .kit-select__btn-label {
    padding: 0 15px 0 0
}

.kit-page--pc .kit-footer__language--ar .kit-select__option--selected:before {
    margin: 0 0 0 4px
}

.kit-page--pc .kit-footer--black .kit-footer__language .kit-select__btn {
    border: 1px rgba(163, 163, 163, .55) solid;
    background: rgba(25, 25, 25, .55);
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--pc .kit-footer--black .kit-footer__language .kit-select__btn-label--active {
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--pc .kit-footer--black .kit-footer__language .kit-select__btn-arrow {
    background: url(/assets/res/kit/v2.6.5/assets/select-arrow-black.0525fa52.webp) no-repeat 50% 50%
}

.kit-page--pc .kit-footer--black .kit-footer__language .kit-select__options {
    background: rgba(25, 25, 25, .9);
    border-color: rgba(163, 163, 163, .55);
    color: hsla(0, 0%, 100%, .3)
}

.kit-page--pc .kit-footer--black .kit-footer__language .kit-select__option--selected {
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--pc .kit-footer--white .kit-footer__language .kit-select__btn {
    border: 1px hsla(0, 0%, 100%, .2) solid;
    background: hsla(0, 0%, 100%, .2);
    color: #fff
}

.kit-page--pc .kit-footer--white .kit-footer__language .kit-select__btn-label--active {
    color: #fff
}

.kit-page--pc .kit-footer--white .kit-footer__language .kit-select__btn-arrow {
    background: url(/assets/res/kit/v2.6.5/assets/select-arrow-white.ea27ca1d.webp) no-repeat 50% 50%
}

.kit-page--pc .kit-footer--white .kit-footer__language .kit-select__options {
    background: hsla(0, 0%, 100%, .2);
    border-color: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--pc .kit-footer--white .kit-footer__language .kit-select__option--selected {
    color: #fff
}

.kit-page--mobile .kit-footer--fixed {
    position: fixed;
    z-index: 10;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    transition: opacity .3s ease
}

.kit-page--mobile .kit-footer--fixed.kit-footer--hide-transition {
    opacity: 0
}

.kit-page--mobile .kit-footer--fixed.kit-footer--hide {
    z-index: 1
}

.kit-page--mobile .kit-footer--fixed .kit-footer__download-link {
    display: inline-block;
    vertical-align: middle
}

.kit-page--mobile .kit-footer--fixed .kit-footer__language {
    height: 32px;
    margin: 0 2px;
    vertical-align: middle;
    width: 150px;
    font-size: 12px
}

.kit-page--mobile .kit-footer--fixed .kit-footer__language .kit-select__btn {
    border-radius: 4px
}

.kit-page--mobile .kit-footer--fixed .kit-footer__language .kit-select__btn-label {
    padding: 0 0 0 15px
}

.kit-page--mobile .kit-footer--fixed .kit-footer__language .kit-select__btn-arrow {
    width: 12px;
    margin: 0 10px
}

.kit-page--mobile .kit-footer--fixed .kit-footer__language .kit-select__btn-arrow:before {
    display: none
}

.kit-page--mobile .kit-footer--fixed .kit-footer__language .kit-select__options {
    min-width: 150px;
    top: auto;
    bottom: 36px;
    border-radius: 4px;
    padding: 10px 0
}

.kit-page--mobile .kit-footer--basic {
    position: relative;
    background: #191919;
    border-top: 1px solid #2b2b2b;
    padding: 30px 0 60px 0;
    z-index: 2
}

.kit-page--mobile .kit-footer--basic .kit-footer__language {
    height: 44px;
    margin: 0 2px 30px 2px;
    vertical-align: middle;
    width: 150px;
    font-size: 12px
}

.kit-page--mobile .kit-footer--basic .kit-footer__language .kit-select__btn {
    border-radius: 5px
}

.kit-page--mobile .kit-footer--basic .kit-footer__language .kit-select__btn-label {
    padding: 0 0 0 15px
}

.kit-page--mobile .kit-footer--basic .kit-footer__language .kit-select__btn-arrow {
    width: 12px;
    margin: 0 10px
}

.kit-page--mobile .kit-footer--basic .kit-footer__language .kit-select__btn-arrow:before {
    display: none
}

.kit-page--mobile .kit-footer--basic .kit-footer__language .kit-select__options {
    min-width: 150px;
    top: auto;
    bottom: 48px;
    border-radius: 5px;
    padding: 10px 0
}

.kit-page--mobile .kit-footer {
    text-align: center;
    font-size: 0;
    direction: ltr;
    white-space: nowrap
}

.kit-page--mobile .kit-footer__download-item {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 172px 32px;
    margin: 0 2px;
    vertical-align: middle
}

.kit-page--mobile .kit-footer__download-item--android {
    background-position: 0 0
}

.kit-page--mobile .kit-footer__download-item--ios {
    background-position: -35px 0
}

.kit-page--mobile .kit-footer__download-item--macintosh {
    background-position: -35px 0
}

.kit-page--mobile .kit-footer__download-item--galaxystore {
    background-position: -140px 0
}

.kit-page--mobile .kit-footer__download-item--purple {
    background-position: -105px 0
}

.kit-page--mobile .kit-footer__download-item--onestore {
    background-position: -243px 0
}

.kit-page--mobile .kit-footer__language {
    display: inline-block;
    vertical-align: middle
}

.kit-page--mobile .kit-footer__language .kit-select__option {
    padding: 10px 15px
}

.kit-page--mobile .kit-footer__language .kit-select__option--selected:before {
    content: "";
    background: url(/assets/res/kit/v2.6.5/assets/select-selected.fe2202e5.webp) no-repeat 50% 50%;
    background-size: cover;
    width: 10px;
    height: 7px;
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: 2px
}

.kit-page--mobile .kit-footer__language .kit-select__option:hover {
    background: none;
    text-decoration: underline
}

.kit-page--mobile .kit-footer__language--ar {
    direction: rtl;
    text-align: right
}

.kit-page--mobile .kit-footer__language--ar .kit-select__title-arrow {
    float: left
}

.kit-page--mobile .kit-footer__language--ar .kit-select__btn-label {
    padding: 0 15px 0 0
}

.kit-page--mobile .kit-footer__language--ar .kit-select__option--selected:before {
    margin: 0 0 0 4px
}

.kit-page--mobile .kit-footer--black .kit-footer__language .kit-select__btn {
    border: 1px rgba(163, 163, 163, .55) solid;
    background: rgba(25, 25, 25, .55);
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--mobile .kit-footer--black .kit-footer__language .kit-select__btn-label--active {
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--mobile .kit-footer--black .kit-footer__language .kit-select__btn-arrow {
    background: url(/assets/res/kit/v2.6.5/assets/select-arrow-black.9f7b91ac.webp) no-repeat 50% 50%;
    background-size: 9px 11px
}

.kit-page--mobile .kit-footer--black .kit-footer__language .kit-select__options {
    background: rgba(25, 25, 25, .9);
    border-color: rgba(163, 163, 163, .55);
    color: hsla(0, 0%, 100%, .3)
}

.kit-page--mobile .kit-footer--black .kit-footer__language .kit-select__option--selected {
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--mobile .kit-footer--white .kit-footer__language .kit-select__btn {
    border: 1px hsla(0, 0%, 100%, .2) solid;
    background: hsla(0, 0%, 100%, .2);
    color: #fff
}

.kit-page--mobile .kit-footer--white .kit-footer__language .kit-select__btn-label--active {
    color: #fff
}

.kit-page--mobile .kit-footer--white .kit-footer__language .kit-select__btn-arrow {
    background: url(/assets/res/kit/v2.6.5/assets/select-arrow-white.76ed3ff4.webp) no-repeat 50% 50%;
    background-size: 9px 11px
}

.kit-page--mobile .kit-footer--white .kit-footer__language .kit-select__options {
    background: hsla(0, 0%, 100%, .2);
    border-color: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .6)
}

.kit-page--mobile .kit-footer--white .kit-footer__language .kit-select__option--selected {
    color: #fff
}

.kit-header {
    text-align: left;
    text-indent: 0;
    white-space: nowrap;
    font-size: 0;
    z-index: 10;
    direction: ltr;
    position: absolute;
    display: inline-flex;
    align-items: flex-start
}

.kit-header--pc {
    top: 87px;
    right: 15px
}

.kit-header--mobile {
    top: 66px;
    right: 6px
}

.kit-header--no-cnb {
    top: 16px
}

.kit-header--fixed {
    position: fixed
}

.kit-share {
    position: relative;
    margin: 0 3px;
    display: inline-block;
    width: 40px;
    height: 40px
}

.kit-share--mobile {
    width: 31px;
    height: 31px
}

.kit-share__toggle {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    transition: all .5s ease;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.kit-share__toggle--open {
    opacity: 1;
    z-index: 11
}

.kit-share__toggle--close {
    opacity: 0;
    z-index: 10
}

.kit-share__toggle--open-black {
    background-image: url(/assets/res/kit/v2.6.5/assets/open-black.51e43f7b.webp)
}

.kit-share__toggle--open-white {
    background-image: url(/assets/res/kit/v2.6.5/assets/open-white.6aecef03.webp)
}

.kit-share__toggle--close-black {
    background-image: url(/assets/res/kit/v2.6.5/assets/close-black.4a2e2605.webp)
}

.kit-share__toggle--close-white {
    background-image: url(/assets/res/kit/v2.6.5/assets/close-white.0186b9db.webp)
}

.kit-share__item {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all .4s ease-out
}

.kit-share__item--facebook {
    background-image: url(/assets/res/kit/v2.6.5/assets/facebook.dcc6d9a2.webp)
}

.kit-share__item--twitter {
    background-image: url(/assets/res/kit/v2.6.5/assets/twitter.b9c94b0e.webp)
}

.kit-share__item--url {
    background-image: url(/assets/res/kit/v2.6.5/assets/url.5db0cb73.webp)
}

.kit-share--active .kit-share__toggle--open {
    opacity: 0;
    z-index: 10;
    right: 6px;
    transform: rotate(-225deg)
}

.kit-share--active .kit-share__toggle--close {
    opacity: 1;
    z-index: 11;
    right: 6px;
    transform: rotate(-225deg)
}

.kit-share--active .kit-share__item {
    opacity: 1
}

.kit-share--active .kit-share__item--facebook {
    right: 150px
}

.kit-share--active .kit-share__item--twitter {
    right: 105px
}

.kit-share--active .kit-share__item--url {
    right: 60px
}

.kit-share__toggle--mobile {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 31px;
    width: 31px;
    height: 31px;
    text-indent: -999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 0;
    outline: 0;
    cursor: pointer
}

.kit-share-layer {
    position: relative;
    z-index: 1
}

.kit-share-layer__item {
    width: 35px;
    height: 35px;
    text-indent: -999px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 3px;
    overflow: hidden;
    outline: 0;
    border: 0
}

.kit-share-layer__item--facebook {
    background-image: url(/assets/res/kit/v2.6.5/assets/facebook.dcc6d9a2.webp)
}

.kit-share-layer__item--twitter {
    background-image: url(/assets/res/kit/v2.6.5/assets/twitter.b9c94b0e.webp)
}

.kit-share-layer__item--url {
    background-image: url(/assets/res/kit/v2.6.5/assets/url.5db0cb73.webp)
}

.kit-landscape-message {
    color: #fff;
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    font-family: sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0;
    white-space: nowrap
}

.kit-landscape-message--active {
    opacity: 1;
    z-index: 999999999;
    background: #000
}

.kit-landscape-message--active .kit-landscape-message__icon {
    transform: rotate(0);
    transition: transform .5s ease;
    transition-delay: .5s
}

.kit-landscape-message__contents {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.kit-landscape-message__icon {
    content: "";
    width: 102px;
    display: block;
    height: 90px;
    background: url(/assets/res/kit/v2.6.5/assets/icon-landscape.444ef4f4.webp) no-repeat;
    background-size: cover;
    margin: 0 auto 35px auto;
    transform: rotate(-90deg)
}

.kit-bi-button {
    position: absolute;
    overflow: hidden;
    text-indent: -999px;
    background-size: cover
}

.kit-bi-button--pc {
    top: 87px;
    left: 26px
}

.kit-bi-button--no-cnb {
    top: 16px
}

.kit-bi-button--mobile {
    top: 58px;
    left: 10px
}

.kit-bi-button--mobile.kit-bi-button--no-cnb {
    top: 8px
}

.kit-bi-button--fixed {
    position: fixed
}

.kit-top-button {
    text-align: left;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-top.d30ef9e5.webp);
    display: block;
    opacity: 0;
    z-index: 9100005
}

.kit-top-button--fade {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.kit-home-button {
    display: inline-flex;
    margin: 0 3px;
    font-size: 0;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    line-height: 1;
    letter-spacing: -0.5px;
    text-indent: -9999px;
    overflow: hidden;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7);
    white-space: nowrap;
    align-items: center
}

.kit-home-button:before {
    content: "";
    display: inline-block;
    background: url(/assets/res/kit/v2.6.5/assets/icon-home.cdc79485.webp) no-repeat 50% 50%;
    background-size: cover;
    width: 16px;
    height: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.kit-home-button--use-text {
    text-indent: 0 !important;
    font-size: 12px
}

.kit-home-button--use-text:before {
    margin-right: 6px;
    position: static;
    transform: none
}

.kit-home-button--use-text:after {
    display: inline-block;
    content: "";
    background: url(/assets/res/kit/v2.6.5/assets/icon-arrow.9638f893.webp) no-repeat 0 0;
    background-size: cover;
    width: 6px;
    height: 10px;
    line-height: 1;
    margin-left: 8px
}

.kit-home-button--pc {
    min-width: 40px;
    height: 40px
}

.kit-home-button--mobile {
    min-width: 31px;
    height: 31px
}

.kit-home-button--mobile:before {
    width: 14px;
    height: 13px
}

.kit-home-button--black {
    background: rgba(25, 25, 25, .4);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-home-button--white {
    background: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-no-more-button {
    display: inline-flex;
    margin: 0 3px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    line-height: 1;
    letter-spacing: -0.5px
}

.kit-no-more-button:after {
    display: inline-block;
    content: "";
    background: url(/assets/res/kit/v2.6.5/assets/icon-close.be91a0f1.webp) no-repeat 0 0;
    background-size: cover;
    width: 9px;
    height: 9px;
    line-height: 1;
    margin-left: 8px
}

.kit-no-more-button--mobile {
    height: 31px;
    font-size: 10px;
    padding: 0 8px
}

.kit-no-more-button--mobile:after {
    margin-left: 5px
}

.kit-no-more-button--black {
    background: rgba(25, 25, 25, .4);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-no-more-button--white {
    background: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-event-list-button {
    display: inline-flex;
    margin: 0 3px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    line-height: 1;
    letter-spacing: -0.5px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

.kit-event-list-button:after {
    display: inline-block;
    content: "";
    background: url(/assets/res/kit/v2.6.5/assets/icon-arrow.9638f893.webp) no-repeat 0 0;
    background-size: cover;
    width: 6px;
    height: 10px;
    line-height: 1;
    margin-left: 8px
}

.kit-event-list-button--mobile {
    height: 31px;
    font-size: 10px;
    padding: 0 8px
}

.kit-event-list-button--mobile:after {
    margin-left: 5px
}

.kit-event-list-button--black {
    background: rgba(25, 25, 25, .4);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-event-list-button--white {
    background: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-latest-update-button {
    display: inline-flex;
    margin: 0 3px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    line-height: 1;
    letter-spacing: -0.5px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

.kit-latest-update-button:after {
    display: inline-block;
    content: "";
    background: url(/assets/res/kit/v2.6.5/assets/icon-arrow.9638f893.webp) no-repeat 0 0;
    background-size: cover;
    width: 6px;
    height: 10px;
    line-height: 1;
    margin-left: 8px
}

.kit-latest-update-button--mobile {
    height: 31px;
    font-size: 10px;
    padding: 0 8px
}

.kit-latest-update-button--mobile:after {
    margin-left: 5px
}

.kit-latest-update-button--black {
    background: rgba(25, 25, 25, .4);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-latest-update-button--white {
    background: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.kit-select {
    display: inline-block;
    position: relative;
    width: 230px;
    height: 40px;
    font-size: 16px;
    color: #000;
    text-align: left;
    z-index: 0
}

.kit-select--active {
    z-index: 1
}

.kit-select__btn {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #666;
    background-color: #fff;
    font-size: inherit;
    text-align: inherit;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
    outline: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.kit-select__btn--disabled {
    color: #ababab;
    background-color: #f7f7f7;
    cursor: not-allowed
}

.kit-select__btn-label {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-left: 20px;
    display: inline-block
}

.kit-select__btn-arrow {
    float: right;
    position: relative;
    width: 20px;
    height: 100%;
    margin: 0 4px
}

.kit-select__btn-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid currentColor;
    transition: .3s transform;
    content: ""
}

.kit-select__btn-arrow--disabled {
    color: #ababab
}

.kit-select__btn-arrow--active:before {
    transform: rotate(-180deg)
}

.kit-select__options {
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    min-width: 230px;
    box-sizing: border-box;
    top: 40px;
    left: 0;
    border: 1px solid #ababab;
    background-color: #fff;
    cursor: pointer
}

.kit-select__options--active {
    display: block
}

.kit-select__option {
    padding: 15px 20px;
    white-space: nowrap;
    line-height: 1;
    outline: 0;
    text-decoration: none;
    color: currentColor;
    text-align: initial;
    list-style: none
}

.kit-select__option:hover {
    background-color: #e5f6fd
}

.kit-select__option--disabled {
    color: #adacac;
    cursor: not-allowed
}

.kit-select__option--disabled:hover {
    background-color: rgba(0, 0, 0, 0)
}

.kit-sequence {
    display: inline-block;
    font-size: 0;
    transition: opacity .3s ease
}

.kit-sequence--cloak {
    transition: opacity .3s ease;
    opacity: 0
}

.kit-sequence-360 {
    display: inline-block;
    font-size: 0;
    cursor: grab
}

.kit-tab {
    position: relative;
    display: inline-block;
    opacity: 0
}

.kit-tab--ready {
    opacity: 1
}

.kit-tab__contents {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.kit-tab__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 0
}

.kit-tab__content--active {
    z-index: 1;
    transform: translateZ(0);
    display: block
}

.kit-tab__content--fade {
    opacity: 0;
    transition: opacity var(--fadeDuration) ease;
    z-index: 3
}

.kit-tab__content--prev {
    transform: translateX(-100%) translateZ(0);
    z-index: 1;
    display: block
}

.kit-tab__content--next {
    z-index: 1;
    transform: translateX(100%) translateZ(0);
    display: block
}

.kit-tab__content--to-prev {
    z-index: 2;
    transform: translateX(-100%) translateZ(0);
    display: block
}

.kit-tab__content--to-next {
    z-index: 2;
    transform: translateX(100%) translateZ(0);
    display: block
}

.kit-tab__scroll-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.kit-tab__link {
    overflow: hidden;
    text-indent: -9999px
}

.kit-tab__button {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 28px;
    z-index: 10;
    transform: translateY(-50%) translateZ(0);
    cursor: pointer;
    overflow: hidden;
    text-indent: -99em;
    outline: 0;
    border: 0;
    opacity: .5;
    transition: opacity .3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0
}

.kit-tab__button:hover {
    opacity: 1;
    transition: opacity .3s ease
}

.kit-tab__button--prev {
    left: 34px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-prev.929fb6e4.webp) 50% 0 no-repeat
}

.kit-tab__button--next {
    right: 34px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-next.baf62ce7.webp) 50% 0 no-repeat
}

.kit-tab__link-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    white-space: nowrap
}

.kit-tab__link {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    cursor: pointer;
    outline: 0;
    border-radius: 4px;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-tab__link--active {
    width: 40px;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.kit-video {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    width: 1280px;
    height: 720px;
    max-width: 100%;
    max-height: 100%
}

.kit-video__screen {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    opacity: 0
}

.kit-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 100%;
    display: block
}

.kit-video__poster--hide {
    display: none
}

.kit-video__spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 2;
    width: 64px;
    height: 64px;
    border: 6px solid #909090;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s cubic-bezier(0.65, 0.04, 0, 1) infinite;
    box-sizing: border-box
}

.kit-video__spinner--show {
    display: block
}

.kit-video__controls {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    top: 0;
    left: 0;
    text-indent: 0 !important;
    user-select: none
}

.kit-video__controls-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-video__controls-button {
    border: 0;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-video__controls-time {
    color: #fff;
    font-size: 12px;
    font-family: arial, serif;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    height: 27px;
    line-height: 27px
}

.kit-video__controls-bottom {
    position: absolute;
    right: 10px;
    bottom: 1px;
    z-index: 3
}

.kit-video__controls-mute-on {
    bottom: 20px;
    right: 32px;
    width: 27px;
    height: 27px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.kit-video__controls-mute-off {
    bottom: 20px;
    right: 32px;
    width: 27px;
    height: 27px;
    fill: #fff;
    display: none;
    vertical-align: middle
}

.kit-video__controls-fullscreen-on {
    display: inline-block;
    bottom: 20px;
    right: 5px;
    width: 27px;
    height: 27px;
    fill: #fff;
    vertical-align: middle
}

.kit-video__controls-fullscreen-off {
    display: none;
    bottom: 20px;
    right: 5px;
    width: 27px;
    height: 27px;
    fill: #fff;
    vertical-align: middle
}

.kit-video__controls-play {
    width: 64px;
    height: 64px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    text-indent: -500px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-play.976049d9.webp) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    position: absolute
}

.kit-video__controls-pause {
    width: 64px;
    height: 64px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    text-indent: -500px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-pause.bed65bd2.webp) no-repeat 50% 50%;
    background-size: cover;
    display: none;
    position: absolute
}

.kit-video__controls-progress {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 120px;
    z-index: 2;
    height: 27px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-video__controls-progress--no-fullscreen {
    right: 90px
}

.kit-video__controls-progress:after {
    content: "";
    display: block;
    background: hsla(0, 0%, 100%, .2);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.kit-video__controls-progress-bar {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transform-origin: left center;
    transform: scaleX(0);
    background: #fff
}

.kit-video__controls-progress-time {
    position: absolute;
    top: -15px;
    padding: 5px;
    border-radius: 5px;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 12px;
    display: none
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.kit-video--fullscreen .kit-video__controls-fullscreen-off {
    display: inline-block
}

.kit-video--fullscreen .kit-video__controls-fullscreen-on {
    display: none
}

.kit-video--fullscreen .kit-video__screen {
    object-fit: contain
}

.kit-video--ready .kit-video__screen {
    opacity: 1
}

.kit-video--ready .kit-video__controls {
    opacity: 1
}

.kit-video--mute .kit-video__controls-mute-off {
    display: inline-block
}

.kit-video--mute .kit-video__controls-mute-on {
    display: none
}

.kit-video--play .kit-video__controls-play {
    display: none
}

.kit-video--play .kit-video__controls-pause {
    display: block
}

.kit-video--play .kit-video__controls {
    opacity: 0
}

.kit-video--show-controls .kit-video__controls {
    opacity: 1;
    height: 100%;
    transition-property: opacity, height;
    transition-duration: .2s, 0s;
    transition-delay: 0s, 0s
}

.kit-video--waiting .kit-video__spinner {
    display: block
}

.kit-video--waiting .kit-video__controls {
    opacity: 1
}

.kit-video--ended .kit-video__controls {
    opacity: 1;
    transition: none
}

.kit-youtube {
    opacity: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    width: 1280px;
    height: 720px;
    max-width: 100%;
    max-height: 100%
}

.kit-youtube__screen-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    overflow: hidden;
    object-fit: cover
}

.kit-youtube__screen {
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.kit-youtube__time {
    position: absolute;
    bottom: 7px;
    right: 65px;
    color: #fff;
    font-size: 12px;
    font-family: arial, serif;
    z-index: 1
}

.kit-youtube__poster {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-size: 100% !important;
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
    object-fit: cover;
    transform: translateZ(0) translateX(-50%) translateY(-50%)
}

.kit-youtube__poster--hide {
    opacity: 0
}

.kit-youtube__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0)
}

.kit-youtube__controls {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    top: 0;
    left: 0;
    text-indent: 0 !important;
    user-select: none
}

.kit-youtube__controls-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-youtube__controls-button {
    border: 0;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-youtube__controls-time {
    color: #fff;
    font-size: 12px;
    font-family: arial, serif;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    height: 27px;
    line-height: 27px
}

.kit-youtube__controls-bottom {
    position: absolute;
    right: 10px;
    bottom: 1px;
    z-index: 3
}

.kit-youtube__controls-mute-on {
    bottom: 20px;
    right: 32px;
    width: 27px;
    height: 27px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.kit-youtube__controls-mute-off {
    bottom: 20px;
    right: 32px;
    width: 27px;
    height: 27px;
    fill: #fff;
    display: none;
    vertical-align: middle
}

.kit-youtube__controls-fullscreen-on {
    display: inline-block;
    bottom: 20px;
    right: 5px;
    width: 27px;
    height: 27px;
    fill: #fff;
    vertical-align: middle
}

.kit-youtube__controls-fullscreen-off {
    display: none;
    bottom: 20px;
    right: 5px;
    width: 27px;
    height: 27px;
    fill: #fff;
    vertical-align: middle
}

.kit-youtube__controls-play {
    width: 64px;
    height: 64px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    text-indent: -500px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-play.ad64940e.webp) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    position: absolute
}

.kit-youtube__controls-pause {
    width: 64px;
    height: 64px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    text-indent: -500px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-pause.d24ada6d.webp) no-repeat 50% 50%;
    background-size: cover;
    display: none;
    position: absolute
}

.kit-youtube__controls-progress {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 120px;
    z-index: 2;
    height: 27px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-youtube__controls-progress--no-fullscreen {
    right: 90px
}

.kit-youtube__controls-progress:after {
    content: "";
    display: block;
    background: hsla(0, 0%, 100%, .2);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.kit-youtube__controls-progress-bar {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transform-origin: left center;
    transform: scaleX(0);
    background: #fff
}

.kit-youtube__controls-progress-time {
    position: absolute;
    top: -15px;
    padding: 5px;
    border-radius: 5px;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 12px;
    display: none
}

.kit-youtube--show-buttons-bottom {
    opacity: 0
}

.kit-youtube--show-buttons-progress {
    opacity: 0
}

.kit-youtube__spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 2;
    width: 64px;
    height: 64px;
    border: 6px solid #909090;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s cubic-bezier(0.65, 0.04, 0, 1) infinite;
    box-sizing: border-box
}

.kit-youtube__spinner--show {
    display: block
}

.kit-youtube__link {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px
}

.kit-youtube__link svg {
    fill: #fff
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.kit-youtube--youtube-ui .kit-youtube__screen {
    height: 100%
}

.kit-youtube__controls-play--youtube-ui {
    text-indent: 0;
    background: none
}

.kit-youtube--fullscreen {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    transform: none !important;
    z-index: 9999999999;
    max-height: 100% !important
}

.kit-youtube--fullscreen .kit-youtube__controls-fullscreen-off {
    display: inline-block
}

.kit-youtube--fullscreen .kit-youtube__controls-fullscreen-on {
    display: none
}

.kit-youtube--fullscreen .kit-youtube__screen-wrap {
    width: 100% !important;
    height: 100% !important
}

.kit-youtube--ready {
    opacity: 1
}

.kit-youtube--ready .kit-youtube__screen {
    opacity: 1
}

.kit-youtube--ready .kit-youtube__controls {
    opacity: 1
}

.kit-youtube--ready .kit-youtube__screen-wrap {
    display: block
}

.kit-youtube--mute .kit-youtube__controls-mute-off {
    display: inline-block
}

.kit-youtube--mute .kit-youtube__controls-mute-on {
    display: none
}

.kit-youtube--play .kit-youtube__controls-play {
    display: none
}

.kit-youtube--play .kit-youtube__controls-pause {
    display: block
}

.kit-youtube--play .kit-youtube__controls {
    opacity: 0
}

.kit-youtube--show-controls .kit-youtube__controls {
    opacity: 1;
    transition-property: opacity;
    transition-duration: .2s
}

.kit-youtube--waiting .kit-youtube__spinner {
    display: block
}

.kit-youtube--waiting .kit-youtube__controls {
    opacity: 1
}

.kit-youtube--ended .kit-youtube__controls {
    opacity: 1 !important;
    transition: none !important
}

.kit-youtube--ended .kit-youtube__controls-poster {
    transition: none !important
}

.kit-youtube-shorts {
    width: 319px;
    height: 568px
}

.kit-youtube-shorts .kit-youtube__controls {
    height: 0
}

.kit-youtube-shorts .kit-youtube__controls-time {
    display: none
}

.kit-youtube-shorts .kit-youtube__controls-progress {
    right: 10px;
    height: 15px
}

.kit-youtube-shorts .kit-youtube__controls-progress-bar {
    background: #fff
}

.kit-youtube-shorts .kit-youtube__screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.kit-youtube-shorts .kit-youtube__controls-button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 70px
}

.kit-youtube-shorts.kit-youtube--ready .kit-youtube__controls-play {
    background: none
}

.kit-youtube-shorts.kit-youtube--ready .kit-youtube__controls-pause {
    background: none
}

.kit-youtube-shorts.kit-youtube--ended .kit-youtube__controls-play {
    width: 25px;
    height: 25px;
    top: 90px;
    left: 30px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-play-shorts.711d3404.svg) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    z-index: 3
}

.kit-youtube-shorts.kit-youtube--ended .kit-youtube__controls-pause {
    width: 40px;
    height: 40px;
    top: 90px;
    left: 58px;
    background: none;
    background-size: cover;
    display: block;
    z-index: 2
}

.kit-youtube--show-buttons .kit-youtube__spinner--show {
    display: none
}

.kit-youtube--show-buttons .kit-youtube__controls-progress {
    display: none
}

.kit-youtube--show-buttons .kit-youtube__controls-bottom {
    display: none
}

.kit-slide {
    position: relative;
    display: inline-block;
    width: 1000px;
    height: 562px
}

.kit-slide img {
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none
}

.kit-slide__area {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    position: relative
}

.kit-slide__scroll {
    height: 100%;
    transform: translateZ(0)
}

.kit-slide__item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    transform: translateX(0) translateZ(0);
    backface-visibility: hidden
}

.kit-slide__item--active {
    z-index: 3;
    opacity: 1
}

.kit-slide__item--active img {
    pointer-events: none
}

.kit-slide__item--prev {
    transform: translateX(-100%) translateZ(0);
    opacity: 1
}

.kit-slide__item--next {
    transform: translateX(100%) translateZ(0);
    opacity: 1
}

.kit-slide__item--to-prev {
    transform: translateX(-100%) translateZ(0);
    opacity: 1
}

.kit-slide__item--to-next {
    transform: translateX(100%) translateZ(0);
    opacity: 1
}

.kit-slide--vertical .kit-slide__item--prev {
    transform: translateY(-100%)
}

.kit-slide--vertical .kit-slide__item--next {
    transform: translateY(100%)
}

.kit-slide--vertical .kit-slide__item--to-prev {
    transform: translateY(-100%)
}

.kit-slide--vertical .kit-slide__item--to-next {
    transform: translateY(100%)
}

.kit-slide__button {
    position: absolute;
    top: 50%;
    width: var(--arrowImageWidth);
    height: var(--arrowImageHeight);
    background: var(--arrowImage);
    z-index: 10;
    transform: translateY(-50%) translateZ(0);
    overflow: hidden;
    text-indent: -99em;
    outline: 0;
    border: 0;
    opacity: .5;
    transition: opacity .3s ease
}

.kit-slide__button:hover {
    opacity: 1;
    transition: opacity .3s ease
}

.kit-slide__button--prev {
    transform: translateY(-50%) translateZ(0) rotate(180deg)
}

.kit-slide__button--next {
    transform: translateY(-50%) translateZ(0) rotate(0deg)
}

.kit-slide__button--more {
    top: 100%;
    transform: translateX(-50%)
}

.kit-slide__button--default {
    width: 16px;
    height: 28px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-next.baf62ce7.webp) no-repeat 50% 50%
}

.kit-slide__pagination {
    width: 100%;
    position: absolute;
    bottom: var(--bulletOffsetY);
    text-align: center;
    font-size: 0
}

.kit-slide__pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    cursor: pointer;
    outline: 0;
    background-color: var(--bulletColor);
    border-radius: 4px;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.kit-slide__pagination-bullet--active {
    width: 40px;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.kit-slide__pagination-bullet-custom {
    width: var(--bulletImageWidth);
    height: var(--bulletImageHeight);
    background: var(--bulletImage)
}

.kit-slide__pagination-bullet-custom.kit-slide__pagination-bullet--active {
    width: var(--bulletImageWidth);
    transition: opacity .6s;
    background-position-y: 100%
}

.kit-layer {
    position: fixed;
    z-index: 10000002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

.kit-layer:before {
    content: "";
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    opacity: .9
}

.kit-layer--open {
    position: fixed !important;
    width: 100%
}

.kit-layer--active {
    opacity: 1;
    transition-delay: .1s
}

.kit-layer__contents-wrap {
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    font-size: 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
    outline: 0
}

.kit-layer__contents-wrap--active {
    overflow: auto
}

.kit-layer__contents-wrap:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.kit-layer__contents {
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
    padding: 60px 10px 40px;
    position: relative
}

.kit-layer__contents img {
    max-width: 100%
}

.kit-layer__contents .kit-layer__slide {
    opacity: 1;
    max-width: 100%
}

.kit-layer__dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: .9;
    transform: translateZ(0)
}

.kit-layer__close {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: block;
    z-index: 10;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    position: fixed;
    right: 30px;
    top: 20px
}

.kit-layer__close:before {
    content: "";
    margin: -1px 0 0 -20px;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: rotate(45deg);
    transition: false
}

.kit-layer__close:after {
    content: "";
    margin: -1px 0 0 -20px;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: rotate(-45deg);
    transition: false
}

.kit-layer__contents--image {
    font-size: 0
}

.kit-layer--mobile .kit-layer__close {
    width: 30px;
    height: 30px;
    top: auto;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%)
}

.kit-layer--mobile .kit-layer__close:before {
    margin: -1px 0 0 -15px;
    width: 30px
}

.kit-layer--mobile .kit-layer__close:after {
    margin: -1px 0 0 -15px;
    width: 30px
}

.kit-layer--mobile .kit-layer__contents {
    padding: 10px 10px 100px 10px
}

.kit-layer--mobile:before {
    top: auto;
    bottom: 0;
    height: 130px;
    background: linear-gradient(360deg, black, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0))
}

.kit-layer--mobile .kit-video,
.kit-layer--mobile .kit-youtube {
    width: 320px;
    height: 180px
}

.kit-dynamic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.kit-dynamic-bg__unit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.kit-dynamic-bg__unit .kit-video__screen {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.kit-dynamic-bg__unit--active {
    z-index: 1;
    opacity: 1;
    transition: opacity .6s ease
}

.kit-layer--viewer {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-layer--viewer:before {
    display: none
}

.kit-layer--viewer .kit-layer__contents-wrap:before {
    display: none
}

.kit-layer--viewer .kit-layer__contents {
    width: 100%;
    height: 100%;
    padding: 0
}

.kit-layer--viewer .kit-layer__close {
    top: 12px;
    right: 12px;
    left: auto;
    transform: none
}

.kit-layer--viewer .kit-layer__close:before {
    width: 30px;
    margin: -1px 0 0 -15px;
    height: 1px
}

.kit-layer--viewer .kit-layer__close:after {
    width: 30px;
    margin: -1px 0 0 -15px;
    height: 1px
}

.kit-layer--viewer .kit-tab__contents {
    padding: 90px 90px 45px 90px;
    box-sizing: border-box;
    z-index: 0
}

.kit-layer--viewer .kit-tab__contents:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.kit-layer--viewer .kit-tab__button {
    content: "";
    position: absolute;
    height: 59px;
    width: 38px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-arrow-b.09d30c84.webp) 0 0 no-repeat
}

.kit-layer--viewer .kit-tab__button--prev {
    left: 40px;
    background-position: 0 -59px
}

.kit-layer--viewer .kit-tab__button--next {
    right: 40px;
    background-position: 0 0
}

.kit-layer--viewer .kit-tab__link-list {
    display: none
}

.kit-viewer {
    width: 100%;
    height: 100%
}

.kit-viewer:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 60px;
    width: 100%;
    z-index: 1
}

.kit-viewer__image-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 160px;
    z-index: 0
}

.kit-viewer__image-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block
}

.kit-viewer__thumbnail-area {
    position: absolute;
    bottom: 0;
    height: 160px;
    background: #000;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%
}

.kit-viewer__thumbnail {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-left: 10px
}

.kit-viewer__thumbnail:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 2px solid #fff;
    opacity: 0;
    transition: opacity .5s ease
}

.kit-viewer__thumbnail--active:after {
    opacity: 1
}

.kit-viewer__thumbnail-scroll-wrap {
    overflow: hidden;
    max-width: 910px;
    height: 80px;
    margin: 0 auto
}

.kit-viewer__thumbnail-scroll {
    display: inline-block;
    white-space: nowrap;
    height: 80px;
    transition: transform .5s ease
}

.kit-viewer__thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.kit-viewer__counter {
    position: absolute;
    top: 23px;
    left: 13px;
    font-size: 14px;
    padding: 0;
    color: #fff;
    z-index: 2;
    opacity: .6
}

.kit-viewer__alt {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    z-index: 2;
    opacity: .6
}

.kit-viewer__btn-download {
    position: absolute;
    bottom: 200px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-download.5b490538.webp) 0 -50px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1000
}

.kit-viewer__btn-thumbnail {
    position: absolute;
    border: 0;
    outline: 0;
    overflow: hidden;
    text-indent: -999px;
    background: #000;
    left: 50%;
    top: 50%;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.kit-viewer__btn-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: "";
    width: 8px;
    height: 14px;
    background: url(/assets/res/kit/v2.6.5/assets/btn-arrow-s.25f4b61a.webp) 0 0 no-repeat
}

.kit-viewer__btn-thumbnail--prev {
    transform: translateY(-50%) translateX(-495px)
}

.kit-viewer__btn-thumbnail--prev:before {
    background-position: 0 0
}

.kit-viewer__btn-thumbnail--next {
    transform: translateY(-50%) translateX(460px)
}

.kit-viewer__btn-thumbnail--next:before {
    background-position: 0 -14px
}

@media screen and (max-width: 1000px) {
    .kit-viewer__thumbnail-scroll-wrap {
        max-width: 730px
    }

    .kit-viewer__btn-thumbnail--prev {
        transform: translateY(-50%) translateX(-400px)
    }

    .kit-viewer__btn-thumbnail--next {
        transform: translateY(-50%) translateX(366px)
    }
}

@media screen and (max-width: 810px) {
    .kit-viewer__thumbnail-scroll-wrap {
        max-width: 550px
    }

    .kit-viewer__btn-thumbnail--prev {
        transform: translateY(-50%) translateX(-310px)
    }

    .kit-viewer__btn-thumbnail--next {
        transform: translateY(-50%) translateX(274px)
    }
}

@media screen and (max-width: 640px) {
    .kit-layer--viewer .kit-tab__contents {
        padding: 0
    }

    .kit-layer--viewer .kit-tab__button--prev {
        left: 6px
    }

    .kit-layer--viewer .kit-tab__button--next {
        right: 6px
    }

    .kit-viewer__image-area {
        height: calc(100% - 100px)
    }

    .kit-viewer__thumbnail-area {
        height: 100px;
        padding: 20px 10px
    }

    .kit-viewer__thumbnail {
        width: 60px;
        height: 60px;
        margin-left: 5px
    }

    .kit-viewer__thumbnail:first-child {
        margin-left: 0
    }

    .kit-viewer__btn-download {
        bottom: 110px;
        right: 15px
    }

    .kit-viewer__alt {
        top: 23px;
        font-size: 15px
    }

    .kit-viewer__thumbnail-scroll-wrap {
        height: 60px;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .kit-viewer__thumbnail-scroll {
        height: 60px;
        transform: none !important
    }

    .kit-viewer__btn-thumbnail {
        display: none
    }
}

.kit-comment {
    padding: 30px 0;
    background-color: #fff
}

.kit-comment__body {
    max-width: 1100px;
    margin: 0 auto
}

.kit-comment .comment-contents {
    line-height: 1.5
}

.kit-comment .comment-contents img {
    display: block;
    max-width: 200px;
    max-height: 110px
}

.kit-transition {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9999;
    transition: opacity .3s
}

.kit-transition canvas {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kit-transition .kit-video__spinner {
    display: none
}

[lang=zh] .kit-preorder {
    font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important
}

.preorder-common__error {
    font-weight: bold !important
}

.kit-preorder [data-device=pc] {
    height: 100%
}

.kit-preorder [data-device=pc] .preorder__second-layer {
    justify-content: center !important;
    padding: 40px 16px 40px 16px !important
}

.kit-preorder [data-device=pc] .preorder-input-form__title {
    font-size: 25px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important
}

.kit-preorder [data-device=pc] .preorder__preorder-btn--wrapper {
    width: 100% !important;
    max-width: 360px !important;
    padding: 0 !important
}

.kit-preorder [data-device=pc] .agree-button__checkbox-label {
    opacity: .83
}

.kit-preorder [data-device=pc] .preorder-common__certification-time {
    color: #fec57e !important
}

.kit-preorder [data-device=pc] .preorder-input-form.preorder__fade-in-out {
    width: 100%;
    height: auto !important
}

.kit-preorder [data-device=pc] .birth-input__title {
    text-align: left
}

.kit-preorder [data-device=pc] svg {
    display: none
}

.kit-preorder [data-device=pc] .banner-coupon__btn {
    opacity: 0
}

.kit-preorder [data-device=mobile] {
    height: 100%
}

.kit-preorder [data-device=mobile] .preorder__second-layer {
    justify-content: center !important;
    padding: 40px 16px 40px 16px !important
}

.kit-preorder [data-device=mobile] .preorder-input-form__title {
    font-size: 25px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important
}

.kit-preorder [data-device=mobile] .preorder__preorder-btn--wrapper {
    width: 100% !important;
    max-width: 360px !important;
    padding: 0 16px 0 16px
}

.kit-preorder [data-device=mobile] .agree-button__checkbox-label {
    opacity: .83
}

.kit-preorder [data-device=mobile] .preorder-common__certification-time {
    color: #fec57e !important
}

.kit-preorder [data-device=mobile] .preorder-input-form.preorder__fade-in-out {
    width: auto;
    height: auto !important
}

.kit-preorder [data-device=mobile] .banner-coupon__btn {
    opacity: 0
}

.kit-preorder [data-device=mobile] .birth-input__title {
    text-align: left
}

.kit-preorder [data-device=mobile] svg {
    display: none
}

#previewEditor .modal .modal__background {
    z-index: 9999999999 !important
}

.modal .modal__background {
    z-index: 9999999999 !important
}

@media(max-height: 800px) {
    .modal .modal__wrapper {
        min-height: 568px !important
    }
}

.kit-webm {
    display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 1
}

.kit-page-menu {
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: 51px
}

.kit-page-menu ul {
    height: 100%;
    display: block;
    font-family: Noto Sans CJK KR, serif
}

.kit-page-menu__title {
    position: absolute;
    margin-top: -50px;
    margin-left: 0
}

.kit-page-menu__bar {
    display: block;
    position: absolute;
    z-index: 2
}

.kit-page-menu__ul--moving .kit-page-menu__link:after {
    background: none;
    background-position-y: 100%;
    transform: none;
    opacity: 0
}

.kit-page-menu__active {
    position: absolute;
    left: 0;
    background-position-y: 100%;
    opacity: 1;
    transition: top .5s ease;
    margin-top: 4px;
    z-index: 4
}

.kit-page-menu__item {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.kit-page-menu__item__link {
    display: inline-block
}

.kit-page-menu__item--group {
    list-style-type: none
}

.kit-page-menu__item--group-item .kit-page-menu__link {
    display: inline-block;
    padding-left: 40px;
    line-height: 30px
}

.kit-page-menu__item--group-item .kit-page-menu__link:before,
.kit-page-menu__item--group-item .kit-page-menu__link:after {
    content: "";
    top: 2px;
    left: 15px;
    width: var(--prefixOnOffImageGroupWidth);
    height: var(--prefixOnOffImageGroupHeight);
    background: none
}

.kit-page-menu__link {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 14px;
    line-height: 50px;
    color: #d8d8d8;
    transition: transform .6s, opacity .6s;
    text-decoration: none;
    z-index: 99
}

.kit-page-menu__link-badge {
    display: inline-block
}

.kit-page-menu__link:before,
.kit-page-menu__link:after {
    content: "";
    position: absolute;
    top: 8px;
    left: var(--prefixOnOffImagePaddingLeft);
    width: var(--prefixOnOffImageWidth);
    height: var(--prefixOnOffImageHeight);
    display: block;
    transition: .6s;
    z-index: 3
}

.kit-page-menu__link:before {
    background: var(--prefixOnOffImage) no-repeat 0 0;
    opacity: 1
}

.kit-page-menu__link:after {
    background: var(--prefixOnOffImage) no-repeat 0 0;
    background-position-y: 100%;
    transform: var(--prefixOnOffImageTransform);
    opacity: 0
}

.kit-page-menu__link--active,
.kit-page-menu__link:hover {
    background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    -webkit-background-clip: text;
     background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.kit-page-menu__link--active:after {
    transform: translateX(0);
    opacity: 1
}

.kit-page-menu__link--active:before {
    opacity: 0
}

.kit-page-menu__button {
    position: absolute;
    bottom: 0;
    left: 0;
    border: none
}

.exclude-ingame {
    display: none !important
}

.kit-layer--intro {
    background: #000;
    transition: none;
    z-index: 10000030;
    will-change: opacity;
    transform: translateZ(0)
}

.kit-layer--intro:before {
    display: none
}

.kit-layer--intro .kit-layer__contents {
    width: 100%;
    height: 100%;
    padding: 0
}

.kit-layer--intro .kit-layer__contents-wrap--active {
    overflow: hidden
}

.kit-layer--intro .kit-video {
    width: 100%;
    height: 100%
}

.kit-layer--intro .kit-youtube {
    width: 100%;
    height: 100%
}

.kit-layer--intro .kit-youtube__controls-button--pause,
.kit-layer--intro .kit-youtube__controls-button--play {
    display: none
}

.kit-layer--intro .kit-video__controls-button--pause,
.kit-layer--intro .kit-video__controls-button--play {
    display: none
}

.kit-layer--intro .kit-layer__close {
    width: 116px;
    height: 71px;
    background: url(/assets/res/kit/v2.6.5/assets/skip.51b5b1e1.webp) 50% 50% no-repeat;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate3d(-50%, 30vh, 0)
}

.kit-layer--intro .kit-layer__close:before,
.kit-layer--intro .kit-layer__close:after {
    display: none
}

.kit-layer--intro-layer {
    background: #000;
    transition: none;
    z-index: 10000003
}

.kit-layer--intro-layer:before {
    display: none
}

.kit-layer--intro-layer .kit-layer__contents {
    width: 100%;
    height: 100%;
    padding: 0
}

.kit-layer--intro-layer .kit-layer__contents-wrap--active {
    overflow: hidden
}

.kit-layer--intro-layer .kit-video {
    width: 100%;
    height: 100%
}

.kit-layer--intro-layer .kit-youtube {
    width: 100%;
    height: 100%
}

.kit-layer--intro-layer .kit-youtube__controls-pause,
.kit-layer--intro-layer .kit-youtube__controls-play {
    display: none
}

.kit-layer--intro-layer .kit-video__screen {
    top: auto;
    bottom: 0
}

.kit-layer--intro-layer .kit-video__controls-pause,
.kit-layer--intro-layer .kit-video__controls-play {
    display: none
}

.kit-layer--intro-layer .kit-video__controls-mute-off:before {
    background: url(/assets/res/kit/v2.6.5/assets/sound-on.659b7a52.webp) 50% 50% no-repeat;
    content: "";
    display: block;
    width: 89px;
    height: 40px;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    bottom: 26px;
    left: -36px
}

.kit-layer--intro-layer .kit-youtube__controls-mute-off:before {
    background: url(/assets/res/kit/v2.6.5/assets/sound-on.659b7a52.webp) 50% 50% no-repeat;
    content: "";
    display: block;
    width: 89px;
    height: 40px;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    bottom: 26px;
    left: -36px
}

#nc-cnb {
    top: 0
}

.kit-page-extra-dim {
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.kit-page__extra-page {
    opacity: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto
}

.kit-page__extra-page--fade-out {
    opacity: 0 !important;
    transition-duration: .6s;
    transition-timing-function: ease
}

.kit-page__extra-page--active {
    opacity: 1;
    transition: transform, opacity;
    transition-duration: .6s;
    transition-timing-function: ease;
    z-index: 9200005
}

.kit-page--extra-active .kit-page__section-back {
    position: fixed;
    top: 15px;
    left: -100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99em;
    outline: 0;
    border: 0;
    opacity: 0;
    transition: opacity .6s ease;
    background: url(/assets/res/kit/v2.6.5/assets/btn-prev.929fb6e4.webp) 50% 50% no-repeat;
    z-index: -1
}

.kit-page--extra-active .kit-page-extra-dim {
    z-index: 9200004;
    opacity: 1;
    transition: opacity .4s ease
}

.kit-page--extra-active .section-footer {
    opacity: 0;
    bottom: -100px;
    transition: all .6s ease
}

.kit-page--extra-active .kit-header-button {
    opacity: 0;
    top: -100px;
    transition: all .6s ease
}

.kit-page--extra-active .kit-page-menu {
    opacity: 0;
    left: -200px;
    transition: all .6s ease
}

.kit-page--extra-active .kit-page__section-back {
    opacity: 1;
    left: 10px;
    transition: opacity .6s ease;
    transition-delay: .3s;
    z-index: 9200005
}

.kit-page--extra-active #nc-cnb {
    opacity: 0;
    top: -100px;
    transition: all .6s ease
}

.kit-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9100004;
    pointer-events: none
}

.kit-title__alpha {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%)
}

.kit-title__fade {
    transition: .3s;
    opacity: 0
}

.kit-title__fade--active {
    opacity: 1;
    transition: opacity 1s ease
}

.kit-title__vertical {
    transition: transform .8s ease
}

.kit-title__vertical--prev {
    z-index: 1;
    transform: translateY(-100%)
}

.kit-title__vertical--active {
    z-index: 9100004;
    transform: translateY(0)
}

.kit-title__vertical-parallax--prev {
    z-index: 1;
    transform: translateY(-100%)
}

.kit-title__vertical-parallax--to-next {
    z-index: 5;
    transform: translateY(-100%)
}

.kit-remote {
    z-index: 9200000;
    font-family: sans-serif;
    min-width: 200px;
    top: 140px;
    position: fixed;
    background: #141414 url(/assets/res/kit/v2.6.5/assets/remote-bg.543f86b0.webp) no-repeat 50% 0;
    border: 1px solid rgba(0, 0, 0, .9);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    right: 0;
    transform: translateX(100%) translateZ(0);
    display: none;
    transition: transform .5s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.kit-remote a,
.kit-remote button {
    display: block;
    text-decoration: none;
    letter-spacing: -1px
}

.kit-remote li {
    list-style: none
}

.kit-remote__hash--active {
    color: #ddb382 !important
}

.kit-remote a:hover,
.kit-remote button:hover {
    color: #ddb382
}

.kit-remote--active {
    transform: translateX(0) translateZ(0);
    transition: transform .5s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.kit-remote--mobile-basic {
    top: 0;
    bottom: 0;
    display: block !important;
    opacity: 1 !important
}

.kit-remote--mobile-basic a:hover,
.kit-remote--mobile-basic button:hover {
    color: #6f6b5f
}

.kit-remote--mobile-swipe {
    top: 0;
    bottom: 0
}

.kit-remote__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 35px 40px;
    box-sizing: border-box;
    z-index: 3
}

.kit-remote__scroll>a,
.kit-remote__scroll button {
    line-height: 1.2;
    font-size: 25px;
    font-weight: bold;
    color: #ddb382
}

.kit-remote__toggle {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 72px;
    position: absolute;
    top: 10px;
    left: -40px;
    background: url(/assets/res/kit/v2.6.5/assets/remote-arrow.2e10174e.webp) no-repeat 0 0;
    background-size: cover;
    z-index: 1;
    border: 0;
    outline: 0
}

.kit-remote__toggle--active {
    left: -12px;
    background-position: -40px 0
}

.kit-remote__toggle--mobile-basic {
    top: 70px;
    -webkit-overflow-scrolling: touch
}

.kit-remote__toggle--mobile-swipe {
    top: auto;
    bottom: 70px;
    -webkit-overflow-scrolling: touch
}

.kit-remote__link>ul>li,
.kit-remote__link>ol>li {
    list-style: none;
    user-select: none;
    margin-top: 20px
}

.kit-remote__link>ul>li:first-child,
.kit-remote__link>ol>li:first-child {
    margin-top: 30px
}

.kit-remote__link>ul>li a,
.kit-remote__link>ul>li button,
.kit-remote__link>ol>li a,
.kit-remote__link>ol>li button {
    height: 27px;
    line-height: 27px;
    color: #6f6b5f;
    font-size: 14px;
    transition: .4s ease
}

.kit-remote__link>ul>li>a,
.kit-remote__link>ul>li button,
.kit-remote__link>ol>li>a,
.kit-remote__link>ol>li button {
    font-size: 16px;
    font-weight: bold
}

.kit-remote__out-link {
    margin-top: 30px;
    padding-top: 30px;
    position: relative
}

.kit-remote__out-link:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .1)
}

.kit-remote__out-link button {
    outline: 0;
    background: none;
    border: 0
}

.kit-remote__out-link-item {
    font-size: 12px !important;
    position: relative;
    padding: 0 0 0 24px;
    margin-top: 23px;
    list-style: none
}

.kit-remote__out-link-item:first-child {
    margin-top: 0
}

.kit-remote__out-link-item:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(/assets/res/kit/v2.6.5/assets/remote-etc-bg.51e02134.webp);
    background-repeat: no-repeat
}

.kit-remote__out-link-item--home:before {
    background-position: -16px 0
}

.kit-remote__out-link-item--nShop:before {
    background-position: -32px 0
}

.kit-remote__out-link-item--coupon:before {
    background-position: -48px 0
}

.kit-remote__out-link-item--etc:before {
    background-position: 0 0
}

.kit-remote__out-link-item>a,
.kit-remote__out-link-item button {
    display: inline-block;
    line-height: 16px;
    color: #6f6b5f;
    font-size: 12px;
    letter-spacing: -1px;
    text-decoration: none;
    transition: .4s ease
}

.kit-remote__out-link-item-ar {
    padding: 0 24px 0 0
}

.kit-remote__out-link-item-ar:before {
    left: auto;
    right: 0
}

.kit-remote__start-link:hover {
    color: #ddb382 !important
}

.kit-remote-dimmed {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh
}

.kit-remote-dimmed--active {
    display: block;
    z-index: 9100005
}

.kit-remote--mobile-basic .kit-remote__scroll {
    padding: 35px 30px
}

.kit-remote__toggle--mobile-basic {
    top: auto !important;
    bottom: 20px
}

.kit-page--mobile .kit-remote__out-link-item:before {
    top: -1px
}

.kit-page--mobile .kit-remote__toggle--has-top {
    top: auto !important;
    bottom: 70px !important
}

.kit-page--macintosh .kit-remote__out-link-item:before {
    top: -2px
}

.ncc-dimmed .kit-remote {
    z-index: 9100000
}

.kit-page--basic {
    position: relative
}

.kit-page--basic.kit-page--pc {
    min-width: 1100px
}

.kit-page--basic.kit-page--mobile {
    overflow-x: hidden;
    min-width: auto
}

.kit-page--fullpage-vertical,
.kit-page--fullpage-fade {
    width: 100%;
    height: 100%
}

.kit-page--fullpage-vertical .kit-copyright,
.kit-page--fullpage-fade .kit-copyright {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    width: 100%
}

.kit-page__bg--player .kit-video__poster {
    background-size: cover !important
}

.kit-page__bg--player .kit-video__spinner {
    display: none !important
}

.kit-page--fullpage-fade.kit-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.kit-page--fullpage-fade .kit-page__context {
    width: 100%;
    height: 100%
}

.kit-page--fullpage-fade .kit-page__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.kit-page--fullpage-fade .kit-page__bg--image {
    background-size: cover;
    background-position: 50% 50%
}

.kit-page--fullpage-fade .kit-page__section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateZ(0);
    z-index: 1;
    opacity: 0
}

.kit-page--fullpage-fade .kit-page__section--active {
    z-index: 2;
    opacity: 1
}

.kit-page--fullpage-fade .kit-page__section--fade {
    z-index: 3;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease
}

.kit-page--fullpage-fade .kit-page__bg--player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    background: none
}

.kit-page--fullpage-fade .kit-page__bg--player-in {
    z-index: 1
}

.kit-page--fullpage-fade .kit-page__bg--player-out {
    z-index: 2
}

.kit-page--fullpage-fade .kit-page__bg--player-active {
    z-index: 4
}

.kit-page--fullpage-fade .kit-page__sub-section {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateZ(0);
    z-index: 1;
    opacity: 0
}

.kit-page--fullpage-fade .kit-page__sub-section--active {
    opacity: 1;
    z-index: 2
}

.kit-page--fullpage-fade .kit-page__sub-section--fade {
    transition: opacity .4s ease;
    opacity: 1;
    z-index: 3
}

.kit-page--fullpage-fade .kit-page__sub-menu {
    position: absolute;
    z-index: 9
}

.kit-page--fullpage-fade .kit-page__sub-menu-link {
    color: #000
}

.kit-page--fullpage-fade .kit-page__sub-menu-link--active {
    color: #fff
}

.kit-page--fullpage-fade .kit-remote {
    display: block !important
}

.kit-page--fullpage-fade .kit-fullpage-menu {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 25px;
    transform: translateY(-50%)
}

.kit-page--fullpage-fade .kit-fullpage-menu__item {
    padding: 0;
    list-style: none;
    margin: 0
}

.kit-page--fullpage-fade .kit-fullpage-menu__link {
    text-decoration: none
}

.kit-page--fullpage-fade html,
.kit-page--fullpage-fade body {
    width: 100%;
    height: 100%
}

.kit-page--fullpage-vertical.kit-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: #7c7c86
}

.kit-page--fullpage-vertical a {
    text-decoration: none
}

.kit-page--fullpage-vertical a,
.kit-page--fullpage-vertical button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.kit-page--fullpage-vertical img {
    user-select: none
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--prev {
    z-index: 2;
    transform: translate3d(0, -100%, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--next {
    z-index: 2;
    transform: translate3d(0, 100%, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--to-prev {
    z-index: 3;
    transform: translate3d(0, 0, 0);
    transition: transform .8s
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--to-next {
    z-index: 3;
    transform: translate3d(0, 0, 0);
    transition: transform .8s
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--active {
    z-index: 4;
    transform: translate3d(0, 0, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--active.kit-page__section--to-next {
    transform: translate3d(0, -100%, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--pc .kit-page__section--active.kit-page__section--to-prev {
    transform: translate3d(0, 100%, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--prev {
    z-index: 2;
    transform: translate3d(0, -100%, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--next {
    z-index: 2;
    transform: translate3d(0, 100%, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--to-prev {
    z-index: 3;
    transform: translate3d(0, 0, 0) !important;
    transition: transform .5s cubic-bezier(0.39, 0.58, 0.57, 1)
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--to-next {
    z-index: 3;
    transform: translate3d(0, 0, 0) !important;
    transition: transform .5s cubic-bezier(0.39, 0.58, 0.57, 1)
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--active {
    z-index: 4;
    transform: translate3d(0, 0, 0)
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--active.kit-page__section--to-next {
    transform: translate3d(0, -100%, 0) !important
}

.kit-page--fullpage-vertical-basic.kit-page--mobile .kit-page__section--active.kit-page__section--to-prev {
    transform: translate3d(0, 100%, 0) !important
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--prev {
    z-index: 2;
    transform: translate3d(0, -50%, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--next {
    z-index: 2;
    transform: translate3d(0, 50%, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--to-prev {
    z-index: 3;
    transform: translate3d(0, 0, 0);
    transition: transform .8s
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--to-next {
    z-index: 3;
    transform: translate3d(0, 0, 0);
    transition: transform .8s
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--active {
    z-index: 4;
    transform: translate3d(0, 0, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--active.kit-page__section--to-next {
    transform: translate3d(0, -100%, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--pc .kit-page__section--active.kit-page__section--to-prev {
    transform: translate3d(0, 100%, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--prev {
    z-index: 2;
    transform: translate3d(0, -50%, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--next {
    z-index: 2;
    transform: translate3d(0, 50%, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--to-prev {
    z-index: 3;
    transform: translate3d(0, 0, 0) !important;
    transition: transform .6s cubic-bezier(0.1, 0.3, 0.4, 1)
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--to-next {
    z-index: 3;
    transform: translate3d(0, 0, 0) !important;
    transition: transform .6s cubic-bezier(0.1, 0.3, 0.4, 1)
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--active {
    z-index: 4;
    transform: translate3d(0, 0, 0)
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--active.kit-page__section--to-next {
    transform: translate3d(0, -100%, 0) !important
}

.kit-page--fullpage-vertical-parallax.kit-page--mobile .kit-page__section--active.kit-page__section--to-prev {
    transform: translate3d(0, 100%, 0) !important
}

.kit-page--fullpage-vertical .kit-page__context {
    width: 100%;
    height: 100%
}

.kit-page--fullpage-vertical .kit-page__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.kit-page--fullpage-vertical .kit-page__bg--image {
    background-size: cover;
    background-position: 50% 50%
}

.kit-page--fullpage-vertical .kit-page__section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1
}

.kit-page--fullpage-vertical .kit-page__sub-section {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateZ(0);
    z-index: 1;
    opacity: 0
}

.kit-page--fullpage-vertical .kit-page__sub-section--active {
    opacity: 1;
    z-index: 2
}

.kit-page--fullpage-vertical .kit-page__sub-section--fade {
    transition: opacity .4s ease;
    opacity: 1;
    z-index: 3
}

.kit-page--fullpage-vertical .kit-page__sub-menu {
    position: absolute;
    z-index: 9
}