@charset "utf-8";

#header .sub-area a {
    position: relative;
}
#header .sub-area a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    content: '';
}
#header .sub-area a:hover::before,
#header .sub-area a:focus::before {
    width:100%;
}
/* 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.5;
    z-index: 1;
}
.bg-dim.on {
    display:block;
}


.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 {
    height:78px;
    color:#fff;
    background-color: #111;
}
#header.on {
    background-color:#131313;
}
#header .logo {
    top:25px;
    left:0;
    width: 130px;
    height:26px;
}
#header .logo a {
    height:26px;
    background:url('/genesis/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:16px;
    color:#bbb;
    transition: color .4s;
    font-weight: 300;
    font-family: "GenesisSansHeadKR", sans-serif;
}
#header .top-util a:hover {
    color:#fff;
}
#header .top-util span {
    display: inline-block;
    margin-left:30px;
    font-size:16px;
    font-weight: 300;
    color:#757575;
}
#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: 171px;
}
.gnb-area .gnb .gnb-menu li {
    display: inline-block;
    font-size:0;
}
.gnb-area .gnb .gnb-menu li a {
    font-size:16px;
    font-weight: 300;
    color:#bbb;
    transition: color .4s;

}
.on .gnb-area .gnb .gnb-menu li a {

}
.gnb-area .gnb .gnb-menu > li > a {
    display:block;
    padding:30px 0;
    margin:0 40px;
    box-sizing: border-box;
    border-bottom:3px solid transparent;
}
.gnb-area .gnb .gnb-menu > li.active > a,
.gnb-area .gnb .gnb-menu > li.on > a,
.gnb-area .gnb .gnb-menu > li > a:hover {
    border-bottom:3px solid transparent;
}
.gnb-area .gnb .gnb-menu > li.on > a,
.gnb-area .gnb .gnb-menu > li.active > a {
    color:#fff;
}
.gnb-area .gnb .gnb-menu li .sub-area {
    display:none;
    position: fixed;
    top:79px;
    left:50%;
    margin-left:-594px;
    width: 1030px;
    height:0;
    -webkit-transition: all .4s;
    transition: all .4s;

    z-index: 10;
}
.gnb-area .gnb .gnb-menu li.active .sub-area {
    display: block;
    height:54px;
}
.gnb-area .gnb .gnb-menu li .sub-area ul {
    text-align: center;
}
.gnb-area .gnb .gnb-menu li .sub-area a {
    margin:0 25px;
    padding:32px 0;
    font-size:14px;
    color:#bbb;
}
.gnb-area .gnb .gnb-menu li .sub-area .on a,
.gnb-area .gnb .gnb-menu li .sub-area a:hover {
    font-weight: 400;
    color:#fff;
}
.gnb-area .bg-depth {
    display:none;
    position: fixed;
    top:79px;
    left:0;
    width: 100%;
    height:85px;
    background-color: #131313;
}
.gnb-area .bg-depth.on  {
    display:block;
}
#header .m-menu {
    display: none;
}

.contents {
    padding-top:78px;
    min-height: calc(100vh - 242px);
    background-color:#fff;
}
.contents.eco {
    padding-top:0;
}
.cont {
    padding:60px 0 95px;
}

/* 메인 탑배너 */
#container .main-banner {
    margin-bottom:0;
}
.main-banner .slide-box img {
    width: 100%;
    max-width:1230px;
}
.main-banner .slide-box h2 {
    font-family: "HyundaiSansHeadKR", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color:#000;
}
.main-banner .slide-box p {
    margin-top:22px;
    max-width: 473px;
    line-height: 32px;
    font-size:22px;
    font-weight: 300;
}
.main .slick-dots {

}
.main .slick-dots li {
    margin:0 0 0 10px;
    width:10px;
    height:10px;
    border:1px solid transparent;
}
.main .ctrl-slick-slider {
    margin:-56px 0 40px
}
.main .ctrl-slick-slider .play-ctrl {
    margin-left: 10px;
    width: 10px;
    height: 12px;
    background-position: -211px -56px;
    z-index: 1;
}
.main .ctrl-slick-slider .play-ctrl.play {
    background-position: -200px -56px;
}


/* Arrows */
.main-banner .slick-arrow {
    top:50%;
    margin-top:-26px;
}
.main-banner .slick-prev {
    width: 19px;
    height: 19px;
    left:13px;
    border:0 none;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-50%,-40%) rotate(-45deg);
}
.main-banner .slick-next {
    width: 19px;
    height: 19px;
    right:0;
    border:0 none;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-50%,-40%) rotate(-225deg);
}
.main .sec-tit {
    margin-bottom:80px;
    text-align: center;
}
.sec-tit .block {
    display: block;
}
/* main sec01 */
.sec01 {
    padding:0  0 80px 0;
}
.quick-box {
    padding-top:60px;
    justify-content:space-between ;
}
.quick-box .quick-link {
    width:calc(25% - 15px);
}
.quick-box .quick-link a {
    display: block;
    padding:28px 29px;
}
.quick-box .quick-link:hover {
    background-color: #fff;
    transition: all 0.4s;
}
.quick-box .quick-link .thumb {
    float:right;
    margin:0 0 7px 22px;
    width: 50px;
    height:55px;
    background-position: 0 -1px;
}
.quick-box .quick-link:hover .thumb {
    background-position: -200px -1px;
}
.quick-box .quick-link:nth-child(2) .thumb {
    background-position: -50px -1px;
}
.quick-box .quick-link:nth-child(3) .thumb {
    background-position: -100px -1px;
}
.quick-box .quick-link:nth-child(4) .thumb {
    background-position: -150px -1px;
}
.quick-box .quick-link:hover:nth-child(2) .thumb {
    background-position: -250px -1px;
}
.quick-box .quick-link:hover:nth-child(3) .thumb {
    background-position: -300px -1px;
}
.quick-box .quick-link:hover:nth-child(4) .thumb {
    background-position: -350px -1px;
}
.quick-box .quick-link .quick-tit {
    margin-bottom:17px;
    font-size:20px;
}
.quick-box .quick-link .quick-txt {
    font-size: 14px;
    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% - 14px);
}
.privacy-box .privacy-cont a {
    padding:29px 25px;
    border:1px solid transparent;
}
.privacy-box .privacy-cont a:hover {
    background-color:#fff;
    border:1px solid #000;
}
.privacy-box .privacy-cont .thumb {
    margin-right: 23px;
    width:50PX;
    height:50px;
    background-position:0 -56px;
}
.privacy-box .privacy-cont:nth-child(2) .thumb {
    background-position: -50px -56px;

}
.privacy-box .privacy-cont:nth-child(3) .thumb {
    background-position: -100px -56px;
}
.privacy-box .privacy-cont:nth-child(4) .thumb {
    background-position: -150px -56px;
}
.privacy-box .privacy-cont .text {
    font-size: 20px;
    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 31px;
    width:calc(33.33% - 30px);
    font-size:26px;
    line-height:36px;
    border:1px solid transparent;
}
.tip-box .tip-cont:hover {
    background-color: #fff;
    border:1px solid #000;
}
.tip-box .tip-cont .tip-text {
    min-height:108px;
}
.tip-box .tip-cont .tip-text span {
    display: block;
}
.tip-box .tip-cont a {
    margin-top:29px;
    padding-right:17px;
    font-size:16px;
    line-height: 1.2;
}
.tip-box .tip-cont a::before {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 13px;
    width: 0%;
    height: 1px;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    content: '';
    border:0 none;
    transform: rotate(0);
}
.tip-box .tip-cont a:hover::before {
    width:calc(100% - 17px);
}
.tip-box .tip-cont a::after {
    content: '';
    position: absolute;
    display: block;
    top:50%;
    margin-top:-6px;
    left:calc(100% - 7px);
    right: 0;
    width: 7px;
    height:11px;
    background:url('/genesis/images/ico_textlink.png') no-repeat;
}

/* main sec04 */
.sec04 {
    padding:100px 0;
}
.safe-box {}
.safe-box .tit-box {
    float:left;
    width:500px;
}
.safe-box .tit-box:after {
    display: block;
    content:'';
    clear:both;
}
.safe-box .tit-box .sub-tit {
    font-size:39px;
    line-height:54px;
}
.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;
}
.safe-box .safe-cont li a {
    padding:28px 35px;
    line-height: 32px;
    font-size:20px;
    border:1px solid transparent;
}
.safe-box .safe-cont li a:hover {
    background-color: #fff;
    border:1px solid #000;
}
.safe-box .safe-cont li a::after {
    top:50%;
    right:35px;
    margin-top:-9px;
    width: 10px;
    height:18px;
    background:url('/genesis/images/ico_link_arrow.png') no-repeat;
}
.safe-box .safe-cont li a > span {
    display: block;
}

/* 콘텐츠 */

.sec-tit {
    font-size:40px;
    line-height:54px;
}
.sec-txt {
    margin-top:33px;
    line-height:28px;
    font-size:18px;
}
.info-txt {
    font-size:16px;
}
.sub-tit {
    font-size:26px;
}
.sub-section {
    margin:0 0 10px 0;
}
.sub-section.first {
    margin-top:113px;
}

.sub-section:last-child {
    margin-bottom:0;
}
.sub-section .info-list {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    padding:124px 220px;
}
.sub-section .info-list .thumb {
    justify-content: flex-start;
    width: 43.5%;
}
.protect .thumb .info01 {
    width:92px;
    height:106px;
    background-position:0 -280px;
}
.protect .thumb .info02 {
    width:148px;
    height:106px;
    background-position:-100px -280px;
}
.protect .thumb .info03 {
    width:130px;
    height:93px;
    background-position:-250px -280px;
}
.act .thumb .info01 {
    width:158px;
    height:106px;
    background-position:-200px -540px;
}
.act .thumb .info02 {
    width:110px;
    height:106px;
    background-position:0 -670px;
}
.act .thumb .info03 {
    width:118px;
    height:106px;
    background-position:-110px -670px ;;
}
.act .thumb .info04 {
    width:108px;
    height:106px;
    background-position:-228px -670px;
}
.act .thumb .info05 {
    width:100px;
    height:106px;
    background-position:0 -776px;
}
.act .thumb .info06 {
    width:121px;
    height:106px;
    background-position:-100px -776px;
}
.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;
}


/* 페이지 타이틀 */
.page-tit {
    width:100%;
    height:85px;
    font-size:22px;
    line-height:85px;
    text-align:center;
    color:#fff;
    background:#111;
}
.page-tit h2 {
    margin:0 auto;
    max-width: 1230px;
    text-align: left;
    font-size:16px;
}

/* Eco-Mode */
#my-menu {
    margin-top:-150px;
}
#my-menu li {
    margin-bottom:20px;
    padding-right:25px;
}
#my-menu li a {
    font-size:16px;
}
#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:0;
    left:0;
}
#fullpage .section:nth-child(odd) {
    background:#fff;
}
#fullpage .page1 {
    padding-top:40px;
}
#fullpage .page1 .wrap {
    padding-top:85px
}
#fullpage .sec-box {
    margin-top:88px;
}
#fullpage .wrap {
    padding-top:60px;
    padding-bottom:97px;
}
#fullpage #footer .wrap {
    padding: 0 0 18px;
}
#fullpage .sec-tit {
    text-align:left;
    margin:0;
}
#fullpage .page6 .sec-tit {
    font-size:30px;
}
#fullpage .sec-txt {
    margin-top:14px;
    font-size:16px;
    line-height:28px;
}
.sub-info {
    margin-top:60px;
}
.sub-info dt {
    font-size:20px;
    line-height:50px;
}
.sub-info dd {
    font-size:16px;
    line-height:24px;
}
.eco-box {
    display: flex;
    flex-wrap: wrap;
    margin: 17px -10px 0;
}
.eco-box .eco-list {
    display: flex;
    margin:10px;
    width: calc(50% - 20px);
    align-items: flex-start;
}
.eco-box .eco-cont dt {
    line-height:47px;
    font-size:30px;
}
.eco-box .eco-cont dd {
    margin-top:10px;
    line-height:28px;
    font-size:20px;
}
.eco-box .eco-cont .exam {
    margin-top:12px;
    font-size:20px;
    font-weight: 300;
}
.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 {
    padding:40px 50px;
    width:485px;
}
.eco-box .eco-list .eco-cont .solo-txt {
    font-size:30px;
    line-height:1.4;
}
.eco-box .eco-list .thumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90px;
    margin-right: 50px;
    margin-top:40px;
}
.eco-box .eco-list .thumb > span {
    background-image: url(/genesis/images/bg_iconset.png);
    background-repeat: no-repeat;
}
.eco-list .thumb .img01 {
    width: 60px;
    height: 60px;
    background-position: -107px -1517px;
}
.eco-list .thumb .img02 {
    width: 60px;
    height: 60px;
    background-position: -167px -1517px;
}
.eco-list .thumb .img03 {
    width: 60px;
    height: 60px;
    background-position:-227px -1517px;
}
.eco-list .thumb .img04 {
    width: 60px;
    height: 60px;
    background-position:-287px -1517px;
}
.eco-list .thumb .img05 {
    width: 60px;
    height: 60px;
    background-position:-107px -1577px;
}
.eco-list .thumb .img06 {
    width: 54px;
    height: 60px;
    background-position:-167px -1577px;
}
.eco-list .thumb .img07 {
    width: 54px;
    height: 60px;
    background-position:-221px -1577px;
}
.eco-list .thumb .img08 {
    width: 60px;
    height: 60px;
    background-position:-275px -1577px;
}
.eco-list .thumb .img09 {
    width: 60px;
    height: 60px;
    background-position:-335px -1577px;
}
.eco-list .thumb .img10 {
    width: 60px;
    height: 60px;
    background-position:0 -1638px;
}
.eco-list .thumb .img11 {
    width: 60px;
    height: 60px;
    background-position:-60px -1638px;
}
.eco-list .thumb .img12 {
    width: 60px;
    height: 60px;
    background-position:-120px -1638px;
}
.eco-list .thumb .img13 {
    width: 60px;
    height: 60px;
    background-position:-180px -1638px;
}
.eco-list .thumb .img14 {
    width: 60px;
    height: 60px;
    background-position:-240px -1638px;
}
.eco-list .thumb .img15 {
    width: 60px;
    height: 60px;
    background-position:-300px -1638px;
}
.eco-list .thumb .img16 {
    width: 60px;
    height: 60px;
    background-position:-0 -1698px;
}
.eco-list .thumb .img17 {
    width: 60px;
    height: 64px;
    background-position:-60px -1698px;
}
.eco-list .thumb .img18 {
    width: 60px;
    height: 60px;
    background-position:-120px -1698px;
}
.eco-list .thumb .img19 {
    width: 60px;
    height: 63px;
    background-position:-180px -1698px;
}
.eco-list .thumb .img20 {
    width: 60px;
    height: 60px;
    background-position:-240px -1698px;
}
.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: 114px;
    height: 70px;
    background-position:-0 -1762px;
}
.link-box .link-list .thumb .img02 {
    width: 114px;
    height: 70px;
    background-position:-114px -1762px;
}
.link-box .link-list .thumb .img03 {
    width: 114px;
    height: 70px;
    background-position:-228px -1760px;
}
.sec-box .support-txt {
    margin-top:19px;
    font-size:16px;
}

.eco-box .site-link {
    margin:0 10px;
}
.eco-box .site-link li {
    border:1px solid #e2e2e2;
    border-left:0 none;
    width:308px;
    height:118px;
}
.eco-box .site-link li:first-child {
    border-left:1px solid #e2e2e2;
}
.eco-box .site-link li a {
    width:100%;
    height:100%;
}
.eco-box .site-link li a img {}
.eco-box .img-box {
    padding:20px;
}


.tbl-tit {
    font-family: "HyundaiSansHeadKR", sans-serif;
    font-weight: 300;

    margin-bottom:10px;
    font-size:30px;
    line-height:46px;
}

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

    margin-top:45px;
    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 p > strong {
    margin-bottom:26px;
    padding:17px 0;
    font-size:30px;
}
.privacy-wrap small {
    font-size:16px;
}
.privacy-wrap .tbl {
    margin-top:13px;
    padding:0 20px
}
.privacy-wrap .txt-list li {
    margin:15px 0;
}
.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;
}



/* 차량 데이터 관리 */
.cont.mycar {
    padding:20px 0 100px;
}
.cont.detail {
    padding-top: 0px;
}
.cont .sec-top {
    margin:60px 0 78px;
}
.cont .sec-top .sub-tit{
    margin:19px 0 20px;
}
.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: 30px;
    border:1px solid #eaeaea;
    box-sizing: border-box;
}
.car-list > ul > li:hover {
    background-color:#f8f8f8;
    box-shadow: 6px 7px 10px 0 rgba(137,137,137,0.08);
}
.car-list > ul > li > div {
    display:flex;
    flex-wrap: wrap;
    align-items:center;
}
.car-list .car-info {
    width: 100%;
}
.car-list .car-info .car-name {
    margin-bottom:0;
    font-size:26px;
    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.total-area {
    border:0 none;
}
.car-list .agree-wrap li a {
    padding:25px 50px 25px 0;
    font-size:20px;
    font-weight: 300;
}
.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:26px;
    margin-bottom:20px;
}
.card-box .card-list .card-head {
    width: 100%;
    padding: 30px;
}
.card-box .card-list .card-tit {
    font-size:26px;
    line-height:1.3;
    min-height:70px;
}
.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: -351px -671px;
}
.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: 107px;
    height:96px;
    background-position: -250px -786px;
}
.caution-box {
    margin-top:37px;
    width: 100%;
    max-width: 1230px;
    padding:30px 40px;
    font-size:16px;
    /* border:1px solid #e5e5e5; */
}
.caution-box .no-thumb {
    margin-right: 40px;
    width:68px;
    height:60px;
    background-position:-332px -2403px;
}
.car-info {
    margin:0 auto 0;
    max-width: 640px;
}
.car-info dl > * {
    display: inline-block;
    font-weight: 300;
    color:#757575;
    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::before {
    top: 0;
    transform: rotate(-90deg);
}
.acco-wrap > ul > li.active > a::after {
    top: 31px;
}

.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:15px 24px;
    font-size:16px;
    width:28%;
}
.acco-wrap li .cont-area .datahub-list li .agree-status {
    margin-top:20px;
    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;
}
.acco-wrap .sub-toggle > ul > li > a {
    height:50px;
    line-height:50px;
}
.acco-wrap .sub-toggle > ul > li > a:before {
    margin-top:16px;
}
.acco-wrap .sub-toggle > ul > li > a:after {
    top:25px;
    right: 15px;
}
.acco-wrap .sub-toggle > ul > li.active > a:after {
    top:25px;
}
.acco-wrap .sub-toggle > ul > li > a .date {
    padding-right:30px;
    font-size:16px;
}
.acco-wrap .sub-toggle .acco-sub .tbl .btn-wrap .btn::before {
    transform: rotate(0);
}

/* table */
.tbl table {
}
.tbl th,
.tbl td {
    padding:13px 20px;
}
.tbl th {
    line-height:1.2;
}
.tbl th:first-child,
.tbl td:first-child {
}
.tbl td {
    padding:18px 20px;
}

.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:40px;
}
.notice-wrap .notice-list {
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.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 #e2e2e2;
}
.notice-wrap .notice-list ul li:first-child {
    border:0 none;
}
.notice-wrap .notice-list ul li a {
    max-width:80%;
    padding:12px 0;
    font-size:18px;
    font-weight:300;
}
.notice-wrap .notice-list ul li .noti-util .badge {
    position: relative;
    margin-right: 30px;
    padding:0 14px;
    line-height:22px;
}
.notice-wrap .notice-list ul li .date {
    font-size:16px;
}

.notice-wrap .notice-detail {
    border-bottom:1px solid #e5e5e5;
}
.notice-wrap .notice-detail .detail-top {
    padding: 0 0 54px;
    border-bottom:1px solid #000;
}
.notice-wrap .notice-detail .detail-top .sub-tit {
    font-size:40px;
    max-width: 730px;
    line-height:1.4;
}
.notice-wrap .notice-detail .detail-top .date {
    margin-top:13px;
    font-size:16px;
}
.notice-wrap .notice-detail .detail-cont {
    padding:56px 1px 58px;
    font-size:16px;
    line-height: 24px;
}
.notice-wrap .notice-detail .detail-bottom {
    border-top:1px solid #e5e5e5;
    padding:30px 20px;
}
.notice-wrap .notice-detail .detail-bottom .file-tit {
    margin: 5px 27px 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: 54px;
    font-size: 16px;
    line-height: 26px;
}
.notice-wrap .notice-detail .detail-bottom .down-file a + a {
    margin-left:30px;
}

.no-result {
    padding:60px 0;
}
.no-result .thumb {
    width: 107px;
    height: 96px;
    background-position: -250px -786px;
}
.no-result .result-txt {
    margin-top:38px;
    font-size:22px;
    line-height:23px;
}
.paging {
    display: none;
}
/* tab 메뉴 */
.tab-wrap {
}
.tabs {
    margin-top:60px;
}
.tabs .tabs-link {
    padding: 20px 0;
    font-size:16px;
}
.tabs-content .tabs-content-item {
    margin-top:60px;
}
/* form */
.input-box {
    width: 100%;
    height:50px;
    border-bottom:1px solid #000;
}
.input-box .ip-search {
    width: 94%;
    padding:11px 17px 10px;
    font-size:20px;
}
.form-switch {
    width: 46px;
    height: 26px;
    border:2px solid #007fa8;
    border-radius: 46px;
}

.form-switch:after {
    top: -1px;
    left: -2px;
    width: 20px;
    height: 20px;
}
.switch input:checked + .form-switch,
.form-switch.agree  {
    background: #007fa8;
}
.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:12px;
}
.badge.on {

}

/* Button */
.btn-wrap {
    margin-top:40px;
}
a.btn,
button.btn {
    min-width: 165px;
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 50px;
}
a.btn {
    min-width: 90px;
}
.btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    opacity: 0;
    border:1px solid transparent;
    -webkit-transition: width 0ms ease-in-out .75s,opacity .75s 0ms;
    transition: width 0ms ease-in-out .75s,opacity .75s 0ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "";
    box-sizing: border-box;
}
.btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #000;
    content: "";
}

.btn:hover::before, .btn:hover::after {
    width: 100%;
    opacity: 1;
    -webkit-transition: width .25s ease-in-out,opacity 0ms;
    transition: width .25s ease-in-out,opacity 0ms;
    box-sizing: border-box;
}
.btn:hover .text {
    color:#000;
}
.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: -3px;
}

.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: 6px;
    height: 6px;
    right: 0;
    margin-top: -3px;
}
a.link::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    content: '';
}
a.link:hover::after {
    width: 100%;
}
/* select box */
.select-wrap {
    margin-top:60px;
}
.select-box {
    max-width:640px;
    height: 50px;
}
.select-box.sm {
    max-width: 300px;;
}

.select-box .select-name {
    padding:0 19px;
    font-size:20px;
    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: 50px;
    left: -2px;
    width: calc(100% + 4px);
    z-index:1;
}

.select-box.active .option-list {
    max-height: 500px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
}
.select-box.active .option-list .option-top {
    display: none;
}
.select-box .option {
    max-height: 300px;
}
.select-box .option > li a {
    padding: 16px 18px 17px;
    font-size:16px;
    border-bottom:1px solid #f2f2f2;
}
.select-box .option > li a.selected,
.select-box .option > li a:hover {
    color:#000;
}

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

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

}
#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 {
    margin:34px auto 10px;
    width:130px;
    height:26px;
    background:url('/genesis/images/logo.png');
}
#footer .copyright {
    text-align: center;
    font-size:14px;
    line-height:20px;
}
#footer .copyright .block {
    display:block;
}

/* 에러페이지 */
.error-box {
    height: calc(100vh - 78px);
}
.error-box .thumb {
    width:107px;
    height:96px;
    background-position:0 -1516px;
}
.error-box .error-txt {
    margin-top:27px;
    font-size:22px;
    line-height:46px;
}
.check-box {
   margin-top:80px;
}
.check-box .thumb {
    width:107px;
    height:96px;
    background-position:-200px -2403px;
}
.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: 22px;
    height:22px;
    background-position: -300px -56px;
}

/* Popup */
.popup-box.lay {
    left: 50%;
    top: 50%;
    min-width: 320px;
    max-width: 420px;
    background-color: #fff;
}
.popup-box.md {
    max-width: 500px;
}
.popup-box.lg {
    max-width: 1200px;
    width: 100%;
}
.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: 26px;
    width: 18px;
    height: 18px;
    background-position: -232px -56px;
}
.popup-box .pop-cont {
    overflow-y:auto;
    padding:30px 25px 0 30px;
    font-size:16px;
    max-height:500px;
}
.popup-box .pop-cont .caution {
    margin-top:5px;
    color:#000;
}
.popup-box .pop-cont > b {
    font-size:30px;
}
.popup-box .block {
    display: block;
}
.popup-box .pop-cont .pop-tit {
    margin-bottom:23px;
    font-size:30px;
    line-height:40px;
}
.popup-box .pop-cont .pop-txt {
    margin-bottom:20px;
    line-height:24px;
}
.popup-box .pop-cont .pop-txt.part {
    margin-top:40px;
}
.popup-box .pop-cont .tbl {
    line-height: 24px;
}
.popup-box .pop-cont .tbl th,
.popup-box .pop-cont .tbl td {
    padding:5px 7px;
}
.popup-box .pop-cont .fix-head {
    padding-top:0;
}
.popup-box .pop-cont .fix-head th {
    padding:10px 7px;
}
.popup-box .pop-cont .fix-head .tbl {
    max-height:370px;
}
.popup-box .pop-cont .fix-head .fix-first td {
}
.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:-48%;
    }
    .main .wrap {
        padding:0 20px;
    }
    .eco-box .img-box img {
        width:100%;
    }
    .tip-box .tip-cont .tip-text {
        min-height:148px;
    }
    .tip-box .tip-cont .tip-text span {
        display: inline;
    }
    .sub-section .info-cont .info-tit .block {
        display: inline;
    }
}


