/*@charset "UTF-8";*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*! jQuery UI - v1.12.1 - 2019-04-08
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, button.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    max-height: 200px;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

html {
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 100%
}

hr {
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none
}

em,
address {
    font-style: normal
}

b,
strong {
    letter-spacing: .005em
}

figure,
form {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top
}

label {
    cursor: pointer
}

button,
[type=reset],
[type=submit] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle
}

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0
}

textarea {
    vertical-align: top;
    resize: vertical
}

table {
    width: 100%;
    empty-cells: show
}

td {
    vertical-align: middle
}

input,
textarea,
select,
button {
    font-family: 'Kia', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

p:first-child {
    margin-top: 0
}

p:only-child {
    margin-bottom: 0
}

a {
    text-decoration: none;
    color: inherit
}

[role=button] {
    cursor: pointer
}

picture {
    display: block
}

img {
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

svg,
video {
    width: 100%;
    height: auto;
    vertical-align: top
}

iframe {
    max-width: 100%
}

.uc-video-toolbar {
    display: none !important;
    pointer-events: none
}

.a11y {
    position: absolute !important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px)
}

.flexible-obj {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.flexible-obj iframe,
.flexible-obj object,
.flexible-obj video,
.flexible-obj embed,
.flexible-obj>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flexible-obj video {
    -o-object-fit: cover;
    object-fit: cover
}

.flexible-obj iframe {
    border: 0
}

.bunch {
    white-space: nowrap
}

.theme-dark {
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    color: #fff
}

.center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.center-lg {
    text-align: left
}

@media only screen and (min-width:1024px) {
    .center-lg {
        text-align: center
    }
}

.right {
    text-align: right
}

.clear {
    clear: both
}

.is-full-w {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.is-full-h {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

@media only screen and (max-width:1023px) {
    .for-large {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .br-in-large {
        white-space: nowrap
    }
}

@font-face {
    font-family: 'icon';
    src: url('https://www.kia.com/etc/designs/kia-global/showroom-new/resources/font/icon.woff2') format('woff2'), url('https://www.kia.com/etc/designs/kia-global/showroom-new/resources/font/icon.woff') format('woff'), url('https://www.kia.com/etc/designs/kia-global/showroom-new/resources/font/icon.svg#icon') format('svg')
}

.icon-all-wheel-drive:before {
    content: '\E001'
}

.icon-arrow-next:before {
    content: '\E002'
}

.icon-arrow-prev:before {
    content: '\E003'
}

.icon-badge:before {
    content: '\E004'
}

.icon-blank-link:before {
    content: '\E005'
}

.icon-brochure:before {
    content: '\E006'
}

.icon-calculator-linear-large:before {
    content: '\E007'
}

.icon-calculator-linear:before {
    content: '\E008'
}

.icon-calculator-solid:before {
    content: '\E009'
}

.icon-chat-bot:before {
    content: '\E00A'
}

.icon-chat:before {
    content: '\E00B'
}

.icon-check:before {
    content: '\E00C'
}

.icon-checkbox-checked:before {
    content: '\E00D'
}

.icon-checkbox-unchecked:before {
    content: '\E00E'
}

.icon-close:before {
    content: '\E00F'
}

.icon-college:before {
    content: '\E010'
}

.icon-consult:before {
    content: '\E011'
}

.icon-daytime:before {
    content: '\E012'
}

.icon-docs:before {
    content: '\E013'
}

.icon-down:before {
    content: '\E014'
}

.icon-email-linear:before {
    content: '\E015'
}

.icon-email-solid:before {
    content: '\E016'
}

.icon-facebook:before {
    content: '\E017'
}

.icon-filter:before {
    content: '\E018'
}

.icon-finance:before {
    content: '\E019'
}

.icon-flag:before {
    content: '\E01A'
}

.icon-gift:before {
    content: '\E01B'
}

.icon-handle:before {
    content: '\E01C'
}

.icon-heart:before {
    content: '\E01D'
}

.icon-indoor:before {
    content: '\E01E'
}

.icon-information:before {
    content: '\E01F'
}

.icon-instagram:before {
    content: '\E020'
}

.icon-leaf:before {
    content: '\E021'
}

.icon-lightning:before {
    content: '\E022'
}

.icon-location:before {
    content: '\E023'
}

.icon-map:before {
    content: '\E024'
}

.icon-menu:before {
    content: '\E025'
}

.icon-next:before {
    content: '\E026'
}

.icon-night:before {
    content: '\E027'
}

.icon-pause:before {
    content: '\E028'
}

.icon-pinterest:before {
    content: '\E029'
}

.icon-play:before {
    content: '\E02A'
}

.icon-plus:before {
    content: '\E02B'
}

.icon-pointer:before {
    content: '\E02C'
}

.icon-prev:before {
    content: '\E02D'
}

.icon-print-linear:before {
    content: '\E02E'
}

.icon-print-solid:before {
    content: '\E02F'
}

.icon-quotation:before {
    content: '\E030'
}

.icon-radio-checked:before {
    content: '\E031'
}

.icon-radio-unchecked:before {
    content: '\E032'
}

.icon-rain:before {
    content: '\E033'
}

.icon-refresh:before {
    content: '\E034'
}

.icon-rotation:before {
    content: '\E035'
}

.icon-schedule:before {
    content: '\E036'
}

.icon-search:before {
    content: '\E037'
}

.icon-seat:before {
    content: '\E038'
}

.icon-slide:before {
    content: '\E039'
}

.icon-snow:before {
    content: '\E03A'
}

.icon-sound-loud:before {
    content: '\E03B'
}

.icon-sound-quiet:before {
    content: '\E03C'
}

.icon-star-linear:before {
    content: '\E03D'
}

.icon-star-solid:before {
    content: '\E03E'
}

.icon-tag:before {
    content: '\E03F'
}

.icon-tel:before {
    content: '\E040'
}

.icon-time:before {
    content: '\E041'
}

.icon-tool:before {
    content: '\E042'
}

.icon-twitter:before {
    content: '\E043'
}

.icon-up:before {
    content: '\E044'
}

.icon-vehicle-linear:before {
    content: '\E045'
}

.icon-vehicle-solid:before {
    content: '\E046'
}

.icon-youtube:before {
    content: '\E047'
}

.color--black {
    color: #000
}

.color--white {
    color: #fff;
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.1)
}

.color--kia-red {
    color: #bb162b
}

.color--charcoal {
    color: #1f1f1f
}

.color--med-gray {
    color: #666
}

.color--gray {
    color: #999
}

.color--light {
    color: #eff1f2
}

.color--black-accent {
    color: rgba(0, 0, 0, 0.2)
}

.color--white-text {
    color: rgba(255, 255, 255, 0.6)
}

.color--green {
    color: #00884d
}

.color--aqua {
    color: #01a59a
}

.color--sky {
    color: #5892af
}

.color--gold {
    color: #f59000
}

.color--error {
    color: #e6001d
}

.bg--black {
    background-color: #000;
    color: #fff
}

.bg--charcoal {
    background-color: #1f1f1f;
    color: #fff
}

.bg--med-gray {
    background-color: #666;
    color: #fff
}

.bg--light {
    background-color: #eff1f2
}

.bg--white {
    background-color: #fff
}

.bg--black-bg {
    background-color: rgba(0, 0, 0, 0.05)
}

.bg--white-bg {
    background-color: rgba(255, 255, 255, 0.05)
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4.50581395%;
    margin-right: -4.50581395%
}

.row.has-no-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.row.has-no-gutter [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row.stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.col-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.pad-col {
    width: 100%
}

[class*=col-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4.50581395%;
    padding-right: 4.50581395%
}

[class*=col-md],
[class*=col-lg] {
    width: 100%
}

.col-sm-1 {
    width: 25%
}

.col-sm-2 {
    width: 50%
}

.col-sm-3 {
    width: 75%
}

.col-sm-4 {
    width: 100%
}

@media only screen and (max-width:1023px) {
    .row--sm-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (min-width:768px) {
    .row {
        margin-left: -2.27272727%;
        margin-right: -2.27272727%
    }
    [class*=col-] {
        padding-left: 2.27272727%;
        padding-right: 2.27272727%
    }
    .col-md-1 {
        width: 25%
    }
    .col-md-2 {
        width: 50%
    }
    .col-md-3 {
        width: 75%
    }
    .col-md-4 {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .row {
        margin-left: -1.47058824%;
        margin-right: -1.47058824%
    }
    .row--lg-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .row--lg-reverse .col-lg-pull-1 {
        margin-right: 0;
        margin-left: 8.33333333%
    }
    .row--lg-reverse .col-lg-pull-2 {
        margin-right: 0;
        margin-left: 16.66666667%
    }
    .row--lg-reverse .col-lg-push-1,
    .row--lg-reverse .col-lg-push-2,
    .row--lg-reverse .col-lg-push-3,
    .row--lg-reverse .col-lg-push-4,
    .row--lg-reverse .col-lg-push-5,
    .row--lg-reverse .col-lg-push-6,
    .row--lg-reverse .col-lg-push-7,
    .row--lg-reverse .col-lg-push-8,
    .row--lg-reverse .col-lg-push-9 {
        margin-left: 0
    }
    .row--lg-reverse .col-lg-push-1 {
        margin-right: 8.33333333%
    }
    .row--lg-reverse .col-lg-push-2 {
        margin-right: 16.66666667%
    }
    .row--lg-reverse .col-lg-push-3 {
        margin-right: 25%
    }
    .row--lg-reverse .col-lg-push-4 {
        margin-right: 33.33333333%
    }
    .row--lg-reverse .col-lg-push-5 {
        margin-right: 41.66666667%
    }
    .row--lg-reverse .col-lg-push-6 {
        margin-right: 50%
    }
    .row--lg-reverse .col-lg-push-7 {
        margin-right: 58.33333333%
    }
    .row--lg-reverse .col-lg-push-8 {
        margin-right: 66.66666667%
    }
    .row--lg-reverse .col-lg-push-9 {
        margin-right: 75%
    }
    [class*=col-] {
        padding-left: 1.47058824%;
        padding-right: 1.47058824%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-1 {
        margin-right: 8.33333333%
    }
    .col-lg-pull-2 {
        margin-right: 16.66666667%
    }
    .col-lg-push-1 {
        margin-left: 8.33333333%
    }
    .col-lg-push-2 {
        margin-left: 16.66666667%
    }
    .col-lg-push-3 {
        margin-left: 25%
    }
    .col-lg-push-4 {
        margin-left: 33.33333333%
    }
    .col-lg-push-5 {
        margin-left: 41.66666667%
    }
    .col-lg-push-6 {
        margin-left: 50%
    }
    .col-lg-push-7 {
        margin-left: 58.33333333%
    }
    .col-lg-push-8 {
        margin-left: 66.66666667%
    }
    .col-lg-push-9 {
        margin-left: 75%
    }
}

@media only screen and (min-width:1440px) {
    .row {
        margin-left: -1.49456522%;
        margin-right: -1.49456522%
    }
    [class*=col-] {
        padding-left: 1.49456522%;
        padding-right: 1.49456522%
    }
}

hr {
    background-color: rgba(0, 0, 0, 0.2)
}

.sub-header {
    padding-top: 60px
}

@media only screen and (min-width:1024px) {
    .sub-header {
        padding-top: 90px
    }
    .show-lnb~.wrapper .sub-header {
        padding-top: 150px
    }
}

@media only screen and (min-width:1440px) {
    .sub-header {
        padding-top: 120px
    }
    .show-lnb~.wrapper .sub-header {
        padding-top: 180px
    }
}

.sub-grid {
    position: relative
}

.sub-grid .sub-header {
    position: relative;
    z-index: 2;
    background-color: #eff1f2;
    padding-bottom: 60px
}

.sub-grid .sub-body {
    padding-top: 60px;
    padding-bottom: 80px
}

.sub-grid.bg--white .sub-header {
    background-color: #fff
}

@media only screen and (min-width:1024px) {
    .sub-grid:before {
        content: '';
        position: absolute;
        top: 0;
        right: 57.5%;
        bottom: 0;
        width: 50%;
        background-color: #eff1f2
    }
    .sub-grid.bg--white:before {
        display: none
    }
    .sub-grid .sub-header {
        padding-top: 90px
    }
    .sub-grid .sub-header:before {
        display: none
    }
    .sub-grid .sub-body {
        padding-top: 100px;
        padding-bottom: 120px
    }
    .show-lnb~.wrapper .sub-grid .sub-header {
        padding-top: 160px
    }
    .show-lnb~.wrapper .sub-grid .sub-body {
        padding-top: 180px
    }
}

@media only screen and (min-width:1440px) {
    .sub-grid .sub-header {
        padding-top: 130px
    }
    .sub-grid .sub-body {
        padding-top: 140px;
        padding-bottom: 140px
    }
    .show-lnb~.wrapper .sub-grid .sub-header {
        padding-top: 195px
    }
    .show-lnb~.wrapper .sub-grid .sub-body {
        padding-top: 200px
    }
}

body .pd-sm {
    padding-top: 10px;
    padding-bottom: 10px
}

body .pd-md {
    padding-top: 16px;
    padding-bottom: 16px
}

body .pd-lg {
    padding-top: 30px;
    padding-bottom: 30px
}

body .pd-xl {
    padding-top: 60px;
    padding-bottom: 60px
}

body .pd-xxl {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden
}

body .pt-sm {
    padding-top: 10px
}

body .pt-md {
    padding-top: 16px
}

body .pt-lg {
    padding-top: 30px
}

body .pt-xl {
    padding-top: 60px
}

body .pt-xxl {
    padding-top: 80px
}

body .pb-sm {
    padding-bottom: 10px
}

body .pb-md {
    padding-bottom: 16px
}

body .pb-lg {
    padding-bottom: 30px
}

body .pb-xl {
    padding-bottom: 60px
}

body .pb-xxl {
    padding-bottom: 80px
}

body .mg-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

body .mg-md {
    margin-top: 16px;
    margin-bottom: 16px
}

body .mg-lg {
    margin-top: 30px;
    margin-bottom: 30px
}

body .mg-xl {
    margin-top: 60px;
    margin-bottom: 60px
}

body .mg-xxl {
    margin-top: 80px;
    margin-bottom: 80px
}

body .mt-sm {
    margin-top: 10px
}

body .mt-md {
    margin-top: 16px
}

body .mt-lg {
    margin-top: 30px
}

body .mt-xl {
    margin-top: 60px
}

body .mt-xxl {
    margin-top: 80px
}

body .mb-sm {
    margin-bottom: 10px
}

body .mb-md {
    margin-bottom: 16px
}

body .mb-lg {
    margin-bottom: 30px
}

body .mb-xl {
    margin-bottom: 60px
}

body .mb-xxl {
    margin-bottom: 80px
}

@media only screen and (min-width:1024px) {
    body .pd-md {
        padding-top: 20px;
        padding-bottom: 20px
    }
    body .pd-lg {
        padding-top: 40px;
        padding-bottom: 40px
    }
    body .pd-xl {
        padding-top: 80px;
        padding-bottom: 80px
    }
    body .pd-xxl {
        padding-top: 120px;
        padding-bottom: 120px
    }
    body .pt-md {
        padding-top: 20px
    }
    body .pt-lg {
        padding-top: 40px
    }
    body .pt-xl {
        padding-top: 80px
    }
    body .pt-xxl {
        padding-top: 120px
    }
    body .pb-md {
        padding-bottom: 20px
    }
    body .pb-lg {
        padding-bottom: 40px
    }
    body .pb-xl {
        padding-bottom: 80px
    }
    body .pb-xxl {
        padding-bottom: 120px
    }
    body .mg-md {
        margin-top: 20px;
        margin-bottom: 20px
    }
    body .mg-lg {
        margin-top: 40px;
        margin-bottom: 40px
    }
    body .mg-xl {
        margin-top: 80px;
        margin-bottom: 80px
    }
    body .mg-xxl {
        margin-top: 120px;
        margin-bottom: 120px
    }
    body .mt-md {
        margin-top: 20px
    }
    body .mt-lg {
        margin-top: 40px
    }
    body .mt-xl {
        margin-top: 80px
    }
    body .mt-xxl {
        margin-top: 120px
    }
    body .mb-md {
        margin-bottom: 20px
    }
    body .mb-lg {
        margin-bottom: 40px
    }
    body .mb-xl {
        margin-bottom: 80px
    }
    body .mb-xxl {
        margin-bottom: 120px
    }
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
    font-weight: bold;
    letter-spacing: -0.02em
}

.h1 {
    font-size: 2.5rem;
    line-height: 1
}

.h2,
.h3,
.h4 {
    font-size: 2.25rem;
    line-height: 1.1
}

.h5 {
    font-size: 1.875rem;
    line-height: 1.2
}

.h6,
.h7 {
    font-size: 1.5rem;
    line-height: 1.25
}

.eyebrow,
.eyebrow-lg,
.eyebrow,
.eyebrow-lg {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .15em;
    line-height: 1
}

.eyebrow-lg+.h1,
.eyebrow+.h1,
.eyebrow-lg+.h2,
.eyebrow+.h2,
.eyebrow-lg+.h3,
.eyebrow+.h3,
.eyebrow-lg+.h4,
.eyebrow+.h4 {
    margin-top: .2em
}

.quote-40 {
    font-size: 2.5rem;
    line-height: 1.15
}

.quote-24 {
    font-size: 1.5rem;
    line-height: 1.25
}

.fz-big {
    font-size: 1.75rem
}

.fz-xl {
    font-size: 1.125rem
}

.fz-lg {
    font-size: 1rem
}

.fz-md {
    font-size: .875rem
}

.fz-sm,
.fz-xs {
    font-size: .75rem
}

@media only screen and (min-width:768px) {
    .h1 {
        font-size: 4.375rem
    }
    .h2 {
        font-size: 3.75rem
    }
    .h3 {
        font-size: 3.125rem
    }
    .h4 {
        font-size: 2.5rem
    }
    .h5 {
        font-size: 2.25rem
    }
    .h6 {
        font-size: 1.875rem
    }
    .fz-big {
        font-size: 2.625rem
    }
}

@media only screen and (min-width:1024px) {
    .eyebrow-lg {
        font-size: 1rem
    }
    .fz-xl {
        font-size: 1.3125rem
    }
    .fz-lg {
        font-size: 1.125rem
    }
    .fz-md {
        font-size: 1rem
    }
    .fz-sm {
        font-size: .875rem
    }
}

@media only screen and (min-width:1440px) {
    .h1 {
        font-size: 5.625rem
    }
    .h2 {
        font-size: 4.375rem
    }
    .h3 {
        font-size: 3.75rem
    }
    .h4 {
        font-size: 3.125rem
    }
    .h5 {
        font-size: 2.5rem
    }
    .h6 {
        font-size: 1.875rem
    }
    .fz-big {
        font-size: 3rem
    }
    .fz-xl {
        font-size: 1.5rem
    }
}

.noti-information {
    position: relative;
    padding-left: 1.5em
}

.noti-information:before {
    content: '\E01F'
}

.noti-information:before {
    position: absolute;
    top: .125em;
    left: -0.15em;
    font-size: 1.4em;
    line-height: 1
}

.dot,
.ul>li:before {
    content: '';
    position: absolute;
    top: .67em;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: .125em solid
}

.counter,
.ol>li:before {
    content: counter(order-list-counter) '.';
    counter-increment: order-list-counter;
    position: absolute;
    top: 0;
    left: 0
}

.ul>li,
.ol>li {
    position: relative;
    padding-left: 2rem
}

.ul li+li,
.ol li+li {
    margin-top: 1.5rem
}

.ul+.ul,
.ul+.ol,
.ol+.ul,
.ol+.ol {
    margin-top: 3rem
}

.ol {
    counter-reset: order-list-counter
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide--inner-scroll {
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (max-width:767px) {
    .swiper-slide {
        opacity: .4
    }
    .swiper-slide-visible,
    .swiper-slide-active {
        opacity: 1
    }
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .125s ease-out;
    transition: background-color .125s ease-out;
    font-size: 1.25rem
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
    background-color: #bb162b
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    visibility: hidden;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -40px;
    right: auto
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
    content: '\E003'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -40px;
    left: auto
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
    content: '\E002'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    background: #000
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-pagination-wrapper {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    z-index: 2
}

.swiper-pagination-bullet {
    position: relative;
    width: 40px;
    height: 30px;
    padding: 0 2px;
    background: transparent;
    border-radius: 0
}

.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 2px;
    right: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2 ease-out;
    transition: border-color .2 ease-out
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px
}

.swiper-pagination-bullet:only-child {
    display: none
}

.swiper-pagination-bullet-active::before {
    border-bottom-color: #000
}

.swiper-pagination.theme-dark .swiper-pagination-bullet::before {
    border-bottom-color: rgba(255, 255, 255, 0.4)
}

.swiper-pagination.theme-dark .swiper-pagination-bullet-active::before {
    border-bottom-color: #fff
}

.thumbs-gallery-content .swiper-slide {
    background-color: #000
}

.bg--black .swiper-slide {
    background-color: #000
}

.bg--charcoal .swiper-slide {
    background-color: #1f1f1f
}

.bg--med-gray .swiper-slide {
    background-color: #666
}

.bg--light .swiper-slide {
    background-color: #eff1f2
}

.bg--white .swiper-slide {
    background-color: #fff
}

.bg--black-bg .swiper-slide {
    background-color: rgba(0, 0, 0, 0.05)
}

.bg--white-bg .swiper-slide {
    background-color: rgba(255, 255, 255, 0.05)
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    position: relative;
    width: 100%;
    height: 100%
}

.noUi-connects {
    z-index: 0
}

.noUi-connects:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    outline: 0
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 34px
}

.noUi-horizontal .noUi-handle {
    left: -17px;
    top: 1px;
    width: 30px;
    height: 30px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-connect {
    top: 50%;
    height: 4px;
    margin-top: -2px;
    background-color: #ea0029
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15)
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    display: none;
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background-color: #999
}

.noUi-marker-sub {
    background-color: #ccc
}

.noUi-marker-normal {
    display: none
}

.noUi-marker-large {
    top: -21px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.noUi-marker-large.highlight {
    background-color: #ea0029
}

.noUi-pips-horizontal {
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 90%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 60px 10%;
    background-color: #fff
}

.modal.modal--video {
    overflow: visible;
    position: relative;
    width: 100vw;
    padding: 0
}

.modal.modal--video .x-close {
    position: absolute;
    top: -40px;
    right: 10px;
    color: #fff
}

.modal.modal--full {
    width: 99.9%
}

.modal.modal--full .x-close {
    color: #000
}

.modal.modal--figure {
    max-width: 420px;
    width: 99.9%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0
}

.modal.modal--figure .x-close {
    top: 10px;
    right: 20px;
    padding: 10px;
    font-size: 1rem;
    color: #000
}

.modal-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.modal-detail-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em
}

.modal-detail-header .cover {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    margin-bottom: 1em
}

.modal-detail+.x-close {
    color: #999
}

@media only screen and (min-width:768px) {
    .modal {
        width: 440px;
        padding: 60px 95px
    }
}

@media only screen and (min-width:1024px) {
    .modal.modal--video {
        width: 800px
    }
    .modal.modal--video .x-close {
        color: #fff;
        top: 0;
        right: -40px
    }
    .modal.modal--figure {
        overflow: hidden;
        max-width: none;
        width: 840px;
        height: 400px
    }
    .modal.modal--figure .x-close {
        color: #1f1f1f;
        top: 10px;
        right: 10px;
        font-size: 24px
    }
    .modal-detail-header {
        margin-bottom: 70px;
        color: #fff
    }
    .modal-detail-header .heading-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 70px;
        text-align: center
    }
    .modal.modal--full {
        overflow: hidden;
        width: 840px;
        padding: 0
    }
    .modal.modal--full+.x-close {
        color: #000
    }
    .modal.modal--full .modal-body {
        padding: 60px 95px
    }
}

@media only screen and (min-width:1440px) {
    .modal.modal--video {
        width: 1080px
    }
    .modal.modal--video .x-close {
        color: #fff;
        top: 0;
        right: -40px
    }
}

.figure-info {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100.1%;
    background-color: #fff
}

.figure-info .fig-desc__dt {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .005em
}

.figure-info .figcaption {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.figure-info .figcaption .modal-header h2.h6 {
    position: absolute;
    top: 15px;
    left: 15px
}

.figure-info .figcaption .modal-body {
    padding: 30px
}

.figure-info .figure-dl {
    padding: 30px 0 40px
}

.figure-info .figure-dl dt {
    margin-bottom: .5em
}

@media only screen and (max-width:1023px) {
    .figure-info {
        padding-top: 60px
    }
    .figure-info .x-close {
        color: #000
    }
    .figure-info .fig-image {
        border-top: 1px solid rgba(0, 0, 0, 0.2)
    }
    .figure-info .fig-cont {
        padding: 20px 8.26666667% 30px
    }
    .figure-info .fig-desc__dt {
        position: absolute;
        top: 20px;
        left: 8.26666667%;
        font-size: .875rem
    }
    .figure-info .fig-desc__dt br {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .figure-info {
        overflow: hidden
    }
    .figure-info .figure-dl {
        padding: 15% 15% 0
    }
    .figure-info .fig-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 400px
    }
    .figure-info .fig-cont {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        padding-left: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .figure-info .fig-desc {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 400px;
        width: 100%;
        padding: 8% 15% 4%
    }
    .figure-info .fig-desc__dt {
        margin-bottom: .5em;
        font-size: 1.875rem
    }
    .figure-info .fig-desc__dd {
        padding-bottom: 1px
    }
    .figure-info .fig-desc__dd .h6 {
        margin: .1em 0 1.5em
    }
}

.basicLightbox {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: .01;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 9999;
    will-change: opacity
}

.basicLightbox .x-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
    font-size: 20px;
    pointer-events: auto
}

@media only screen and (min-width:1024px) {
    .basicLightbox .x-close {
        top: 50px;
        right: 50px;
        font-size: 34px
    }
}

.basicLightbox--visible {
    opacity: 1
}

.basicLightbox__placeholder {
    max-width: 100%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
    will-change: transform
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.basicLightbox__placeholder>[data-basicLightbox] {
    display: block !important
}

.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
    width: 100%;
    height: 100%
}

.basicLightbox--iframe .modal-iframe {
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.basicLightbox--visible .basicLightbox__placeholder {
    -webkit-transform: scale(1);
    transform: scale(1)
}

[data-basicLightbox] {
    display: none !important
}

.fieldset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-inline-size: initial;
    min-width: 0
}

.fieldset-header {
    position: relative;
    border-top: 2px solid #000;
    padding-top: 1em
}

.fieldset-h {
    font-weight: bold;
    letter-spacing: 0
}

.fieldset-h-side {
    position: absolute;
    top: 1.2em;
    right: 0;
    font-size: .875rem
}

.fieldset-body {
    zoom: 1;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1em
}

.fieldset-body:before {
    content: '';
    display: block
}

.fieldset-body:after {
    content: '';
    display: table;
    clear: both
}

.form-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2em
}

@media only screen and (min-width:1440px) {
    .form-item {
        margin-top: 2.5em
    }
}

.form-col-half {
    padding-left: 0;
    padding-right: 0
}

.form-col-3 {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:1024px) {
    .form-item .select--underline {
        margin-top: 7px;
        padding-top: 0
    }
    .form-item .select--underline:hover .select-label {
        top: 0;
        -webkit-transform: translateY(-17px);
        transform: translateY(-17px)
    }
    .form-item .select--underline .select-label {
        top: 12px
    }
    .form-item .select--underline .ui-selectmenu-button {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .form-item .select--underline.is-active .select-label {
        top: 0;
        -webkit-transform: translateY(-17px);
        transform: translateY(-17px)
    }
    .form-col-half {
        width: 50%
    }
    .form-col-half:nth-child(odd) {
        padding-left: 0;
        padding-right: 15px
    }
    .form-col-half:nth-child(even) {
        padding-left: 15px;
        padding-right: 0
    }
    .form-col-3 {
        width: 33.33333333%;
        padding-left: 15px;
        padding-right: 15px
    }
    .form-col-3:nth-child(1) {
        padding-left: 0
    }
    .form-col-3:nth-child(3) {
        padding-right: 0
    }
}

.ui-selectmenu-icon {
    position: absolute;
    float: none;
    top: 50%;
    right: 15px;
    text-indent: 0
}

.ui-selectmenu-icon:after {
    content: '\E014'
}

.ui-selectmenu-icon:after {
    font-size: 20px;
    color: #000;
    line-height: 1
}

.ui-selectmenu-icon.ui-icon {
    float: none;
    margin-top: -9px
}

.ui-selectmenu-button {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 18px 20px 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: transparent;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    word-break: normal;
    font-size: .875rem;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.ui-selectmenu-button.ui-button {
    width: auto
}

.ui-selectmenu-button:hover,
.ui-selectmenu-button:focus {
    border-color: #000
}

.ui-selectmenu-menu .ui-menu {
    margin-top: 10px;
    padding: 30px 40px 30px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    font-size: .875rem
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
    padding: 7px 15px 7px 25px
}

.ui-selectmenu-menu .ui-menu .ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-state-active {
    margin: 0
}

.ui-selectmenu-menu .ui-menu .ui-state-focus:before,
.ui-selectmenu-menu .ui-menu .ui-state-active:before {
    content: '\E00C'
}

.ui-selectmenu-menu .ui-menu .ui-state-focus:before,
.ui-selectmenu-menu .ui-menu .ui-state-active:before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #bb162b;
    font-size: 20px;
    line-height: 1
}

.ui-selectmenu-disabled {
    opacity: .5
}

.select {
    display: block;
    position: relative;
    font-size: .875rem
}

.select--underline {
    padding-top: .7em
}

.select--underline .select-label {
    position: absolute;
    left: 0;
    color: rgba(0, 0, 0, 0.6);
    top: 2em;
    will-change: top, font-size;
    -webkit-transition: top .25s ease-out, font-size .25s ease-out;
    transition: top .25s ease-out, font-size .25s ease-out
}

.select--underline .select-label.is-active {
    top: -0.5em;
    font-size: .75rem
}

.select--underline .ui-selectmenu-icon {
    top: 28px;
    right: -2px
}

.select--underline .ui-selectmenu-button {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 19px 0
}

.select--underline .ui-selectmenu-text {
    visibility: hidden
}

.select--underline.is-active .select-label,
.select--underline:hover .select-label {
    top: -0.5em;
    font-size: .75rem
}

.select--underline.is-active .ui-selectmenu-text {
    visibility: visible
}

.select--underline.is-disabled {
    opacity: .6;
    pointer-events: none
}

.select--underline.is-disabled:hover .select-label {
    top: 2em;
    font-size: .875rem;
    cursor: normal
}

.input-file {
    display: block;
    position: relative;
    margin-top: 30px
}

.input-file:hover,
.input-file:focus {
    border-color: #000
}

.input-file input[type=file] {
    position: relative;
    z-index: 2;
    max-height: 47px;
    padding: 15px;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.input-file label {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1
}

.input-file .label-text {
    position: absolute;
    top: -30px
}

.input-file .file-name {
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-file .btn {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto !important;
    min-width: auto
}

.schedule-container {
    position: relative;
    width: 100%
}

.schedule-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc
}

.schedule-header {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    padding: .7em 0;
    text-align: center
}

.schedule-current {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .005em
}

.schedule-prev,
.schedule-next {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    z-index: 5;
    height: 100%;
    padding: 11px 10px;
    font-size: 22px;
    line-height: 1;
    vertical-align: top
}

.schedule-prev.swiper-button-disabled,
.schedule-next.swiper-button-disabled {
    opacity: .2
}

.schedule-prev {
    left: 0
}

.schedule-prev:before {
    content: '\E02D'
}

.schedule-next {
    right: 0
}

.schedule-next:before {
    content: '\E026'
}

.schedule-slider {
    overflow: hidden;
    width: 100%
}

.schedule-slider .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    opacity: 1
}

.schedule-slider .swiper-slide:first-child .schedule-list {
    border-left: 1px solid #ccc
}

.schedule-slider .date {
    display: block;
    padding: 10px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #000;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .005em;
    text-align: center
}

.schedule-label {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    color: #666;
    cursor: pointer;
    text-align: center
}

.schedule-label .label-text {
    font-size: .75rem;
    white-space: nowrap
}

.schedule-label .label-text:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    will-change: opacity
}

.schedule-label .label-text:after {
    content: '\E00C'
}

.schedule-label .label-text:after {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #bb162b;
    font-size: 28px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    will-change: opacity
}

.schedule-input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    top: -10px;
    outline: 0;
    color: #fff
}

.schedule-input:checked+.label-text:before,
.schedule-input:checked+.label-text:after {
    opacity: 1
}

.schedule-list {
    border-right: 1px solid #ccc
}

.schedule-item {
    border-bottom: 1px solid #ccc
}

@media only screen and (min-width:1024px) {
    .schedule-current {
        font-size: 1.125rem
    }
    .schedule-slider .date {
        font-size: .875rem
    }
    .schedule-label .label-text {
        font-size: .875rem
    }
}

label {
    position: relative;
    display: inline-block
}

[type=text][readonly],
[type=number][readonly],
[type=tel][readonly],
[type=search][readonly],
[type=password][readonly],
[type=email][readonly],
[type=url][readonly],
[type=date][readonly],
[type=datetime-local][readonly],
[type=file][readonly],
select[readonly],
textarea[readonly] {
    border-color: #000;
    color: #000
}

[type=text]:hover,
[type=number]:hover,
[type=tel]:hover,
[type=search]:hover,
[type=password]:hover,
[type=email]:hover,
[type=url]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=file]:hover,
select:hover,
textarea:hover,
[type=text]:focus,
[type=number]:focus,
[type=tel]:focus,
[type=search]:focus,
[type=password]:focus,
[type=email]:focus,
[type=url]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=file]:focus,
select:focus,
textarea:focus,
[type=text]:-moz-read-only,
[type=number]:-moz-read-only,
[type=tel]:-moz-read-only,
[type=search]:-moz-read-only,
[type=password]:-moz-read-only,
[type=email]:-moz-read-only,
[type=url]:-moz-read-only,
[type=date]:-moz-read-only,
[type=datetime-local]:-moz-read-only,
[type=file]:-moz-read-only,
select:-moz-read-only,
textarea:-moz-read-only {
    border-color: #000;
    color: #000
}

[type=text]:hover,
[type=number]:hover,
[type=tel]:hover,
[type=search]:hover,
[type=password]:hover,
[type=email]:hover,
[type=url]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=file]:hover,
select:hover,
textarea:hover,
[type=text]:focus,
[type=number]:focus,
[type=tel]:focus,
[type=search]:focus,
[type=password]:focus,
[type=email]:focus,
[type=url]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=file]:focus,
select:focus,
textarea:focus,
[type=text]:read-only,
[type=number]:read-only,
[type=tel]:read-only,
[type=search]:read-only,
[type=password]:read-only,
[type=email]:read-only,
[type=url]:read-only,
[type=date]:read-only,
[type=datetime-local]:read-only,
[type=file]:read-only,
select:read-only,
textarea:read-only {
    border-color: #000;
    color: #000
}

[type=text][disabled],
[type=number][disabled],
[type=tel][disabled],
[type=search][disabled],
[type=password][disabled],
[type=email][disabled],
[type=url][disabled],
[type=date][disabled],
[type=datetime-local][disabled],
[type=file][disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}

.input-text {
    display: block
}

.input--box .label-text {
    position: absolute !important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px)
}

.input--box input {
    padding: 20px 20px
}

.input--box.input--sm input {
    padding: 15px 15px
}

.input--underline {
    margin-top: .5em
}

.input--underline input {
    padding: 15px 15px;
    padding-left: 0;
    border-width: 0 0 1px 0
}

.input--underline .label-text {
    position: absolute;
    top: 12px;
    left: 0;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    white-space: nowrap;
    -webkit-transition: font-size .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: font-size .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, font-size .25s ease-in-out;
    transition: transform .25s ease-in-out, font-size .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.input--underline input:focus+.label-text,
.input--underline.is-filled .label-text {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    font-size: 12px
}

.input--underline.is-disabled {
    opacity: .4;
    cursor: normal;
    pointer-events: none
}

.input--line-big input {
    margin-top: -0.2em;
    padding: .5em 0 .6em;
    border-width: 0 0 1px 0;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.04em
}

.input--line-big .label-text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    white-space: nowrap;
    -webkit-transition: font-size .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: font-size .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, font-size .25s ease-in-out;
    transition: transform .25s ease-in-out, font-size .25s ease-in-out, -webkit-transform .25s ease-in-out;
    font-size: .875rem;
    line-height: 1
}

.input--line-big.is-disabled {
    opacity: .4;
    cursor: normal;
    pointer-events: none
}

.input-wrap {
    position: relative
}

.input-wrap.has-button {
    padding-right: 9rem
}

.input-wrap.has-button .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8.5rem;
    white-space: nowrap;
    padding: 7px 20px 8px
}

.input-cta-pad {
    position: relative
}

.input-cta-label {
    display: block
}

.input-cta .cta {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.input-cta input[type=text] {
    width: 100%;
    border-right: 0
}

.input-cta .cta {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58px;
    background-color: #000
}

.input-cta .cta-pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-cta .cta-pad:before {
    content: '\E026'
}

.input-cta .cta-pad:before {
    margin-left: .1em;
    color: #fff;
    font-size: 1rem;
    line-height: 1
}

.input-cta.input--sm input[type=text] {
    padding: 15px
}

.input-cta.input--sm .cta {
    width: 48px
}

.has-error input {
    border-color: #e6001d
}

.error-message {
    display: none;
    margin: .5em 0 0;
    color: #e6001d;
    font-size: .93em
}

.has-error .error-message,
.has-error+.error-message {
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
}

.error-message--info {
    position: relative;
    padding-left: 1.5em;
    font-size: .875rem
}

.error-message--info:before {
    content: '\E01F'
}

.error-message--info:before {
    position: absolute;
    left: -0.2em;
    top: .15em;
    font-size: 1.4em;
    line-height: 1
}

select {
    display: inline-block;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none
}

select::-ms-expand {
    display: none
}

.csstransitions select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAICAYAAADnVO9eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMzMEY4OTZBNTI3MTExRThBQjRDQzc4NkVEN0Q2N0E1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMzMEY4OTZCNTI3MTExRThBQjRDQzc4NkVEN0Q2N0E1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzMwRjg5Njg1MjcxMTFFOEFCNENDNzg2RUQ3RDY3QTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzMwRjg5Njk1MjcxMTFFOEFCNENDNzg2RUQ3RDY3QTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7NDvcmAAAAmklEQVR42mLQ0NAQZiASgNT+//+fgRzMxMXFNcvIyCiHkCUgNSC1DGQCpk+fPkUxMjIGGxsbl+BSBJIDqQGpJduiO3fu/Pz48aMHkO2NzTKomDdIDUgt2RaBCFyWUcsSEGBE5qioqLDz8/PvADK3/vv3j4OJickZ3RJQxFJsEZplDNh8QjWLQEBBQYEDRD948OAHuhy5FgEEGABfqXiJWBAInAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 26px auto
}

.csstransitions select[multiple] {
    background: transparent
}

textarea {
    max-width: 100%;
    min-height: 100px;
    line-height: 1.6
}

.textarea-title {
    margin-bottom: 1em
}

::-webkit-input-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

::placeholder {
    color: #999
}

input::-ms-clear {
    display: none
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=date]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button {
    display: none;
    margin: 0
}

input[type=date]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
    display: none
}

input[type=date]::-webkit-datetime-edit-fields-wrapper,
input[type=datetime-local]::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

.radio,
.checkbox {
    position: relative;
    display: inline-block;
    margin: .25em 2em .25em 0;
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word
}

.radio .label-text,
.checkbox .label-text {
    position: relative;
    display: inline-block;
    padding-left: 1.75em;
    color: #000
}

.radio .label-text:before,
.checkbox .label-text:before,
.radio .label-text:after,
.checkbox .label-text:after {
    position: absolute;
    left: 0;
    top: .12em;
    font-size: 1.25em;
    line-height: 1
}

.radio .label-text:before,
.checkbox .label-text:before {
    color: #999
}

.radio .label-text:after,
.checkbox .label-text:after {
    color: transparent;
    will-change: color;
    -webkit-transition: color .2s;
    transition: color .2s
}

.radio [type=radio],
.checkbox [type=radio],
.radio [type=checkbox],
.checkbox [type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px
}

.radio [type=radio]:hover+.label-text:before,
.checkbox [type=radio]:hover+.label-text:before,
.radio [type=checkbox]:hover+.label-text:before,
.checkbox [type=checkbox]:hover+.label-text:before,
.radio [type=radio]:focus+.label-text:before,
.checkbox [type=radio]:focus+.label-text:before,
.radio [type=checkbox]:focus+.label-text:before,
.checkbox [type=checkbox]:focus+.label-text:before {
    color: #000
}

.radio [type=radio]:checked+.label-text:before,
.checkbox [type=radio]:checked+.label-text:before,
.radio [type=checkbox]:checked+.label-text:before,
.checkbox [type=checkbox]:checked+.label-text:before {
    display: none
}

.radio [type=radio]:checked+.label-text:after,
.checkbox [type=radio]:checked+.label-text:after,
.radio [type=checkbox]:checked+.label-text:after,
.checkbox [type=checkbox]:checked+.label-text:after {
    color: #000
}

.radio [type=radio]:checked:hover+.label-text:after,
.checkbox [type=radio]:checked:hover+.label-text:after,
.radio [type=checkbox]:checked:hover+.label-text:after,
.checkbox [type=checkbox]:checked:hover+.label-text:after,
.radio [type=radio]:checked:focus+.label-text:after,
.checkbox [type=radio]:checked:focus+.label-text:after,
.radio [type=checkbox]:checked:focus+.label-text:after,
.checkbox [type=checkbox]:checked:focus+.label-text:after {
    color: #000
}

.radio [type=radio]:focus+.label-text,
.checkbox [type=radio]:focus+.label-text,
.radio [type=checkbox]:focus+.label-text,
.checkbox [type=checkbox]:focus+.label-text {
    outline: 1px dotted #000
}

.radio [type=radio][disabled]+.label-text,
.checkbox [type=radio][disabled]+.label-text,
.radio [type=checkbox][disabled]+.label-text,
.checkbox [type=checkbox][disabled]+.label-text {
    cursor: not-allowed;
    color: #999
}

.radio [type=radio]+.label-text:before {
    content: '\E032'
}

.radio [type=radio]+.label-text:after {
    content: '\E031'
}

.checkbox .label-text {
    padding-left: 2em
}

.checkbox [type=checkbox]+.label-text:before {
    content: '\E00E'
}

.checkbox [type=checkbox]+.label-text:after {
    content: '\E00D'
}

.radio-group-title {
    margin-right: 1.6em
}

.radio-group-wrap {
    white-space: nowrap
}

.radio-group .radio {
    margin: 1em 2em 1em 0
}

.checkbox+.error-message {
    padding-left: 2.1506em
}

.radio+.error-message {
    padding-left: 25px
}

.bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-img,
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.bg-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.bg-video {
    font-family: 'object-fit: cover;'
}

.bg.img--centered {
    background-color: #071c24
}

.bg.img--centered .bg-img {
    background-size: contain;
    width: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bg.bg--dimmed:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(255, 255, 255, 0) 100%)
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 150px;
    width: auto;
    border-radius: 0;
    padding: 18px 40px 19px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: .005em;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.no-touchevents .btn:hover,
.no-touchevents .btn:focus {
    border-color: #bb162b;
    background-color: #bb162b;
    text-decoration: none
}

.btn+.btn {
    margin-left: 10px
}

.btn[disabled] {
    opacity: .4;
    cursor: normal;
    pointer-events: none
}

.btn[disabled]:hover,
.btn[disabled]:focus {
    border-color: #000;
    background-color: #000
}

.btn:active:enabled {
    -webkit-transform: scale(0.97);
    transform: scale(0.97)
}

.btn--sm {
    min-width: 0;
    padding: 11px 30px 12px
}

.btn--block {
    width: 100%;
    margin-left: 0
}

.btn--block+.btn--block {
    margin-top: 15px
}

.btn--invert {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.no-touchevents .btn--invert:hover,
.no-touchevents .btn--invert:focus {
    color: #fff
}

.btn--invert[disabled]:hover,
.btn--invert[disabled]:focus {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.btn--ghost {
    background-color: transparent;
    color: #000
}

.no-touchevents .btn--ghost:hover,
.no-touchevents .btn--ghost:focus {
    color: #fff
}

.btn--ghost.btn--invert {
    color: #fff
}

.btn--ghost[disabled] {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.btn--ghost[disabled]:hover,
.btn--ghost[disabled]:focus {
    border-color: #000;
    background-color: #000
}

@media only screen and (max-width:767px) {
    .btn--m-block {
        width: 100%
    }
    .btn--m-block+.btn--m-block {
        margin-top: 15px;
        margin-left: 0
    }
}

@media only screen and (min-width:1024px) {
    .btn--block+.btn--block {
        margin-top: 20px
    }
}

.btn-r {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    border: 1px solid;
    border-radius: 50%;
    color: #000;
    line-height: 1;
    vertical-align: middle
}

.no-touchevents .btn-r:hover,
.no-touchevents .btn-r:focus {
    color: #bb162b
}

.btn-r.btn-r--sm {
    width: 36px;
    height: 36px
}

.btn-r--invert {
    color: #fff
}

.btn-r .pad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em
}

.btn-r--close .pad {
    font-size: 1em
}

.btn-r--close .pad:before {
    content: '\E00F'
}

.btn-r--prev .pad {
    font-size: 1em
}

.btn-r--prev .pad:before {
    content: '\E02D'
}

.btn-r--prev .pad:before {
    margin-right: .2em
}

.btn-r--next .pad {
    font-size: 1em
}

.btn-r--next .pad:before {
    content: '\E026'
}

.btn-r--next .pad:before {
    margin-left: .2em
}

.btn-r-prev:before {
    content: '\E02D'
}

.btn-r-prev:before {
    margin: -0.2rem .5rem 0 0;
    vertical-align: middle
}

.btn-r-next:after {
    content: '\E026'
}

.btn-r-next:after {
    margin: -0.2rem 0 0 .5rem;
    vertical-align: middle
}

.btn-r-facebook:before {
    content: '\E017'
}

.btn-r-facebook:before {
    margin: -0.2rem .5rem 0 0;
    vertical-align: middle
}

.btn-r-twitter:before {
    content: '\E043'
}

.btn-r-twitter:before {
    margin: -0.2rem .5rem 0 0;
    vertical-align: middle
}

.btn-r-instagram:before {
    content: '\E020'
}

.btn-r-instagram:before {
    margin: -0.2rem .5rem 0 0;
    vertical-align: middle
}

.link {
    white-space: nowrap
}

.link .text {
    border-bottom: 1px solid;
    color: inherit;
    font-weight: bold;
    letter-spacing: .005em;
    will-change: border-color;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.link .icon {
    position: relative;
    display: inline-block;
    top: 0;
    border-bottom: 0;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1
}

.link--push .text {
    border-bottom-color: transparent
}

.link--push:after {
    content: '\E026'
}

.link--push:after {
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle
}

.link--nav .text {
    border-bottom-color: transparent
}

.link--btn-side {
    margin-left: 1.5em;
    padding: 1em 1.5em
}

.link:focus .text {
    border-bottom-color: #bb162b
}

.no-touchevents .link:hover .text {
    border-bottom-color: #bb162b
}

.link.fz-md {
    font-size: .875rem
}

.link-back {
    font-weight: bold
}

.link-back:before {
    content: '\E02D'
}

.link-back:before {
    position: relative;
    margin-left: -0.3em;
    top: -1px;
    font-size: 1.4em;
    line-height: 1;
    vertical-align: middle
}

.btn-img {
    display: inline-block
}

@media only screen and (max-width:374px) {
    .btn-img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.btn-img+.btn-img {
    margin-left: .5em
}

.item-link {
    display: block
}

.item-link:hover .thumb-img,
.item-link:focus .thumb-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.thumb-wrap {
    overflow: hidden
}

.thumb-img {
    width: 100%;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

.video-link {
    display: block
}

.video-link .video-cover {
    overflow: hidden;
    position: relative;
    background-color: #000
}

.video-link .video-cover img {
    width: 100%;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, opacity .4s ease-out;
    transition: transform .4s ease-out, opacity .4s ease-out, -webkit-transform .4s ease-out
}

.video-link .video-cover:after {
    content: '\E02A'
}

.video-link .video-cover:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 1
}

.video-link:focus img,
.video-link:hover img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.link-block {
    display: block
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

.button-group .btn {
    width: 50%;
    white-space: nowrap
}

.button-group .btn+.btn {
    margin-top: 0;
    margin-left: 10px
}

.func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sub-body .func {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.full-centered {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out
}

.scroll-snap-section .full-centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-centered-cell {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.full-centered .func {
    margin-top: 2rem
}

.full-centered .cover-bottom {
    position: absolute;
    z-index: 5;
    bottom: 30px
}

.full-centered .cover-bottom--left {
    left: 30px
}

.full-centered .cover-bottom--right {
    right: 30px
}

@media only screen and (min-width:1024px) {
    .full-centered {
        height: 900px
    }
    .full-centered-cont {
        width: 50%;
        margin: 0 auto
    }
    .full-centered-cont.large {
        width: 75%
    }
    .full-centered .cover-bottom {
        bottom: 40px
    }
    .full-centered .cover-bottom--left {
        left: 100px
    }
    .full-centered .cover-bottom--right {
        right: 100px
    }
}

.full-bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out
}

.scroll-snap-section .full-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-bottom-cell {
    width: 100%;
    text-align: left
}

@media only screen and (min-width:1024px) {
    .full-bottom {
        height: 900px
    }
}

.boxed-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eff1f2
}

.scroll-snap-section .boxed-content {
    height: 100%
}

.scroll-snap-section .boxed-content .l-wrap {
    height: 100%
}

.boxed-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #fff
}

.block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1024px) {
    .block-header {
        text-align: center
    }
    .block-header .tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.spread-side-wrap p {
    font-size: 1rem
}

.spread-side-wrap .link {
    font-size: .875rem;
    letter-spacing: .005em
}

.spread-side-wrap.spread-to-right .spread-side {
    margin-right: -10.5%
}

.spread-side-wrap.spread-to-left .spread-side {
    margin-left: -10.5%
}

.spread-side-wrap.media-first .spread-side {
    margin-bottom: 60px
}

.spread-side .spread-img {
    width: 100%
}

@media only screen and (min-width:1024px) {
    .spread-side-wrap p {
        font-size: 1.125rem
    }
    .spread-side-wrap.spread-to-right .spread-side {
        margin-right: -13%
    }
    .spread-side-wrap.spread-to-left .spread-side {
        margin-left: -13%
    }
    .spread-side-wrap.media-first .spread-side {
        margin-bottom: 0
    }
}

.strip {
    position: relative
}

.strip-box {
    position: relative
}

.strip-title {
    display: block
}

.strip-cont {
    margin: 2em auto 0
}

.strip-cont .func {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (min-width:1024px) {
    .strip-box img {
        width: 100%
    }
    .strip-cont {
        margin-top: 0
    }
    .strip-cont .func {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:767px) {
    .strip-box img {
        width: 100%
    }
}

.pagination {
    text-align: center
}

.pagination .page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1rem;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s
}

.pagination .page[aria-disabled=true] {
    opacity: .2;
    pointer-events: none
}

.pagination .page[aria-current=page] {
    font-weight: bold;
    letter-spacing: .005em;
    opacity: 1
}

.pagination .page[aria-current=page] .num:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: -1px;
    border-bottom: 2px solid
}

.pagination .page:hover,
.pagination .page:focus {
    font-weight: bold;
    letter-spacing: .005em;
    text-decoration: none
}

.pagination .num {
    position: relative;
    display: inline-block;
    line-height: 1.5
}

.pagination .prev,
.pagination .next {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.25rem;
    vertical-align: top;
    line-height: 46px
}

.pagination .prev[aria-disabled=true],
.pagination .next[aria-disabled=true] {
    opacity: .2;
    pointer-events: none
}

.pagination .prev:before,
.pagination .next:before {
    line-height: 1
}

.pagination .prev.is-disabled,
.pagination .next.is-disabled {
    opacity: .2
}

.pagination .prev:before {
    content: '\E003'
}

.pagination .next:before {
    content: '\E002'
}

@media only screen and (max-width:374px) {
    .pagination .page,
    .pagination .prev,
    .pagination .next {
        min-width: 30px
    }
}

.content-jump-nav {
    display: none
}

@media only screen and (min-width:1024px) {
    .content-jump-nav {
        display: block;
        position: fixed;
        top: 50%;
        left: 36px;
        z-index: 30;
        width: 50px;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .content-jump-nav.is-active {
        visibility: visible;
        opacity: 1
    }
    .content-jump-nav.is-hide {
        display: none;
        opacity: 0
    }
    .content-jump-nav.is-inverted .nav-item .text {
        color: #fff;
        text-shadow: 0 0 24px rgba(0, 0, 0, 0.4)
    }
    .content-jump-nav.is-inverted .nav-link:before {
        background-color: #fff
    }
    .content-jump-nav .nav-item {
        margin-top: 10px
    }
    .content-jump-nav .nav-item.is-active .nav-link:before {
        opacity: 1
    }
    .content-jump-nav .nav-link {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 30px;
        color: #000;
        font-size: .875rem;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out
    }
    .content-jump-nav .nav-link:before {
        content: '';
        display: block;
        width: 2px;
        height: 30px;
        opacity: .2;
        background-color: #000
    }
    .content-jump-nav .nav-link .text {
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -0.8em;
        font-weight: bold;
        letter-spacing: .005em;
        opacity: 0;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        white-space: nowrap
    }
    .content-jump-nav .nav-link:focus,
    .content-jump-nav .nav-link:hover {
        overflow: visible;
        width: 120px
    }
    .content-jump-nav .nav-link:focus:before,
    .content-jump-nav .nav-link:hover:before {
        background-color: #bb162b;
        opacity: 1
    }
    .content-jump-nav .nav-link:focus .text,
    .content-jump-nav .nav-link:hover .text {
        opacity: 1
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: scroll;
    max-width: 100%;
    max-height: 100%
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.simplebar-track.simplebar-vertical {
    top: 0
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 5px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 4px;
    bottom: 4px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    border-bottom: 0;
    border-radius: 0
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2)
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 0;
    right: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    bottom: 0;
    height: 18px;
    border-bottom: 2px solid #000;
    background-color: transparent;
    min-height: 0;
    min-width: 40px;
    width: auto
}

.swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 10px;
    margin-bottom: 30px
}

@media only screen and (max-width:1023px) {
    .swatches {
        overflow-x: scroll;
        overflow-y: visible
    }
}

@media only screen and (min-width:1024px) {
    .style-interior .swatches {
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .style-interior .swatches .swatch {
        margin-right: 0;
        margin-left: 10px
    }
}

.swatch {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 2px 10px 2px 0;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swatch-text {
    display: block;
    margin-bottom: 1em
}

.swatch-img {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 50%
}

.swatch-circle,
.swatch-btn {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
    border-radius: 50%
}

.swatch-circle:before,
.swatch-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 2
}

.swatch-btn {
    cursor: pointer
}

.swatch-btn:focus .swatch-name,
.swatch-btn:hover .swatch-name {
    display: block
}

.swatch-name {
    display: none;
    outline: 0;
    position: absolute;
    z-index: 10;
    top: 100%;
    padding: 10px;
    width: 76px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -webkit-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
    font-size: .75rem;
    font-weight: normal;
    text-align: center
}

.swatch.is-active:after {
    content: '\E00C'
}

.swatch.is-active:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    line-height: 37px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0.2)
}

.small .swatch {
    margin-right: 10px
}

.small .swatch-circle,
.small .swatch-btn {
    width: 20px;
    height: 20px
}

.small .swatch.is-active:after {
    font-size: 18px;
    line-height: 18px
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs .tab {
    display: block;
    position: relative;
    color: inherit;
    font-weight: normal;
    white-space: nowrap
}

.tabs .tab:before {
    content: '';
    position: absolute
}

.tabs .tab:hover,
.tabs .tab:focus {
    color: inherit;
    font-weight: bold;
    letter-spacing: .005em
}

.tabs .is-active {
    color: inherit;
    font-weight: bold;
    letter-spacing: .005em
}

.tabs--a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs--a .tab {
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: 20px;
    text-align: left
}

.tabs--a .tab+.tab {
    margin-top: 1em
}

.tabs--a .tab.is-active:before {
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bb162b
}

.tabs--a .tab:hover {
    color: inherit
}

.tabs--a .tab:hover:before {
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bb162b
}

.tabs--b {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.tabs--b .tabs-pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: visible;
    overflow-y: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.tabs--b .tabs-pad:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tabs--b .tab {
    padding-top: .5em
}

.tabs--b .tab:before {
    top: 0;
    left: -1px;
    right: 0;
    height: 4px
}

.tabs--b .tab+.tab {
    margin-left: 40px
}

.tabs--b .tab.is-active:before {
    background-color: #bb162b
}

.tabs--b .tab-dl dd {
    white-space: normal
}

@media only screen and (max-width:1023px) {
    .tabs--b-trans-a {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .tabs--b-trans-a .tabs-pad {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: visible;
        overflow-y: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .tabs--b-trans-a .tabs-pad:after {
        content: ' ';
        display: block;
        width: 40px;
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .tabs--b-trans-a .tab {
        padding-top: .5em
    }
    .tabs--b-trans-a .tab:before {
        top: 0;
        left: -1px;
        right: 0;
        height: 4px
    }
    .tabs--b-trans-a .tab+.tab {
        margin-left: 40px
    }
    .tabs--b-trans-a .tab.is-active:before {
        background-color: #bb162b
    }
    .tabs--b-trans-a .tab-dl dd {
        white-space: normal
    }
}

@media only screen and (min-width:1024px) {
    .tabs--b-trans-a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .tabs--b-trans-a .tab {
        padding-top: .2em;
        padding-bottom: .2em;
        padding-left: 20px;
        text-align: left
    }
    .tabs--b-trans-a .tab+.tab {
        margin-top: 1em
    }
    .tabs--b-trans-a .tab.is-active:before {
        top: .6em;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #bb162b
    }
    .tabs--b-trans-a .tab:hover {
        color: inherit
    }
    .tabs--b-trans-a .tab:hover:before {
        top: .6em;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #bb162b
    }
}

.tabs.tabs--reverse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:1023px) {
    .tabs.is-in-wrap {
        margin-left: -90px;
        margin-right: -90px
    }
    .tabs.is-in-wrap[data-tabs] {
        margin-left: 0
    }
    .tabs.is-in-wrap[data-tabs] .tabs-pad {
        padding-left: 0
    }
    .tabs.is-in-wrap .tabs-pad {
        padding-left: 90px;
        padding-right: 90px
    }
    .tabs.is-in-wrap .tabs-pad:after {
        width: 90px
    }
}

@media only screen and (min-width:1024px) {
    .tabs--b {
        padding-left: 0
    }
}

@media only screen and (min-width:1024px) {
    .tabs-wrap--line {
        padding-top: 2em;
        border-top: 1px solid rgba(0, 0, 0, 0.2)
    }
    .tabs-wrap--line.color--white {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
}

.tab-content {
    display: none
}

.tab-content.is-active {
    display: block
}

.table {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-spacing: 0
}

.table-wrap {
    width: 100%;
    padding-bottom: 15px
}

.table-wrap th {
    min-width: 5em
}

.table-wrap.has-pad-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 16px;
    width: 36px;
    z-index: 2;
    border-left: 1px solid #ccc;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background-image: linear-gradient(to right, #fff, transparent)
}

.table-wrap.has-pad-right:before {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 16px;
    z-index: 2;
    width: 36px;
    border-right: 1px solid #ccc;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background-image: linear-gradient(to right, transparent, #fff)
}

.table th,
.table td {
    padding: .5em 10px .5em 20px
}

.table th {
    color: #000;
    letter-spacing: .005em
}

.table td {
    color: #1f1f1f;
    font-size: .75rem
}

.table thead th {
    padding-top: 1em;
    padding-bottom: .4em;
    vertical-align: top;
    font-size: .875rem
}

.table thead th:first-child {
    border-bottom: 2px solid #000
}

.table thead tr:last-child th {
    padding-bottom: 1em;
    border-bottom: 2px solid #000
}

.table tfoot th,
.table tfoot td {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 2px solid #000;
    font-size: .875rem
}

.table tbody tr:first-child th,
.table tbody tr:first-child td {
    padding-top: 2em
}

.table tbody tr:first-child th[rowspan] {
    padding-bottom: 2em
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
    padding-bottom: 2em
}

.table tbody th {
    font-size: .75rem;
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

.table .price {
    font-weight: bold;
    text-align: right;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap
}

.table .num {
    display: inline-block;
    width: 100%;
    text-align: right
}

@media only screen and (min-width:1024px) {
    .table td {
        font-size: .875rem
    }
    .table tbody th {
        font-size: .875rem
    }
    .table tfoot th,
    .table tfoot td {
        font-size: 1rem
    }
    .table thead th {
        font-size: 1rem
    }
    .table--wide-2-col thead th {
        padding-left: 15%
    }
    .table--wide-2-col thead th:first-child {
        padding-left: 20%
    }
    .table--wide-2-col tbody th {
        padding-left: 20%
    }
    .table--wide-2-col tbody td {
        padding-left: 15%;
        padding-right: 15%
    }
}

.thumbs-gallery .video-link {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer
}

.thumbs-gallery .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thumbs-gallery .block-header {
    margin-bottom: 1em
}

.thumbs-gallery-content {
    margin-top: 25px
}

.thumbs-gallery-list {
    margin-top: 10px;
    padding-bottom: 15px
}

.thumbs-gallery-list .pagination-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px
}

.thumbs-gallery-list .video-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: all .5s;
    transition: all .5s
}

.thumbs-gallery-list .video-cover:after {
    width: 36px;
    height: 36px
}

.thumbs-gallery-list .video-cover:hover:before,
.thumbs-gallery-list .video-cover:focus:before {
    background-color: rgba(0, 0, 0, 0.2)
}

.thumbs-gallery-list .img-box {
    cursor: pointer
}

.thumbs-gallery-list .swiper-slide-thumb-active .video-cover:before {
    background-color: rgba(0, 0, 0, 0.2)
}

.thumbs-gallery-list .swiper-slide-thumb-active .video-cover:after {
    content: '\E00C'
}

.thumbs-gallery-list .swiper-slide-thumb-active .video-cover:after {
    color: #bb162b;
    border-color: #fff;
    background-color: #fff
}

.thumbs-gallery-list .swiper-slide-thumb-active .img-box:before {
    background-color: rgba(0, 0, 0, 0.2)
}

.thumbs-gallery-list .swiper-slide-thumb-active .img-box:after {
    content: '\E00C'
}

.thumbs-gallery-list .swiper-slide-thumb-active .img-box:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 36px;
    height: 36px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    color: #bb162b;
    border-color: #fff;
    background-color: #fff
}

.thumbs-gallery-list .swiper-pagination-progressbar {
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2)
}

.thumbs-gallery-list .swiper-pagination-progressbar-fill {
    background-color: #000;
    -webkit-transition: all 1.1s ease-out !important;
    transition: all 1.1s ease-out !important
}

.thumbs-gallery-list .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    left: 0;
    top: 0
}

.thumbs-gallery-list .swiper-scrollbar-cursor-drag {
    cursor: move
}

.thumbs-gallery-list.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #313131
}

@media only screen and (min-width:1024px) {
    .thumbs-gallery-content {
        margin-top: 45px
    }
    .thumbs-gallery-list {
        padding-bottom: 20px
    }
}

.view-more-h {
    font-size: 2.25rem;
    margin-bottom: .5em
}

.view-more-link .cont {
    margin-top: 1em;
    font-weight: bold
}

@media only screen and (min-width:1024px) {
    .view-more-h {
        margin-bottom: 60px;
        font-size: 3.125rem;
        text-align: center
    }
    .view-more-link .cont {
        margin-top: 1.5em
    }
}

.request-result {
    position: relative;
    margin-top: 75px;
    margin-bottom: 25px
}

@media only screen and (min-width:1024px) {
    .request-result {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

.request-result-cont {
    font-size: .875rem
}

.request-result-img {
    text-align: center
}

@media only screen and (min-width:1024px) {
    .request-result {
        padding-top: 5em
    }
    .request-result-cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
}

.request-quick-link .img-icon {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.5em;
    height: 1.6em;
    margin-right: 1em;
    text-align: center
}

.request-quick-link .img-icon img {
    max-width: none;
    height: 100%
}

@media only screen and (min-width:1024px) {
    .request-quick-link .img-icon {
        display: block;
        float: none;
        width: auto;
        height: 1.5em;
        margin-bottom: .5em;
        text-align: left
    }
}

@media only screen and (min-width:1024px) {
    .quote-select {
        width: 251px
    }
}

.page--emi-calculator .btn-reset {
    display: inline-block;
    margin-left: 40px;
    font-weight: 700
}

.page--emi-calculator .precaution {
    margin-top: 40px;
    color: #666;
    position: relative
}

.page--emi-calculator .precaution .icon {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    color: #000
}

.page--emi-calculator .precaution .icon::before {
    top: -5px;
    position: absolute
}

.page--emi-calculator .precaution .icon::after {
    content: '';
    border: 1px solid #060606;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 2px
}

.page--emi-calculator .precaution .text {
    margin-left: 5%;
    display: block
}

.page--emi-calculator .spec-list {
    border: 1px solid #ccc;
    padding: 28px
}

.page--emi-calculator .spec-list li {
    margin-top: 20px;
    overflow: hidden
}

.page--emi-calculator .spec-list li:first-child {
    margin-top: 0
}

.page--emi-calculator .spec-list li .title {
    float: left;
    display: block;
    width: 70%
}

.page--emi-calculator .spec-list li .value {
    float: right;
    display: block;
    width: 30%;
    font-weight: 400;
    text-align: right
}

.emi-calculator-result {
    padding: 60px 0;
    text-align: center
}

.emi-calculator-result .detail-content {
    margin: 20px 0
}

.emi-calculator-result .detail-content .visual-picture {
    margin-bottom: 40px
}

.emi-calculator-result .box {
    background-color: #fff
}

.emi-calculator-result .spec {
    position: relative
}

.emi-calculator-result .spec-header {
    padding: 30px;
    border-bottom: 1px solid #ccc
}

.emi-calculator-result .spec-header .title {
    text-align: left;
    letter-spacing: .25em;
    text-transform: uppercase;
    font-weight: 400
}

.emi-calculator-result .spec-body {
    text-align: left;
    padding: 30px
}

.emi-calculator-result .spec-body .count {
    letter-spacing: -0.05em;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.emi-calculator-result .spec-list {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px
}

.emi-calculator-result .spec-list li {
    margin-top: 20px;
    overflow: hidden
}

.emi-calculator-result .spec-list li:first-child {
    margin-top: 0
}

.emi-calculator-result .spec-list li .title {
    float: left;
    display: block;
    width: 70%
}

.emi-calculator-result .spec-list li .value {
    float: right;
    display: block;
    width: 30%;
    font-weight: 400;
    text-align: right
}

.emi-calculator-result .spec-util {
    position: absolute;
    top: 23px;
    right: 23px
}

.emi-calculator-result .spec-util .icon {
    display: inline-block;
    font-size: 20px;
    margin: 0 5px
}

.emi-calculator-result .btns {
    padding: 0 30px
}

@media only screen and (min-width:1024px) {
    .emi-calculator-result {
        padding: 80px 0
    }
    .emi-calculator-result .detail-content {
        padding: 80px 0
    }
    .emi-calculator-result .detail-content .visual-picture {
        margin-bottom: 0
    }
    .emi-calculator-result .spec-header {
        padding: 35px
    }
    .emi-calculator-result .spec-body {
        padding: 35px
    }
    .emi-calculator-result .spec-util {
        top: 30px;
        right: 30px
    }
    .emi-calculator-result .btns {
        padding: 0
    }
}

.range-slider-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 55px 0 40px
}

.range-slider .noUi-base:before,
.range-slider .noUi-base:after {
    content: '';
    position: absolute;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.range-slider .noUi-base:before {
    left: 0;
    background-color: #bb162b
}

.range-slider .noUi-base:after {
    right: 0;
    background-color: #999
}

.range-min,
.range-max {
    position: absolute;
    top: 6px;
    color: #666;
    font-size: .875rem
}

.range-min {
    left: 0;
    text-align: left
}

.range-max {
    right: 0;
    text-align: right
}

.wide-list .cont {
    position: relative;
    margin-top: 1em
}

.wide-list .btn {
    margin-top: 1.6em
}

@media only screen and (min-width:768px) {
    .wide-list .cont {
        margin-top: 36px
    }
    .wide-list .btn {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 0
    }
}

.gallery-image {
    text-align: center;
    background-color: #eff1f2
}

.gallery-image img {
    display: block;
    width: 100%
}

.gallery-cont {
    padding-top: 1.5em;
    margin-bottom: 3.5em
}

.gallery-cont .ul li {
    padding-left: 1.25em
}

.gallery-cont .ul li+li {
    margin-top: .5em
}

.gallery-p {
    margin-top: .5em;
    color: #666;
    font-size: .875rem
}

@media only screen and (min-width:1024px) {
    .gallery-cont--centered {
        width: 64%;
        margin-left: auto;
        margin-right: auto
    }
}

ul.list>li {
    position: relative;
    padding-left: .9em
}

ul.list>li+li {
    margin-top: .2em
}

ul.list>li::before {
    content: '';
    position: absolute;
    top: .64em;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: .125em solid
}

ul.list--lg>li {
    padding-left: 1em
}

ul.list--lg>li::before {
    top: .55em;
    border-width: .25em
}

.numbered-list>li {
    position: relative;
    padding-left: 25px;
    counter-increment: number
}

.numbered-list>li+li {
    margin-top: 1.5em
}

.numbered-list>li::before {
    content: counter(number) '.';
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 20px
}

.accordion-title {
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: .005em;
    text-align: left
}

.accordion-title:before {
    content: '\E014'
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: -0.1em;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.accordion.is-active>.accordion-title,
.accordion-title.is-active {
    border-bottom-color: #000
}

.accordion.is-active>.accordion-title:before,
.accordion-title.is-active:before {
    -webkit-transform: rotate(-180deg) translateY(4px);
    transform: rotate(-180deg) translateY(4px)
}

.accordion.accordion--small .accordion-title {
    border-bottom-width: 0;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: .01em
}

.accordion.accordion--small .accordion-title:before {
    font-size: 1.25rem
}

.accordion.accordion--small.is-active>.accordion-title,
.accordion.accordion--small-title.is-active {
    border-bottom-width: 0
}

@media only screen and (min-width:1024px) {
    .accordion-title {
        padding: 32px 0;
        font-size: 1.5rem
    }
    .accordion-title:before {
        margin-top: -10px
    }
}

.summary-box.is-open .summary-content {
    height: auto
}

.summary-box.is-open .summary-content::after {
    display: none
}

.summary-box.is-open .summary-open {
    display: none
}

.summary-content {
    overflow: hidden;
    position: relative;
    height: 15em;
    margin-bottom: .5em;
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out
}

.summary-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, #fff 100%)
}

.separation-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700
}

.separation-item {
    display: inline-block;
    position: relative;
    padding-right: .8em;
    margin-right: .5em;
    font-size: 1.5rem
}

.separation-item::after {
    content: '';
    position: absolute;
    top: 50%;
    width: .3em;
    height: .3em;
    right: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.separation-item:last-child::after {
    display: none
}

@media only screen and (min-width:1024px) {
    .separation-item {
        font-size: 1.875rem
    }
}

.misc-h-wrap {
    padding-right: 20%
}

.misc-title {
    position: relative;
    padding: 76px 0 0;
    margin-bottom: 30px;
    font-size: 1rem
}

.misc-title:before {
    content: '';
    position: absolute;
    top: 60px;
    border-bottom: 2px solid #000;
    left: 0;
    right: 0
}

.misc-title:first-of-type {
    padding-top: 1em
}

.misc-title:first-of-type:before {
    top: 0
}

.misc-title~p {
    color: #666
}

@media only screen and (min-width:1024px) {
    .misc-title {
        padding-top: 98px;
        margin-bottom: 40px;
        font-size: 1.125rem
    }
    .misc-title:before {
        top: 80px
    }
}

.misc-sub-title {
    font-weight: 400;
    font-size: .875rem
}

.misc-list>li {
    position: relative;
    padding-left: 30px;
    counter-increment: number;
    color: #666
}

.misc-list>li+li {
    margin-top: 1em
}

.misc-list>li::before {
    content: counter(number) '.';
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 20px
}

.sitemap-d1-a {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.sitemap-d1-a:hover,
.sitemap-d1-a:focus {
    border-bottom-color: #bb162b
}

.sitemap-d2-a {
    border-bottom: 1px solid transparent;
    font-weight: 700
}

.sitemap-d2-a:hover,
.sitemap-d2-a:focus {
    border-bottom-color: #bb162b
}

.sitemap-d3-list .sitemap-d3::before {
    background-color: #666
}

.sitemap-d3-a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #666;
    font-size: .875rem
}

.sitemap-d3-a:hover,
.sitemap-d3-a:focus {
    color: #000;
    font-weight: 700;
    border-bottom-color: #bb162b
}

.textarea-title {
    margin-bottom: 1em
}

.tl-list {
    margin-top: -30px
}

.tl-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-top: 30px
}

.tl-item--large .tl-link {
    padding: 30px 30px 40px
}

.tl-link .thumb-wrap {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, 0.05)
}

.tl-link .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-object-fit .tl-link .thumb-img {
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-object-fit .tl-link:hover .thumb-img,
.no-object-fit .tl-link:focus .thumb-img {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

.tl-h {
    font-weight: bold;
    font-size: 30px
}

.tl-p {
    font-size: .875rem
}

.tl-hash {
    margin-top: 40px
}

@media only screen and (min-width:768px) {
    .tl-list {
        zoom: 1;
        margin-top: -20px;
        margin-left: -20px
    }
    .tl-list:before {
        content: '';
        display: block
    }
    .tl-list:after {
        content: '';
        display: table;
        clear: both
    }
    .tl-item {
        float: left;
        width: 33.33333333%
    }
    .tl-item.tl-item--large {
        width: 100%
    }
    .tl-link {
        margin-top: 20px;
        margin-left: 20px
    }
}

@media only screen and (min-width:1024px) {
    .tl-list {
        margin-top: -40px;
        margin-left: -40px
    }
    .tl-item.tl-item--large {
        position: relative;
        width: 66.66666667%;
        padding-bottom: 30.3030303%
    }
    .tl-link {
        margin-top: 40px;
        margin-left: 40px
    }
    .tl-item--large .tl-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: -4.76190476%;
        padding: 4.76190476% 40px
    }
    .tl-hash {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-top: 0
    }
    .tl-cont {
        position: relative;
        height: 100%
    }
}

@media only screen and (min-width:1440px) {
    .tl-item--large .tl-link {
        padding: 9.52380952% 7.14285714% 7.14285714% 11.30952381%
    }
    .tl-h {
        font-size: 2.5rem
    }
    .tl-p {
        font-size: 1rem
    }
}

.kiaonbeat-emblem {
    height: 1em;
    margin-top: -0.15em;
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .kiaonbeat-header .kia-on-beat {
        margin-right: 10px;
        margin-top: -10px
    }
}

.whats-new-header .func {
    text-align: left
}

.whats-new-header .cont {
    padding-top: 60px
}

@media only screen and (max-width:767px) {
    .whats-new-header .cont {
        margin-left: 8.26666667%;
        margin-right: 8.26666667%
    }
}

@media only screen and (max-width:1023px) {
    .whats-new-header .cont {
        margin-left: 8.33333333%;
        margin-right: 8.33333333%
    }
}

@media only screen and (min-width:1024px) {
    .whats-new-header .cont {
        position: relative;
        height: 100%;
        padding-top: 60px;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left
    }
    .whats-new-header .func {
        position: absolute;
        left: 30px;
        bottom: 0
    }
}

.news-list {
    margin-top: -30px
}

.news-link {
    display: block;
    margin-top: 30px;
    background-color: #eff1f2
}

.news-link .cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 25px 30px;
    word-break: keep-all;
    word-wrap: break-word
}

.news-link .p {
    height: 4.5em;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-weight: bold;
    letter-spacing: .005em
}

.news-link .eyebrow {
    color: #bb162b
}

.news-link .date {
    margin-top: 1em;
    color: #666;
    font-size: .75rem
}

@media only screen and (min-width:768px) {
    .news-list {
        zoom: 1;
        margin-left: -30px
    }
    .news-list:before {
        content: '';
        display: block
    }
    .news-list:after {
        content: '';
        display: table;
        clear: both
    }
    .news-item {
        float: left;
        width: 50%
    }
    .news-link {
        margin-left: 30px
    }
}

@media only screen and (min-width:1024px) {
    .news-list {
        margin-left: -40px
    }
    .news-item {
        width: 33.33333333%
    }
    .news-link {
        margin-top: 40px;
        margin-left: 40px
    }
    .news-link .cont {
        padding: 40px
    }
    .news-link .p {
        font-size: 1.125rem
    }
    .news-link .date {
        margin-top: 3em
    }
}

.fe_pip_wrap {
    position: relative
}

.fe_pip_wrap.pip_wrap #header {
    border-bottom: 4px solid #bb162b
}

.fe_pip_wrap .n_container div {
    box-sizing: border-box;
    line-height: 1.0
}

.pip_wrap.fe_pip_wrap #container {
    padding-top: 112px !important
}

.fe_kv_wrap {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
    box-sizing: border-box;
    background: #000
}

.fe_kv_wrap .bg_wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background: #000
}

.fe_kv_wrap .kv_btn_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    background-color: rgba(0, 0, 0, .5);
    box-sizing: border-box
}

.fe_kv_wrap .kv_btn_slide {
    width: 100%
}

.fe_kv_wrap .kv_btn_area .inner_sec {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: auto
}

.fe_kv_wrap .kv_btn_area .inner_sec:after {
    display: block;
    content: "";
    clear: both
}

.fe_kv_wrap .kv_btn_area .kv_link_btn {
    float: left;
    width: fit-content;
    margin-left: 24%
}

.fe_kv_wrap .kv_btn_area .kv_link_btn:after {
    display: block;
    content: "";
    clear: both
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .item {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 235px;
    height: 120px;
    margin-left: 10px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid;
    border-color: rgba(255, 255, 255, .3);
    background: #000
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .item img {
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: .4
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .slick-track {
    margin-left: 0;
    margin-right: 0
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .item:first-child {
    margin-left: 0
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn img {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.fe_kv_wrap .kv_btn_area .p_btn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
    position: relative;
    height: 30px;
    font-size: 24px;
    padding: 5px 0 0 45px
}

.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text:after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 35px;
    height: 35px;
    background: url('../content/dam/kwcms/gt/en/images/discover-kia/Sponsorship/PC/thum-play.png') no-repeat 0 0
}

.kv_pop_wrap {
    position: relative
}

.kv_pop_wrap .kv_dimmed {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    z-index: 5;
    background: rgba(0, 0, 0, .6)
}

.kv_pop_wrap .layPop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 9999
}

.kv_pop_wrap .layPop_wrap .pop_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 492px;
    background: #000;
    z-index: 10;
    transform: translate(-50%, -50%)
}

.kv_pop_wrap .layPop_wrap .y_wrap {
    width: 100%;
    height: 100%
}

.kv_pop_wrap .close_bt {
    position: absolute;
    top: 0;
    right: -50px;
    width: 30px;
    height: 30px;
    z-index: 2010
}

.kv_pop_wrap .close_bt a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../content/dam/kwcms/gt/en/images/discover-kia/KiaOnBeat/PC/close-btn.png') no-repeat 0 0
}

.fe_pip_wrap .fe_snb_wrap {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 1005
}

.fe_pip_wrap .fe_snb_wrap .snb_menu {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: auto
}

.fe_pip_wrap .fe_snb_wrap .snb_menu:after {
    display: block;
    content: "";
    clear: both
}

.fe_pip_wrap .fe_snb_wrap .snb_menu a {
    color: #fff
}

.fe_pip_wrap .fe_snb_wrap01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1400px;
    width: 100%;
    margin: 0;
    z-index: 1005;
    transform: translateX(-50%)
}

.fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
    position: absolute;
    bottom: 28px;
    left: 0;
    float: left;
    height: 120px;
    min-width: 300px
}

.fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo {
    position: relative;
    height: 100%
}

.fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 90px;
    letter-spacing: -1px;
    text-decoration: none;
    color: #fff
}

.fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_img img {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_txt {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list {
    float: right
}

.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a {
    position: relative;
    font-size: 19px;
    width: auto;
    height: 100%;
    padding: 8px 0;
    margin-left: 45px;
    color: #ccc;
    font-family: "kiaM"
}

.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a:first-child {
    margin-left: 0
}

.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a.on {
    color: #fff;
    font-family: "kiaB"
}

.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a.on:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 2px;
    background: #fff
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
    width: 35%;
    float: right;
    height: 120px
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list:after {
    display: block;
    content: "";
    clear: both
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li {
    float: left;
    width: 33.3333%;
    height: 100%;
    box-sizing: border-box
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
    display: block;
    text-align: center;
    height: 40px;
    padding: 5px 0 20px 0
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img img {
    height: auto;
    width: auto;
    text-align: center
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
    display: block;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "kiaM";
    opacity: .6
}

.fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo a .logo_img {
    display: block
}

@media only screen and (max-width:1280px) {
    .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
        width: 18.359vw;
        height: 9.375vw
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
        font-size: 1.875vw
    }
}

@media only screen and (max-width:1024px) {
    .pip_wrap.fe_pip_wrap #container {
        padding-top: 102px
    }
    .kv_pop_wrap .layPop_wrap .pop_inner {
        width: 90%;
        max-width: 800px;
        max-height: 395px
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .vihicle_title {
        top: -80px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
        height: 98px;
        min-width: 19.531vw
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
        height: 7.656vw
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
        height: 4.883vw;
        padding: 8px 0 0 0
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn {
        margin-left: 24%
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo a {
        font-size: 60px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_img img {
        width: 100%;
        left: 0
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
        left: 15px
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li {
        width: 30.3333%
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img img {
        height: 80%
    }
}

@media only screen and (width:768px) {
    .fe_pip_wrap .fe_snb_wrap {
        padding: 0 10px
    }
    .fe_kv_wrap .kv_btn_area .inner_sec {
        padding: 0 10px
    }
    .kv_pop_wrap .close_bt {
        top: -60px;
        right: 0
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
        width: 130px;
        height: 70px
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
        font-size: 15px;
        padding: 8px 0 0 40px;
        height: 25px
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .vihicle_title .logo a {
        font-size: 60px
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a {
        font-size: 16px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
        min-width: 170px;
        height: 70px
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn {
        margin-left: 26%
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
        height: 70px
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
        height: 30px
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
        font-size: 13px
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
        width: 37%
    }
    .fe_kv_wrap .kv_btn_area {
        padding: 10px 0
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
        bottom: 10px
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li {
        width: 33.3333%
    }
}

@media only screen and (max-width:767px) {
    .fe_kv_wrap .kv_btn_area .inner_sec {
        padding: 0 10px
    }
    .pip_wrap.fe_pip_wrap #container {
        padding-top: 0 !important
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn {
        margin-left: 0;
        width: 100%;
        text-align: center
    }
    .fe_kv_wrap {
        height: 520px
    }
    .fe_kv_wrap .kv_btn_area {
        bottom: 0;
        padding: 12px 0
    }
    .fe_kv_wrap .bg_wrap {
        overflow: hidden;
        position: relative;
        height: 100%
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
        display: inline-block;
        width: 130px;
        height: 70px;
        margin-left: 12px
    }
    .fe_kv_wrap .bg_wrap video {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: auto;
        max-width: unset;
        transform: translateX(-50%)
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
        font-size: 16px;
        height: 26px;
        padding: 8px 0 0 35px
    }
    .kv_btn_slide .slick-arrow {
        display: none !important
    }
    .kv_pop_wrap .layPop_wrap .pop_inner {
        width: 90%;
        height: 200px
    }
    .kv_pop_wrap .close_bt {
        top: -60px;
        right: 0
    }
    .fe_pip_wrap .fe_snb_wrap {
        top: 30px;
        padding: 0 10px;
        z-index: 1010
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .s_list {
        float: none;
        overflow-x: auto;
        width: 100%;
        padding-top: 65px;
        white-space: nowrap;
        padding-bottom: 15px;
        z-index: 999
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .vihicle_title {
        float: none;
        position: static
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .vihicle_title .logo a {
        font-size: 40px
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a {
        font-size: 16px;
        margin-left: 30px
    }
    .fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a.on:after {
        width: 35px
    }
    .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text:after {
        width: 25px;
        height: 25px;
        background-size: 100% 100%
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
        bottom: auto;
        top: 0
    }
    .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap {
        display: none
    }
    .fe_pip_wrap .fe_snb_wrap01 {
        bottom: auto;
        top: 0;
        height: 120px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
        bottom: auto;
        top: 15px;
        left: 10px;
        height: 55px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_img img {
        width: 100%;
        height: auto
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_txt {
        text-align: left;
        padding-left: 5px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo a {
        font-size: 38px
    }
    .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_img {
        width: 150px;
        height: 90px
    }
}

.fn_car_info_wrap {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1
}

.fn_car_info_wrap .fn_inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.fn_car_info_wrap .car_infomation {
    display: table;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    border-top: 0
}

.fn_car_info_wrap .car_infomation .ico_item {
    display: table-cell;
    width: 25%;
    border-left: 1px solid #d1d1d1;
    padding: 1.5vw 0
}

.fn_car_info_wrap .car_infomation .ico_item:first-child {
    border-left: 0
}

.fn_car_info_wrap .car_infomation .ico_item a {
    display: block;
    width: 100%;
    height: 100%
}

.fn_car_info_wrap .car_infomation .ico_item .ico_sec {
    display: block;
    height: 53px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-size: 100% 100%
}

.fn_car_info_wrap .car_infomation .ico_item .ico_txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px
}

.fn_car_info_wrap .car_infomation .ico_item.info_ico01 .ico_sec {
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/icon01.png') no-repeat 50% 50%
}

.fn_car_info_wrap .car_infomation .ico_item.info_ico02 .ico_sec {
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/icon02.png') no-repeat 50% 50%
}

.fn_car_info_wrap .car_infomation .ico_item.info_ico03 .ico_sec {
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/icon03.png') no-repeat 50% 50%
}

.fn_car_info_wrap .car_infomation .ico_item.info_ico04 .ico_sec {
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/icon04.png') no-repeat 50% 50%
}

.fn_car_info_wrap .car_infomation.item5 .ico_item {
    width: 20%
}

.fn_car_info_wrap .car_infomation .ico_item.info_ico05 .ico_sec {
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/icon05.png') no-repeat 50% 50%
}

.fn_car_info_wrap .car_infomation .ico_item.info_ico06 .ico_sec {
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/icon06.png') no-repeat 50% 50%
}

@media only screen and (max-width:1024px) {
    .fn_car_info_wrap .car_infomation .ico_item .ico_sec {
        height: 40px;
        background-size: 100% 100%
    }
    .fn_car_info_wrap .car_infomation .ico_item .ico_txt {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .fn_car_info_wrap {
        padding: 15px 15px
    }
    .fn_car_info_wrap .car_infomation {
        width: 100%;
        padding: 8px 15px;
        border: 1px solid #d1d1d1
    }
    .fn_car_info_wrap .car_infomation .ico_item {
        display: block;
        width: 100%;
        padding: 5px 0;
        border-left: 0;
        border-top: 1px solid #d1d1d1
    }
    .fn_car_info_wrap .car_infomation .ico_item:first-child {
        border-top: 0
    }
    .fn_car_info_wrap .car_infomation .ico_item:after {
        display: block;
        content: "";
        clear: both
    }
    .fn_car_info_wrap .car_infomation .ico_item .ico_sec {
        float: left;
        width: 40px;
        height: 42px;
        background-size: 50% 50%;
        box-sizing: border-box
    }
    .fn_car_info_wrap .car_infomation .ico_item .ico_txt {
        float: left;
        width: 80%;
        height: 40px;
        padding-left: 15px;
        text-align: left;
        box-sizing: border-box;
        vertical-align: middle;
        line-height: 40px
    }
    .fn_car_info_wrap .car_infomation {
        display: block
    }
    .fn_car_info_wrap .car_infomation .ico_item.info_ico01 .ico_sec {
        background-size: 60%
    }
    .fn_car_info_wrap .car_infomation .ico_item.info_ico02 .ico_sec {
        background-size: 60%
    }
    .fn_car_info_wrap .car_infomation .ico_item.info_ico03 .ico_sec {
        background-size: 60%
    }
    .fn_car_info_wrap .car_infomation .ico_item.info_ico04 .ico_sec {
        background-size: 60%
    }
    .fn_car_info_wrap .car_infomation .ico_item.info_ico05 .ico_sec {
        background-size: 60%
    }
    .fn_car_info_wrap .car_infomation.item5 .ico_item {
        width: 100%
    }
    .fn_car_info_wrap .car_infomation .ico_item.info_ico06 .ico_sec {
        background-size: 60%
    }
}

.fe_pip_wrap .temp00 .temp360vr .bgArea {
    height: 900px
}

@media only screen and (max-width:767px) {
    .fe_pip_wrap .temp00 .temp360vr .bgArea {
        height: 550px
    }
    .fe_pip_wrap .temp360vr .car_refresh a img {
        width: 100%
    }
}

.nf_explorer {
    background: #fff
}

.nf_explorer .nf_title_wrap {
    width: 100%;
    padding-top: 150px
}

.nf_explorer .nf_title_wrap .title_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.nf_explorer .nf_title_wrap .title_inner .nf_b_title {
    color: #000
}

.nf_explorer .nf_title_wrap .title_inner .sub_t {
    display: block;
    padding-bottom: 20px;
    font-size: 23px
}

.nf_explorer .nf_title_wrap .title_inner .main_t {
    display: block;
    padding-bottom: 50px;
    font-size: 50px
}

@media only screen and (max-width:1024px) {
    .nf_explorer .nf_title_wrap {
        padding-top: 80px
    }
    .nf_explorer .nf_title_wrap .title_inner {
        padding: 0 15px
    }
    .nf_explorer .nf_title_wrap .title_inner .main_t {
        font-size: 44px
    }
}

@media only screen and (width:768px) {
    .nf_explorer .nf_title_wrap {
        padding-top: 40px
    }
    .nf_explorer .nf_title_wrap .title_inner {
        padding: 0 5%
    }
    .nf_explorer .nf_title_wrap .title_inner .main_t {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .nf_explorer .nf_title_wrap {
        padding-top: 50px
    }
    .nf_explorer .nf_title_wrap .title_inner .sub_t {
        font-size: 14px;
        padding-bottom: 10px
    }
    .nf_explorer .nf_title_wrap .title_inner .main_t {
        font-size: 25px;
        padding-bottom: 20px
    }
}

.fe_inex_wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.fe_inex_wrap .nf_title_wrap {
    width: 100%;
    padding-top: 150px
}

.fe_inex_wrap .nf_title_wrap .title_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.fe_inex_wrap .nf_title_wrap .title_inner .nf_b_title {
    color: #000
}

.fe_inex_wrap .nf_title_wrap .title_inner .sub_t {
    display: block;
    padding-bottom: 20px;
    font-size: 23px
}

.fe_inex_wrap .nf_title_wrap .title_inner .main_t {
    display: block;
    padding-bottom: 50px;
    font-size: 50px
}

.fe_inex_wrap .inex_inner {
    width: 100%;
    max-width: 1920px;
    margin: auto
}

.fe_inex_wrap .tab_title_wrap {
    position: relative;
    width: 100%
}

.fe_inex_wrap .tab_title_wrap:before {
    display: block;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 70px;
    height: 4px;
    background: #bb162b;
    transform: translateX(-50%)
}

.fe_inex_wrap .tab_title_wrap .tab_menu {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 50px;
    text-align: center;
    box-sizing: border-box
}

.fe_inex_wrap .tab_title_wrap .tab_menu:after {
    display: block;
    content: "";
    clear: both
}

.fe_inex_wrap .tab_title_wrap .tab_menu li {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 35px;
    max-width: 180px
}

.fe_inex_wrap .tab_title_wrap .tab_menu li a {
    display: block;
    padding: 15px 0;
    font-size: 26px;
    color: #575757;
    box-sizing: border-box
}

.fe_inex_wrap .tab_title_wrap .tab_menu li.on a {
    position: relative;
    color: #bb162b;
    font-family: "kiaB";
    font-weight: bold
}

.fe_inex_wrap .tab_title_wrap .tab_menu li.on a:after {
    content: '';
    z-index: 99;
    clear: both;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #bb162b
}

.fe_inex_wrap .tab_box {
    position: relative;
    width: 100%;
    height: 100%
}

.fe_inex_wrap .tab_box .play_button_box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.fe_inex_wrap .tab_box .play_button_box a {
    display: inline-block
}

@media screen and (max-width:1024px) {
    .fe_inex_wrap {
        position: relative;
        width: 100%;
        height: auto
    }
    .fe_inex_wrap .nf_title_wrap .title_inner {
        padding: 0 15px
    }
    .fe_inex_wrap .nf_title_wrap .title_inner .main_t {
        font-size: 44px
    }
    .fe_inex_wrap .nf_title_wrap {
        padding-top: 80px
    }
}

@media only screen and (width:768px) {
    .fe_inex_wrap .nf_title_wrap {
        padding-top: 40px
    }
}

@media screen and (max-width:767px) {
    .fe_inex_wrap {
        position: relative;
        width: 100%;
        height: 100%
    }
    .fe_inex_wrap .nf_title_wrap {
        padding-top: 60px
    }
    .fe_inex_wrap .bgarea {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 300px
    }
    .fe_inex_wrap .bgarea video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 300px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
    .fe_inex_wrap .nf_title_wrap .title_inner .sub_t {
        font-size: 14px
    }
    .fe_inex_wrap .nf_title_wrap .title_inner .main_t {
        font-size: 25px;
        padding-bottom: 30px
    }
}

.nf_video_slide {
    width: 100%;
    padding: 0 0 80px 0
}

.nf_video_slide .nf_title_wrap {
    width: 100%;
    padding-top: 150px
}

.nf_video_slide .nf_title_wrap .title_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.nf_video_slide .nf_title_wrap .title_inner .nf_b_title {
    color: #000
}

.nf_video_slide .nf_title_wrap .title_inner .sub_t {
    display: block;
    padding-bottom: 20px;
    font-size: 23px
}

.nf_video_slide .nf_title_wrap .title_inner .main_t {
    display: block;
    padding-bottom: 50px;
    font-size: 50px
}

.nf_video_slide .nf_video_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    max-height: 500px;
    margin: auto
}

.nf_video_slide .v_slide .slick-dots {
    display: block !important;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.nf_video_slide .v_slide .slick-dots {
    display: table
}

.nf_video_slide .v_slide .slick-dots li {
    display: table-cell
}

.nf_video_slide .v_slide .slick-dots li button {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border: 1px solid #666;
    text-indent: -999999px;
    background: #ccc;
    border-radius: 100%
}

.nf_video_slide .v_slide .slick-dots li.slick-active button {
    background: #bb162b;
    border: 1px solid #bb162b
}

.nf_video_slide .v_bg_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto
}

.nf_video_slide .v_bg_wrap .img_bg {
    background: #000
}

.nf_video_slide .v_bg_wrap .img_bg img {
    margin: auto
}

.nf_video_slide .video_slide {
    position: relative
}

.nf_video_slide .v_slide_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: yellow
}

.nf_video_slide .layPop_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 9999
}

.nf_video_slide .video_item .v_bg_wrap .txt_wrap {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    max-width: 350px;
    color: #fff;
    font-family: "kiaB";
    font-weight: bold
}

.nf_video_slide .video_item .txt_wrap .s_title {
    font-size: 23px;
    padding-bottom: 20px
}

.nf_video_slide .video_item .txt_wrap .b_title {
    font-size: 50px;
    line-height: 1.2
}

.nf_video_slide .video_item .play_button_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.video_pop_wrap {
    position: relative
}

.video_pop_wrap .kv_dimmed {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    z-index: 5;
    background: rgba(0, 0, 0, .6)
}

.video_pop_wrap .layPop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 9999
}

.video_pop_wrap .layPop_wrap .pop_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 1000px;
    background: #000;
    z-index: 10;
    transform: translate(-50%, -50%)
}

.video_pop_wrap .layPop_wrap .y_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video_pop_wrap .layPop_wrap .y_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video_pop_wrap .layPop_wrap .d_sector {
    padding: 15px 15px;
    background: #fff;
    color: #000
}

.video_pop_wrap .layPop_wrap .d_sector .tit {
    font-size: 23px;
    padding-bottom: 15px;
    font-family: "kiaB"
}

.video_pop_wrap .layPop_wrap .d_sector .tit:before {
    content: "";
    display: block;
    border-top: 2px solid #d5172e;
    width: 33px;
    height: 2px;
    margin-bottom: 5px
}

.video_pop_wrap .layPop_wrap .d_sector .dis {
    line-height: 1.4;
    font-family: "kiaM";
    color: #666
}

@media only screen and (max-width:767px) {
    .video_pop_wrap .layPop_wrap .d_sector {
        display: none
    }
}

.video_pop_wrap .close_bt {
    position: absolute;
    top: 0;
    right: -50px;
    width: 30px;
    height: 30px;
    z-index: 2010
}

.video_pop_wrap .close_bt a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../content/dam/kwcms/gt/en/images/discover-kia/KiaOnBeat/PC/close-btn.png') no-repeat 0 0
}

.nf_video_slide .v_slide {
    position: relative
}

.nf_video_slide .slick-arrow {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 43%;
    width: auto;
    height: 22px;
    padding: 16px 0;
    text-indent: -999999px;
    font-size: 0;
    line-height: 0;
    z-index: 50;
    background: url("../content/dam/kwcms/gt/en/images/common/icon_pop_btn.png") no-repeat 0 0
}

.nf_video_slide .slick-prev {
    left: 15px;
    background-position: 2px 0
}

.nf_video_slide .slick-next {
    right: 15px;
    background-position: -30px 0
}

.nf_video_slide .slick-disabled {
    display: none !important
}

@media only screen and (max-width:1024px) {
    .video_pop_wrap .layPop_wrap .pop_inner {
        width: 90%;
        max-width: 800px;
        height: auto
    }
    .nf_video_slide .video_item .v_bg_wrap .txt_wrap {
        top: 40px;
        left: 40px;
        max-width: 300px
    }
    .nf_video_slide .video_item .txt_wrap .s_title {
        font-size: 20px
    }
    .nf_video_slide .video_item .txt_wrap .b_title {
        font-size: 42px
    }
    .nf_video_slide .nf_title_wrap .title_inner {
        padding: 0 20px
    }
    .nf_video_slide .nf_title_wrap {
        padding-top: 80px
    }
    .nf_video_slide .nf_title_wrap .title_inner .main_t {
        font-size: 44px
    }
}

@media only screen and (width:768px) {
    .video_pop_wrap .close_bt {
        top: -60px;
        right: 0
    }
    .nf_video_slide .video_item .v_bg_wrap .txt_wrap {
        top: 40px;
        left: 40px;
        max-width: 200px
    }
    .nf_video_slide .video_item .txt_wrap .s_title {
        font-size: 16px
    }
    .nf_video_slide .video_item .txt_wrap .b_title {
        font-size: 32px
    }
    .nf_video_slide .video_item .play_button_box {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:767px) {
    .video_pop_wrap .layPop_wrap .pop_inner {
        width: 90%;
        height: auto
    }
    .video_pop_wrap .close_bt {
        top: -60px;
        right: 0
    }
    .nf_video_slide .nf_video_inner {
        max-height: none
    }
    .nf_video_slide .video_item .v_bg_wrap .txt_wrap {
        position: absolute;
        color: #fff;
        width: 100%;
        padding: 0;
        left: 20px;
        top: 20px
    }
    .nf_video_slide .video_item .txt_wrap .s_title {
        font-size: 14px;
        color: #fff;
        padding-bottom: 13px
    }
    .nf_video_slide .video_item .txt_wrap .b_title {
        font-size: 25px
    }
    .nf_video_slide .video_item .play_button_box {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .nf_video_slide .v_slide .slick-dots {
        left: 10px;
        transform: none
    }
    .nf_video_slide .v_slide .slick-dots li button {
        border-radius: 0;
        width: 27px;
        height: 3px;
        margin: 0 3px
    }
    .nf_video_slide .v_bg_wrap .img_bg img {
        width: 100%
    }
    .nf_video_slide .nf_title_wrap .title_inner .sub_t {
        font-size: 14px
    }
    .nf_video_slide .nf_title_wrap .title_inner .main_t {
        font-size: 25px;
        padding-bottom: 30px
    }
    .nf_video_slide .nf_title_wrap .title_inner {
        padding: 0 15px
    }
    .nf_video_slide .nf_title_wrap {
        padding-top: 60px
    }
    .nf_video_slide .slick-arrow {
        height: 10px
    }
    .nf_video_slide .slick-next {
        right: 10px;
        width: 20px;
        background-position: right 0;
        background-size: 42px 40px
    }
    .nf_video_slide .slick-prev {
        left: 10px;
        width: 20px;
        background-position: left 0;
        background-size: 42px 40px
    }
}

.fe_pip_wrap #footer {
    position: static;
    background: #fff
}

.fe_pip_wrap .pipLayout .pipTit {
    position: relative;
    width: 1175px;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 62px;
    margin: 0 auto 14px
}

.fe_pip_wrap .pipLayout .pipTit::after {
    content: '';
    border-bottom: 1px solid #000;
    display: block
}

.fe_pip_wrap .pipLayout #safetyInner p {
    width: 1175px;
    margin: 0 auto
}

.fe_pip_wrap .pipLayout .txt_box_wrap {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 150px 0 0 0
}

.fe_pip_wrap .pipLayout .txt_box_wrap .title_inner {
    max-width: 1200px;
    margin: auto;
    font-family: "kiaB";
    font-weight: bold;
    color: #000
}

.fe_pip_wrap .pipLayout .txt_box_wrap .s_title {
    font-size: 23px;
    padding-bottom: 15px
}

.fe_pip_wrap .pipLayout .txt_box_wrap .b_title {
    font-size: 50px
}

.fe_pip_wrap .pipLayout .imgList.type10>li>a dt {
    position: relative
}

.fe_pip_wrap .pipLayout .imgList li a img {
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.fe_pip_wrap .popup_wrap {
    display: none;
    position: fixed;
    width: 740px;
    margin: auto;
    left: 50%;
    top: 50%;
    border-top: 2px solid #bb162b;
    transform: translate(-50%, -50%)
}

.fe_pip_wrap .popup .pop_con {
    padding: 0;
    height: 100%
}

.fe_pip_wrap .popup .pop_con {
    background: #fff;
    position: relative
}

.fe_pip_wrap .popup .pop_con .pop_img {
    position: relative
}

.fe_pip_wrap .popup .pop_con .pop_btn {
    display: block;
    position: absolute;
    top: 50%;
    width: auto;
    height: 22px;
    background: url(../content/dam/kwcms/gt/en/images/common/icon_pop_btn.png) no-repeat;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0
}

.fe_pip_wrap .popup .pop_con .pop_btn.prev {
    left: 15px;
    background-position: 2px 0;
    z-index: 20
}

.fe_pip_wrap .prev,
.fe_pip_wrap .next {
    cursor: pointer;
    position: absolute;
    bottom: 25px;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.fe_pip_wrap .popup .pop_con .pop_btn.next {
    right: 15px;
    background-position: -30px 0
}

.fe_pip_wrap .popup_wrap .pop_con img {
    width: 100%
}

.fe_pip_wrap .popup .pop_con .img_more {
    padding: 20px 25px 30px;
    background: #fff
}

.fe_pip_wrap .popup .pop_con .img_more dt {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 27px;
    font-family: 'KiaB';
    color: #000
}

.fe_pip_wrap .popup .pop_con .img_more dt:before {
    content: '';
    display: block;
    border-top: 2px solid #d5172e;
    width: 33px;
    height: 2px;
    margin-bottom: 5px
}

.fe_pip_wrap .popup .pop_con .img_more dd {
    color: #666;
    font-size: 14px
}

.fe_pip_wrap .popup_wrap .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px
}

.fe_pip_wrap .spr_close2 {
    background-position: -30px -61px;
    width: 14px;
    height: 14px
}

@media(max-width:1024px) {
    .fe_pip_wrap .pipLayout .imgList.type10 {
        background: #fff;
        width: auto;
        margin: 0 auto;
        padding: 0 10px 30px 10px
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li {
        width: 100%
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a {
        width: 30%;
        margin-right: 5%;
        height: inherit
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a+a+a {
        margin-right: 0
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li img {
        width: 100%;
        height: auto
    }
    .fe_pip_wrap .pipLayout .pipTit {
        width: 98%
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap .title_inner {
        padding: 0 15px
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap .b_title {
        font-size: 44px;
        max-width: 80%
    }
    .fe_pip_wrap .popup_wrap {
        width: 600px
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap {
        padding-top: 80px
    }
}

@media screen and (max-width:767px) {
    .fe_pip_wrap .pipLayout .mInner {
        width: 100%;
        margin: 0 auto;
        position: relative
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0;
        padding: 3% 0;
        box-sizing: border-box
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a dt {
        display: table-cell;
        width: 145px;
        max-height: 107px;
        vertical-align: middle;
        overflow: hidden
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a dd {
        display: table-cell;
        vertical-align: middle;
        padding-left: 4%
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a dd div.btmTextTxt {
        display: none
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a h4.btmTextTit {
        border-bottom: 0;
        height: auto;
        margin-top: 0;
        font-size: 14px
    }
    .fe_pip_wrap .pipLayout .imgList.type10 li a h4.btmTextTit span {
        font-size: 15px;
        line-height: 19px;
        font-weight: bold
    }
    .fe_pip_wrap .pipLayout .pipTit {
        width: 92%;
        font-size: 1.5rem
    }
    .fe_pip_wrap .pipLayout #safetyInner+.imgListPaging {
        width: 92%;
        margin: 0 auto
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap .s_title {
        font-size: 14px
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap .b_title {
        font-size: 25px;
        max-width: 100%;
        line-height: 1.2
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap .title_inner {
        padding: 0 15px 30px 15px
    }
    .fe_pip_wrap .pipLayout .txt_box_wrap {
        padding: 60px 0 0 0
    }
    .fe_pip_wrap .popup_wrap {
        width: 320px
    }
    .fe_pip_wrap .popup_wrap .closeBtn {
        padding: 10px
    }
}

.nf_tab_com {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #f7f7f7;
    padding: 130px 0
}

.nf_tab_com .com_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.nf_tab_com .com_inner:after {
    display: block;
    content: "";
    clear: both
}

.nf_tab_com .box_wrap {
    float: left
}

.nf_tab_com .img_box_wrap {
    position: relative;
    float: right;
    width: 100%;
    max-width: 654px;
    min-height: 588px;
    min-height: 500px
}

.nf_tab_com .img_box_wrap .tab_contents {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nf_tab_com .img_box_wrap .tab_contents .videoBox {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 654px;
    height: 400px;
    background: #000
}

.nf_tab_com .img_box_wrap .tab_contents .videoBox video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%)
}

.nf_tab_com .text_box_wrap {
    position: relative;
    width: 40%;
    min-height: 500px;
    letter-spacing: -1px;
    color: #000
}

.nf_tab_com .text_box_wrap .title_txt {
    width: 100%;
    font-family: "kiaB";
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #888
}

.nf_tab_com .text_box_wrap .title_txt .s_title {
    font-size: 23px;
    padding-bottom: 20px
}

.nf_tab_com .text_box_wrap .title_txt .b_title {
    font-size: 50px;
    line-height: 1.2
}

.nf_tab_com .text_box_wrap .box_position {
    position: static;
    width: 100%;
    top: 0;
    left: 0
}

.nf_tab_com .text_box_wrap .tab_wrap {
    width: 100%;
    margin-top: 30px
}

.nf_tab_com .text_box_wrap .tab_wrap .item a {
    display: block;
    padding: 0 0 25px 0;
    font-size: 21px;
    font-family: "kiaM";
    letter-spacing: 0
}

.nf_tab_com .text_box_wrap .tab_wrap .item a span {
    display: block;
    position: relative;
    padding-left: 20px
}

.nf_tab_com .text_box_wrap .tab_wrap .item a span:before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #05141f;
    border-radius: 100%
}

.nf_tab_com .text_box_wrap .tab_wrap .item a.active span:before {
    background: #ea0029
}

.nf_tab_com .img_box_wrap .tab_contents .txt_desc {
    width: 100%;
    font-size: 16px;
    padding: 20px 8%
}

.nf_tab_com .img_box_wrap .tab_contents .txt_desc div {
    line-height: 1.4;
    color: #666
}

.nf_tab_com .img_box_wrap .tab_contents .imgBox {
    overflow: hidden;
    height: 400px;
    text-align: center
}

.nf_tab_com .img_box_wrap .tab_contents .imgBox img {
    height: 100%
}

.nf_tab_com .img_box_wrap .tab_contents {
    display: none
}

.nf_tab_com .img_box_wrap .tab_contents.active {
    display: block
}

.nf_tab_com.bg_black {
    background: #05141f;
    color: #fff
}

.nf_tab_com.bg_black a {
    color: #fff
}

.nf_tab_com.bg_black .text_box_wrap {
    color: #fff
}

.nf_tab_com.bg_black .text_box_wrap .tab_wrap .item a span:before {
    background: #fff
}

.nf_tab_com.bg_black .text_box_wrap .tab_wrap .item a.active span:before {
    background: #bb162b
}

.nf_tab_com.bg_black .img_box_wrap .tab_contents .txt_desc div {
    color: #fff
}

.nf_tab_com.imgLeft .box_wrap {
    float: right
}

.nf_tab_com.imgLeft .img_box_wrap {
    float: left
}

@media(max-width:1024px) {
    .nf_tab_com .img_box_wrap {
        max-width: 600px;
        min-height: 539px
    }
    .nf_tab_com .text_box_wrap .title_txt .b_title {
        font-size: 42px
    }
    .nf_tab_com .text_box_wrap .box_position {
        padding-left: 15px
    }
    .nf_tab_com {
        padding: 80px 0
    }
    .nf_tab_com .img_box_wrap .tab_contents .imgBox {
        height: 335px
    }
    .nf_tab_com .img_box_wrap .tab_contents .videoBox {
        max-width: 560px;
        height: 335px
    }
    .nf_tab_com.imgLeft .text_box_wrap .box_position {
        padding-right: 15px
    }
}

@media(width:768px) {
    .nf_tab_com .text_box_wrap {
        min-height: 414px
    }
    .nf_tab_com .text_box_wrap .title_txt .s_title {
        font-size: 16px
    }
    .nf_tab_com .img_box_wrap {
        max-width: 460px;
        min-height: 414px
    }
    .nf_tab_com .text_box_wrap .title_txt .b_title {
        font-size: 30px
    }
    .nf_tab_com .text_box_wrap {
        width: 36%
    }
    .nf_tab_com .text_box_wrap .title_txt {
        padding-bottom: 25px
    }
    .nf_tab_com .text_box_wrap .tab_wrap {
        margin-top: 15px
    }
    .nf_tab_com .text_box_wrap .tab_wrap .item a {
        font-size: 14px;
        padding: 0 0 20px 0
    }
    .nf_tab_com .text_box_wrap .box_position {
        padding-left: 10px
    }
    .nf_tab_com.imgLeft .text_box_wrap .box_position {
        padding: 0 10px 0 0
    }
}

@media(max-width:767px) {
    .nf_tab_com {
        padding: 40px 0
    }
    .nf_tab_com .text_box_wrap {
        min-height: auto
    }
    .nf_tab_com .img_box_wrap {
        min-height: auto;
        margin-top: 15px
    }
    .nf_tab_com .text_box_wrap .title_txt .s_title {
        font-size: 14px
    }
    .nf_tab_com .text_box_wrap .box_position {
        position: static;
        transform: none
    }
    .nf_tab_com .text_box_wrap .title_txt .b_title {
        font-size: 25px;
        width: 100%
    }
    .nf_tab_com .text_box_wrap {
        width: 100%;
        padding: 0 10px
    }
    .nf_tab_com .text_box_wrap .title_txt {
        padding-bottom: 20px;
        border-bottom: 0
    }
    .nf_tab_com .text_box_wrap .tab_wrap {
        margin-top: 0
    }
    .nf_tab_com .text_box_wrap .tab_wrap .item a {
        display: inline-block;
        padding: 0 25px 25px 0;
        font-size: 16px
    }
    .nf_tab_com .text_box_wrap .tab_wrap .item {
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        width: 100%
    }
    .nf_tab_com .text_box_wrap .tab_wrap .item a span:before {
        top: 3px
    }
    .nf_tab_com .img_box_wrap .tab_contents {
        position: static
    }
    .nf_tab_com .img_box_wrap .tab_contents .txt_desc {
        font-size: 14px
    }
    .nf_tab_com .img_box_wrap .tab_contents .videoBox {
        height: 300px
    }
    .nf_tab_com .img_box_wrap .tab_contents .imgBox {
        height: 300px
    }
}

.resource_gallerys .pip_gallery_new {
    padding-top: 150px;
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/gnb-bg.png') repeat-x 0 0
}

.resource_gallerys .fe_snb_wrap .snb_menu .s_list a {
    color: #000
}

.resource_gallerys .fe_snb_wrap .snb_menu .s_list a.on {
    color: #bb162b
}

.resource_gallerys .fe_snb_wrap .snb_menu .s_list a.on:after {
    background: #bb162b
}

.resource_gallerys .pip_gallery_new .con_tit2 {
    visibility: hidden;
    width: 0;
    height: 0
}

.resource_gallerys .pip_gallery_new .tab_nav {
    background: #e2e1e1;
    border-radius: 30px
}

.resource_gallerys .pip_gallery_new .tab_nav li:first-child {
    display: block;
    margin-right: 0
}

.resource_gallerys .pip_gallery_new .tab_nav li:first-child button {
    padding: 0 45px
}

.resource_gallerys .pip_gallery_new .tab_nav li button {
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    padding: 0 25px;
    font-family: "kiaB";
    font-weight: bold
}

.resource_gallerys .pip_gallery_new .tab_nav li button.active {
    background: #fff;
    border-radius: 30px
}

.resource_gallerys .pip_gallery_new .tab_nav li button:after {
    display: none
}

.resource_gallerys .pip_gallery_new .tab_nav li {
    margin: 5px 5px
}

.resource_gallerys .pip_gallery_new .tab_nav li:nth-child(3) {
    margin-left: 0
}

.resource_gallerys .pip_gallery_new {
    padding-top: 140px
}

@media(max-width:767px) {
    .resource_gallerys .fe_snb_wrap .snb_menu .s_list {
        padding-top: 20px
    }
    .resource_gallerys .pip_gallery_new {
        padding-top: 120px
    }
    .resource_gallerys .pip_gallery_new .tab_nav li button {
        padding: 0 10px;
        font-size: 14px
    }
    .resource_gallerys .pip_gallery_new .tab_nav li:first-child button {
        padding: 0 25px
    }
}

.resource_spec .fe_snb_wrap .snb_menu .s_list a {
    color: #000
}

.resource_spec .fe_snb_wrap .snb_menu .s_list a.on {
    color: #bb162b
}

.resource_spec .fe_snb_wrap .snb_menu .s_list a.on:after {
    background: #bb162b
}

.resource_spec .wheel_visual .wheel_data {
    width: 100%;
    max-width: 1280px
}

@media(max-width:767px) {
    .resource_spec .fe_snb_wrap .snb_menu .s_list {
        padding-top: 10px
    }
    .resource_spec .spec_visual {
        height: 470px
    }
    .resource_spec .spec_visual .spec_data h1 {
        margin: 60px 15px 9px
    }
}

.advence_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    height: 716px
}

.advence_wrap .box {
    overflow: hidden;
    position: absolute;
    transition: all 1s;
    box-sizing: border-box;
    cursor: pointer
}

.advence_wrap .box .imgBoxWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.advence_wrap .box .imgBoxWrap:hover {
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.advence_wrap .box .imgBoxWrap .box_title {
    display: none
}

.advence_wrap .box .box_inner a {
    display: block;
    width: 100%;
    height: 100%
}

.advence_wrap .box .imgBoxWrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.advence_wrap .box .imgBoxWrap:hover .box_title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    z-index: 10
}

.advence_wrap .box .imgBoxWrap:hover .box_title .text_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.advence_wrap .box .imgBoxWrap:hover .box_title .text_wrap span {
    display: inline-block;
    width: 60%
}

.advence_wrap .box_01 .imgBoxWrap .tab_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.advence_wrap .box .imgBoxWrap .video_box_img {
    width: 100%;
    height: 100%;
    background: #000
}

.advence_wrap .box .imgBoxWrap .video_box_img .tab_video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 100%;
    background: #000
}

.techvideo_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 20;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.advence_wrap .box_01 {
    width: 544px;
    height: 338px;
    transform: translate(0, 0)
}

.advence_wrap .box_02 {
    width: 323px;
    height: 235px;
    transform: translate(170%, 0)
}

.advence_wrap .box_03 {
    width: 323px;
    height: 235px;
    transform: translate(271%, 0)
}

.advence_wrap .box_04 {
    width: 178px;
    height: 132px;
    transform: translate(0, 260%)
}

.advence_wrap .box_05 {
    width: 178px;
    height: 132px;
    transform: translate(103%, 260%)
}

.advence_wrap .box_06 {
    width: 178px;
    height: 132px;
    transform: translate(206%, 260%)
}

.advence_wrap .box_07 {
    width: 323px;
    height: 235px;
    transform: translate(170%, 102%)
}

.advence_wrap .box_08 {
    width: 323px;
    height: 235px;
    transform: translate(271%, 102%)
}

.advence_wrap .box_09 {
    width: 361px;
    height: 235px;
    transform: translate(0, 204%)
}

.advence_wrap .box_10 {
    width: 505px;
    height: 235px;
    transform: translate(72.5%, 204%)
}

.advence_wrap .box_11 {
    width: 323px;
    height: 235px;
    transform: translate(271%, 204%)
}

.mobile_slide_wrap {
    display: none
}

.advence_wrap.ch1 {
    height: 338px
}

.advence_wrap.ch2 {
    height: 477px
}

.advence_wrap.ch3 {
    height: 716px
}

@media(max-width:1200px) {
    .advence_wrap {
        max-width: 97.500vw;
        width: 100%
    }
    .advence_wrap.ch1 {
        height: 28.167vw
    }
    .advence_wrap.ch2 {
        height: 39vw
    }
    .advence_wrap.ch3 {
        height: 58.667vw
    }
    .advence_wrap .box_01 {
        width: 44.333vw;
        height: 28vw;
        transform: translate(0, 0)
    }
    .advence_wrap .box_02 {
        width: 26.250vw;
        height: 19.167vw;
        transform: translate(170%, 0)
    }
    .advence_wrap .box_03 {
        width: 26.250vw;
        height: 19.167vw;
        transform: translate(271%, 0)
    }
    .advence_wrap .box_04 {
        width: 14.500vw;
        height: 10.917vw;
        transform: translate(0, 259%)
    }
    .advence_wrap .box_05 {
        width: 14.500vw;
        height: 10.917vw;
        transform: translate(103%, 259%)
    }
    .advence_wrap .box_06 {
        width: 14.500vw;
        height: 10.917vw;
        transform: translate(206%, 259%)
    }
    .advence_wrap .box_07 {
        width: 26.250vw;
        height: 19.583vw;
        transform: translate(170%, 100%)
    }
    .advence_wrap .box_08 {
        width: 26.250vw;
        height: 19.583vw;
        transform: translate(271%, 100%)
    }
    .advence_wrap .box_09 {
        width: 29.500vw;
        height: 19.583vw;
        transform: translate(0, 202%)
    }
    .advence_wrap .box_10 {
        width: 41.083vw;
        height: 19.583vw;
        transform: translate(72.5%, 202%)
    }
    .advence_wrap .box_11 {
        width: 26.250vw;
        height: 19.583vw;
        transform: translate(271%, 202%)
    }
}

@media(max-width:1024px) {
    .advence_wrap {
        height: 28.125vw
    }
    .advence_wrap.ch1 {
        height: 28.167vw
    }
    .advence_wrap.ch2 {
        height: 39vw
    }
    .advence_wrap.ch3 {
        height: 59.3vw
    }
}

@media(width:768px) {
    .advence_wrap {
        height: 208px
    }
}

@media(max-width:767px) {
    .advence_wrap {
        display: none
    }
    .mobile_slide_wrap {
        display: block;
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: auto;
        margin-top: 0
    }
    .mobile_slide_wrap .m_box .img_box {
        overflow: hidden;
        position: relative;
        height: 270px;
        max-width: 420px;
        width: 100%;
        min-width: 320px;
        margin: auto
    }
    .mobile_slide_wrap .m_box .img_box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%
    }
    .mobile_slide_wrap .m_box .img_box video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%
    }
    .mobile_slide_wrap .m_box .contents_box {
        padding: 30px 15px 20px 15px
    }
    .mobile_slide_wrap .m_box .title_box {
        width: 100%
    }
    .mobile_slide_wrap .m_box .title_box .title {
        display: block;
        position: relative;
        width: 100%;
        font-size: 22px;
        font-family: "kiaB";
        padding-bottom: 20px
    }
    .mobile_slide_wrap .m_box .title_box .title:before {
        display: block;
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        width: 30px;
        height: 2px;
        background: #bb162b
    }
    .mobile_slide_wrap .m_box .desc {
        font-size: 14px;
        line-height: 1.4
    }
    .mobile_slide_wrap .v_slide {
        padding-bottom: 25px
    }
    .mobile_slide_wrap .v_slide .slick-dots {
        display: table;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: auto;
        box-sizing: border-box;
        transform: translateX(-50%)
    }
    .mobile_slide_wrap .v_slide .slick-dots li {
        display: table-cell;
        box-sizing: border-box
    }
    .mobile_slide_wrap .v_slide .slick-dots li button {
        display: inline-block;
        text-indent: -99999px;
        background: #ccc;
        width: 24px;
        height: 5px;
        margin: 0 3px
    }
    .mobile_slide_wrap .v_slide .slick-dots li.slick-active button {
        background: #bb162b
    }
    .mobile_slide_wrap .v_slide a {
        text-decoration: none
    }
    .mobile_slide_wrap .slick-arrow {
        overflow: hidden;
        display: block;
        position: absolute;
        top: 20%;
        width: 20px;
        height: 10px;
        padding: 16px 0;
        text-indent: -999999px;
        font-size: 0;
        line-height: 0;
        z-index: 50;
        background: url("../content/dam/kwcms/gt/en/images/common/icon_pop_btn.png") no-repeat 0 0
    }
    .mobile_slide_wrap .slick-prev {
        left: 10px;
        width: 20px;
        background-position: left 0;
        background-size: 42px 40px
    }
    .mobile_slide_wrap .slick-next {
        right: 10px;
        width: 20px;
        background-position: right 0;
        background-size: 42px 40px
    }
    .mobile_slide_wrap .slick-disabled {
        display: none !important
    }
    .mobile_slide_wrap .m_box .video_box_img {
        position: relative;
        width: 100%;
        height: 100%;
        background: #000
    }
    .mobile_slide_wrap .m_box .video_box_img .tab_video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background: #000
    }
}

@media(max-width:767px) {
    .fe_pip_wrap .temp00 .temp360vr .textArea h3 {
        letter-spacing: -1px;
        font-size: 28px
    }
    .nf_explorer .nf_title_wrap .title_inner .nf_b_title {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc
    }
    .fe_inex_wrap .nf_title_wrap .title_inner .sub_t {
        padding-bottom: 10px
    }
    .nf_tab_com .text_box_wrap .title_txt .s_title,
    .fe_pip_wrap .pipLayout .txt_box_wrap .s_title {
        padding-bottom: 10px
    }
}

.fe_pip_wrap .gallery_content {
    position: relative;
    box-sizing: border-box
}

.fe_pip_wrap .pop_title_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: right;
    background: rgba(0, 0, 0, .7);
    padding: 30px 20px 25px 20px;
    box-sizing: border-box
}

.fe_pip_wrap .pop_title_box .pop_title {
    display: inline-block;
    position: relative;
    font-size: 26px;
    font-family: "kiaB"
}

.fe_pip_wrap .pop_title_box .pop_title:after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 60px;
    height: 2px;
    background: #fff
}

@media(max-width:1024px) {
    .fe_pip_wrap .pop_title_box .pop_title {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .fe_pip_wrap .pop_title_box {
        padding: 10px;
        text-align: center
    }
    .fe_pip_wrap .pop_title_box .pop_title {
        font-size: 16px
    }
    .fe_pip_wrap .pop_title_box .pop_title:after {
        display: none
    }
    .fe_pip_wrap #gallery_pop .gallery_content {
        min-height: auto
    }
}

.nf_tab_com .com_inner {
    display: block
}

.nf_tab_com .m_com_inner {
    display: none
}

@media(max-width:767px) {
    .nf_tab_com .com_inner {
        display: none
    }
    .nf_tab_com .m_com_inner {
        display: block
    }
    .com_mobile_tp {
        width: 100%
    }
    .com_mobile_tp img {
        width: 100%
    }
    .com_mobile_tp .title_txt {
        width: 100%;
        padding: 0 20px 20px 20px;
        font-family: "kiaB";
        font-weight: bold;
        color: #000;
        letter-spacing: -1px
    }
    .com_mobile_tp .title_txt .s_title {
        font-size: 14px;
        padding-bottom: 10px
    }
    .com_mobile_tp .title_txt .b_title {
        width: 100%;
        font-size: 25px;
        padding-bottom: 10px;
        line-height: 1.2
    }
    .nf_tab_com.bg_black .com_mobile_tp .title_txt {
        color: #fff
    }
    .m_slide_box .item .sli_title {
        font-size: 17px;
        padding: 0 20px;
        font-family: "kiaB";
        color: #000;
        padding-bottom: 20px
    }
    .nf_tab_com.bg_black .m_slide_box .item .sli_title {
        color: #fff
    }
    .m_slide_box .item .slide_con {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 300px;
        box-sizing: border-box
    }
    .m_slide_box .item .imgBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box
    }
    .m_slide_box .item .imgBox img {
        width: 100%
    }
    .m_slide_box .item .videoBox {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background: #000
    }
    .m_slide_box .item .videoBox video {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%)
    }
    .m_slide_box .item .txt_desc {
        width: 100%;
        padding: 20px 8%;
        box-sizing: border-box
    }
    .m_slide_box .item .txt_desc span {
        line-height: 1.4;
        color: #666
    }
    .nf_tab_com.bg_black .m_slide_box .item .txt_desc span {
        line-height: 1.4;
        color: #fff
    }
    .m_slide_box {
        position: relative;
        width: 100%;
        box-sizing: border-box
    }
    .m_slide_box .slick-arrow {
        position: absolute;
        top: 180px;
        color: #fff;
        font-size: 0;
        text-indent: -999999px
    }
    .m_slide_box .slick-arrow.slick-prev {
        left: 10px;
        z-index: 50;
        background: url("../content/dam/kwcms/gt/en/images/common/btn_arrow_left.png") no-repeat 0 0;
        background-size: 15px 28px
    }
    .m_slide_box .slick-arrow.slick-next {
        right: 10px;
        z-index: 50;
        background: url("../content/dam/kwcms/gt/en/images/common/btn_arrow_right.png") no-repeat 0 0;
        background-size: 15px 28px
    }
    .m_slide_box .slick-arrow.slick-disabled {
        opacity: .5
    }
    .m_slide_box .slick-next::before,
    .m_slide_box .slick-prev:before {
        width: 15px;
        height: 28px
    }
    .m_slide_box .slick-dots {
        width: 100%;
        box-sizing: border-box;
        text-align: center
    }
    .m_slide_box .slick-dots li {
        overflow: hidden;
        display: inline-block;
        margin: 0 5px
    }
    .m_slide_box .slick-dots li button {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #ccc;
        width: 25px;
        height: 5px;
        font-size: 0
    }
    .m_slide_box .slick-dots li.slick-active button {
        background: #bb162b
    }
}

.fe_pip_wrap .n_container .review {
    background-size: cover;
    padding-top: 130px
}

.fe_pip_wrap .n_container .review a.roll {
    width: 25px
}

.fe_pip_wrap .n_container .review a {
    z-index: 50
}

.fe_pip_wrap .n_container .review a.next {
    right: -40px;
    background-position: -30px 0
}

.fe_pip_wrap .n_container .review a.prev {
    left: -40px;
    background-position: 0 0
}

@media(max-width:1024px) {
    .fe_pip_wrap .n_container .review {
        padding-top: 100px
    }
    .fe_pip_wrap .n_container .review a {
        z-index: 50
    }
    .fe_pip_wrap .n_container .review a.next {
        right: 0;
        background-position: -30px 0
    }
    .fe_pip_wrap .n_container .review a.prev {
        left: 0;
        background-position: 0 0
    }
    .fe_pip_wrap .n_container .review .review_interaction a.next {
        right: -15px;
        background-position: -30px 0
    }
    .fe_pip_wrap .n_container .review .review_interaction a.prev {
        left: -15px;
        background-position: 0 0
    }
}

@media(max-width:767px) {
    .fe_pip_wrap .n_container .review {
        padding-top: 90px
    }
    .fe_pip_wrap .n_container .review a {
        z-index: 50
    }
    .fe_pip_wrap .n_container .review a.next {
        right: 0;
        background-position: -30px 0
    }
    .fe_pip_wrap .n_container .review a.prev {
        left: 0;
        background-position: 0 0
    }
    .fe_pip_wrap .n_container .review .review_interaction a.next {
        right: -15px;
        background-position: -30px 0
    }
    .fe_pip_wrap .n_container .review .review_interaction a.prev {
        left: -15px;
        background-position: 0 0
    }
    .fe_pip_wrap .n_container .review .media_review .mediaCon>ul {
        max-height: 490px
    }
    .fe_pip_wrap .resource_reviews .fe_snb_wrap .snb_menu .s_list {
        padding-top: 30px
    }
    .fe_pip_wrap .resource_reviews .review .review_visual {
        padding: 40px 15px 0
    }
}

.resource_accessorys .newpip {
    background: #fff url('../content/dam/kwcms/gt/en/images/new-showroom/gnb-bg.png') repeat-x 0 0 !important;
    padding-top: 100px
}

.resource_accessorys .newpip .acc_filter {
    margin-bottom: 30px
}

.resource_accessorys .fe_snb_wrap .snb_menu .s_list a {
    color: #000
}

.resource_accessorys .fe_snb_wrap .snb_menu .s_list a.on {
    color: #bb162b
}

.resource_accessorys .fe_snb_wrap .snb_menu .s_list a.on:after {
    background: #bb162b
}

.resource_accessorys .newpip .accessory .popup_wrap {
    display: none !important
}

@media(max-width:1024px) {
    .resource_accessorys .newpip .acc_filter .category_area .input_box {
        padding: 11px 0 12px
    }
}

@media(max-width:767px) {
    .resource_accessorys .newpip {
        padding-top: 90px
    }
    .fe_pip_wrap .resource_accessorys .fe_snb_wrap .snb_menu .s_list {
        padding-top: 20px
    }
    .fe_pip_wrap .resource_accessorys .accessory {
        padding-top: 35px
    }
}

.new_boxImage_wrap {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box
}

.new_boxImage_wrap .boxList_inner {
    max-width: 960px;
    width: 100%;
    margin: auto;
    box-sizing: border-box
}

.new_boxImage_wrap .title_txt_wrap {
    width: 100%;
    position: relative;
    box-sizing: border-box
}

.new_boxImage_wrap .title_txt_box {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    max-width: 348px
}

.new_boxImage_wrap .boxList_inner .boxList {
    position: relative;
    width: 960px;
    margin: auto;
    height: 780px
}

.new_boxImage_wrap .boxList_inner .boxList .box {
    overflow: hidden;
    position: absolute;
    transition: all 1s;
    box-sizing: border-box
}

.new_boxImage_wrap .boxList_inner .boxList .box .box_inner {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.new_boxImage_wrap .boxList_inner .boxList .box .box_inner a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.new_boxImage_wrap .boxList_inner .boxList .box .box_inner a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.new_boxImage_wrap .imgBoxWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.new_boxImage_wrap .imgBoxWrap:hover {
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.new_boxImage_wrap .imgListTit {
    color: #fff;
    font-family: "kiaB";
    font-size: 24px;
    width: 50%;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 1) 0 0 5px !important
}

.new_boxImage_wrap .box07 .imgListTit {
    width: 80%
}

.new_boxImage_wrap .box09 .imgListTit {
    width: 80%
}

.new_boxImage_wrap .boxList_inner .boxList .box.box02 .box_inner img {
    width: auto;
    height: 100%
}

.new_boxImage_wrap .boxList_inner .boxList .box.box03 .box_inner img {
    width: auto;
    height: 100%
}

.new_boxImage_wrap .boxList_inner .boxList .box.box04 .box_inner img {
    width: 100%;
    height: auto
}

.new_boxImage_wrap .boxList_inner .boxList .box.box05 .box_inner img {
    width: 100%;
    height: 100%
}

.new_boxImage_wrap .boxList_inner .boxList .box.box06 .box_inner img {
    width: 100%;
    height: auto
}

.new_boxImage_wrap .boxList_inner .boxList .box.box09 .box_inner img {
    width: auto;
    height: 100%
}

.new_boxImage_wrap .boxList_inner .boxList .box.box08 .box_inner img {
    width: 100%;
    height: auto
}

.new_boxImage_wrap .boxList_inner .boxList .box01 {
    width: 348px;
    height: 349px;
    transform: translate(0, 0);
    border: 1px solid red
}

.new_boxImage_wrap .boxList_inner .boxList .box02 {
    width: 596px;
    height: 488px;
    transform: translate(61%, 0)
}

.new_boxImage_wrap .boxList_inner .boxList .box03 {
    width: 348px;
    height: 431px;
    transform: translate(0, 83%)
}

.new_boxImage_wrap .boxList_inner .boxList .box04 {
    width: 596px;
    height: 285px;
    transform: translate(61%, 176%)
}

.new_boxImage_wrap .boxList_inner .boxList .box05 {
    width: 348px;
    height: 249px;
    transform: translate(0, 322%)
}

.new_boxImage_wrap .boxList_inner .boxList .box06 {
    width: 363px;
    height: 198px;
    transform: translate(100%, 405%)
}

.new_boxImage_wrap .boxList_inner .boxList .box07 {
    width: 218px;
    height: 165px;
    transform: translate(340%, 485%)
}

.new_boxImage_wrap .boxList_inner .boxList .box09 {
    width: 225px;
    height: 249px;
    transform: translate(54%, 428%)
}

.new_boxImage_wrap .boxList_inner .boxList .box08 {
    width: 596px;
    height: 393px;
    transform: translate(61%, 258%)
}

.new_boxImage_wrap .boxList_title {
    width: 200px;
    font-size: 26px;
    font-family: "kiaB";
    line-height: 1.3;
    color: #000
}

.new_boxImage_wrap .boxList_title:before {
    display: block;
    content: "";
    width: 35px;
    height: 2px;
    background: #000;
    margin-bottom: 12px
}

.new_boxImage_wrap .boxList_txt {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.3
}

.new_boxImage_wrap .box .p_btn_wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 57px;
    height: 57px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.new_boxImage_wrap .box .p_btn_wrap .btn {
    width: 100%;
    height: 100%;
    background: url(../content/dam/kwcms/gt/en/images/showroom/img_pip_play.png) no-repeat 0 0
}

.new_boxImage_wrap .img_type .p_btn_wrap {
    display: none
}

.new_boxImage_wrap .img_type .video_wrap {
    display: none
}

.new_boxImage_wrap .damvideo_type .p_btn_wrap {
    display: block
}

.new_boxImage_wrap .damvideo_type .video_wrap {
    display: block
}

.new_boxImage_wrap .damvideo_type .video_wrap.youtube {
    display: none
}

.new_boxImage_wrap .youvideo_type .p_btn_wrap {
    display: block
}

.new_boxImage_wrap .youvideo_type .video_wrap {
    display: block
}

.new_boxImage_wrap .youvideo_type .video_wrap.dam {
    display: none
}

.new_boxImage_wrap .video_type .video_wrap.youtube {
    width: 100%;
    height: 100%;
    background: #000
}

.new_boxImage_wrap .video_type .video_wrap.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0
}

.new_boxImage_wrap .video_type .video_wrap.dam {
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2000
}

.new_boxImage_wrap .video_type .video_wrap.dam video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2000
}

.new_boxImage_wrap .video_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.video_img_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    box-sizing: border-box
}

.video_img_pop .pop_img_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-width: 1300px;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2010
}

.video_img_pop .pop_img_contents img {
    width: 100%;
    height: auto
}

.video_img_pop .bg_dimm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2000;
    opacity: .8
}

.video_img_pop .close_bt {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 2010
}

.video_img_pop .close_bt a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../content/dam/kwcms/gt/en/images/discover-kia/KiaOnBeat/PC/close-btn.png') no-repeat 0 0
}

@media(max-width:1024px) {
    .new_boxImage_wrap .title_txt_wrap {
        width: 93.750vw;
        margin: auto
    }
    .new_boxImage_wrap .title_txt_box {
        width: 33.984vw
    }
    .new_boxImage_wrap .boxList_inner .boxList {
        position: relative;
        width: 93.750vw;
        height: 74vw
    }
    .new_boxImage_wrap .boxList_inner .boxList .box01 {
        width: 33.984vw;
        height: 34.082vw;
        transform: translate(0, 0)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box02 {
        width: 58.203vw;
        height: 47.656vw;
        transform: translate(61%, 0)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box03 {
        width: 33.984vw;
        height: 42.090vw;
        transform: translate(0, 83%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box04 {
        width: 58.203vw;
        height: 27.832vw;
        transform: translate(61%, 176%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box05 {
        width: 33.984vw;
        height: 24.316vw;
        transform: translate(0, 322%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box06 {
        width: 35.449vw;
        height: 19.336vw;
        transform: translate(100%, 405%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box07 {
        width: 21.289vw;
        height: 16.113vw;
        transform: translate(340%, 485%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box09 {
        width: 21.973vw;
        height: 24.316vw;
        transform: translate(54%, 428%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box08 {
        width: 58.203vw;
        height: 38.379vw;
        transform: translate(61%, 258%)
    }
    .new_boxImage_wrap .boxList_title {
        width: 19.531vw;
        font-size: 2.539vw
    }
    .new_boxImage_wrap .boxList_txt {
        margin-top: 1.953vw;
        font-size: 14px;
        line-height: 1.3
    }
    .new_boxImage_wrap .boxList_inner .boxList .box08 .imgListTit {
        width: 80%
    }
}

@media(max-width:767px) {
    .new_boxImage_wrap .boxList_txt {
        font-size: 14px
    }
    .new_boxImage_wrap .imgListTit {
        font-size: 16px
    }
    .new_boxImage_wrap .box .p_btn_wrap .btn {
        background-size: 37px 37px
    }
    .video_img_pop .close_bt {
        width: 25px;
        height: 25px
    }
    .video_img_pop .close_bt a {
        background-size: 25px 25px
    }
}

@media(max-width:768px) {
    .new_boxImage_wrap {
        padding: 0 0 30px 0
    }
    .new_boxImage_wrap .boxList_inner .boxList {
        position: relative;
        width: 93.750vw;
        margin: auto;
        height: 270.313vw
    }
    .new_boxImage_wrap .boxList_inner .boxList .box01 {
        width: 93.750vw;
        height: 25.813vw;
        transform: translate(0, 0)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box02 {
        width: 93.750vw;
        height: 47.813vw;
        transform: translate(0, 0);
        background: #000
    }
    .new_boxImage_wrap .boxList_inner .boxList .box03 {
        width: 45.313vw;
        height: 44.531vw;
        transform: translate(0, 115%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box04 {
        width: 45.313vw;
        height: 44.531vw;
        transform: translate(107%, 115%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box05 {
        width: 93.750vw;
        height: 32.813vw;
        transform: translate(0, 305%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box09 {
        width: 100%;
        height: 54.063vw;
        transform: translate(0, 416%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box07 {
        width: 55.844vw;
        height: 44.531vw;
        transform: translate(68%, 307%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box08 {
        width: 100%;
        height: 35.469vw;
        transform: translate(0, 522%)
    }
    .new_boxImage_wrap .boxList_inner .boxList .box06 {
        width: 34.844vw;
        height: 25.781vw;
        transform: translate(0, 530%)
    }
    .new_boxImage_wrap .boxList_title {
        width: 100%;
        font-size: 18px
    }
    .new_boxImage_wrap .boxList_txt {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.3
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box02 .box_inner img {
        width: 100%;
        height: auto
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box04 .box_inner img {
        width: auto;
        height: 100%
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box05 .box_inner img {
        width: 100%;
        height: auto
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box07 .box_inner img {
        width: auto;
        height: 100%
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box06 .box_inner img {
        width: auto;
        height: 100%
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box08 .box_inner img {
        width: 100%;
        height: auto
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box09 .box_inner img {
        width: 100%;
        height: auto
    }
    .new_boxImage_wrap .title_txt_wrap {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 15px
    }
    .new_boxImage_wrap .title_txt_box {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        max-width: 100%;
        padding: 0 0 20px 0
    }
    .new_boxImage_wrap .boxList_inner .boxList .box06 .imgListTit {
        width: 90%
    }
    .new_boxImage_wrap .box .p_btn_wrap {
        width: 37px;
        height: 37px
    }
}

@media(max-width:320px) {
    .new_boxImage_wrap .boxList_inner .boxList .box06 .imgListTit {
        width: 80%
    }
    .new_boxImage_wrap .boxList_inner .boxList .box.box06 .box_inner img {
        width: 100%;
        height: 100%
    }
    .new_boxImage_wrap .imgListTit {
        font-size: 14px
    }
}

.keyVisualWrap.com_car_info {
    width: 100%;
    max-width: 1920px;
    height: auto
}

.keyVisualWrap.com_car_info .carInfor {
    width: 100%;
    position: static;
    height: 140px;
    z-index: 999;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    background: #fff
}

.keyVisualWrap.com_car_info .carInforInner {
    width: 100%
}

.keyVisualWrap.com_car_info .carInfor ul {
    width: 1200px;
    border-right: 1px solid #d1d1d1;
    margin: 0 auto
}

.keyVisualWrap.com_car_info .carInfor ul li {
    float: left;
    background: #fff
}

.keyVisualWrap.com_car_info .carInfor ul li div {
    height: 140px;
    border-left: 1px solid #d1d1d1
}

.keyVisualWrap.com_car_info .carInfor ul li img {
    display: block;
    margin: 0 auto 6px;
    padding-top: 20px
}

.keyVisualWrap.com_car_info .carInfor ul li span {
    display: block;
    word-break: break-all
}

.keyVisualWrap.com_car_info .carInfor ul li .inforTit {
    color: #666;
    font-size: 14px
}

.keyVisualWrap.com_car_info .carInfor ul li .inforTit {
    margin-bottom: 2px
}

.keyVisualWrap.com_car_info .carInfor ul li .inforTxt {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    font-family: kiaB
}

.keyVisualWrap.com_car_info .carInfor ul li span.unit {
    display: inline
}

.keyVisualWrap.com_car_info .carInfor ul li.infor2,
.keyVisualWrap.com_car_info .carInfor ul li.infor4 {
    background: #fff
}

.keyVisualWrap.com_car_info .carInfor ul.inforType6 li {
    width: 16.66666%
}

.keyVisualWrap.com_car_info .carInfor ul.inforType5 li {
    width: 20%
}

.keyVisualWrap.com_car_info .carInfor ul.inforType4 li {
    width: 25%
}

.keyVisualWrap.com_car_info .carInfor ul.inforType3 li {
    width: 33.33%
}

.keyVisualWrap.com_car_info .carInfor ul.inforType2 li {
    width: 50%
}

.keyVisualWrap.com_car_info .carInfor ul.inforType1 li {
    width: 100%
}

@media all and (max-width:1024px) {
    .keyVisualWrap.com_car_info .carInfor ul {
        width: auto
    }
    .keyVisualWrap.com_car_info .carInfor ul li img {
        padding-top: 20px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTit {
        font-size: 12px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTxt {
        line-height: 19px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTxt {
        font-size: 14px
    }
    .keyVisualWrap.com_car_info .carInfor ul li img {
        margin: 0 auto 10px
    }
}

@media all and (max-width:767px) {
    .keyVisualWrap.com_car_info .carInfor ul {
        width: auto
    }
    .keyVisualWrap.com_car_info .carInfor ul li img {
        padding-top: 20px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTit {
        font-size: 12px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTxt {
        line-height: 19px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTxt {
        font-size: 14px
    }
    .keyVisualWrap.com_car_info .carInfor ul li img {
        margin: 0 auto 10px
    }
    .keyVisualWrap.com_car_info .carInfor {
        position: static;
        left: 0;
        bottom: 0;
        z-index: 99;
        height: 125px;
        background: #fff;
        border-bottom: 0
    }
    .keyVisualWrap.com_car_info .carInforInner {
        position: relative;
        width: 245px;
        height: 100%;
        margin: 0 auto
    }
    .keyVisualWrap.com_car_info .carInfor ul {
        border: 0;
        width: 500%;
        height: 135px
    }
    .keyVisualWrap.com_car_info .carInfor ul li {
        display: none;
        position: relative;
        width: 20%;
        height: 112px;
        overflow: hidden;
        font-size: 14px;
        font-family: 'kiaM';
        color: #737373;
        background: #fff;
        border: 0
    }
    .keyVisualWrap.com_car_info .carInfor ul li.on {
        display: block
    }
    .keyVisualWrap.com_car_info .carInfor ul li div {
        border-left: 0;
        height: 135px;
        padding-left: 84px;
        text-align: left
    }
    .keyVisualWrap.com_car_info .carInfor ul li img {
        position: absolute;
        margin-left: -50px;
        vertical-align: middle;
        padding: 15px 0 0 0
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTit {
        padding: 15px 0 0 0;
        width: 155px
    }
    .keyVisualWrap.com_car_info .carInfor ul li .inforTxt {
        font-size: 14px;
        width: 170px
    }
    .keyVisualWrap.com_car_info .carInfor ul.inforType5 li {
        width: auto
    }
    .keyVisualWrap.com_car_info .carInfor ul.inforType4 li {
        width: auto
    }
    .keyVisualWrap.com_car_info .carInfor ul.inforType3 li {
        width: auto
    }
    .keyVisualWrap.com_car_info .carInfor ul.inforType2 li {
        width: auto
    }
    .keyVisualWrap.com_car_info .carInfor ul.inforType1 li {
        width: auto
    }
    .keyVisualWrap.com_car_info .dots {
        display: block;
        position: absolute;
        left: 0;
        top: 90px;
        width: 100%;
        z-index: 5;
        text-align: center
    }
    .keyVisualWrap.com_car_info .dots ul {
        width: 70px;
        overflow: hidden;
        margin: 10px auto 0;
        display: block
    }
    .keyVisualWrap.com_car_info .dots ul li {
        display: inline-block;
        height: auto
    }
    .keyVisualWrap.com_car_info .dots ul li a {
        background: url(../content/dam/kwcms/gt/en/images/showroom/btn_list_dot.png) no-repeat -14px 0;
        display: block;
        width: 10px;
        height: 10px;
        text-indent: 200%;
        overflow: hidden
    }
    .keyVisualWrap.com_car_info .dots ul li.on a {
        background-position: 0 0
    }
    .keyVisualWrap.com_car_info .keyVisual02 .car_view {
        width: 470px;
        left: 50%;
        top: 75px;
        margin-left: -230px
    }
}

.pipLayout .textArea h3 {
/*    color: #05141f !important; */
    color: #ffffff !important;
}
.pipLayout .imgListTit {
    color: #fff !important;
    text-shadow: 0 0 15px black !important;
}
@media all and (max-width:767px) {
    .pipLayout .textArea h3 {
        color: #05141f !important
    }
}

.nf_tab_com.bg_black .img_box_wrap .tab_contents .videoBox {
    background: #05141f
}

.nf_tab_com .img_box_wrap .tab_contents .videoBox {
    background: #fff
}

@media(max-width:767px) {
    .m_slide_box .item .slide_con {
        height: 300px
    }
    .m_slide_box .item .sli_title {
        min-height: 20px;
        max-height: 50px
    }
    .m_slide_box .slick-arrow {
        top: 175px
    }
    .m_slide_box .item .imgBox {
        height: 100%;
        background: transparent
    }
    .m_slide_box .item .imgBox img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }
    .nf_tab_com .m_slide_box .item .videoBox {
        height: 100%;
        background: #fff;
        box-sizing: border-box
    }
    .m_slide_box .item .videoBox video {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }
    .nf_tab_com.bg_black .m_slide_box .item .videoBox {
        background: #05141f
    }
    .mobile_slide_wrap .m_box .title_box .title:before {
        background: #05141f !important
    }
}

.interactive-explore {
    position: relative
}

.video-explore {
    position: relative
}

.video-explore .video {
    width: 100%
}

.video-explore .video-wrap {
    position: relative
}

.video-explore .setup {
    width: 100%
}

.video-explore .control-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .interactive-explore .cont {
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 10;
        width: 100%
    }
    .interactive-explore .cont .h4 {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .interactive-explore .cont .h4.is-invert {
        color: #fff
    }
    .interactive-explore .tabs {
        font-size: 1.125rem
    }
    .video-explore {
        margin-top: 0
    }
    .video-explore .video {
        width: 100%
    }
    .video-explore .video-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 48, 58, 0.2)), to(rgba(27, 48, 58, 0)));
        background-image: linear-gradient(to right, rgba(27, 48, 58, 0.2) 0, rgba(27, 48, 58, 0) 100%)
    }
    .video-explore .control-box {
        top: auto;
        bottom: 13%
    }
    .video-explore .noUi-slider-container:before {
        content: ''
    }
    .video-explore .noUi-slider.is-dark .noUi-value {
        color: #999
    }
    .video-explore .noUi-value {
        display: block;
        top: 10px;
        color: #999;
        font-family: "kiaB";
        font-size: .875rem;
        width: 120px;
        word-break: keep-all;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .video-explore .noUi-value:nth-child(2) {
        text-align: left;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .video-explore .noUi-value:last-child {
        margin-left: 8px;
        text-align: right;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@media only screen and (min-width:1440px) {
    .interactive-explore .cont {
        top: 120px
    }
}

.explore-desc {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.explore-desc.dl-0 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.explore-desc.dl-1 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

.explore-desc.dl-4 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

.explore-desc.dl-5 {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s
}

.explore-desc-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 8.26666667%;
    padding-right: 8.26666667%;
    color: #000
}

@media only screen and (max-width:1023px) {
    .explore-desc-wrap {
        background-color: #fff
    }
}

@media only screen and (min-width:768px) {
    .explore-desc-wrap {
        padding-left: 8.33333333%;
        padding-right: 8.33333333%
    }
}

@media only screen and (min-width:1024px) {
    .explore-desc-wrap {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: 5.6640625%;
        margin-right: 5.6640625%
    }
}

@media only screen and (min-width:1440px) {
    .explore-desc-wrap {
        width: 1280px;
        margin-left: auto;
        margin-right: auto
    }
}

.explore-desc .eyebrow {
    display: block;
    margin-bottom: 10px
}

.explore-desc dt {
    margin-bottom: 4px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .005em
}

.explore-desc dd {
    font-size: .875rem;
    line-height: 1.6
}

.explore-desc.is-active {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) !important;
    transform: translateX(0) translateY(0) !important
}

.explore-desc.is-active:before,
.explore-desc.is-active:after {
    opacity: 1
}

@media only screen and (max-width:1023px) {
    .explore-desc {
        width: 70%
    }
    .explore-desc-wrap {
        height: 160px;
        padding-top: 55px
    }
    .explore-desc-wrap:before {
        content: '';
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        height: 120px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%)
    }
    .explore-desc-wrap .video {
        margin-top: -50px
    }
}

@media only screen and (max-width:767px) {
    .explore-desc {
        width: 85%
    }
    .explore-desc-wrap {
        height: 70px;
        padding-top: 24px
    }
}

@media only screen and (min-width:1024px) {
    .explore-desc {
        width: 240px;
        padding: 24px 30px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2)
    }
    .explore-desc-wrap {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .explore-desc:before,
    .explore-desc:after {
        content: '';
        position: absolute;
        top: 140px;
        opacity: 0;
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        will-change: opacity
    }
    .explore-desc:before {
        right: 93%;
        width: 240px;
        border: 1px solid #ea0029;
        border-width: 0 0 1px 0
    }
    .explore-desc:after {
        right: 93%;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        margin-right: 240px;
        background: #ea0029;
        border-radius: 50%
    }
    .explore-desc .eyebrow {
        margin-bottom: 20px
    }
    .explore-desc dt {
        position: relative;
        margin-bottom: 1em
    }
    .explore-desc.dl-0 {
        top: 25%;
        right: 6.6640625%;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    .explore-desc.dl-1 {
        top: 20%;
        right: 10%;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    .explore-desc.dl-1:before {
        top: 120px;
        left: auto;
        right: 93%;
        width: 180px
    }
    .explore-desc.dl-1:after {
        left: auto;
        right: 93%;
        top: 120px;
        margin-right: 180px;
        margin-left: 0
    }
    .explore-desc.dl-2 {
        top: 2%;
        left: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    .explore-desc.dl-2:before {
        top: 59%;
        left: 93%;
        right: auto;
        width: 250px
    }
    .explore-desc.dl-2:after {
        top: 59%;
        left: 93%;
        right: auto;
        margin-right: 0;
        margin-left: 250px
    }
    .explore-desc.dl-3 {
        top: 3.8%;
        left: 40%;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    .explore-desc.dl-3:before {
        left: 50%;
        right: auto;
        top: 98%;
        height: 60px;
        width: 0;
        border-width: 0 1px 0 0
    }
    .explore-desc.dl-3:after {
        left: 50%;
        right: auto;
        top: 98%;
        margin-right: 0;
        margin-top: 60px;
        margin-left: -2px
    }
    .explore-desc.dl-4 {
        top: 28%;
        left: 47%;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    .explore-desc.dl-5 {
        top: 30%;
        left: 8.6%;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    .explore-desc.dl-5:before {
        top: 50%;
        left: 93%;
        right: auto;
        width: 240px
    }
    .explore-desc.dl-5:after {
        left: 93%;
        right: auto;
        top: 50%;
        margin-right: 0;
        margin-left: 240px;
        margin-top: -2px
    }
}

@media only screen and (min-width:1440px) {
    .explore-desc {
        width: 290px;
        padding: 40px 50px 45px
    }
    .explore-desc:before {
        right: 93%;
        width: 300px
    }
    .explore-desc:after {
        right: 93%;
        margin-right: 300px
    }
    .explore-desc dt {
        font-size: 1.25rem
    }
    .explore-desc dd {
        font-size: .875rem
    }
    .explore-desc.dl-0 {
        top: 33%;
        left: 77.3%;
        right: auto
    }
}

.nf_explorer .notice_info {
    max-width: 1200px;
    width: 100%;
    padding: 15px 10px 50px 10px;
    margin: auto;
    background: url('../content/dam/kwcms/gt/en/images/new-showroom/PC/explorer-icon.png') no-repeat 0 16px;
    background-size: 14px 14px
}

.nf_explorer .notice_info span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-left: 12px;
    line-height: 1.2
}

.video-explore .control-box .l-wrap {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto
}

@media only screen and (max-width:1400px) {
    .video-explore .control-box .l-wrap {
        width: 85%
    }
}

@media only screen and (max-width:1024px) {
    .video-explore .control-box .l-wrap {
        width: 85%
    }
    .nf_explorer .explore-desc .eyebrow {
        font-size: 16px
    }
    .nf_explorer .explore-desc-wrap {
        padding: 0 7%
    }
    .nf_explorer .notice_info {
        padding-left: 22px;
        background-position: 11px 16px
    }
}

@media only screen and (width:768px) {
    .nf_explorer .explore-desc dt {
        font-size: 38px
    }
    .nf_explorer .explore-desc .eyebrow {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .video-explore .control-box .l-wrap {
        width: 80%
    }
    .nf_explorer .notice_info {
        padding: 15px 10px 10px 20px;
        background-position: 14px 16px
    }
    .nf_explorer .explore-desc .eyebrow {
        font-size: 14px
    }
    .nf_explorer .explore-desc dt {
        font-size: 22px
    }
    .nf_explorer .explore-desc .eyebrow {
        display: none
    }
    .video-explore {
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, #000 0, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:1600px) {
    .explore-desc.dl-3 {
        top: 5%;
        left: 50%
    }
    body.new-sorento .nf_explorer.MQ4_21MY .explore-desc.dl-1 {
        left:38%
    }
}

@media only screen and (max-width:940px) {
    .explore-desc.dl-3 {
        top: 0;
        left: auto
    }
}

@media only screen and (min-width:1024px) {
    .nf_explorer.MQ4_21MY .video-explore .noUi-value {
        color: #eee
    }
    .nf_explorer.MQ4_21MY .explore-desc-wrap {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 1450px
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-1 {
        top: 50%;
        left:30%
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-2 {
        top: 15%;
        left: 25%
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-2:before {
        top: 70%
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-2:after {
        top: 70%
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-3 {
        top: 15%;
        left: 32%;
        width: 500px
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-3:before {
        top: 93%
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-3:after {
        top: 93%
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-4 {
        top: 28%;
        left: 10%;
        transition-delay: 3.5s
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-4:before {
        right: auto;
        left: 93%;
        width: 300px
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-4:after {
        right: auto;
        left: 93%;
        margin-left: 300px
    }
    .nf_explorer.MQ4_21MY .explore-desc.dl-5 {
        left: 10%;
        transition-delay: 3.5s
    }
}

.nf_explorer.sonet .explore-desc.dl-2 {
    top: 35%;
    left: auto;
    right: 0
}

.nf_explorer.sonet .explore-desc.dl-2:before {
    left: -235px
}

.nf_explorer.sonet .explore-desc.dl-2:after {
    left: -250px;
    margin-left: 0;
    right: auto
}

.nf_explorer.sonet .explore-desc.dl-5 {
    top: auto;
    left: 22%;
    bottom: 35%
}

.nf_explorer.sonet .explore-desc.dl-5:before {
    left: 50%;
    right: auto;
    top: 98%;
    height: 150px;
    width: 0;
    border-width: 0 1px 0 0
}

.nf_explorer.sonet .explore-desc.dl-5:after {
    left: 50%;
    right: auto;
    top: 98%;
    margin-right: 0;
    margin-left: -2px;
    margin-top: 150px
}

@media only screen and (min-width:1024px) {
    .nf_explorer.sonet .explore-desc.dl-2 {
        right: 15%
    }
    .nf_explorer.sonet .explore-desc.dl-4 {
        top: 20%
    }
    .nf_explorer.sonet .explore-desc.dl-5:before {
        height: 100px
    }
    .nf_explorer.sonet .explore-desc.dl-5:after {
        margin-top: 100px
    }
}

@media only screen and (max-width:960px) {
    .nf_explorer.sonet .explore-desc.dl-5 {
        top: 0;
        left: auto
    }
    .nf_explorer.sonet .explore-desc.dl-2 {
        top: 0;
        left: auto;
        right: auto
    }
}

.nf_explorer.sonet_lhd .explore-desc.dl-2 {
    top: 35%;
    left: auto;
    right: 0
}

.nf_explorer.sonet_lhd .explore-desc.dl-2:before {
    left: -235px
}

.nf_explorer.sonet_lhd .explore-desc.dl-2:after {
    left: -250px;
    margin-left: 0;
    right: auto
}

.nf_explorer.sonet_lhd .explore-desc.dl-5 {
    top: auto;
    left: 55%;
    bottom: 35%
}

.nf_explorer.sonet_lhd .explore-desc.dl-5:before {
    left: 50%;
    right: auto;
    top: 98%;
    height: 150px;
    width: 0;
    border-width: 0 1px 0 0
}

.nf_explorer.sonet_lhd .explore-desc.dl-5:after {
    left: 50%;
    right: auto;
    top: 98%;
    margin-right: 0;
    margin-left: -2px;
    margin-top: 150px
}

.nf_explorer.sonet_lhd .explore-desc.dl-4 {
    top: 25%;
    left: 30%
}

.nf_explorer.sonet_lhd .explore-desc.dl-4:before {
    left: 93%;
    right: auto;
    width: 300px
}

.nf_explorer.sonet_lhd .explore-desc.dl-4:after {
    margin-left: 300px;
    right: 0;
    left: 93%
}


}
@media only screen and (min-width:1440px) {
    .nf_explorer.sonet_lhd .explore-desc.dl-2 {
        top: 35%;
        left: auto;
        right: 0
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-2:before {
        left: -235px
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-2:after {
        left: -250px;
        margin-left: 0;
        right: auto
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-5 {
        top: auto;
        left: 55%;
        bottom: 35%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-5:before {
        left: 50%;
        right: auto;
        top: 98%;
        height: 150px;
        width: 0;
        border-width: 0 1px 0 0
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-5:after {
        left: 50%;
        right: auto;
        top: 98%;
        margin-right: 0;
        margin-left: -2px;
        margin-top: 150px
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4 {
        top: 25%;
        left: 30%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4:before {
        left: 93%;
        right: auto;
        width: 300px
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4:after {
        margin-left: 300px;
        right: 0;
        left: 93%
    }
}
@media only screen and (min-width:1024px) {
    .nf_explorer.sonet_lhd .explore-desc.dl-2 {
        top: 35%;
        right: 15%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4 {
        top: 20%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4 {
        top: 15%;
        left: 13%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4:before {
        left: 93%;
        right: auto;
        width: 300px
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4:after {
        margin-left: 300px;
        right: 0;
        left: 93%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-5 {
        top: auto;
        left: 55%;
        bottom: 35%
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-5:before {
        left: 50%;
        right: auto;
        top: 98%;
        height: 150px;
        width: 0;
        border-width: 0 1px 0 0
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-5:after {
        left: 50%;
        right: auto;
        top: 98%;
        margin-right: 0;
        margin-left: -2px;
        margin-top: 150px
    }
}
@media only screen and (max-width:960px) {
    .nf_explorer.sonet_lhd .explore-desc.dl-5 {
        top: 0;
        left: auto
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-2 {
        top: 0;
        left: auto;
        right: auto
    }
    
    .nf_explorer.sonet_lhd .explore-desc.dl-4 {
        top: 25px;
        left: 25px
    }
}
@media (max-width: 1200px) {
    .advence_wrap .box_011 {
        width: 26vw;
        height: 32vw;
        transform: translate(274%, 104%);
    }
}