@charset "utf-8";

@import url("/kia/css/reset-345de2a7b8bbcee04e7a1666301eb910.css");
@import url("/kia/css/common-25b1d3cab234a930722b7719e871d955.css");
@import url("/kia/css/slick-58f31696709abe6b1610677a72159f9f.css");
@import url("/kia/css/style_pc-bd0e894ceb19aaa3e0fbbf550d327538.css") screen and (min-width:1025px);
@import url("/kia/css/style_mobile-2d0bfc4c87f057f90899f52a7ed92953.css") screen and (max-width:1024px);

body.fix {
    overflow: hidden;
}
.underline {
    text-decoration: underline;
    text-underline-position: under;
}

/* Popup */
.popup-box.lay {
    display: none;
    position: fixed;
    z-index: 3;
    background-color: #fff;
    transform: translateX(-50%);
}
.popup-box.over {
    z-index: 22;
    transform: translateX(-50%);
}
.popup-box .pop-head {
    border-bottom: 1px solid #6d6e71;
}
.popup-box .pop-head .tit {
    display: block;

}
.popup-box .pop-head .pop-close {
    display: block;
    position: absolute;
    background-image: url('/kia/images/bg_iconset.png');
    background-repeat: no-repeat;
    text-indent: -9999em;
    cursor: pointer;
}
.popup-box .pop-cont {
    overflow-y:auto;
    margin-right:5px;

}
.popup-box .pop-cont.scroll {
    overflow-x: scroll;
}
.popup-box.over .pop-cont {
    padding:30px 5px;
}
.popup-box .btn.arrow {
    white-space: normal;
}
.popup-box .block {
    display: block;
}
.popup-box .pop-cont .pop-tit {

    letter-spacing: -0.05em;
}
.popup-box .pop-cont .tbl {

    line-height: 24px;
}
.popup-box .pop-cont .fix-head {
    position: relative;
}
.popup-box .pop-cont .fix-head .tbl {
    overflow-y:auto;
}
.popup-box .pop-cont .fix-head table {
    margin-top:-1px;
    border-top:1px solid #eaeaea;
}
.popup-box .pop-cont .fix-head table thead tr th {
    position: sticky;
    top:-1px;
    border-bottom:1px solid #eaeaea;
    z-index: 1;
}
.popup-box .pop-cont .fix-head table thead th:after,
.popup-box .pop-cont .fix-head table thead th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}
.popup-box .pop-cont .fix-head table thead th:before {
  top: 0;
  border-top: 2px solid #676767;
}
.popup-box .pop-cont .fix-head table thead th:after {
  bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.popup-box .pop-cont .tbl tbody th {
    border-top:1px solid #ddd;
}
.popup-box .pop-cont .caution.no-b {
    padding-left:0;
}
.popup-box .pop-cont .caution.no-b::after {
    display: none;
}
.popup-box .pop-foot {
    text-align: center;
}

/* tooltip */
.tooltip {
    position: relative;
}
.tooltip .tooltip-tit .icon-warn {
    display: block;
    margin:0 auto;
    font-size:0;
    text-indent:-999em;
    background:url('/kia/images/ico_warn.svg') no-repeat;
    background-size: 100% auto;
}
.tooltip .tooltip-cont {
    display: none;
    position: absolute;
    left:50%;
    border:1px solid #333;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    transform: translateX(-90%);
    box-shadow: 0 10px 20px #999;
    z-index: 1;
}
.tooltip .tooltip-cont::before {
    content:'';
    display:block;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    transform: rotate(225deg);
    background-color: #fff;
}

/* Skip Navigation*/
#skip-nav {
    position: relative;
    z-index: 9999;
}
#skip-nav a {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin-bottom: -1px;
    background: #030e16;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}
#skip-nav a:focus,
#skipNav a:active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
}

.wrap {
    position: relative;
    margin:0 auto;
    max-width: 1230px;
}
/* 헤더 */
#header {
    position: fixed;
    top:0;
    width: 100%;
    border-bottom:1px solid #e2e2e2;
    z-index: 2;
}
#header .logo {
    position: absolute;
}
#header .logo a {
    display:block;
}
.gnb-area .gnb .gnb-menu li a {
    display:block;
}

/* 콘텐츠 */
.main .contents {
}
/* 메인 탑배너 */
.main-banner .slide-box img {
    width:100%;
}
.main-banner .slide-box h2 {

    color:#000;
}
.main .slide-box p {

}
.main .slick-dots {
    position: static;
    width: auto;
}
.main .slick-dots li button {
    padding: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    background: #acaaa9;
}
.main .slick-dots li.slick-active {

}
.main .slick-dots li.slick-active button {
    background: #fff;
}
.main .ctrl-slick-slider {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.main .ctrl-slick-slider .play-ctrl {
    text-indent:-9999em;
    font-size: 0;
    background-image:url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
}
/* Arrows */
.main-banner .slick-arrow {
    position:absolute;
    background: none;
    cursor: pointer;
    font-size:0;
    z-index: 1;
}

.main .sec-tit {
    font-weight: 400;
    text-align: center;
    color:#05141f;
    opacity: 0;
}
.privacy-box,
.tip-box,
.quick-box,
.safe-box .tit-box,
.safe-box .safe-cont li {
    opacity: 0;
}
.sec01 {
    background:#fff;
}
.quick-box {
    display: flex;
}
.quick-box .quick-link {
    text-align:center;
    background:#fff;
    box-sizing: border-box;
}
.quick-box .quick-link .thumb {
    background-repeat:no-repeat;
    background-image:url('/kia/images/bg_iconset.png');
}
.quick-box .quick-link .quick-tit {
    color:#05141f;
    font-weight: 400;
}
.quick-box .quick-link .quick-txt {
    color:#6d6e71;
}


/* main sec02 */
.sec02 {
    background:#f7f8f8;
}
.privacy-box .privacy-cont {
}
.privacy-box .privacy-cont .thumb {
    display:inline-block;
    text-indent:-9999em;
    background-image: url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.privacy-box .privacy-cont .text {
    display: inline-block;
    color:#05141f;
}

/* main sec03 */
.sec03 {
    background:#fff;
}
.tip-box {
    display:flex;
    justify-content: space-between;
}
.tip-box .tip-cont {
    box-sizing: border-box;
    color:#05141f;
    background:#eff1f1;
}
.tip-box .tip-cont a {
    position: relative;
    display:inline-block;
    color:#6d6e71;
}
.sec04 {
    position: relative;
    background-color:#f7f8f8;
}

.sec04::before {
    content:'';
    position:absolute;
    display: block;
    background-repeat:no-repeat;
}
.safe-box {}
.safe-box .tit-box {
    opacity: 0;
}
.safe-box .tit-box .sub-tit {
    color:#05141f;
}
.safe-box .safe-cont {
}
.safe-box .safe-cont li {
    box-sizing: border-box;
    background:#fff;
    opacity: 0;
}
.safe-box .safe-cont li a {
    position: relative;
    display:block;
    color:#05141f;
}
.safe-box .safe-cont li a::after {
    position:absolute;
    top:50%;
    right:0;
    display:block;
    content:'';
}
.safe-box .safe-cont li a .small-txt {
    display: block;
    color:#6d6e71;
}


/* 콘텐츠 */
.cont.about,
.cont.protect {
    background:#f7f8f8;
}
.page-tit {

}
.sec-tit {

    letter-spacing: -0.025em;
}
.sec-tit > span {
    vertical-align: top;
}
.sec-txt {

}
.sub-tit {
    font-weight: 400;
}
.info-txt {
    color:#6d6e71;
}

.sub-info dt {

}
.sub-info dd {

}

.step-wrap {
    text-align:center;
}
.step-wrap .step-list {}
.step-wrap .step-list > li {
    position:relative;
    border-bottom:1px solid #cdd0d2;
}
.step-wrap .step-list > li:after {
    content:'';
    display:block;
    position: absolute;
    left:50%;
    border-bottom:1px solid #d2d5d6;
    border-left:1px solid #d2d5d6;
    transform: rotate(-45deg);
    background-color:#fff;
}
.step-wrap .step-list > li:last-child {
    border-bottom:0 none;
}
.step-wrap .step-list > li:last-child::after {
    display:none;
}
.step-wrap .step-list > li .step-num {}
.step-wrap .step-list > li dl {
    line-height:1.4;
}
.step-wrap .step-list > li dt {
    display:block;
    font-weight:700;
}
.step-wrap .step-list > li dd {}

#fullpage .section:nth-child(2n+3) {
    background-color:#f7f8f8;
}

#fullpage .step-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fullpage .step-flex li {
    position: relative;
    color:#05141f;
}
#fullpage .step-flex li::after {
    content:'>';
    display: inline-block;
}
#fullpage .step-flex li:last-child::after {
    display:none;
}

/* 스크롤 모션 */
.scroll-info {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#6d6e71;
    flex-direction: column;
    line-height:1.4;
}
.scroll-info p {
    text-align:center;
}
.scroll-info p span {
    display: block;
}
.scroll-info .mouse {
    position: relative;
    border: 2px solid #000000;
}
.scroll-info .mouse .mouse-button {
    background-color: #000000;
    position: absolute;
}
.scroll-info .mouse::after {
    position: absolute;
    content: '';
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;

    animation: mouse-scroll 2s infinite;
}
.page1 .cont {
    background-color:#f7f8f8;
}

#my-menu {
    display:none;
    position: fixed;
    right:0;
    top:50%;
    z-index: 1;
}
#my-menu li {

}
#my-menu li a {
    color:#6d6e71;
}
#my-menu li.active a {
    font-weight: bold;
    color:#05141f;
}
#my-menu li a span {
}
.eco-box .eco-list .eco-cont .solo-txt {

}
.eco-box .eco-cont dt {

}
.eco-box .eco-cont dd {

}
.eco-box .eco-cont .clear-fix .f-gray {
    display: block;
    color:#6d6e71;
}
.eco-box .link-tit {
    font-weight: 700;
}
.eco-box .site-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.eco-box .site-link li {
    text-align:center;
    box-sizing: border-box;
    background-color:transparent;
}
.eco-box .site-link li a {
    display: flex;
    text-align: center;
    align-items: center;
}
.eco-box .site-link li a img {
    margin:0 auto;
}
.eco-box .img-box {
    border:1px solid #e2e2e2;
}
.link-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.link-box .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color:#f6f3f2;
}
.link-box .link-list .link-cont .block {
    display: block;
}

.link-box .link-list .thumb > span {
    display: block;
    background-image: url(../images/bg_ecoset.png);
    background-repeat: no-repeat;
}
.sec-box .support-txt {
    color:#6d6e71;

}
.caution {
    position: relative;
    font-weight:300;
    color:#6d6e71;
}
.caution::before {
    content:"-";
    position: absolute;
    top:0;
    left:0;
}
.privacy-wrap p {
    position: relative;
    font-weight: 300;
}
.privacy-wrap .no-p {
    padding:0;
}
.privacy-wrap .bul {
    position: absolute; 
    top:1px;
    left:0;
}
.privacy-wrap .text-bold {
    font-weight: 600;
}
.privacy-wrap small {
    color:#676767;
    font-weight:300;
}
.privacy-wrap .txt-list {
    font-weight: 300;
}
.privacy-wrap .small-list li {
    position: relative;
    font-weight: 300;
}
.privacy-wrap .small-list.line li:before {
    content:'-';
    position: absolute;
    left:2px;
    top:0;
}
.privacy-wrap .tbl td {
    font-weight: 300;
}
.privacy-wrap .btn.arrow {
    color:#05141f;
    font-weight: bold;
}
.privacy-wrap .btn.arrow:hover {
    text-decoration: underline;
}
.privacy-wrap .blue-txt {
    margin-top:1.5rem;
    color:#002c5f;
    line-height:1.6;
}
.privacy-wrap .link-list li {
    background: #EFF1F1;
}
.privacy-wrap .link-list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align:left;
}
.privacy-wrap .link-list li .sm-num {
    display: block;
    color:#6D6E71;
}
/* 차량 데이터 관리 */
.cont.mycar {
}
.cont .sec-top {
}
.cont .sec-top .sub-tit .car-count {
    color:#ea0029;
}
.car-list > ul > li > div {

}
.car-list .car-info {

}
.car-list .car-info .car-name {
    font-weight: 600;
}
.car-list .car-info dl {}
.car-list .car-info dl > * {
    display:inline-block;
    font-weight:300;
    color:#6d6e71;
}
.car-list .car-info dt {}
.car-list .car-info dd {}
.car-list .agree-wrap {

}
.car-list .agree-wrap li.total-area {
    border:0 none;
}
.car-list .agree-wrap li a {
    position: relative;
    display: block;

}
.car-list .agree-wrap li a:after {
    display:block;
    content:'';
    position:absolute;
    transform: rotate(45deg);
}
/* 3rd 파티 */
.car-list > .sub-tit,
.third-wrap > .sub-tit {
    
}
.card-box {
    display: flex;
    flex-flow: row wrap;
}
.card-box .card-list {
}
.card-box .card-list .card-head {
    position: relative;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    border:1px solid transparent;
    background:#f6f3f2;
}
.card-box .card-list .card-tit {

}
.card-box .card-list .date {
    display: block;
    font-weight:300;
    color:#676767;
}
.card-box .card-list .arrow {
    display: block;
}
.card-box .card-list .arrow::after {
    display: block;
    content:'';
    position: absolute;
    transform: rotate(135deg);
}
.card-box .card-list.is-expanded .card-head {
    border:1px solid #666;
    background-color:#fff;
}
.card-box .card-list.is-expanded .card-head:after, .card-box .card-list.is-expanded .card-head:before {
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.card-box .card-list.is-expanded .card-head:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
}
.card-box .card-list.is-expanded .card-head:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #333;
}
.card-cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.card-cont .close {
    display: block;
    position: absolute;
    background-image: url(/kia/images/bg_iconset.png);
    background-repeat: no-repeat;
    text-indent: -9999em;
    cursor: pointer;
}
.card-list.is-collapsed .card-cont {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
}
.card-list.is-expanded .card-cont {
    overflow: visible;
    opacity: 1;
    border:1px solid #e2e2e1;
    box-sizing: border-box;
}
.card-list:nth-of-type(3n+4) {
    clear: left;
}

.card-box .card-list .acco-sub {
    font-weight:300;
}

.card-box .card-list .acco-sub .tbl .confirm-txt {
    text-align:center;
    font-weight: 300;
}
.no-car {
    text-align: center;
}
.no-car .no-thumb {
    display: inline-block;
    background-image:url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.no-car .name {
    vertical-align: top;
}
.caution-box {
    display: flex;
    align-items: center;
    box-sizing:border-box;
    background-color:#f6f3f2;
    z-index: 1;
}
.caution-box .no-thumb {
    display: block;
    background-image: url(/kia/images/bg_iconset.png);
    background-repeat: no-repeat;
}
.acco-wrap {
    border-top:1px solid #05141f;
    border-bottom:1px solid #05141f;
}
.acco-wrap > ul > li {
    border-bottom:1px solid #e2e2e2;
}
.acco-wrap a.acc-tit {
    position:relative;
    color:#05141f;
}
.acco-wrap a.acc-tit .status {
    position: absolute;
    top:50%;
    display: inline-block;
    border-radius: 50%;
    background-color: #78d678;
}
.acco-wrap a.acc-tit .status.dis {
    background-color: #ffa593;
}
.acco-wrap a.acc-tit .status.disable {
    background-color: #c1c1c1;
}
.acco-wrap > .list > li.active > .acc-tit {
    font-weight: 700;
}
.acco-wrap a.acc-tit::after {
    display: block;
    content: '';
    position: absolute;
    transform: rotate(135deg);
    transition: 0.3s;
}
.acco-wrap > ul > li.active > a {
    color:#05141f;
}
.acco-wrap > ul > li.active > a::after {
    transform: rotate(-45deg);
}
.acco-wrap li .cont-area {
    position: relative;
    display: none;
    border-top:1px solid #e2e2e2;
    background-color:#eff1f1;
}
.acco-wrap li .cont-area .by-txt {
    text-align: right;
    color: #6d6e71;
}
.acco-wrap li .cont-area .link {
    display: inline-block;
    color:#6d6e71;
}
.acco-wrap li .cont-area .datahub-list > ul > li {
    display: flex;
    justify-content: space-between;
    background-color:#fff;
}
.acco-wrap li .cont-area .datahub-list > ul > li span {
    display: block;
}
.acco-wrap li .cont-area .datahub-list li .agree-status {
    color:#ea0029;
    font-weight: 400;
}
.acco-wrap li .cont-area .datahub-list li.off {
    color:#6d6e71;
    background-color:#e2e2e2;
}
.acco-wrap li .cont-area .datahub-list li.off .agree-status {
    color:#6d6e71;
}
/* 동의상태 추가 [s] */
.acco-wrap li .cont-area .agree-info-txt {
    font-size:12px;
    color:#aaa8a6;
}
.acco-wrap li .cont-area .agree-info-txt > span {
    color:#aaa8a6;
}
.acco-wrap li .cont-area .agree-status {
    display: flex;
    justify-content: space-between;
    background-color:#fff;
}
.acco-wrap li .cont-area .agree-status .agree-result .status {
    display: inline-block;
    border-radius: 50%;
    background-color: #78d678;
}
.acco-wrap li .cont-area .agree-status .agree-result.dis .status {
    background-color:#ffa593
}
/* 동의상태 추가 [e] */

.acco-wrap li .agree-wrap {

}
.acco-wrap li .agree-wrap::after {
    display: block;
    content:'';
    clear:both;
}
.acco-wrap li .agree-tit {
    float:left;
    font-weight:bold;
}
/* .acco-wrap li .agree-status {
    float:right;
    font-weight: 300;
    color:#6d6e71;
} */
.acco-wrap li .agree-status.on {
    color:#ea0029;
}
.acco-wrap li .switch {
    float:right;
}
.acco-wrap .sub-toggle > ul > li {
    background-color:#fff;
}
.acco-wrap .sub-toggle > ul > li > a {
    background-color: #fff;
}
.acco-wrap .sub-toggle > ul > li.active > a {
    color: #05141f;
}
.acco-wrap .sub-toggle > ul > li.active a:after {
    transform: rotate(-45deg);
}

/* table */
.tbl table {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #6d6e71;
    border-bottom:1px solid #adadad;
    word-break: break-all;
}
.tbl.scroll {
    overflow-x: auto;
    width:100%;
}
.tbl.scroll table {
    word-break: keep-all;
    table-layout: auto;
}
.tbl th {
    text-align: center;
    background-color: #f6f3f2;
    border-top:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
}
.tbl td.r-line {
    border-right:1px solid #e2e2e2;
}
.tbl .row th {
    border-bottom:1px solid #eaeaea;
}

.tbl .row tr:last-child th {
    border-bottom:0 none;
}
.tbl .row th,
.tbl .row td {
    font-weight:300;
}
.tbl th:first-child,
.tbl td:first-child {
    border-left:0;
}
.tbl .b-r {
    border-right:1px solid #eaeaea;
}
.tbl td {
    border-left:1px solid #eaeaea;
    border-top:1px solid #eaeaea;
}

.b-list li {
    position: relative;
}
.b-list li:after {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    background-color: #000;
}

/* 공지사항 */
.search-box {

}
.notice-wrap {

}
.notice-wrap .notice-list {
}
.notice-wrap .notice-list ul {

}
.notice-wrap .notice-list ul li {

}
.notice-wrap .notice-list ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#05141f;
}
.notice-wrap .notice-list ul li .noti-util .file {
    vertical-align: middle;
}
.notice-wrap .notice-list ul li .noti-util .file:after {
    display:block;
    content:'';
    position:absolute;
    background:#e2e2e2;
}
.notice-wrap .notice-list ul li .date {
    display: inline-block;

    color:#6d6e71;
}

.notice-wrap .notice-detail {

}
.notice-wrap .notice-detail .detail-top {

}
.notice-wrap .notice-detail .detail-top .date {
    color:#6d6e71;
}
.notice-wrap .notice-detail .detail-cont {
}
.notice-wrap .notice-detail .detail-bottom a {
    color:#05141f;
}
.notice-wrap .notice-detail .detail-bottom .file-tit {
    color:#6d6e71;
}
.notice-wrap .notice-detail .detail-bottom .down-file a {

}
.notice-wrap .notice-detail .detail-bottom .down-file a + a {

}

.no-result {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.no-result .thumb {
    background-image: url('/kia/images/bg_iconset.png');
    background-repeat: no-repeat;
}
.no-result .result-txt {
    font-weight:400;
}
.no-result .result-txt .search-name {
    vertical-align: top;
}

.sub-section {
    background-color:#fff;
}
.sub-section .info-list {
}
.sub-section .info-list > div {
    box-sizing: border-box;
}
.sub-section .info-list .thumb {
    display: flex;
    align-items: center;
    justify-content: center;

}
.sub-section .info-list {
    opacity: 0;
}
.sub-section .info-list .thumb > span {
    background-image:url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.sub-section .info-cont .number {}
.sub-section .info-cont .info-tit .block {
    display: block;
}
.sub-section .info-cont .info-txt {
    color:#05141f;
}

/* 푸터 */
#footer {
    color:#939598;
    background:#05141f;
}

#footer .privacy a {
    color:#fff;
}

#footer .footer-top dl {
    display:flex;
    align-items: center;
}
#footer .footer-top dt {

}
#footer .footer-top dd {

}
#footer .footer-top dd a {
    color:#939598;
}
#footer .footer-top dd span:first-child {
    position: relative;
}
#footer .foot-logo {
    font-size:0;
    text-indent: -999em;
}
#footer .copyright {
    color:#939598;
}

/* 에러페이지 */
.error-box,
.check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.error-box .thumb,
.check-box .thumb {
    background-image: url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
}
.error-box .error-txt,
.check-box .check-txt {
    font-weight:400;
}
/* tab 메뉴 */
.tab-wrap {
    border-bottom:1px solid #e2e2e2;
    background-color: #fff;
}
.tabs { 
    display: flex; flex-wrap: wrap; width: 100%; align-items: center;
}
.tabs .tabs-item { flex: 1; }
.tabs .tabs-link {
    display: block;
    text-align: center;

    border-bottom:3px solid transparent;
    color: #6d6e71;
    text-decoration: none;
    border-left: 0;
}
.tabs .active .tabs-link { 
    color:#fff;
    background-color:#05141f;
    font-weight:700;
}
.tabs-content .tabs-content-item {
    display: none;
}
.tabs-content .tabs-content-item.active { display: block; }


/* form */
.hidden {
    position: absolute;
    top:0;
    left:0;
    height: 0;
    width: 0;
    visibility: hidden;
}
.input-box {
    position: relative;
    box-sizing: border-box;
}
.input-box .ip-search {
    border:0 none;

    color:#05141f;
}
.input-box .ip-search::placeholder {
    font-family: "KiaSignature", sans-serif;
}
.input-box .ip-search:focus {
    outline: 0 none;
}

.form-switch {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    border:2px solid #05141f;
    position: relative;
    box-sizing: border-box;
}

.form-switch:after {
    content: '';
    position: absolute;
    background: #fff;
    border:2px solid #05141f;
    border-radius: 50%;
    transition: 0.3s;
}
.form-switch label {
    display: block;
    position: relative;
    cursor:pointer;
    z-index: 1;
}
.switch input:checked + .form-switch  {
    background: #05141f;
}
.switch input:checked + .form-switch:after {
    transform: translateX(-100%);
}
.switch input[type=checkbox][disabled] + .form-switch  {
    background: #ddd;
    border-color: #ccc;
}
.switch input[type=checkbox][disabled] + .form-switch:after {
    background: #ddd;
    border-color: #ccc;
}

/* badge */
.badge {
    display:inline-block;
    color:#000;
    text-align: center;
    box-sizing: border-box;
    background-color: #c7c8ca;
}
.badge.on {
    color:#fff;
    background-color:#ea0029;
}
/* Button */
.btn-grp {
    clear: both;
    padding: 30px 0 0;
}
.btn-wrap {
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.btn-wrap:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}
a.btn,
button.btn {
    display: inline-block;
    white-space: nowrap;
    background-color:#05141f;
    color: #fff;
    font-family: "KiaSignature", sans-serif;
    vertical-align: middle;
    text-align: center;
}
.btn.gray {
    background-color:#6d6e71;
}
.btn.arrow {
    position: relative;
    color:#05141f;

    background-color: #fff;
}
.btn.arrow:hover,
.btn.arrow:focus {

}
.btn.arrow:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent;
    border-top: 1px solid #05141f;
    border-right: 1px solid #05141f;
    transform: rotate(45deg);
}

.btn.disable {
    color: #999999;
    cursor: not-allowed;
}
.btn.disable:before {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
.btn.disable:hover,
.btn.disable:focus {

}
a.link {
    position: relative;

    color:#05141f;
}
a.link:hover {

}
a.link:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent;
    border-top: 1px solid #949597;
    border-right: 1px solid #949597;
    transform: rotate(45deg);
}
/* select box */
.select-box * { box-sizing: border-box; }
.select-box {
    position: relative;
    margin:0 auto;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #05141f;
    cursor: pointer;
}

.select-box .select-name {
    position:relative;
    display: block;
    width:100%;
    height:100%;

    box-sizing: border-box;
}
.select-box .select-name::after {
    content:'';
    position: absolute;
    transform: rotate(135deg);
}

.select-box .option-list {
    background-color:#fff;
    color: #010101;
    overflow: hidden;
    max-height: 0;
}

.select-box.active .option-list {
}
.select-box .option {
    margin-right:5px;
    overflow-y:auto;
}
.select-box .option > li a {

    display: block;

}


/* Pagination */
.pagination {
    padding-top: 40px;
    text-align: center;
}
.is-mb .pagination {
    display: none;
}
.pagination a,
.pagination button {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 31px;
    color: #6d6e71;

    vertical-align: top;
}
.pagination a.active,
.pagination a:hover,
.pagination a:focus {
    color:#05141f;
    font-weight: 700;

}
.pagination button[disabled] {
    cursor: default;
}
.pagination button[disabled]:hover,
.pagination button[disabled]:focus {
    background-color: transparent !important;
}
.pagination .btn-first,
.pagination .btn-prev,
.pagination .btn-next,
.pagination .btn-last {
    text-indent: -9999em;
    font-size: 0;
    background-color: transparent;
}
.pagination .btn-first:before,
.pagination .btn-prev:before,
.pagination .btn-next:before,
.pagination .btn-last:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('/kia/images/bg_iconset.png') no-repeat 0 0;
}
.pagination .btn-first:before {
    background-position: -320px -360px;
}
.pagination .btn-first[disabled]:before {
    background-position: -378px -360px;
}
.pagination .btn-prev:before {
    background-position: -350px -360px;
}
.pagination .btn-prev[disabled]:before {
    background-position: -381px -390px;
}
.pagination .btn-next:before {
    background-position: -349px -392px;
}
.pagination .btn-next[disabled]:before {
    background-position: -349px -420px;
}
.pagination .btn-last:before {
    background-position: -320px -392px;
}
.pagination .btn-last[disabled]:before {
    background-position: -320px -422px;
}

.ico {
    display: inline-block;
    font-size:0;
    text-indent:-999em;
    background-image:url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
}
/* loading */
.loading {
    position: fixed;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height:100vh;
    background:rgba(255,255,255,0.5);
    z-index: 5;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height:30px;
}
.loader::before,
.loader::after,
.loader span {
    content:'';
    position: absolute;
    display: block;
    width: 6px;
    height: 100%;
    background: #05141f;
}
.loader::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: wave 0.9s linear infinite;
    animation: wave 0.9s linear infinite;
}
.loader::after {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: wave 0.9s linear infinite 0.6s;
    animation: wave 0.9s linear infinite 0.6s;
}
.loader span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: wave 0.9s linear infinite 0.3s;
    animation: wave 0.9s linear infinite 0.3s;
}
@-webkit-keyframes wave {
    0% {
        height: 100%;
    }
    40% {
        height: 10%;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}
@keyframes wave {
    0% {
        height: 100%;
    }
    40% {
        height: 10%;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}
/* motion */
.move-up,
.move-dn,
.move-lt,
.move-rt {
    opacity: 0;
}
.move-up {
    transform: translateY(100px);
    transition: 2s all ease;
}
.move-dn {
    transform: translateY(-100px);
    transition: 1s all ease;
}
.move-lt {
    transform: translateX(-100px);
}
.move-rt {
    transform: translateX(100px);
}
.active .move-up {
    transform: translateY(0);
    opacity: 1;
}
.active .move-dn {
    transform: translateY(0);
    opacity: 1;
}
.active .move-lt {
    transform: translateX(0);
    opacity: 1;
}
.active .move-rt {
    transform: translateX(0);
    opacity: 1;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes shotFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .shotFadeInLeft {
    -webkit-animation-name: shotFadeInLeft;
    animation-name: shotFadeInLeft;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes ShotfadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ShotfadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .ShotfadeInRight {
    -webkit-animation-name: ShotfadeInRight;
    animation-name: ShotfadeInRight;
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
