@charset "utf-8";
.for-pc {
    display:block !important;
}
.for-mobile {
    display: none !important;
}
.error #header {
    display: none;
}
/* custom scroll */
.cont-area::-webkit-scrollbar,
.pop-cont::-webkit-scrollbar,
.select-box .option::-webkit-scrollbar  {
    width: 7px;
}
.cont-area::-webkit-scrollbar-thumb,
.pop-cont::-webkit-scrollbar-thumb,
.select-box .option::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 7px;
}
.cont-area::-webkit-scrollbar-thumb:hover,
.pop-cont::-webkit-scrollbar-thumb:hover,
.select-box .option::-webkit-scrollbar-thumb:hover {
    background-color:#aaa;
}
.cont-area::-webkit-scrollbar-track,
.pop-cont::-webkit-scrollbar-track,
.select-box .option::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: inset 0px 0px 5px white;
}
/* header Dimmed */
.bg-dim {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}
.bg-dim.on {
    display:block;
}
/* 헤더 */
#header {
    height:70px;
    color:#fff;
    background-color: #fff;
}
#header.on {
    background-color:#fff;
}
#header .logo {
    top:25px;
    left:0;
    width: 80px;
    height:20px;
    background-color: #fff;
}
#header .logo a {
    height:20px;
    background:url('/kia/images/logo.png') no-repeat;
}
#header .top-back {
    display: none;
}
#header .top-util {
    position:absolute;
    right:0;
    top:30px;
}
#header .top-util a {
    display: block;
    font-size:12px;
    color:#6d6e71;
}
#header .top-util > span {
    display: inline-block;
    margin-left:30px;
    font-size:12px;

    color:#6d6e71;
}
#header .top-util a .m-block {
    display:none;
}
#header .m-logout {
    display: none;
}
.gnb-area .gnb {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 288px;
}
.gnb-area .gnb .gnb-menu li {
    display: inline-block;
    font-size:0;
}
.gnb-area .gnb .gnb-menu li a {
    font-size:16px;
    color:#05141f;
}
.on .gnb-area .gnb .gnb-menu li a {

}
.gnb-area .gnb .gnb-menu > li > a {
    display:block;
    padding:26px 0;
    margin:0 40px;
    box-sizing: border-box;
    border-bottom:3px solid transparent;
}
.gnb-area .gnb .gnb-menu > li.on > a,
.gnb-area .gnb .gnb-menu > li.active > a,
.gnb-area .gnb .gnb-menu > li > a:hover {

    border-bottom:3px solid #030e16;
}
.gnb-area .gnb .gnb-menu > li.active > a,
.gnb-area .gnb .gnb-menu > li.on > a {
    color:#002c5f;
}
.gnb-area .gnb .gnb-menu li .sub-area {
    display:none;
    position: fixed;
    top:71px;
    left:50%;
    margin-left:-720px;
    width: 1030px;
    height:54px;

    z-index: 10;
}
.gnb-area .gnb .gnb-menu li.active .sub-area {
    display: block;
}
.gnb-area .gnb .gnb-menu li .sub-area ul {
    text-align: center;
}
.gnb-area .gnb .gnb-menu li .sub-area a {
    margin:0 20px;
    padding:27px 0;
    font-size:15px;
    color:#05141f;
}
.gnb-area .gnb .gnb-menu li .sub-area .on a,
.gnb-area .gnb .gnb-menu li .sub-area a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.gnb-area .bg-depth {
    display:none;
    position: fixed;
    top:71px;
    left:0;
    width: 100%;
    height:68px;
    background-color: #fff;
    border-bottom:1px solid #e2e2e2;
}
.gnb-area .bg-depth.on  {
    display:block;
}
#header .m-menu {
    display: none;
}

.contents {
    padding-top:71px;
    min-height: calc(100vh - 186px);
    background-color:#fff;
}
.contents.eco {
    padding-top:0;
}
.cont {
    padding:60px 0 95px;
}
.cont.about {
    padding:77px 0;
}
.cont.protect {
    padding-bottom:0;
}

/* 메인 탑배너 */

.main-banner .slide-box img {
    width: 100%;
}
.main-banner .slide-box h2 {
    font-family: "KiaSansHeadKR", sans-serif;
    font-size: 36px;

    color:#000;
}
.main-banner .slide-box p {
    margin-top:22px;
    max-width: 473px;
    line-height: 32px;
    font-size:22px;

}
.main .slick-dots {

}
.main .slick-dots li {
    margin:0 0 0 10px;
    width:10px;
    height:10px;
}
.main .slick-dots li.slick-active {
    width:41px;
}
.main .slick-dots li.slick-active button {
    border-radius: 10px;
}
.main .ctrl-slick-slider {
    margin:-74px 0 48px
}
.main .ctrl-slick-slider .play-ctrl {
    margin-top:-1px;
    margin-left: 30px;
    width: 15px;
    height: 16px;
    background-position: -287px -799px;
    z-index: 1;
}
.main .ctrl-slick-slider .play-ctrl.play {
    background-position: -301px -799px;
}


/* Arrows */
.main-banner .slick-arrow {
    top:50%;
    margin-top:-26px;
}
.main-banner .slick-prev {
    width: 19px;
    height: 19px;
    left:50%;
    margin-left:-580px;
    border:0 none;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(-50%,-40%) rotate(-45deg);
}
.main-banner .slick-next {
    width: 19px;
    height: 19px;
    right:50%;
    margin-right:-600px;
    border:0 none;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(-50%,-40%) rotate(-225deg);
}
.main .sec-tit {
    margin-bottom:80px;
}
.sec-tit .block {
    display: block;
}
/* main sec01 */
.sec01 {
    padding:0  0 40px 0;
}
.quick-box {
    justify-content:space-between ;
}
.quick-box .quick-link {
    padding:40px;
    width:calc(25% - 15px);
}
.quick-box .quick-link:hover {
    background-color:#05141f;
}
.quick-box .quick-link .thumb {
    margin:0 auto 29px;
    width: 61px;
    height:71px;
    background-position: 0 -3020px;
}
.quick-box .quick-link:nth-child(2) .thumb {
    width: 62px;
    background-position: -61px -3020px;
}
.quick-box .quick-link:nth-child(3) .thumb {
    width:70px;
    background-position: -123px -3020px;
}
.quick-box .quick-link:nth-child(4) .thumb {
    width:70px;
    background-position: -194px -3020px;
}
.quick-box .quick-link .quick-tit {
    margin-bottom:17px;
    font-size:22px;
}

.quick-box .quick-link:hover a .quick-tit,
.quick-box .quick-link:hover a .quick-txt {
    color:#fff;
}
.quick-box .quick-link:hover .thumb {
    background-position: 0 -3090px;
}
.quick-box .quick-link:hover:nth-child(2) .thumb {
    background-position: -61px -3090px;
}
.quick-box .quick-link:hover:nth-child(3) .thumb {
    background-position: -123px -3090px;
}
.quick-box .quick-link:hover:nth-child(4) .thumb {
    background-position: -194px -3090px;
}
.quick-box .quick-link .quick-txt {
    font-size: 16px;
    line-height: 22px;
}


/* main sec02 */
.sec02 {
    padding:160px 0 155px;
}
.privacy-box {
    display:flex;
    justify-content: space-between;
}
.privacy-box .privacy-cont {
    width:calc(25% - 15px);
}
.privacy-box .privacy-cont .thumb {
    margin-right: 30px;
    width:50PX;
    height:50px;
    background-position:-350px 0;
}
.privacy-box .privacy-cont:nth-child(2) .thumb {
    background-position: -350px -50px;

}
.privacy-box .privacy-cont:nth-child(3) .thumb {
    background-position: -350px -100px;
}
.privacy-box .privacy-cont:nth-child(4) .thumb {
    background-position: -350px -150px;
}
.privacy-box .privacy-cont:hover .thumb {
    background-position: 0px -3161px;
}
.privacy-box .privacy-cont:hover:nth-child(2) .thumb {
    background-position: -50px -3161px;

}
.privacy-box .privacy-cont:hover:nth-child(3) .thumb {
    background-position: -100px -3161px;
}
.privacy-box .privacy-cont:hover:nth-child(4) .thumb {
    background-position: -150px -3161px;
}
.privacy-box .privacy-cont .text {
    font-size: 22px;
    line-height:28px;
}
.privacy-box .privacy-cont .text span {
    display: block;
}

/* main sec03 */
.sec03 {
    padding:160px 0;
}
.tip-box {
    display:flex;
    justify-content: space-between;
}
.tip-box .tip-cont {
    padding:35px 40px;
    width:calc(33.33% - 30px);
    font-size:22px;
    line-height:30px;
}
.tip-box .tip-cont:hover {
    color:#fff;
    background-color: #05141f;
}
.tip-box .tip-cont .tip-text {
    min-height:90px;
}
.tip-box .tip-cont .tip-text span {
    display: block;
}
.tip-box .tip-cont a {
    margin-top:30px;
    padding-right:17px;
    font-size:16px;
}
.tip-box .tip-cont:hover a {
    color:#fff;
}
.tip-box .tip-cont:hover a.link:before {
    border-color:#fff;
}
/* main sec04 */
.sec04 {
    padding:100px 0;
}
.sec04::before {
    bottom:0;
    left:50%;
    margin-left:-580px;
    width:374px;
    height:285px;
    background-image:url('/kia/images/bg_main04.png');
    background-position: left top;
}
.safe-box {}
.safe-box .tit-box {
    float:left;
    width:460px;
}
.safe-box .tit-box:after {
    display: block;
    content:'';
    clear:both;
}
.safe-box .tit-box .sub-tit {
    font-size:30px;
    line-height:40px;
}
.safe-box .tit-box .sub-tit > span {
    display: block;
}

.safe-box .tit-box .sub-tit .m-block {
    display: inline-block;
}
.safe-box .safe-cont {
    padding-left:630px;
}
.safe-box .safe-cont li {
    margin:10px 0;
    padding:28px 35px;
    box-shadow: 8px 14px 20px 0px rgba(144, 119, 111, 0.12);
}
.safe-box .safe-cont li:hover {
    background-color: #05141f;
}
.safe-box .safe-cont li a {
    line-height: 32px;
    font-size:22px;
}
.safe-box .safe-cont li:hover a {
    color:#fff;
}
.safe-box .safe-cont li a::after {
    top:50%;
    right:0;
    margin-top:-9px;
    width: 12px;
    height:18px;
    background:url('/kia/images/ico_link_arrow.png') no-repeat;
}
.safe-box .safe-cont li:hover a::after {
    background:url('/kia/images/ico_link_arrow1.png') no-repeat;
}
.safe-box .safe-cont li a .small-txt {
    font-size:16px;
}
.safe-box .safe-cont li:hover a .small-txt {
    color:#fff;
}

/* 콘텐츠 */

.sec-tit {
    font-size:36px;
    line-height:46px;
}
.sec-txt {
    margin-top:33px;
    line-height:28px;
    font-size:18px;
}
.info-txt {
    font-size:16px;
    line-height:1.4;
}
.sub-tit {
    font-size:22px;
    line-height:1.4;
}
.sub-section {
    padding:118px 0 0;
}
.sub-section.first {
    margin-top:74px;
}


.step-wrap {
    margin:0 auto;
    max-width: 1230px;
}
.step-wrap .step-list {
    margin-top:-60px;
}
.step-wrap .step-list > li {
    padding:60px 0;
}
.step-wrap .step-list > li:after {
    margin-left:-11px;
    bottom:-12px;
    width:22px;
    height:22px;
}
.step-wrap .step-list > li .step-num {
    font-size:22px;
}
.step-wrap .step-list > li dl {}
.step-wrap .step-list > li dt {
    margin:28px 0 16px;
    font-size:30px;
}
.step-wrap .step-list > li dd {
    font-size:18px;
}

.sub-section:last-child {
    margin-bottom:0;
}
.sub-section .info-list {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    padding-bottom:113px;
    border-bottom:1px solid #e5e5e5;
}
.sub-section .info-list.last {
    border-bottom:0 none;
}
.sub-section .info-list .thumb {
    width: 43.5%;
}
.protect .thumb .info01 {
    width:93px;
    height:106px;
    background-position:0 -246px;
}
.protect .thumb .info02 {
    width:146px;
    height:106px;
    background-position:-93px -246px;
}
.protect .thumb .info03 {
    width:93px;
    height:106px;
    background-position:-239px -246px;
}
.act .thumb .info01 {
    width:158px;
    height:106px;
    background-position:-142px -560px;
}
.act .thumb .info02 {
    width:99px;
    height:106px;
    background-position:-132px -670px;
}
.act .thumb .info03 {
    width:110px;
    height:106px;
    background-position:0 -776px;;
}
.act .thumb .info04 {
    width:105px;
    height:106px;
    background-position:-110px -776px;
}
.act .thumb .info05 {
    width:116px;
    height:106px;
    background-position:0 -882px;
}
.act .thumb .info06 {
    width:125px;
    height:106px;
    background-position:0 -670px;
}
.sub-section .info-list .info-cont {
    width: 56.5%;
}
.sub-section .info-list .info-cont:first-child {
    margin-top:198px;
}
.sub-section .info-cont .number {
    font-size:22px;
}
.sub-section .info-cont .info-tit {
    margin-top:17px;
    font-size:30px;
    line-height:40px;
}
.sub-section .info-cont .info-txt {
    margin-top:18px;
    font-size:18px;
    line-height:28px;
    max-width: 80%;
}


/* 페이지 타이틀 */
.page-tit {
    width:100%;
    height:100px;
    color:#05141f;
    font-size:26px;
    line-height:100px;
    text-align:center;
    background:#eff1f1;
}

/* Eco-Mode */
#my-menu {
    margin-top:-260px;
}
#my-menu li {
    margin-bottom:50px;
    padding-right:25px;
}
#my-menu li a {
    font-size:14px;
}
#my-menu li.active a {

}
#my-menu li a span {
    display: inline-block;
    vertical-align: top;
    margin-left:10px;
}
#fullpage .page-tit {
    position: absolute;
    top:71px;
    left:0;
}
#fullpage .section:nth-child(odd) {
    background:#fff;
}
/* 스크롤 모션 */
.scroll-info {
    min-height:calc(100vh - 520px);
    font-size: 16px;
}
.scroll-info .mouse {
    margin-top:50px;
    width: 20px;
    height: 30px;
    border-radius: 18px;
}
.scroll-info .mouse .mouse-button {
    width: 2px;
    height: 7px;
    top: 2px;
    left: 50%;
    margin: 0 0 0 -1px;
}
.scroll-info .mouse::after {
    bottom: -12px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
}
@-webkit-keyframes mouse-scroll {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 15px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#fullpage .page1 {
    padding-top:103px;
}
.page1 .cont {
    padding:80px 0 0;
}
#fullpage .step-flex {
    margin-top:32px;
}
#fullpage .step-flex li {

}
#fullpage .step-flex li::after {
    padding:0 10px;
}

#fullpage .page1 .wrap {
    padding-top:20px
}
#fullpage .sec-box {
    margin-top:88px;
}
#fullpage .wrap {
    padding-bottom:97px;
}
#fullpage #footer .wrap {
    padding-bottom:20px;
}
#fullpage .sec-tit {
    text-align:left;
    margin:0;
}
#fullpage .sec-txt {
    font-weight:300;

    margin-top:6px;
    font-size:18px;
    line-height:28px;
}
.sub-info {
    margin-top:60px;
}
.page4 .sub-info,
.page5 .sub-info,
.page6 .sub-info {
    margin-top:120px;
}
.sub-info dt {
    font-size:36px;
    line-height:76px;
}
.sub-info dd {
    margin-top:-14px;
    font-size:16px;
    line-height:24px;
}
.eco-box {
    display: flex;
    flex-wrap: wrap;

    margin-top:35px;
}
.eco-box .link-tit {
    margin-bottom:19px;
    font-size:22px;
}
.eco-box .eco-list {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: end;
}
.eco-box .eco-list:nth-child(odd) {
    margin-right: 40px;
    width: calc(50% - 40px);
}
.eco-box .eco-list.site-link {
    width:100%;
}
.eco-box .eco-cont dt {
    line-height:47px;
    font-size:19px;
    font-weight: 700;
}
.eco-box .eco-cont dd {
    line-height:28px;
    font-size:18px;
}
.eco-box .eco-cont .exam {
    margin-top:12px;
    font-size:17px;
}
.eco-box .eco-cont .clear-fix .f-gray {
    font-size:18px;
    line-height:28px;
}
.eco-box .eco-cont .clear-fix > div + div {
    position: relative;
    padding-right:24px;
    text-align: left;
}
.eco-box .eco-cont .clear-fix > div + div:after {
    display:block;
    content:'';
    position: absolute;
    top:10px;
    left:-40px;
    width: 1px;
    height:43px;
    background-color:#f0f0f0;
}
.eco-box .eco-list .eco-cont {
    border-bottom:1px solid #f0f0f0;

    padding:60px 0;
    width:485px;
}
.eco-box .eco-list .eco-cont .solo-txt {
    font-size:18px;
}
.eco-box .eco-list .thumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 90px;
}
.eco-box .eco-list.site-link .thumb {
    justify-content: center;
    width:100%;
}
.eco-box .eco-list .thumb > span {
    background-image: url(/kia/images/bg_iconset.png);
    background-repeat: no-repeat;
}
.eco-list .thumb .img01 {
    width: 60px;
    height: 60px;
    background-position: 0 -1942px;
}
.eco-list .thumb .img02 {
    width: 60px;
    height: 60px;
    background-position: -60px -1942px;
}
.eco-list .thumb .img03 {
    width: 60px;
    height: 60px;
    background-position:-120px -1942px;
}
.eco-list .thumb .img04 {
    width: 60px;
    height: 60px;
    background-position:-180px -1942px;
}
.eco-list .thumb .img05 {
    width: 60px;
    height: 60px;
    background-position:-240px -1942px;
}
.eco-list .thumb .img06 {
    width: 60px;
    height: 60px;
    background-position:-300px -1942px;
}
.eco-list .thumb .img07 {
    width: 60px;
    height: 60px;
    background-position:0 -2002px;
}
.eco-list .thumb .img08 {
    width: 60px;
    height: 60px;
    background-position:-60px -2002px;
}
.eco-list .thumb .img09 {
    width: 60px;
    height: 60px;
    background-position:-120px -2002px;
}
.eco-list .thumb .img10 {
    width: 61px;
    height: 60px;
    background-position:-180px -2002px;
}
.eco-list .thumb .img11 {
    width: 60px;
    height: 60px;
    background-position:-241px -2002px;
}
.eco-list .thumb .img12 {
    width: 60px;
    height: 60px;
    background-position:-301px -2002px;
}
.eco-list .thumb .img13 {
    width: 60px;
    height: 60px;
    background-position:-0 -2062px;
}
.eco-list .thumb .img14 {
    width: 60px;
    height: 60px;
    background-position:-60px -2062px;
}
.eco-list .thumb .img15 {
    width: 60px;
    height: 60px;
    background-position:-120px -2062px;
}
.eco-list .thumb .img16 {
    width: 60px;
    height: 60px;
    background-position:-180px -2062px;
}
.eco-list .thumb .img17 {
    width: 60px;
    height: 61px;
    background-position:-240px -2062px;
}
.eco-list .thumb .img18 {
    width: 60px;
    height: 61px;
    background-position:-300px -2062px;
}
.eco-list .thumb .img19 {
    width: 60px;
    height: 61px;
    background-position:-0px -2124px;
}
.eco-list .thumb .img20 {
    width: 60px;
    height: 61px;
    background-position:-60px -2122px;
}
.eco-list .thumb .img21 {
    width: 60px;
    height: 60px;
    background-position:-120px -2122px;
}
.eco-list .thumb .img22 {
    width: 60px;
    height: 60px;
    background-position:-180px -2122px;
}
.eco-list .thumb .img23 {
    width: 60px;
    height: 60px;
    background-position:-240px -2126px;
}
.eco-list .thumb .img24 {
    width: 60px;
    height: 60px;
    background-position:-300px -2126px;
}
.eco-list .thumb .img25 {
    width: 60px;
    height: 60px;
    background-position:0 -2186px;
}
.eco-list .thumb .img26 {
    width: 60px;
    height: 60px;
    background-position:-60px -2186px;
}
.eco-list .thumb .img27 {
    width: 60px;
    height: 60px;
    background-position:-120px -2186px;
}
.eco-list .thumb .img28 {
    width: 60px;
    height: 64px;
    background-position:-180px -2186px;
}
.eco-list .thumb .img29 {
    width: 60px;
    height: 60px;
    background-position:-240px -2186px;
}
.eco-list .thumb .img30 {
    width: 60px;
    height: 56px;
    background-position:-300px -2186px;
}
.link-box {

    flex-wrap: nowrap;
}
.link-box .link-list {
    padding: 38px 40px;
    width: 33%;
    max-width: 399px;
}
.link-box .link-list .link-cont p {
    margin-bottom:17px;
    font-size: 22px;
    line-height: 30px;
}

.link-box .link-list .thumb .img01 {
    width: 134px;
    height: 80px;
    background-position:-128px -184px;
}
.link-box .link-list .thumb .img02 {
    width: 121px;
    height: 80px;
    background-position:-279px -180px;
}
.link-box .link-list .thumb .img03 {
    width: 135px;
    height: 69px;
    background-position:0 -260px;
}
.sec-box .support-txt {
    margin-top:19px;
    font-size:16px;
}

.eco-box .site-link {

}
.eco-box .site-link li {
    border:1px solid #e2e2e2;
    border-left:0 none;
    min-width:308px;
    padding:37px 0;
    font-size:18px;
}
.eco-box .site-link li .thumb-tit {
    margin-top:20px;
}
.eco-box .site-link li:first-child {
    border-left:1px solid #e2e2e2;
}


.tbl-tit {
    font-family: "KiaSansHeadKR", sans-serif;


    font-size:22px;
    line-height:46px;
}

.caution {
    position: relative;
    font-weight:300;
    color:#6d6e71;

    margin-top:20px;
    padding-left:12px;
    font-size:16px;
    line-height:24px;
}
.caution + p {
    margin-top:5px;
}
.caution::before {
    content:"-";
    position: absolute;
    top:0;
    left:0;
}

.caution.detail.detail::before {
    display:none;
}

.privacy-wrap {
    padding:60px 0 100px;
}
.privacy-wrap .cont-box {
    margin-left:20px;
}
.privacy-wrap h3 {
    margin-top:50px;
    font-size:22px;
}
.privacy-wrap p {
    margin-top:13px;
    padding-left:20px;
    line-height: 26px;
}
.privacy-wrap .bul-txt {
    
}
.privacy-wrap .sub-txt {
    margin-top:3px;
}
.privacy-wrap .txt-list {
    padding-left:20px;
    margin-top:10px;
}
.privacy-wrap .txt-list li {
    margin:5px 0;
}
.privacy-wrap small {
    font-size:16px;
}
.privacy-wrap .tbl {
    margin-top:13px;
    padding:0 20px
}
.privacy-wrap .tbl th,
.privacy-wrap .tbl td {
    padding:7px;
}
.privacy-wrap .txt-list li {
    margin:0 0 15px;
}
.privacy-wrap .txt-list li li {
    margin:7px 0;
    padding-left:10px;
}
.privacy-wrap .small-list {
    padding-left:10px;
}
.privacy-wrap .small-list li {
    padding-left:15px;
    font-size:15px;
    line-height: 1.5;
}
.privacy-wrap .small-list li li {
    padding-left:0;
}
.privacy-wrap .small-list li .bul {
    position: absolute;
    top:0;
    left:0;
}
#tabs03 .privacy-wrap {
    margin:0 -6px;
}
.privacy-wrap .link-list {
    margin-top:-50px;

    display:flex;
    flex-wrap: wrap;
    width: 100%;
}
.privacy-wrap .link-list li {
    margin:6px 6px;
    padding:0;

    display: flex;
    width: calc(33.3333% - 14px);
    justify-content: center;
}
.privacy-wrap .link-list li a {
    padding:55px 36px;
    line-height: 1.2;
    font-size:22px;
}
.privacy-wrap .link-list li a:hover {
    color:#fff;
    background:#05141f;
}
.privacy-wrap .link-list li .sm-num {
    margin-bottom:14px;
    font-size:14px;
}
.privacy-wrap .link-list li a:hover .sm-num {
    color:#fff;
}

/* 차량 데이터 관리 */
.cont.mycar {
    padding:20px 0 100px;
}
.cont.detail {
    padding-top: 0px;
}
.cont .sec-top {
    margin:60px 0 73px;
}
.cont .sec-top .sub-tit{
    margin:19px 0 10px;
}
/* 2022-09-21 */
.car-list > ul {
    margin:20px -15px 0;
    display: flex;
    flex-wrap:wrap;
}
.car-list > ul > li {
    margin:15px;
    width: calc((100% / 3) - 30px);
    margin-bottom:20px;
    padding: 32px 40px 40px;
    border:1px solid #eaeaea;
    border:1px solid #eaeaea;
    box-sizing: border-box;
    box-shadow: 6px 7px 10px 0 rgba(137,137,137,0.08);
}
.car-list > ul > li > div {
    display:flex;
    flex-wrap: wrap;
    align-items:flex-start;
    align-items: center;
}
.car-list .car-info {
    width: 100%;
}
.car-list .car-info .car-name {
    font-size:22px;
    line-height: 50px;
}
.car-list .car-info dl {}
.car-list .car-info dl > * {
    font-size:16px;
    line-height:24px;
}
.car-list .car-info dt {}
.car-list .car-info dd {}
.car-list .agree-wrap {
    width: 100%;
}
.car-list .agree-wrap li {
}
.car-list .agree-wrap li:first-child {
    
}
.car-list .agree-wrap li.total-area {
    border:0 none;
}
.car-list .agree-wrap li a {
    display: inline-block !important;
    padding:26px 35px 25px 0;
    font-size:18px;
}
.car-list .agree-wrap li a:after {
    top:30px;
    right:20px;
    width:10px;
    height:10px;
    border-top:1px solid #000;
    border-right:1px solid #000;
}
.car-list .agree-wrap li a .badge {
    float:right;
}
/* 3rd 파티 */
.third-wrap {
    margin-top:80px;
}
.card-box {
    margin:10px -15px 0;
}
.card-box .card-list {
    margin: 15px;
    width: calc((100% / 3) - 30px);
}
.car-list > .sub-tit,
.third-wrap > .sub-tit {
    font-size:22px;
    margin-bottom:12px;
}
.card-box .card-list .card-head {
    width: 100%;
    padding: 30px;
}
.card-box .card-list .card-tit {
    font-size:22px;
    line-height:1.4;
    min-height:62px;
}
.card-box .card-list .date {
    margin-top:12px;
    font-size:16px;
}
.card-box .card-list .arrow {
    display: block;
}
.card-box .card-list .arrow::after {
    bottom: 20px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #acaaa9;
    border-right: 1px solid #acaaa9;
}
.card-box .card-list:hover .arrow::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.card-box .card-list.is-expanded .card-head,
.card-box .card-list .card-head:hover {
    box-shadow: 6px 7px 10px 0px rgba(137, 137, 137, 0.08);
}
.card-box .card-list:hover .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 {
    left: calc(100% - 20px);
    border: solid transparent;
}
.card-box .card-list.is-expanded .card-head:after {
    border-width: 8px;
    margin-left: -8px;
}
.card-box .card-list.is-expanded .card-head:before {
    border-width: 9px;
    margin-left: -9px;
}
.card-box .card-list.is-expanded .arrow {
    display:none;
}
.card-cont {
    width:100%;
}
.card-cont .close {
    top:20px;
    right:40px;
    width: 16px;
    height: 16px;
    background-position: -328px -192px;
}
.card-list.is-expanded .card-cont {
    max-height: 1000px;
    min-height: 200px;
    margin-top: 30px;
    padding:40px;
    box-shadow: 8px 14px 20px 0px rgba(144, 119, 111, 0.12);
}
.card-list:nth-of-type(3n+2) .card-cont {
    margin-left: calc(-100% - 30px);
}

.card-list:nth-of-type(3n+3) .card-cont {
    margin-left: calc(-200% - 60px);
}

.card-list:nth-of-type(3n+4) {
    clear: left;
}

.card-cont {
    width: calc(300% + 60px);
}

.card-box .card-list .acco-sub {
    line-height:24px;
    font-size:16px;
}
.card-box .card-list .acco-sub .tbl {
    margin-top:15px;
}
.acco-wrap .acco-sub .b-list {
    margin-top:10px;
}
.card-box .card-list .acco-sub .tbl .confirm-txt {
    margin-top:25px;
    font-size:16px;
}
.card-box .card-list .acco-sub .tbl .btn-wrap {
    margin-top:20px;
}

.no-car {
    padding:128px 0 94px;
    text-align: center;
}
.no-car .no-thumb {
    margin-bottom:40px;
    width: 80px;
    height:140px;
    display: inline-block;
    background-image:url('/kia/images/bg_iconset.png');
    background-repeat:no-repeat;
    background-position: -320px -450px;
}
.caution-box {
    margin-top: 37px;
    width: 100%;
    max-width: 1230px;
    padding: 30px 40px;
    font-size: 16px;
    line-height:1.4;
}
.caution-box .no-thumb {
    margin-right: 40px;
    width:58px;
    height:61px;
    background-position:-190px -1798px;
}
.car-info {
    margin:0 auto 0;
    max-width: 640px;
}
.car-info dl > * {
    display: inline-block;
    
    color:#6d6e71;
    font-size: 16px;
    line-height:24px;
}

.acco-wrap {
    margin-top:55px;
}
.acco-wrap > ul > li {
    border-bottom:1px solid #e2e2e2;
}
.acco-wrap a.acc-tit {
    display:block;
    padding:0 20px;
    height:70px;
    line-height:70px;
    font-size:18px;
}
.acco-wrap a.acc-tit .status {
    margin-top:-10px;
    right: 60px;
    width: 20px;
    height: 20px;
}
.acco-wrap a.acc-tit::after {
    top: 25px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.acco-wrap > ul > li.active a {
}
.acco-wrap > ul > li.active > a::after {
    margin-top:5px;
}
.acco-wrap li .cont-area {
    padding:24px 40px 35px;
    font-size:16px;
    line-height:24px;
}
.acco-wrap li .cont-area .by-txt {
    margin-top:14px;
}
.acco-wrap li .cont-area .link {
    margin-top:18px;
}
.acco-wrap li .cont-area .cont-detail {
    /* max-width: 70%; */
}
.acco-wrap li .cont-area .cont-detail p + p {
    margin-top:20px;
}
.acco-wrap li .cont-area .datahub-list {
    margin:10px 0 -30px
}
.acco-wrap li .cont-area .datahub-list .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.acco-wrap li .cont-area .datahub-list > ul > li {
    flex-direction: column;
    margin:10px 0;
    padding:24px 24px;
    font-size:16px;
    width:28%;
}
.acco-wrap li .cont-area .datahub-list li .agree-status {
    margin-top:10px;
    font-size:16px;
    text-align:right;
}
.acco-wrap li .cont-area .agree-info-txt {
    position: absolute;
    bottom:30px;
    right:40px;
}
/* 동의상태 추가 [s] */
.acco-wrap li .cont-area .agree-status {
    margin:20px 0;
    padding:15px 24px;
}
.acco-wrap li .cont-area .agree-status .agree-result .status {
    margin-left:30px;
    width:20px;
    height:20px;
}
/* 동의상태 추가 [e
] */
.acco-wrap li .agree-wrap {
    
}
.acco-wrap li .agree-tit {
    font-size:16px;
    line-height:46px;
}
/*.acco-wrap li .agree-status {
    font-size:18px;
    line-height:46px;
}*/
.acco-wrap li .switch {
}
.acco-wrap .sub-toggle > ul > li {
    margin-bottom:20px;
    box-shadow: 8px 14px 20px 0px rgba(144, 119, 111, 0.12);
}
.acco-wrap .sub-toggle > ul > li > a {
    height:50px;
    line-height:50px;
}
.acco-wrap .sub-toggle > ul > li > a:after {
    top:14px;
}
.acco-wrap .sub-toggle > ul > li.active > a:after {
    top:22px;
}

/* table */
.tbl table {
}
.tbl th,
.tbl td {
    padding:13px 20px;
}
.tbl th {
}
.tbl th:first-child,
.tbl td:first-child {
}
.tbl td {
    font-size:16px;
}

.b-list li {
    padding-left:14px;
}
.b-list li:after {
    margin-top:12px;
    width:6px;
    height:1px;
}

/* 공지사항 */
.search-box {
    margin:0 auto;
    max-width: 640px;
}
.search-box .search-wrap {
    display:flex;
}
.search-box .search-wrap > div {
    flex-grow: 1;
}
.search-box .search-wrap .select-box {
    margin-right:10px;
    max-width:200px;
}
.search-box .search-wrap  .ip-search {
    max-width:82%;
}
.notice-wrap {
    margin-top:60px;
}
.notice-wrap .notice-list {
    border-top:1px solid #05141f;
    border-bottom:1px solid #05141f;
}
.notice-wrap .notice-list ul {
    
}
.notice-wrap .notice-list ul li {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:24px 20px;
    border-top:1px solid #e5e5e5;
}
.notice-wrap .notice-list ul li:first-child {
    border:0 none;
}
.notice-wrap .notice-list ul li a {
    max-width:80%;
    font-size:18px;
}
.notice-wrap .notice-list ul li .noti-util .file {
    position: relative;
    padding-right:32px;
}
.notice-wrap .notice-list ul li .noti-util .file:after {
    top:3px;
    right:17px;
    width:1px;
    height:12px;
}
.notice-wrap .notice-list ul li .date {
    font-size:16px;
}

.notice-wrap .notice-detail {
    border-top:2px solid #6d6e71;
    border-bottom:1px solid #adadad;
}
.notice-wrap .notice-detail .detail-top {
    padding: 34px 20px 0;
}
.notice-wrap .notice-detail .detail-top .date {
    margin-top:13px;
    font-size:16px;
}
.notice-wrap .notice-detail .detail-cont {
    padding:56px 20px 58px;
    font-size:16px;
    line-height: 24px;
}
.notice-wrap .notice-detail .detail-cont p {
    line-height:1.6;
}
.notice-wrap .notice-detail .detail-bottom {
    border-top:1px solid #e5e5e5;
    padding:30px 20px;
}
.notice-wrap .notice-detail .detail-bottom .file-tit {
    margin:5px 30px 10px 0px;
    float:left;
}
.notice-wrap .notice-detail .detail-bottom .down-file {

}
.notice-wrap .notice-detail .detail-bottom .down-file a {
    display:block;
    margin:5px 0;
    padding-left:58px;
    font-size:16px;
    line-height: 26px;
}
.notice-wrap .notice-detail .detail-bottom .down-file a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.notice-wrap .notice-detail .detail-bottom .down-file a + a {
    margin-left:30px;
}

.no-result {
    padding:60px 0;
}
.no-result .thumb {
    width:139px;
    height:140px;
    background-position: 0 -1444px;
}
.no-result .result-txt {
    margin-top:38px;
    font-size:22px;
    line-height:23px;
}
.paging {
    display: none;
}
/* tab 메뉴 */
.tab-wrap {
    border-bottom:1px solid #e2e2e2;
}
.tabs { 
    margin-bottom:-1px;
}
.tabs .tabs-link {
    padding: 20px 0;
    font-size:18px;
    border-bottom:3px solid transparent;
}
.tabs-content .tabs-content-item {
    margin-top:60px;
}
/* form */
.input-box {
    width: 100%;
    height:50px;
    border:2px solid #05141f;
}
.input-box .ip-search {
    width: 94%;
    padding:14px 17px 11px;
    font-size:18px;
}
.input-box .ip-search::placeholder {
    font-size:18px;
}
.form-switch {
    width: 46px;
    height: 26px;
    border:2px solid #05141f;
    border-radius: 46px;
}

.form-switch:after {
    top: -1px;
    left: -2px;
    width: 20px;
    height: 20px;
}
.switch input:checked + .form-switch,
.form-switch.agree  {
    background: #05141f;
}
.switch input:checked + .form-switch:after,
.form-switch.agree:after {
    left: calc(100% - -2px);
}

label:active:after {
    width: 130px;
}

/* badge */
.badge {
    min-width: 40px;
    height:22px;
    line-height:23px;
    font-size:14px;
}
.badge.on {

}

/* Button */
.btn-wrap {
    margin-top:40px;
}
a.btn,
button.btn {
    min-width: 70px;
    height: 40px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 40px;
}
a.btn {
    min-width: 30px;
}

.btn + .btn {
    margin-left: 5px;
}

.btn.arrow {
    padding: 0 10px 0 5px;
    height:auto;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
}
.btn.arrow:before {
    width: 6px;
    height: 6px;
    margin-top: -6px;
}

.btn.disable {
    color: #999999;
    cursor: not-allowed;
}
.btn.disable:before {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
a.link {
    padding-right:10px;
}
a.link:before {
    width: 8px;
    height: 8px;
    right: 0;
    margin-top:-6px;
}
/* select box */
.select-wrap {
    margin-top:60px;
}
.select-box {
    max-width:640px;
    height: 50px;
}

.select-box .select-name {
    padding:0 19px;
    font-size:18px;
    line-height:50px;
}
.select-box .select-name::after {
    top: 14px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.select-box .option-list {
    position: absolute;
    top: 46px;
    left: -2px;
    width: calc(100% + 4px);
    z-index:1;
}

.select-box.active .option-list {
    padding:10px 0;
    max-height: 500px;
    border: 2px solid #05141f;
}
.select-box.active .option-list .option-top {
    display: none;
}
.select-box .option {
    max-height: 300px;
}
.select-box .option > li a {
    padding: 11px 18px 10px;
    font-size:18px;
}
.select-box .option > li a.selected,
.select-box .option > li a:hover {
    text-decoration: underline;
    text-underline-position: under;
    
}

.select-box .option-item:hover {
    background: #f6f3f2;
}
.select-wrap .car-info {
    margin-top:18px;
}

#footer {
    padding: 30px 0 18px;
}
#footer .footer-top {
    padding-left:115px;
}
#footer .privacy a {
    font-size:16px;
}
#footer .footer-top dl {
    margin-top:8px;
    line-height:26px;
}
#footer .footer-top dt {
    font-size:15px;
}
#footer .footer-top dd {

}
#footer .footer-top dd a {
    font-size:15px;
}
#footer .footer-top dd span:first-child {
    padding:0 18px 0 5px;
}
#footer .foot-logo {
    position:absolute;
    left:0;
    top:0;
    width:65px;
    height:16px;
    background:url('/kia/images/f_logo.png');
}
#footer .copyright {
    padding-left:115px;
    margin-top:2px;
    font-size:14px;
}

/* 에러페이지 */
.error-box {
    height: calc(100vh - 78px);
}
.error-box .thumb {
    width:156px;
    height:140px;
    background-position:-244px -1638px;
}
.error-box .error-txt {
    margin-top:27px;
    font-size:22px;
    line-height:46px;
}
.check-box {
    min-height:calc(100vh - 405px);
}
.check-box .thumb {
    width:139px;
    height:140px;
    background-position:-200px -3214px;
}
.check-box .check-txt {
    margin-top:27px;
    font-size:22px;
    line-height:46px;
    text-align:center;
}
.check-box .check-txt .block {
    display: block;
}
.ico.file {
    width:18px;
    height:18px;
    background-position: -287px 2px;
}
.ico.search {
    width: 25px;
    height:27px;
    background-position: -324px -162px;
}

/* Popup */
.popup-box.lay {
    left: 50%;
    top: 50%;
    min-width: 320px;
    max-width: 400px;
    background-color: #fff;
}
.popup-box.md {
    max-width: 500px;
}
.popup-box.lg {
    max-width: 900px;
}
.popup-box .pop-head {
    padding:0 30px;
    height: 70px;
    line-height:70px;
}
.popup-box .pop-head .tit {
    font-size: 22px;
}
.popup-box .pop-head .pop-close {
    right: 30px;
    top: 30px;
    width: 16px;
    height: 16px;
    background-position: -328px -192px;
}
.popup-box .pop-cont {
    overflow-y:auto;
    padding:30px 25px 0 30px;
    font-size:16px;
    max-height:500px;
}
.popup-box .pop-cont.scroll {
    padding:5px 3px;
}
.popup-box .pop-cont .caution {
    margin-top:5px;
    color:#05141f;
}
.popup-box .block {
    display: block;
}
.popup-box .pop-cont .pop-tit {
    margin-bottom:20px;
    font-size:30px;
    line-height:40px;
}
.popup-box .pop-cont .pop-txt {
    margin:20px 0;
    line-height:24px;
}
.popup-box .pop-cont .tbl {
    line-height: 24px;
    font-size:13px;
}
.popup-box .pop-cont .fix-head .fix-first td {
    padding-top:15px;
}

.popup-box .pop-foot {
    padding:30px 30px 40px;
}

/* tooltip */
.tooltip {
}
.tooltip .tooltip-tit {
    display: inline-block;
    margin-left:27px;
}
.tooltip .tooltip-tit .icon-warn {
    width:20px;
    height:20px;
}
.tooltip .tooltip-cont {
    top:40px;
    margin-left:34px;
    width: 400px;
    padding:30px 30px 0;
    box-shadow: 0 10px 20px #999;
}
.tooltip .tooltip-cont::before {
    width: 10px;
    height: 10px;
    right:33px;
    top: -6px;
}

@media screen and (max-width: 1400px) {
    #my-menu li a span {
        display: none;
    }
}
@media screen and (max-width: 1230px) {
    #header .top-util {
        right:10px;
    }
    .gnb-area .gnb .gnb-menu li .sub-area {
        margin-left:-58%;
    }
    .main .wrap {
        padding:0 20px;
    }
    .main-banner .slick-next {
        right:20px;
        margin-right:0;
    }
    .main-banner .slick-prev {
        left:40px;
        margin-left:0;
    }
    .privacy-box .privacy-cont .thumb {
        margin-right: 20px;
    }
    .privacy-box .privacy-cont .text {
        font-size:20px;
    }
    .eco-box .img-box img {
        width:100%;
    }
    #fullpage .wrap {
        padding-left:20px;
        padding-right:40px;
    }
    .eco-box .site-link {
        width:100%;
    }
    .link-box .link-list .link-cont p {
        font-size:18px;
    }
    #my-menu li {
        padding-right: 10px;
    }
    .tip-box .tip-cont .tip-text span {
        display:inline;
    }
    .privacy-wrap {
        padding:0 30px;
    }
    .privacy-wrap .link-list {
        margin:50px 0;
    }
}


