@charset "UTF-8";

/* */
.header > div.header-util-top a,
.nav [class^=menu-] li a,
.main-cs .main-cs-list a,
.main-cs-notice .main-cs-list .cs-date,
.footer .footer-info > *,
.top-limit-info-bg .tit-area .txt,
.card-credit-summary.list > div > span,
.gray-box .text-list,
.tit-h4, .tit-h4-02,
.modal-footer button,
.modal.confirm .modal-body .confirm-text, .modal.alert .modal-body .confirm-text,
/* .form-group-item label, .form-group-item .label, .form-group-wrap label, .form-group-wrap .label, */
.list.line-notice .list-tit h2, .list.line-notice .list-tit h3,
.list.line-notice li,
.done-wrap .done-text-desc,
.card-credit-bank i,
.card-credit-btn > .btn,
.card-credit-limit .card-credit-summary > div > span,
.main-garage-banner p,
.community-desc > *,
.tbl-hgroup > *,
.tbl-list th, .tbl-list td, .tbl-list td span, .tbl-list td a,
.pagination-fraction > *,
.tbl-nodata > *,
.tbl-view-date, .tbl-view-con, .tbl-view-attach a, .tbl-prevnext a > *,
.list .list-tit .title,
.list .list-con .con,
.select-content.select-ico .list > li > button,
.downapp-con-2 strong,
.downapp-qr span,
.terms-list .link .btn,
.btn,
.badge,
.add-info,
.txt-link,
.downapp-con-confirm,
.form-group label span,
.simplebar-content,
.keyword-area .rank-list > li > a,
.tab-btn-area .tab-btn ul li a,
.list.search-list > li > a span,
.list.search-list .list li .cate,
.event-list .cont .title,
.event-list .cont-area .date,
.event-list .cont-area .date span,
.search-area > input,
.tbl-hgroup-total,
.done-text-box .title,
.list.accordion.qna .list-tit p,
.list.accordion.qna .util .state,
.textbox textarea,
.file-upload-list li span,
.form-group-item select,
.tab-wrap .tab-btn ul li a,
/* .tab-wrap .tab-btn ul li button, */
.btn-info,
.coupon-list .ico-bank-woori,
.select-items div,
.select-selected,
.woori-group li span {
    transform:rotate(-0.03deg);
}

/* PC : 메인 */
.main .container {
    background-color: #fff;
    padding-bottom: 0;
}
.main .container > [class^=main-] {
    border: 1px red solid;
}
.main .main-con {
    /* width: 100%; */
    width: 120rem;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-con h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.77px;
    color: #111;
}
.main-con strong {
    display: block;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -1.54px;
    color: #111;
}
.main-con strong .highlight {
    position: relative;
    font-weight: 800;
    background: url(/webassets/img/pc/underline.svg) repeat-x 0 100%;
    background-size: auto 1rem;
}
.main-con p {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.64px;
    color: #111;
}
.main-con .btn-wrap {
    margin-top: 4rem;
}
.main-con .btn-stroke-arrow {
    position: relative;
    height: 7rem;
    padding: 0.7rem 7rem 0.8rem 5rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.17;
    letter-spacing: -0.77px;
    text-align: left;
    color: #1490ef;
    border-radius: 3.5rem;
    border: 0.1rem solid #1490ef;
    background-color: #fff;
}
.main-con .btn-stroke-arrow::after {
    content: '';
    display: block;
    width:1rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    background: url(/webassets/img/pc/main-stroke-arrow.png) 0 0  no-repeat;
}
.main-swiper {
    height: 50rem;
}
.main-swiper .swiper-slide a {
    width: 100%;
    min-width: 120rem;
    height: 50rem;
    display: flex;
}
.main-swiper .swiper-content {
    width: 120rem;
    position: relative;
    margin: 9rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-swiper-slide1 {
    background: url(/webassets/img/pc/main-swiper-img1-bg.png) center center no-repeat;
    background-size: cover;
}
.main-swiper-desc {
    padding: 3rem 0 0 4rem;
    color: #fff;
}
.main-swiper-desc strong {
    display: block;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1.44px;
}
.main-swiper-desc p {
    margin-top: 4rem;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.72px;
}
.main-swiper-figure {
    width: 44rem;
    height: 37.6rem;
}
.main-loan {
    min-height: 88rem;
    background-color: #fff;
}
.main-loan .main-con {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 10rem 0 8rem;
}
.main-loan-desc {
    padding: 7.5rem 0 0 7.5rem;
}
.main-loan-figure img {
    display: block;
}
.main-prod {
    min-height: 83rem;
    padding: 12rem 0;
    background-color: #f9f9fb;
}
.main-prod .main-con {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-prod-desc {
    text-align: center;
}
.main-prod-desc + .main-prod-swiper {
    margin-top: 8rem;
}
.main-prod .form-group-tab {
    width: auto;
    margin-top: 8rem;
    margin-bottom: 4rem;
}
.main-prod .form-group-tab .form-group {
    width: auto;
    position: relative;
    padding: 0 3rem;
    margin-left: 0;
}
.main-prod .form-group-tab .form-group:not(:first-of-type)::before {
    content: '';
    width: 0.1rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #999;
}
.main-prod .form-group-tab .form-group label {
    align-items: flex-start;
}
.main-prod .form-group-tab .form-group label span {
    display: block;
    text-align: center;
    margin-left: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #999;
    z-index: 1;
}

.main-prod .form-group-tab .form-group [type=radio] + label:before {
    font-size: 1.8rem;
    letter-spacing: -0.54px;
    text-align: center;
    color: #999;
    border-radius: 0;
    border-width: 0;
    background: transparent;
}
.main-prod .form-group-tab .form-group input:checked + label:before {
    font-weight: 700;
    border-width: 0 0 0.4rem 0;
}
.main-prod-swiper {
    position: relative;
    max-width: 120rem;
    overflow: hidden;
}
.main-prod-swiper .card-credit-limit {
    width: 93rem;
    margin: auto;
}
.main-prod-swiper .swiper-button-next,
.main-prod-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 2.7rem;
    height: 3.4rem;
    color: #666;
}
.main-prod-swiper .swiper-button-next {
    right: 10px;
    left: auto;
    background: url(/webassets/img/pc/ico-swiper-arrow.svg) 50% 50% no-repeat;
}
.main-prod-swiper .swiper-button-prev {
    left: 10px;
    right: auto;
    background: url(/webassets/img/pc/ico-swiper-arrow.svg) 50% 50% no-repeat;
    transform: rotate(180deg);
}
.main-prod-swiper .swiper-button-next:after,
.main-prod-swiper .swiper-button-prev:after {
    font-size: 0;
}
.main-buy {
    min-height: 48rem;
    padding: 8rem 0;
    background: url(/webassets/img/pc/main-buy-img-bg.png) center center no-repeat;
    background-size: cover;
}
.main-buy-desc h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.77px;
    color: #fff;
}
.main-buy-desc strong {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: -1.54px;
    color: #fff;
}
.main-buy-desc strong .highlight {
    background-image: url(/webassets/img/pc/underline.png);
}
.main-buy-desc p {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.64px;
    color: #fff;
}
.main-buy-desc .btn-stroke-arrow {
    background-color: #fff;
}
.main-buy-figure {
    width: 63rem;
    /* height: 27.6rem; */
    text-align: right;
}
.main-buy-figure [class^=main-buy-] {
    position: absolute;
}
.main-buy-car {
    width: 63rem;
    height: 27.6rem;
    top: 8rem;
    right: 0;
    background: url(/webassets/img/pc/main-buy-img.png) 3.5rem 0 no-repeat;
}
.main-buy-new {
    width: 9.6rem;
    height: 7rem;
    top: 1rem;
    right: 22rem;
    background: url(/webassets/img/pc/main-buy-img-new.png) 0 0 no-repeat;
    background-size: contain;
}
.main-buy-old {
    width: 10.6rem;
    height: 6.8rem;
    top: 1.3rem;
    right: 7rem;
    background: url(/webassets/img/pc/main-buy-img-old.png) 0 0 no-repeat;
    background-size: contain;
}
.main-garage {
    min-height: 125rem;
    padding: 12rem 0;
    background-color: #fff;
}
.main-garage .main-con {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-garage-desc {
    width: 100%;
    text-align: center;
}
.main-garage-desc h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -1.44px;
    color: #111;
}
.main-garage-desc p {
    margin-top: 65rem;
}
.main-garage-desc .btn-wrap {
    justify-content: center;
}
.main-garage-figure {
    width: 72rem;
    height: 76rem;
    position: absolute;
    left: 50%;
    top: 7.4rem;
    transform: translateX(-50%);
    z-index: 0;
    background: url(/webassets/img/pc/main-garage-img-bg.png) 0 0 no-repeat;
}
.main-garage-figure img {
    display: block;
}
.main-garage-car {
    width: 40rem;
    height: 31.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
[class^=main-garage-txt] {
    /* width: 16rem;
    height:3.8rem; */
    position: absolute;
    display: inline-flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.72px;
    color: #000;
}
.dot-echo {
    width: 2.8rem;
    height: 2.8rem;
    background: url(/webassets/img/pc/main-garage-dot.png) 0 0 no-repeat;
}
.main-garage-txt1 {
    top: 15rem;
    left: 7.5rem;
    flex-direction: row-reverse;
}
.main-garage-txt2 {
    top: 16.1rem;
    right: 6.8rem;
}
.main-garage-txt3 {
    top: 53.9rem;
    left: 6.7rem;
    flex-direction: row-reverse;
}
.main-garage-txt4 {
    top: 52.5rem;
    right: 4.9rem;
}
.main-garage-txt1 .dot-echo,
.main-garage-txt3 .dot-echo {
    margin-right: auto;
    margin-left: 2rem;
}
.main-garage-txt2 .dot-echo,
.main-garage-txt4 .dot-echo {
    margin-right: 2rem;
    margin-left: auto;
}
.main-garage-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
}
.main-garage-banner > div {
    width: 24rem;
    height: 23rem;
    text-align: center;
}
.main-garage-banner > div + div {
    margin-left: 10rem;
}
.main-garage-banner a {
    display: block;
}
.main-garage-banner i {
    width: 11rem;
    height: 11rem;
    display: inline-block;
}
.main-garage-banner .main-garage-btn1 i {
    background: url(/webassets/img/pc/main-garage-i1.png) 0 0 no-repeat;
}
.main-garage-banner .main-garage-btn2 i {
    background: url(/webassets/img/pc/main-garage-i2.png) 0 0 no-repeat;
}
.main-garage-banner strong {
    display: block;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.6px;
    color: #111;
}
.main-garage-banner p {
    margin-top: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.48px;
    color: #999;
}
.main-banner {
    height: 26rem;
}
.main-banner a {
    width: 100%;
    min-width: 120rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-banner a img {
    display: block;
}
    .main-banner-kcar {
        height: 26rem;
        position: relative;
        background-color: #f9f9fb;
    }
    .main-banner-sell {
        height: 26rem;
        position: relative;
        background-color: #838fa0;
    }
    .main-banner-sell img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .main-banner-sell::before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: #909aaa;
    }
    .main-banner-sell::after {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        background-color: #838fa0;
    }
.main-estimate {
    min-height: 80rem;
    padding: 14rem 0 12rem;
    background-color: #fff;
}
.main-estimate .main-con {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.main-estimate-desc {
    padding-top: 5.5rem;
}
.main-estimate-figure {
    padding-left: 5.6rem;
    padding-right: 7.5rem;
}
.main-community {
    min-height: 100.4rem;
    padding: 12rem 0;
    background-color: #f9f9fb;
}
.main-community .main-con {
    flex-direction: column;
}
.main-community-desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -2rem;
}
.main-community-desc .btn-more {
    width: 2rem;
    height: 3.4rem;
    background: url(/webassets/img/pc/ico-more-big.png) 0 0 no-repeat;
}
.main-community-list {
    width: 100%;
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
}
.main-community-tit {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.72px;
    color: #111;
}
.community-unit {
    width: 37.3rem;
    border-radius: 2rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.community-figure {
    width: 100%;
    height: 30rem;
    position: relative;
    border-radius: 2rem;
    background: #f9f9fb url(/webassets/img/pc/main-community-noimage.png) 50% 50% no-repeat;
}
.community-figure img {
    display: block;
}
.community-desc {
    padding: 3rem 2.5rem;
}
.community-desc a {
    display: block;
}
.community-hash {
    display: inline-block;
    padding: 0.3rem 0.8rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 1.2rem;
    border: 1px solid #1490ef;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.45px;
    color: #1490ef;
}
.community-tit {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.51px;
    color: #000;
}
.community-summary,
.main-con p.community-summary {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: -0.45px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    height: 7.2rem;
}
.author-info {
    display: block;
    margin-top: 1.5rem;
}
.author-info .author,
.author-info .author-date {
    font-size: 1.4rem;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #666;
}
.author-info .author-date {
    margin-left: 0.4rem;
}
.community-util {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.community-util div > span {
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #666;
}
.community-util div > span + span {
    margin-left: 1.5rem;
}
.community-util div > span > i {
    margin-right: 0.5rem;
}
.community-util div:last-of-type {
    text-align: right;
}
[class^=ico-community] {
    width: 2rem;
    height: 2rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ico-community-view {
    background-image: url(/webassets/img/pc/ico-community-view.png);
}
.ico-community-reply {
    background-image: url(/webassets/img/pc/ico-community-reply.png);
}
.ico-community-heart {
    background-image: url(/webassets/img/pc/ico-community-heart.png);
}
.ico-community-star {
    background-image: url(/webassets/img/pc/ico-community-star.png);
}
.star-rates {
    display: flex;
    margin-top: 0.5rem;
}
.star-rates > span {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    background: url(/webassets/img/pc/ico-starpoint.png) 0 0 no-repeat;
}
.star-rates > span.active {
    background-image: url(/webassets/img/pc/ico-starpoint-on.png);
}
.main-cs {
    min-height: 42.2rem;
    padding: 12rem 0;
    background-color: #fff;
}
.main-cs .main-con > div {
    width: 56rem;
}
.main-cs-desc {
    margin-top: -1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.main-cs-desc h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.2px;
    color: #111;
}
.main-cs-desc .btn-more {
    width: 3rem;
    height: 4.2rem;
    background: url(/webassets/img/pc/ico-more.png) 100% 50% no-repeat;
    background-size: 1.2rem 2.1rem;
}
.main-cs-list {
    margin-top: 3rem;
}
.main-cs-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.main-cs-list li > div {
    text-align: left;
}
.cs-date {
    text-align: right;
}
.main-cs-list a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.48px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-cs-faq .main-cs-list a {
    width: 55rem;
}
.main-cs-notice .main-cs-list a {
    width: 47rem;
}
.main-cs-notice .main-cs-list .cs-date {
    width: 8rem;
}
.main-cs-list li + li {
    margin-top: 1rem;
}


/* PC : 금융상품 */
.contents-box.sd {
    padding-bottom: 3rem;
}
.sd-visual-wrap {
    margin-top: 4rem;
    width: 100%;
    height: 19rem;
    display: flex;
}
.sd-visual-wrap .figure-desc {
    text-align: left;
}
.sd-visual-wrap .figure-desc .figure-p {
    font-size: 1.6rem;
    color: #666;
}
.sd-visual-wrap .figure-desc .figure-strong {
    display: block;
    margin-top: 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    letter-spacing: -0.9px;
}
.sd-visual-wrap.new-bg .figure-desc .figure-strong .strong {
    color: #1490ef;
}
.sd-visual-wrap.old-bg .figure-desc .figure-strong .strong {
    color: #1cb57f;
}
.sd-visual-wrap.loan-bg .figure-desc .figure-strong .strong {
    color: #23cf9b;
}
.sd-visual-wrap.lease-bg .figure-desc .figure-strong .strong {
    color: #7657e0;
}
.sd-visual-wrap.rent-bg .figure-desc .figure-strong .strong {
    color: #20bbbe;
}
.sd-visual-wrap.credit-bg .figure-desc .figure-strong .strong {
    color: #374a9a;
}
.sd-visual-wrap .figure {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.swiper-slide-active .sd-visual-wrap,
.swiper-slide-active .figure-desc,
.swiper-slide-active .figure {
	animation-duration: 1s;
	animation-fill-mode: both;
    animation-name: fadeInRight;
}
.swiper-slide-active .figure-desc {
    animation-delay: 0s;
}
.swiper-slide-active .figure {
	animation-delay: 0.5s;
}
.sd-visual-wrap .figure img {
    display: block;
}
.sdSwiper .swiper-slide > a {
    display: flex;
    flex-direction: column;
}
.sdSwiper .swiper-pagination-fraction {
    width: auto;
    padding: 0.3rem 1.4rem;
    color: #fff;
    border-radius: 1.5rem;
    background-color: #111;
}
.sdSwiper .swiper-pagination-fraction span {
    font-size: 1.6rem;
    letter-spacing: -0.48px;
}
.sdSwiper .swiper-pagination-fraction .swiper-pagination-current {
    font-weight: 700;
}
.cards-area {
    width: 84rem;
    position: relative;
    margin: 6rem auto 0;
}
.modal.pop .top-limit-info-bg {
    margin: 0;
    padding: 0 0 6rem;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
    box-shadow: unset;
    border-radius: 0;
}
.modal.pop .top-limit-info-bg .card-credit-summary.list {
    position: relative;
    padding: 2rem 4rem;
    border-radius: 1.6rem;
    background: #fff;
    border: 1px solid #ddd;
}
.modal.pop .top-limit-info-bg .card-credit-summary.list > div {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal.pop .top-limit-info-bg .card-credit-summary.list > div + div {
    border-top: 0;
}


/* PC : 고객센터 : 공지사항 */
.tbl-list .tbl-seq {
    width: 8rem;
}
.tbl-list .tbl-tit {
    width: 45rem;
}
.tbl-list .tbl-tit a {
    max-width: 45rem;
}
.tbl-list .tbl-date {
    width: 15rem;
}


/*@import url(./sa.css); *//* 메인 */
/*@import url(./so.css); *//* 로그인 */
/*@import url(./su.css); *//* 회원가입 */
/*@import url(./sn.css); *//* 고객센터 */
/*@import url(./sq.css); *//* 큐레이션 */
/*@import url(./sc.css); *//* 인증센터 */
/*@import url(./sm.css); *//* 마이페이지 */
/*@import url(./st.css); *//* 통합한도조회 */
/*@import url(./sp.css); *//* 알림 */
/*@import url(./sl.css); *//* 신용대출 */
/*@import url(./se.css); *//* 혜택/행사 */
/*@import url(./sd.css); *//* 대출하기 */
/*@import url(./sg.css); *//* 우리차고 */
/*@import url(./sb.css); *//* 차구입 */


/* @import url(./so.css); */
/* 로그인 */
/* 시작 / 로그인 */
.intro-wrap {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1490ef;
}
.intro-text {
    position: absolute;
    top:12.4rem;
    left:4rem;
}
.intro-text p:not(.intro-text-ani) {
    margin:1rem 0 0;
    font: normal normal 300 1.4rem/2rem 'NanumSquare';
    color: #fff;
    letter-spacing:-0.7px;
}
.intro-text .intro-text-ani {
    margin:0;
    padding:0;
}
.intro-text .intro-text-ani div {
    font: normal normal normal 4.4rem/5.5rem 'NanumSquare';
    letter-spacing:-2.2px;
}
.intro-text .intro-text-ani div strong {
    font-size:4.4rem;
    line-height:5.5rem;
    font-weight:900;
}
.intro-text .intro-text-ani div {
    background: linear-gradient(to right, white, white 50%, rgba(255,255,255,0.24) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
}
.intro-text .intro-text-ani div:first-of-type{
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: intro-txt;
}
.intro-text .intro-text-ani div:last-of-type,
.intro-text .intro-text-ani div:last-of-type strong {
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-name: intro-txt;
}
.intro-btn-skip {
    position:absolute;
    bottom:10rem;
    left:5rem;
    width:calc(100vw - 5rem);
    height:6rem;
}
.intro-btn-skip .intro-btn-slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:6rem;
    height:6rem;
    background-color:#fff;
    text-align:center;
    line-height:6rem;
    border:0;
    border-radius:50%;
    font-size:1.6rem;
    font-family:'NanumSquare';
    letter-spacing: -0.8px;
    color: #1490ef;
    animation-duration: 1.5s;
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-name: intro-slide;
}
.intro-btn-skip hr {
    width:100%;
    height:2px;
    background-color:#fff;
    opacity:0.2;
    border:0;
    position:absolute;
    top:50%;
    left:0;
    margin:0;
    padding:0;
}
@keyframes intro-txt {
    from {
        background-position: 100%;
    }
    to {
        background-position: 0 100%;
    }
}
@keyframes intro-slide {
    from {
        left: 0;
    }
    to {
        left: calc(100vw - 11rem);
    }
}

/* login wrap common */
.form-wrap {
    margin: 6rem 0;
}
.form-wrapcar {margin: 1.6rem 0; padding: 4rem; border: .12rem solid #ddd;}
/* .form-wrap + .form-wrap{
    margin: 6rem 0 0 0;
} */
.form-wrap:last-of-type {
    margin-bottom: 0;
}
.form-wrap-divider{
    border: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #ddd;
}
.form-wrap .text-list {
    margin-top: 1rem;
}
.form-wrap .btn-wrap .btn.lg.stroke {
    width: 100%;
    margin-top: 0;
}
.form-wrap .btn-wrap {
    /* margin-top: 4rem; */
    margin-top: 1.6rem;
}
.form-wrap .btn.lg.stroke,
.account-verifi-wrap .form-wrap .btn-wrap {
    margin-top: 1.6rem;
}
.tit-h3-text + .btn-wrap,
.text-list + .btn-wrap {
    margin-top: 1.6rem;
}
.login-option {
    margin-top: 2rem;
    /* margin-bottom: 12rem; */
}
.login-option .form-group label span {
    font-size: 1.4rem;
    font-weight: 400;
}
.login-option .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-option .txt-link {
    margin-top: 0;
    font-size: 1.4rem;
}
.text-list-wrap {
    padding: 3rem 0 0;
}
.text-list-wrap .tit-h4 {
    margin-top: 0;
}
.text-list-wrap .form-wrap {
    margin-top: 2.4rem;
}
.text-list-wrap > *:first-child {
    margin-top: 0;
}
.text-list-wrap .txt-link {
    margin-top: 0;
}

.login-wrap .txt-link {
    margin-top: 5rem;
    text-align: center;
    font-weight: 700;
}
.login-wrap .btn-login-type ~ .txt-link,
.login-wrap .txt-link ~ .btn-login-type {
    margin-top: 3rem;
}
.cont-simple {
    width: 44rem;
    margin: 0 auto;
    text-align: left;
}


/* 로그인 방식 리스트 */
/* .login-type-list .list li {
    position: relative;
    border-bottom: none;
    padding: 0;
    margin-top: 1.6rem;
    color: #111;
}
.login-type-list .list li:first-of-type {
    margin-top: 0;
    border-top: none;
} */
.login-type-list .desc {
    padding-left: 2rem;
}
.login-type-list .desc .type {
    display: flex;
    align-items: center;
    color: #111;
    font-size: 2rem;
    font-weight: 700;
    word-break: keep-all;
    line-height: 1.8;
    letter-spacing: -0.6px;
    text-align: left;
}
.login-type-list .desc .type .badge {
    margin-left: 0.6rem;
}
.login-type-list .desc .type-info {
    display: block;
    margin-top: 0.4rem;
    padding-left: 0;
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;
    word-break: keep-all;
}
.login-type-list .desc .type-info .date {
    color: #999;
}
.login-type-list  [class*="ico-"] {
    display: inline-block;
    min-width: 6rem;
    height: 6rem;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-type-list .ico-phone {
    background-image: url(/webassets/img/pc/login-type-ico-phone.svg);
}
.login-type-list .ico-bio {
    background-image: url(/webassets/img/pc/login-type-ico-bio-finger.svg);
}
.login-type-list .ico-kakao {
    background-image: url(/webassets/img/pc/login-type-sns-kakaotalk.svg);
}
.login-type-list .ico-naver {
    background-image: url(/webassets/img/pc/login-type-sns-naver.svg);
}
.login-type-list .ico-google {
    background-image: url(/webassets/img/pc/login-type-sns-google.svg);
}
.login-type-list .ico-fb {
    background-image: url(/webassets/img/pc/login-type-sns-facebook.svg);
}
.login-type-list .ico-cert {
    background-image: url(/webassets/img/pc/login-type-ico-certification.svg);
}
.login-type-list .ico-pin {
    background-image: url(/webassets/img/pc/login-type-ico-pin.svg);
}
.login-type-list .ico-apple {
    background-image: url(/webassets/img/pc/login-type-sns-apple.svg);
}
.login-type-list p {
    margin-bottom: 0;
}

/* sns login */
.login-wrap {text-align: center;}
.login-wrap [class^="logo-"] {
    position: relative;
    margin-bottom: 4rem;
    padding-top: 19rem;
    font-size: 2.8rem;
    line-height: 1.67;
    color: #111;
    letter-spacing: -0.08em;
}
.login-wrap [class^="logo-"]:before {
    content: '';
    position: absolute;
    top: 6rem;
    left: 50%;
    display: block;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    border-radius: 100%;
    background: 50% 50% no-repeat;
    background-size: contain;
}
.login-wrap .logo-cert:before {
    background-image: url(/webassets/img/pc/ico-cert-login.svg);
    border-radius: 0;
}
.login-wrap .logo-simple:before {
    background-image: url(/webassets/img/pc/ico-simple-pw.svg);
    border-radius: 0;
}
.login-wrap .logo-apple:before {
    background-image: url(/webassets/img/pc/sns-apple.svg);
}
.login-wrap .logo-kakao:before {
    background-color: #fee500;
    background-image: url(/webassets/img/pc/sns-kakao.svg);
}
.login-wrap .logo-naver:before {
    background-color: #03c75a;
    background-image: url(/webassets/img/pc/sns-naver.svg);
}
.login-wrap .logo-fb:before {
    background-color: #3c5a99;
    background-image: url(/webassets/img/pc/sns-facebook-circle.svg);
}
.login-wrap .logo-google:before {
    background-color: #fff;
    border:0.2rem solid #eee;
    background-image: url(/webassets/img/pc/sns-google.svg);
    background-size: 3.4rem auto;
}
.login-wrap .logo-bio:before {
    background-image: url(/webassets/img/pc/ico-bio-finger.svg);
    border-radius: 0;
}
.login-wrap .logo-phone:before {
    background-image: url(/webassets/img/pc/ico-cert-phone.svg);
    border-radius: 0;
}
.login-wrap [class^="logo-"] + .login-option {
    margin-top: 4rem;
}
.login-wrap [class^="logo-"]:last-child,
.login-wrap p:last-child {
    margin-bottom: 4rem;
}
/* 다른 로그인 방식 선택 간격 */
.login-wrap:nth-last-child(2),
.login-wrap + .text-list-wrap {
    margin-bottom: 4rem;
}

.btn.btn-logo-naver {
    background-color: #03c75a;
}
.btn.btn-logo-kakao {
    color: #111 !important;
    background-color: #fee500;
    border-top-color: #fee500;
}
.btn.btn-logo-apple {
    background-color: #000;
    border-top-color: #000;
}

.btn-login-type {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05rem;
    background: none;
    border-bottom: 0.1rem solid #111;
}
.login-wrap ~ .floating-wrap {
    flex-wrap: wrap;
}
.text-list.bg {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
    padding: 1.6rem 2.4rem;
    background: #f3f3f3;
    text-align: left;
}
.txt-link {
    display: flex;
    place-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.txt-link a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
}
.txt-link a:after {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    border-top: 0.1rem solid #111;
    border-right: 0.1rem solid #111;
    transform: rotate(45deg);
}


/* pin */
.login-wrap .pin {
    position: relative;
    width: 34rem;
    margin: 3rem auto 0;
}
.login-wrap .pin .label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.75rem;
    color: #111;
}
.login-wrap .pin .pin-ui {
    position: relative;
    display: flex;
    width: 100%;
    cursor: pointer;
}
.login-wrap .pin.box .pin-ui {
    justify-content: center;
    padding: 3.5rem 0;
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);
}
.login-wrap .pin.box .pin-ui > * + *,
.login-wrap .pin.input .pin-ui > * + *{
    margin-left: 0.8rem;
}
.login-wrap .pin.box.error .pin-ui {
    box-shadow: 0 0.2rem 2.4rem 0 rgba(0, 0, 0, 0.08);
}
.login-wrap .pin.input {
    width: 100%;
    margin: 0;
    padding: 1.7rem 0 1.6rem 2rem;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
}
.login-wrap .pin .pin-ui .dot {
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ccc;
}
.login-wrap .pin.box .pin-ui .dot.active,
.login-wrap .pin.input .pin-ui .dot.active {
    background-color: #111;
}
.login-wrap .pin.box .msg-error {
    margin-bottom: 0;
    text-align: left;
}
.login-wrap .pin.line {
    margin-top: 4rem;
}
.login-wrap .pin.line .pin-ui {
    padding: 1.1rem 0 1.2rem;
    border-bottom: 0.1rem solid #ccc;
}
.login-wrap .pin.line .pin-ui > * + * {
    margin-left: 0.4rem;
}
.login-wrap .pin.line.focus .pin-ui {
    border-bottom-color: #666;
}
.login-wrap .pin.line.focus.error .pin-ui {
    border-bottom-color: #ee2617;
}
.login-wrap .pin.line .pin-ui .dot {
    width: 1.2rem;
    height: 1.2rem;
    background: #ccc;
}
.login-wrap .pin.line .pin-ui .dot.done,
.login-wrap .pin.line.focus .pin-ui .dot.active {
    background: #666;
}

/* 인증서 */
.cert-tab {
    margin-top: 3.6rem;
}
.cert-tab ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.cert-tab ul li {
    width: 100%;
    text-align: center;
}
.cert-tab ul li:nth-child(n+2) {
    margin-left: 1.6rem;
}
.cert-tab ul li .cert-link {
    display: block;
    padding: 2rem;
    border-radius: 1rem;
    text-align: left;
}
.cert-tab ul li:first-child .cert-link {
    background: #1490ef;
}
.cert-tab ul li:last-child .cert-link {
    background: #12c6f5;
}
.cert-tab ul li .cert-link .tit {
    display: block;
    margin-top: 3rem;
    font-size: 2rem;
    color: #fff;
}
.cert-tab ul li .cert-link .ico-cert {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    border: none;
    background: #fff 50% 50% no-repeat;
}
.cert-tab ul li .cert-link .ico-cert.cert1 {
    background-image: url(/webassets/img/pc/ico-certification-bank.svg);
    background-size: 2.5rem auto;
}
.cert-tab ul li .cert-link .ico-cert.cert2 {
    background-image: url(/webassets/img/pc/ico-certification.svg);
    background-size: 2.45rem auto;
}

/* 인증서 목록 */
/* .cert-list {
    margin-top: 3rem;
} */
.cert-list li:nth-child(n+2) {
    margin-top: 1.6rem;
}
.cert-item {
    position: relative;
    display: block;
    padding: 2rem 5.4rem 2rem 7.2rem;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0.8rem;
    border: 1px solid #ccc;
}
/* .contents > .cert-item {
    margin-top: 2rem;
} */
.cert-item .ico-cert {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 4rem;
    height: 4rem;
    background: #fff url(/webassets/img/pc/ico-certification.svg) 50% 50% no-repeat;
    background-size: 4rem auto;
}
.cert-item span {
    display: block;
    color: #111;
}
.cert-item .name {
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
    font-weight: 700;
    padding-bottom: 1.45rem;
}
.cert-item .info {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}
.cert-item .info + .info {
    padding-top: 0.8rem;
}
.cert-item .info *  {
    font-style: normal;
}
.cert-item .info .tit {
    display: inline-block;
    width: 3.2rem;
    color: #666666;
    margin-right: 2rem;
}
.cert-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-top: 0.1rem solid #666666;
    border-right: 0.1rem solid #666666;
    transform: translateY(-50%) rotate(45deg);
}

/* 인증서 disabled */
.cert-item.disabled {
    background: #f8f8f8;
    pointer-events: none;
}
.cert-item.disabled > *, .cert-item.disabled:after {
    opacity: 0.24;
}
.cert-item.disabled .info {
    font-size: 1.2rem;
    font-weight: 400;
}

/* 인증서 상세 */
.cert-item-detail::after {
    display: none;
}

/* 이용약관 */
.terms-list .list li {
    display: flex;
    align-items: stretch;
    margin-top: 2rem;
    padding: 0;
    border-bottom: none;
}
.terms-list .list li:first-of-type {
    margin-top: 0;
    border-top: none;
}
.terms-list .form-group.standalone + span.link {
    min-height: 2.4rem;
    margin-left: 1rem;
}
.terms-list .link {
    display: block;
    flex: 1 1 auto;
    font-size: 1.4rem;
    color: #333;
}
.terms-list .link .btn {
    position: relative;
    display: block;
    padding: 0 3rem 0 0;
    color: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.1rem;
    text-align: left;
}
.terms-list .link .btn:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/webassets/img/pc/ico-arrow-r.svg) 50% 50% no-repeat;
    background-size: contain;
}
.terms-list .checkall-sub .link .btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    letter-spacing: -0.48px;
}
.terms-list .link.no-arrow .btn {padding-right:0;}
.terms-list .link.no-arrow .btn:after {display:none;}

.terms-list .chkSub .list li {
    margin-top: 0;
}
.terms-list .chkSub .list li + li{
    margin-top: 2.3rem;
}
.terms-list .chkSub .list li .list li {
    display: inline-block;
    margin-top: 0;

}
.terms-list .chkSub .list li .list li + li {
    margin-left: 4.5rem;
}

.terms-box {
    position: relative;
    height: 11.5rem;
    margin-top: 1rem;
    overflow-y: auto;
}
.terms-content {
    color: #111;
    font-size: 1.4rem;
    font-weight: 400;
}
.terms-content .tit {
    display: block;
    margin: 1.8rem 0 0.5rem;
    font-size: 1.8rem;
    font-weight: 400;
}
.terms-content .tit:first-child {
    margin-top: 0;
}

/* guide */
.guide-area {
    min-height: 30rem;
    /* padding-bottom: 6rem; */
}
.guide-area img {
    width: 100%;
}
.guide-area .swiper-slide {
    overflow: hidden;
}
.guide-area .swiper-pagination {
    position: fixed;
    bottom: 8.5rem;
}
.floating-guide-wrap {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
}
.floating-guide-wrap .btn.float {
    width: 100%;
    font-weight: 700;
}

/* 앱 유도화면 */
.bridge-area {
    position: relative;
    width: 100vw;
    height: 100vh !important;
}
.bridge-area .swiper {
    width: 100%;
    height: auto;
}
.bridge-area .swiper-slide {
    background: #fff;
    display: flex;
    flex-direction: column;
}
.bridge-area .swiper-slide .allmenu-footer {
    display: none;
    height: auto;
    position: absolute;
    bottom: -100%;
    left: 0;
}
.bridge-area .swiper-slide-active .allmenu-footer {
    display: block;
    animation-name: allmenuLanding;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes allmenuLanding {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}

.bridge-area .swiper-slide > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.bridge-area .swiper-slide img {
    display: block;
}
/* mo */
.bridge-area.mo .swiper-slide > div:not(.allmenu-footer) {
    padding: 0 2rem;
}
.bridge-area.mo .swiper-slide {
    text-align: left;
    font-size: 1.8rem;
    justify-content: flex-start;
    align-items: flex-start;
}
.bridge-area.mo .section1 {
    background: #ffffff url(/webassets/img/bridge/visual-mw-01.png) center bottom no-repeat;
    background-size: contain;
    text-align: center;

}
.bridge-area.mo h2 {
    margin-top: 4rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.09rem;
    line-height: 3.7rem;
}
.bridge-area.mo .desc {
    margin-top: 1.5rem;
}
.bridge-area.mo .paragraph {
    color: #666;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.048rem;
    line-height: 2.3rem;

}
.bridge-area.mo .section2 .paragraph {
    width: 75%;
}
.bridge-area.mo .section3 .paragraph {
    width: 90%;
}
.bridge-area.mo .section4 .paragraph {
    width: 53%;
}
.bridge-area.mo .section5 .paragraph {
    width: 93%;
}
.bridge-area.mo .h2-label {
    margin-top: 6rem;
    font-size: 1.4rem;
    color: #1490ef;
    font-weight: 800;
    letter-spacing: -0.042rem;
    line-height: 1;
}
.bridge-area.mo .h2-label .highlighter::before {
    bottom: 0.1rem;
    height: 0.5rem;
}
.bridge-area.mo .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bridge-area.mo .btn-download {
    position: relative;
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    margin-left: 1rem;
    background: url(/webassets/img/bridge/ico-mw-down.svg) 50% 50% no-repeat;
    background-size: 1.7rem;
    vertical-align: text-top;
}
.bridge-area.mo .btn-wrap button {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.bridge-area.mo h2 {
    color: #111;
}
.bridge-area.mo .section1 h2 {
    margin-top: 10rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
}
.bridge-area.mo .section1 h2 strong {
    position: relative;
    font-weight: 800;
}
.bridge-area.mo .section1 strong::after {
    content: '';
    display: block;
    position: absolute;
    right: -1.5rem;
    top: 1.1rem;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #12c6f5;
    border-radius: 50%;
}
.bridge-area.mo .section1 .desc {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.042rem;
}
.bridge-area.mo .section1 .desc strong {
    color: #1490ef;
    font-weight: 800;
}
.bridge-area.mo .section1 .btn-wrap {
    width: 18rem;
    height: 5rem;
    margin: 5rem auto 0;
    background-color: #1490ef;
    border-radius: 30rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
}
.bridge-area.mo .section2 {
    background: #f8f8f8 url(/webassets/img/bridge/visual-mw-02.png) center 24.5rem no-repeat;
    background-size: 64% auto;
}
.bridge-area.mo .section2 .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
}
.bridge-area.mo .section2 .btn-wrap .left {
    position: absolute;
    top: -1.5rem;
    left: 2rem;
    width: 6rem;
    height: 6rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0.5rem 0.5rem 1rem #00000029;
    border-radius: 1.2rem;
    z-index: 1;
}
.bridge-area.mo .section2 .btn-wrap .left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bridge-area.mo .section2 .btn-wrap .left .ico-car {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    background-image: url(/webassets/img/bridge/ico-mw-ci.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.8rem auto;
}
.bridge-area.mo .section2 .btn-wrap .right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 5.8rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1490ef;
}
.bridge-area.mo .section2 .btn-wrap .right::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5.5rem;
    height: 6rem;
    left: -4.5rem;
    background-image: url(/webassets/img/bridge/bg-btn-left.svg);
}
.bridge-area.mo .section2 .btn-wrap button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.08rem;
    line-height: 3.1rem;
}
.bridge-area.mo .section3 {
    background: #ffffff url(/webassets/img/bridge/visual-mw-03.png) center bottom no-repeat;
    background-size: contain;
}
.bridge-area.mo .section4 {
    background: #ffffff url(/webassets/img/bridge/visual-mw-04.png) center calc(100% - 2.3rem) no-repeat;
    background-size: 69% auto;
}
.bridge-area.mo .section5 {
    min-height: 64rem;
    background: #f8f8f8 url(/webassets/img/bridge/visual-mw-05.png) center bottom no-repeat;
    background-size: 87% auto;
}

/* pc */
.bridge-area.pc {
    justify-content: inherit;
}
.bridge-area.pc [class^=section] {
    width: 100%;
    height: 100vh;
}
.bridge-area.pc [class^=section]:not(.section1) {
    height: 70rem;
    min-height: 70rem;
}
.bridge-area.pc [class^=section] {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 1080px;
    text-align: left;
}
.bridge-area.pc [class^=section]:not(.section1) {
    padding: 17rem 0;
}
.bridge-area.pc .inner {
    min-width: 108rem;
    margin:0 auto;
}
.bridge-area.pc .section1 {
    justify-content: flex-end;
}
.bridge-area.pc .section1 > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bridge-area.pc .section1 .title {
    height: calc(100vh - 45vh);
    flex-direction: column;
    align-items: flex-start;
}
.bridge-area.pc .section1 h1 {
    margin-top: 6vh;
    font-size: 6.4rem;
    line-height: 1.3;
    letter-spacing: -0.1rem;
    color: #111;
    font-weight: 400;
}
.bridge-area.pc .section1 h1 strong {
    position: relative;
    display: inline-block;
    padding-right: 2.5rem;
    font-weight: 800;
}
.bridge-area.pc .section1 h1 strong::after {
    content: "";
    position: absolute;
    top: 2rem;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #12C6F5;
}
.bridge-area.pc .section1 .desc {
    margin-top: 4rem;
}
.bridge-area.pc .section1 .desc strong {
    font-weight: 800;
    color: #0083CB;
}
.bridge-area.pc .section1 .img-area {
    top: 10vh;
    transform: translate(50px, 0);
}
.bridge-area.pc .section1 .app-info {
    height: 45vh;
    margin: 0;
    color: #fff;
    background-color: #0083CB;
}
.bridge-area.pc .section1 .app-inner {
    width: 1080px;
    margin:0 auto;
}
.bridge-area.pc .section1 .app-inner .app-tit {
    margin-bottom: 5vh;
    padding-left: 4.4rem;
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    background: url(/webassets/img/pc/ico-app-down.png) 0 bottom no-repeat;
}
.bridge-area.pc .section1 .app-inner .down-area {
    display: flex;
    justify-content: space-between;
}
.bridge-area.pc .section1 .app-inner .down {
    display: flex;
    width: 50%;
}
.bridge-area.pc .section1 .app-inner .down .tit {
    display: inline-block;
    min-width: 14rem;
    margin-right: 3rem;
    font-size: 2rem;
    font-weight: 400;
}
.bridge-area.pc .section1 .app-inner .con {
    font-size: 0;
    letter-spacing: 0;
    vertical-align: top;
}
.bridge-area.pc .section1 .app-inner .con .box {
    display: inline-block;
    background: #fff;
    border-radius: 1.6rem;
    font-size: 2rem;
    color: #111;
}
.bridge-area.pc .section1 .app-inner .con .box.google {
    background-image: url(/webassets/img/pc/ico-app-google.png);
}
.bridge-area.pc .section1 .app-inner .con .box.apple {
    background-image: url(/webassets/img/pc/ico-app-apple.png);
}
.bridge-area.pc .section1 .app-inner .con.store .box {
    display:inline-block;
    width: 25rem;
    height: 7.2rem;
    letter-spacing: -0.1rem;
    padding: 2rem 0 2rem 10rem;
    background-position: 3rem 50%;
    background-repeat: no-repeat;
}
.bridge-area.pc .section1 .app-inner .con.store .box:not(:first-child) {
    margin-top: 3rem;
}
.bridge-area.pc .section1 .app-inner .con.qr .box {
    position: relative;
    vertical-align: top;
    width: 16rem;
    height: 16rem;
    padding: 3rem;
}
.bridge-area.pc .section1 .app-inner .con.qr .box img {
    width: 100%;
    height: 100%;
}
.bridge-area.pc .section1 .app-inner .con.qr .box em {
    position: absolute;
    bottom: -3.8rem;
    left: 0;
    right: 0;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}
.bridge-area.pc .section1 .app-inner .con.qr .box:not(:first-child) {
    margin-left: 3rem;
}
.bridge-area.pc .section3 {
    background-color: #12c6f5;
}
.bridge-area.pc .section3 h2,
.bridge-area.pc .section3 .h2-label,
.bridge-area.pc .section3 .desc {
    color: #fff;
}
.bridge-area.pc .section3 .h2-label::before {
    background: #3AB0CE;
}
.bridge-area.pc .section3 .img-area {
    top: inherit;
    bottom: 0;
    transform: translate(50px, 0);
}
.bridge-area.pc .section5 {
    background-color: #F8F8F8;
}
.bridge-area.pc .logo {
    display: inline-block;
    width: 13.5rem;
    height: 8.8rem;
    margin-left: -1rem;
    background: url(/webassets/img/pc/pc-logo.png) 0 0 no-repeat;
    background-size: 13.5rem auto;
}
.bridge-area.pc .h2-label {
    display: inline-block;
    position: relative;
    margin-bottom: 6rem;
    font-size: 2rem;
    font-weight: 800;
    color: #0083CB;
    z-index: 1;
}
.bridge-area.pc .h2-label::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 0.7rem;
    z-index: -1;
    background: #B7EEFC;
}
.bridge-area.pc h2 {
    font-size: 4.8rem;
    color: #111;
    line-height: 1.4;
    font-weight: 700;
}
.bridge-area.pc .desc {
    margin-top: 2rem;
    font-size: 2rem;
    color: #666;
    word-wrap: break-word;
}
.bridge-area.pc .img-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60.6rem;
    height: 60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(50px, -50%);
}
.bridge-area.pc .img-area img {
    width: auto;
}
@media only screen and (max-width:1080px) {
    body.bridge,
    .bridge-area.pc {
        min-width: 70rem;
    }
    .bridge-area.pc [class^=section],
    .bridge-area.pc .inner {
        width: 100%;
        min-width: 70rem;
    }
    .bridge-area.pc [class^=section]:not(.section1) {
        min-height: auto;
    }
    .bridge-area.pc .inner {
        padding-left: 4rem;
        padding-right: 30rem;
    }
    .bridge-area.pc .allmenu-footer .inner {
        margin-left: 4rem;
        padding-left: 9.2rem;
        padding-right: 0rem;
    }
    .bridge-area.pc .img-area {
        left: inherit;
        right: 0;
        width: 35rem;
        height: 35rem;
        transform: translate(0, -50%);
        justify-content: flex-end;
    }
    .bridge-area.pc .img-area img {
        width: auto;
        height: 100%;
    }
    .bridge-area.pc .section1,
    .bridge-area.pc .section1 .inner {
        height: auto;
    }
    .bridge-area.pc .section1 .inner {
        padding: 6vh 4rem;
    }
    .bridge-area.pc .section1 .inner:first-child {
        position: relative;
        z-index: 1;
    }
    .bridge-area.pc .section1 .img-area {
        top: 50%;
        width: 30rem;
        height: 30rem;
        z-index: -1;
    }
    .bridge-area.pc .section1 .app-inner {
        width: 100%;
    }
    .bridge-area.pc .section1 .app-inner .down {
        display: inline-block;
    }
    .bridge-area.pc .section1 .app-inner .down:not(:first-child) {
        margin-left: 2rem;
    }
    .bridge-area.pc .section1 .app-inner .down .tit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .bridge-area.pc .section1 .app-inner .con.qr .box {
        width: 13rem;
        height: 13rem;
        padding: 2rem;
    }
}
/* @import url(./su.css); */
/* 회원가입 */
/* 회원가입 */
/* 회원가입 완료 */
.member-benefit {
    display: block;
    width: 100%;
    margin: 1rem 0 3rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
}
.member-benefit .text-list-wrap {
    width: 100%;
    margin: 0;
    padding: 1.5rem 2rem;
    border-top: 0;
}
.member-benefit .text-list-wrap h2 {
    font-weight: 400;
}
.member-benefit .text-list-wrap li {
    font-size: 1.4rem;
}
.member-benefit .text-list-wrap .dash li:before {
    top: 1rem;
}
.btn.btn-share.lg {
    width: 100%;
    border: 0.1rem solid #5c5c5c;
    font-weight: 400;
    color: #111;
}
.btn.btn-share.lg:before {
    width: 1.5rem;
    height: 1.7rem;
    margin-right: 2.3rem;
    background-image: url(/webassets/img/pc/ico-sns-share-b.svg);
}
/* 회원가입 브릿지페이지 */
.bridge-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 21.5rem);
}
.bridge-wrap .logo {
    display: block;
    width: 12.5rem;
    height: 12.5rem;
    background: url(/webassets/img/pc/logo_woncar.svg) 50% 50% no-repeat;
    background-size: 100%;
}
.bridge-wrap .bridge-text {
    margin-top: 1.4rem;
}
.bridge-wrap .bridge-text p {
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #111;
}
/* @import url(./sn.css); */
/* 고객센터 */

/* @import url(./sq.css); */
/* 큐레이션 */
/* 큐레이션 질문 */
.curation-wrap .container {
    padding-bottom: 0;
    overflow: hidden;
}
.curation .hide {
    display: none;
}
.curation.tbl {
    width: 100%;
    height: calc(100vh - 6rem);
    display: flex;
    flex-direction: column;
    table-layout: fixed;
}
.curation.tbl:first-of-type .form-group-tab.ty-row [class^=wrap-q] {
    height: calc(100vh - 15rem - 19rem);
    overflow: hidden;
    overflow-y: auto;
    padding-top: 1rem;
    margin-top: -1rem;
}
.curation.tbl:first-of-type .form-group-tab.ty-row [class^=wrap-q]:first-of-type {
    height: calc(100vh - 9rem - 19rem);
}
.curation.tbl .curation-q {
    position: relative;
    z-index: 1;
    height: 19rem;
}
.curation.tbl .curation-q .progress-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.curation.tbl .form-group-tab.ty-row {
    position: relative;
    margin-top: 4rem;
    height: calc(100vh - 10rem - 19rem);
    background-color: #fff;
}
.curation.tbl .form-group-tab.ty-row > div:not(.floating-wrap) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    padding-right: 2rem;
    padding-left: 2rem;
}
.curation .progress-wrap .progress {
    background-color: #efefef;
    border-radius: 0.5rem;
}
.curation .progress-wrap .progress-bar {
    width: 0;
    border-radius: 0.5rem;
    transition: width 0.5s ease-in-out;
}
.curation .progress-wrap .progress-step {
    margin-top: 0.5rem;
    text-align: right;
    font-size: 1.3rem;
    color: #999999;
    letter-spacing: 0.1em;
}
.curation .progress-wrap .progress-step strong {
    font-size: 1.3rem;
    color: #1490ef;
}
.curation ~ .floating-wrap.fake {
    position: fixed;
}
.form-group-tab.ty-row {
    display: block;
    width: 100vw;
    margin: 0 -2rem;
    padding: 0 2rem;
}
.form-group-tab.ty-row .form-group {
    margin-bottom: 2.5rem;
    margin-left: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 1.5px 2.5px 10px #11111126;
    border-radius: 1rem;
    opacity: 1;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-1s {
	animation-delay: 0.3s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-2s {
	animation-delay: 0.6s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-3s {
	animation-delay: 0.9s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-4s {
	animation-delay: 1.2s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-5s {
	animation-delay: 1.5s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-6s {
	animation-delay: 1.8s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-7s {
	animation-delay: 2.1s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-8s {
	animation-delay: 2.4s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-9s {
	animation-delay: 2.7s;
}
.form-group-tab.ty-row .form-group.animate__animated.animate__delay-10s {
	animation-delay: 3s;
}
.curation.tbl:not(:first-of-type) .form-group-tab.ty-row .form-group:last-of-type {
    margin-bottom: 4rem;
}
.form-group-tab.ty-row .form-group label {
    min-height: 6.4rem;
    border-radius: 1rem;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.2rem 2.3rem 2.2rem;
}
.form-group-tab.ty-row .form-group label span {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}
.form-group-tab.ty-row .form-group input[type="radio"]:checked + label {
    background-color: #1490ef;
    color: #fff;
}
.form-group-tab.ty-row .form-group input[type="radio"]:checked + label span {
    color: #fff;
}
.form-group-tab.ty-row .form-group label:before{
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.6rem;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    border: none;
    border-radius: 0;
    background:url(/webassets/img/pc/st-checkbox.svg) center center no-repeat;
    background-size: 2.4rem auto;
}
.form-group-tab.ty-row .form-group input:checked + label:before {
    background:url(/webassets/img/pc/st-checkbox-on.svg) center center no-repeat;
    background-size: 2.4rem auto;
}
/* @import url(./sc.css); */
/* 인증센터 */

/* 인증서 관리 */
.cert-detail .cert-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f5f5f5;
}
.cert-detail .cert-item dl {
    display: flex;
    flex-wrap: wrap;
    /* gap: 0.3rem 0.6rem; */
    font-size: 1.2rem;
}
.cert-detail .cert-item dl dt {
    position: relative;
    width: 5rem;
    margin-right: 0.6rem;
    font-weight: 400;
    color: #999;
}
.cert-detail .cert-item dl dt, dd {
    margin-top: 0.3rem;
}
.cert-detail .cert-item dl dt:first-of-type,
dd:first-of-type {
    margin-top: 0;
}
.cert-detail .cert-item dl dt:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 0.1rem;
    height: 1rem;
    background: #e0e0e0;
}
.cert-detail .cert-item dl dd {
    width: calc(100% - 5.6rem);
    color: #111;
}
.cert-detail .cert-item dl dd span {
    font-weight: 400;
}
/* @import url(./sm.css); */
/* 마이페이지 */
/* qna write */
.select {
    font-size: 1.4rem;
    color: #ccc;
}
.select:focus {
    color: #111;
}
.textbox {
    position: relative;
    margin-top: 1.2rem;
    padding: 1.2rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #ccc;
}
.textbox.focus {
    border-color: #666;
}
.textbox textarea {
    border: 0;
    /* outline: 0; */
    padding: 0;
    font-size: 1.4rem;
}
.textbox .info {
    position: absolute;
    bottom: 1rem;
    left: 1.2rem;
    display: block;
    font-size: 1.2rem;
    color: #ccc;
}
.textbox .count {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 400;
    color: #666;
    line-height: 1.2;
}
.textbox .count .current {
    font-weight: 400;
}
.textbox .count .total:before {
    content: '/';
}
.txt-link.block {
    display: block;
    font-size: 1.4rem;
}
.txt-link.block:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4rem;
}
.form-group-item .txt.link {
    margin-top: 0;
}
/**/
.menu-list {
    margin-top: 2rem;
}
.menu-list li {
    position: relative;
    display: flex;
    align-items: center;
    /* width: calc(100% + 4rem); */
    height: 5.6rem;
    padding: 2rem 2rem 2.05rem;
    background: #fff;
    color: #666666;
    font-size: 1.4rem;
    overflow: hidden;
    margin: 0 -2rem;
    border-bottom: 0;
}
.menu-list li:not(.login-info) + li {border-top: 0.1rem solid #eeeeee;}
.menu-list li:first-of-type {
    margin-top: 0;
    border-top: 0;
}
/* .menu-list li.link {
    padding: 0;
} */
.menu-list li.link a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    /* padding: 2rem; */
    background: #fff;
    color: inherit;
    font-size: 1.4rem;
}
.menu-list li.link a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.9rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #999;
    border-right: 0.1rem solid #999;
    transform: translateY(-50%) rotate(45deg);
}
.menu-list li.login-info {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    background: #f8f8f8;
    margin-top: -2rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}
.menu-list li.login-info > div {
    font-weight: 700;
    font-size: 1.6rem;
    color: #111;
}
.menu-list li.login-info > div + .btn {
    margin-top: 1.6rem;
}
.menu-list .select-btn {
    border-bottom: 0;
    font-size: 1.4rem;
    margin: 0 -2rem;
    padding-left: 2rem;
    width: calc(100% + 4rem);
    height: 5.6rem;
}
.menu-list .select-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.9rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #999;
    border-right: 0.1rem solid #999;
    transform: translateY(-50%) rotate(45deg);
    background: none;
}
.menu-list li.login-info > .btn-wrap {
    display: flex;
    width: calc(100% + 0.8rem);
    margin-left: -0.8rem;
    margin-top: 1.6rem;
}
.menu-list li.login-info > .btn-wrap > a {
    flex: 1 1 auto;
    margin-left: 0.8rem;
    font-weight: 400;
}
.menu-list.md li {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 0;
}
.menu-list.md li:last-child {
    border-bottom: 0.1rem solid #eee;
}

.menu-list.md li.link a,
.menu-list.md li .select-btn {
    color: #111;
    font-size: 1.6rem;
    font-weight: 700;
}
.menu-list.md li.link a:after {
    right: 1.2rem;
    width: 1rem;
    height: 1rem;
}
.menu-list.md li.link a:after {
    border-color: #111;
}

.btn-wrap .btn.btn-blue {
    background-color: #1490ef;
    color: #fff;
    border: none;
}
/* camera button bottom modal */
.modal.modal-bottom.btn-pop .modal-content {
    background: transparent;
    border-radius: 0;
}
.modal.modal-bottom.btn-pop .modal-content .modal-body {
    padding: 0 2rem;
}
.modal.modal-bottom.btn-pop .modal-content .modal-body .btn {
    width: 100%;
    margin-bottom: 1.2rem;
    background-color: #f3f3f3;
    font-weight: 700;
}
.modal.modal-bottom.btn-pop  .modal-footer {
    border-top: 0;
    border-radius: 0;
}
.modal.loading .modal-dialog {
    max-width: 44rem;
}
.modal.loading .modal-header {
    padding: 0;
}
.modal.loading .modal-header::after {
    display: none;
}
.modal.loading .modal-header .close {
    position: absolute;
    right: 0;
    top: -4rem;
    background-color: transparent;
}
.modal.loading .modal-body {
    padding: 4rem;
}
.modal.loading .ad-swiper {
    position: relative;
    max-width: 36rem;
    padding-bottom: 0;
    overflow: hidden;
}
.modal.loading .load-cont {
    width: 36rem;
    min-height: 55rem;
    background-color: #0099ff31;
}
.modal.loading .swiper-pagination {
    width: 100%;
    height: auto;
}
.modal.loading .swiper-pagination .swiper-pagination-bullet {
    margin-left: 1rem;
}
.modal.loading .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.modal.img-view .modal-header {
    justify-content: flex-end;
}
.modal.img-view .modal-header::after {
    display: none;
}
.modal.img-view .modal-body img {
    max-width: 100%;
}

/* background */
.bg {
    background: #f8f8f8;
}
/* TBD */
.tbd {
    position: relative;
}
/* 장바구니 견적 */
.list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}
.list-top .total {
    font-size: 1.2rem;
    font-weight: 400;
    color: #999;
    opacity: 0.9;
}
.list-top .total .num {
    font-weight: 400;
    color: #111;
}
.list-top .total .num:before {
    content: '[';
}
.list-top .total .num:after {
    content: ']';
}
.list-top .sort .btn-sort {
    display: inline-block;
    background: transparent;
    font-size: 1.2rem;
    font-weight: 400;
}
.list-top .sort .btn-sort.active {
    font-weight: 400;
    color: #1490ef;
}
.list-top .sort .btn-sort:nth-of-type(n+2) {
    margin-left: 0.4rem;
}
.estimate-box {
    margin-top: 2rem;
    padding: 2rem;
    border: 0.1rem solid #999;
    border-radius: 0.1rem;
}
.estimate-box:first-child {
    margin-top: 0;
}
.estimate-box .result-list {
    width: calc(100% + 4rem);
    margin: -2rem -2rem 0;
    padding: 2rem;
    background: #f3f3f3;
}
.estimate-box .result-list li .txt {
    max-width: 80%;
    color: #333;
}
.estimate-box .price-list {
    margin-top: 2rem;
}
.estimate-box .price-list dl {
    font-size: 1.4rem;
}
.estimate-box .price-list dl dd {
    font-weight: 400;
}
.estimate-box .price-list dl dt:nth-of-type(n+2),
.estimate-box .price-list dl dd:nth-of-type(n+2) {
    margin-top: 1.8rem;
}
.estimate-box .price-list strong {
    font-size: 2.1rem;
}
.estimate-box .btn-wrap {
    display: flex;
    margin-top: 2rem;
}
.estimate-box .btn-wrap .btn:nth-child(n+2) {
    margin-left: 1rem;
}
.top-price-info {
    position: relative;
    width: calc(100% + 4rem);
    margin: 0 -2rem 3rem;
    padding: 1.8rem 2rem;
    background: #056092 url(/webassets/img/pc/bg-top-price-info.svg) calc(100% + 4.5rem) -8.6rem no-repeat;
    background-size: 20.3rem auto;
    color: #fff;
}
.top-price-info .txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}
.top-price-info .txt strong {
    font-weight: 400;
}
.top-price-info .price-list dl dd {
    font-weight: 400;
}
.top-price-info .total {
    margin-top: 2rem;
    padding-top: 0.6rem;
    border-top: 0.1rem solid #c5c5c5;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: right;
}
.modal-body > .result-list:first-child:last-child {
    margin-bottom: 0;
}
/* 계좌관리 */
.account-box {
    margin-top: 2.5rem;
}
.account-box .tit-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.account-box .tit-area [class^=tit-h] {
    margin-top: 0;
}
.account-box .tit-area .right {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
}
.account-box .tit-area .right .btn-edit {
    margin-left: 0.8rem;
}
.account-box .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    background: #f3f3f3;
    font-size: 1.2rem;
}
.account-box .box[class*=bg] {
    font-size: 1.6rem;
    color: #fff;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.16);
}
.account-box .box.bg1 {
    background-color: #1490ef;
}
.account-box .box.bg2 {
    background-color: #056092;
}
.account-box .box [class^=ico-bank-] {
    height: 2.7rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.7rem;
}
.account-box .box [class^=ico-bank-]:before {
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 1rem;
}
.account-box .box .btn.md02 {
    width: 8.4rem;
    margin-left: 0.5rem;
}

.terms-list.section {
    width: calc(100% + 4rem);
    margin: 0 -2rem 4rem;
    padding: 0 2rem 4rem;
    border-bottom: 1rem solid #f3f3f3;
}
/* 마이페이지 */
.mypage-content .expand.bg {
    padding: 1rem 2rem;
}
.ico-sm-cart {
    background-image: url(/webassets/img/pc/ico-sm-cart.svg);
    background-size: 2.14rem auto;
}
.ico-sm-loan {
    background-image: url(/webassets/img/pc/ico-sm-loan.svg);
    background-size: 1.5rem auto;
}
.ico-sm-account {
    background-image: url(/webassets/img/pc/ico-sm-account.svg);
    background-size: 2.1rem auto;
}
.ico-sm-ask {
    background-image: url(/webassets/img/pc/ico-sm-ask.svg);
    background-size: 1.8785rem auto;
}
.ico-sm-myinfo {
    background-image: url(/webassets/img/pc/ico-sm-myinfo.svg);
    background-size: 2.2rem auto;
}
.ico-sm-coupon {
    background-image: url(/webassets/img/pc/ico-sm-coupon.svg);
    background-size: 2.1rem auto;
}
.ico-sm-dormant {
    background-image: url(/webassets/img/pc/ico-sm-dormant.svg);
    background-size: 2.1rem auto;
}
/* coupon */
.tip-con {
    display: flex;
    justify-content: space-between;
}
.tip-con .stroke {
    width: 12rem;
    height: 4rem;
    font-size: 14px;
}
.btn-info {/* 쿠폰안내 버튼 */
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
    background: url(/webassets/img/pc/ico-info.png) 0 0 no-repeat;
    vertical-align: sub;
}
.coupon-info .tit-h2 .total {
    color: #111;
    font-weight: 700;
}
.coupon-list-desc {
    margin: 1.6rem 0 4rem;
}
.add-info + .coupon-list {
    margin-top: 1.2rem;
}
.modal-body > .coupon-list {
    margin-top: 0.2rem ;
}
.coupon-list {
    margin-top: 4rem;
}
.coupon-list .box {
    position: relative;
    height: 20.4rem;
    /* border-radius: 1rem; */
    display: flex;
    background: url(/webassets/img/pc/bg-coupon.png) 0 0 no-repeat;
    overflow: hidden;
    /* box-shadow: 0 5px 13px 0 rgb(0 0 0 / 8%) */
}
.coupon-list .box.done .done-info {
    background: url(/webassets/img/pc/bg-coupon-done.png) 0 0 no-repeat;
}
/* .coupon-list .box::before {
    position: absolute;
    content: "";
    height: 2rem;
    right: 3rem;
    border-radius: 2rem;
    z-index: 1;
    top: -1rem;
    background-color: #fff;
    box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    width: 2rem;
}
.coupon-list .box::after {
    position: absolute;
    content: "";
    height: 2rem;
    right: 3rem;
    border-radius: 2rem;
    z-index: 1;
    bottom: -1rem;
    background-color: #fff;
    box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    width: 2rem;
}
.coupon-list .box.done .cont-area::after,
.coupon-list .box.done .info-area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.6);
} */
.coupon-list li + li {
    margin-top: 4rem;
}
.coupon-list .cont-area {
    width: calc(100% - 6rem);
    padding: 2.8rem 4rem 3.2rem 4rem;
}
.coupon-list .desc {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.coupon-list .desc .d-day {
    display: inline-block;
    vertical-align: top;
    height: 3rem;
    padding: 0 1rem;
    line-height: 3rem;
    border-radius: 5rem;
    background-color: #eee;
    font-size: 1.4rem;
    color: #111;
    text-align: center;
}
.coupon-list .ico-bank-woori {
    color: #999;
    font-size: 1.4rem;
}
.coupon-list .ico-bank-woori:before {
    width: 2rem;
    height: 2rem;
}
.coupon-list .cont-area .stxt {
    margin-top: 2rem;
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #999;
}
.coupon-list .cont-area .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 0.4rem;
    color: #111;
    font-weight: 700;
}
.coupon-list .cont-area .date {
    display: block;
    margin-top: 1.2rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #999;
}
.coupon-list .info-area {
    position: relative;
    overflow: hidden;
    width: 6rem;
}
.coupon-list .info-area .txt {
    position: absolute;
    top: 7.2rem;
    right: -7.2rem;
    width: 20.4rem;
    height: 6rem;
    display: block;
    transform: rotate(90deg);
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: -0.08em;
    line-height: 5.5rem;
    text-align: center;
}
.coupon-list .info-area .ratio {
    font-style: normal;
    padding-right: 0.5rem;
}
.coupon-list-info {
    margin-top: -1rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}
.coupon-list-info + .coupon-list {
    margin-top: 0.8rem;
}
.coupon-list .done-info {
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* left: 1.2rem; */
    /* top: 0.7rem; */
    /* width: calc(100% - 3rem); */
    /* height: calc(100% - 2.9rem); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color:rgba(0, 0, 0, 0.8); */
}
.coupon-list .done-info .txt {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
.ico-done-coupon {
    background-image: url(/webassets/img/pc/ico-done-no-coupon.png);
    background-size: 5.5675rem auto;
    background-position: 50%;
}
.btn.loan-chk {
    margin-top: 2.3rem;
}
.setting-info .desc {
    font-size: 1.2rem;
    color: #999;
}
/* 회원탈퇴 */
.withdrawal .tit-area {
    text-align: center;
}
.withdrawal .tit-area .tit-h2 {
    margin-top: 5rem;
}
.withdrawal .tit-area p {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.54px;
}
.withdrawal .form-group {
    border-top: 0.1rem solid #ddd;
    padding-top: 2rem;
}
.withdrawal .form-group:nth-of-type(n+2) {
    margin-top: 0;
}
.withdrawal .tit-desc-28 > .dot li {
    font-size: 1.2rem;
    line-height: 1.6;
}
.withdrawal .tit-desc-28 > .dot li::before {
    top: 0.8rem;
}

/* 장바구니 */
.card-credit-limit + .star {
    margin-top: 1rem;
}

/* 리스/렌트 견적비교 */
.car-stage {
    margin-top: 6rem;
}
.car-stage ul {
    display: flex;
    justify-content: flex-end;
}
.car-stage li {
    flex-direction: column;
    margin-right: 1.9rem;
}
.car-stage li:last-child {
    margin-right: 0;
}
.car-stage .car-gallery {
    width: 17.6rem;
    padding: 1.5rem 1.3rem 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 0.2rem 2.4rem 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.car-stage .util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
}
.car-stage .car-gallery i.ico-brand {
    display: inline-block;
    width: 4rem;
    height: 2.7rem;
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.car-stage .car-gallery .btn-select {
    height: 2.4rem;
    padding: 0 0.8rem;
    border-radius: 0.4rem;
    border: solid 0.1rem #1490ef;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1490ef;
    line-height: 0.8;
}
.car-stage .car-gallery .img-area {
    position: relative;
    height: 9rem;
    text-align: center;
}
.car-stage .car-gallery .img-area span {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.83;
    letter-spacing: -0.36px;
    text-align: center;
    color: #999;
}
.car-stage .model-name {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.48px;
    text-align: center;
    color: #111;
}
.car-stage.cmt ul {
    justify-content: space-between;
}
.car-stage.cmt .car-gallery {
    width: 100%;
}
.car-stage.cmt li {
    width: 100%;
    margin-right: 2.2rem;
}
.car-stage.cmt li:last-child {
    margin-right: 0;
}
.car-stage.cmt .img-area img {
    width: auto;
    max-width: 15rem;
    margin: 0 auto;
}

.result-view {
    border-bottom: 0.1rem solid #ddd;
}
.result-view table {
    width: 100%;
}
.result-view th {
    padding: 1.8rem 0;
    background-color: #f8f8f8;
    font-size: 1.4rem;
    color: #111;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.42px;
}
.result-view tr {
    border-top: 0.1rem solid #ddd;
}
.result-view td {
    padding: 1.4rem 0.5rem 1.2rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.42px;
    text-align: left;
    color: #111;
    border-right: 0.1rem solid #ddd;
}
.result-view td:last-child {
    border-right: 0;
}
.result-view .fb-black {
    font-weight: 800;
    color: #111;
}
.result-view .fb-blue {
    font-weight: 800;
    color: #1490ef;
}
.result-view li {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    border-top: 0.1rem solid #ddd;
}
.result-view li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 33.333%;
    min-height: 5rem;
    padding: 1rem 0;
}
.result-view li .opt {
    width: 12rem;
    background: #F8F8F8;
    font-weight: 700;
    color: #111;
}

/* 견적 비교차량 */
.cart-list .card-tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}
.cart-list .card-tit h2 {
    font-size: 2rem;
}
.cart-list .tx-info {
    font-size: 1.4rem;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #666;
}
.card-credit-limit.cart {
    display: flex;
    justify-content: space-between;
}
/* .card-credit-limit:nth-child(n+2) {
    margin-top: 0;
} */
.card-credit-limit.cart.mod {
    padding-top: 5.6rem;
}
.card-credit-limit.cart .btn.stroke,
.stage-group .btn {
    position: absolute;
    right: 4rem;
    top: 3rem;
    height: 2.4rem;
    width: 4.4rem;
    border-color: #1490EF;
    color: #1490EF;
}
.cart-list.border-style .card-credit-limit.active {
    border: 0.1rem solid #1490ef;
    background: #F5FBFF;
}
.card-credit-limit.cart:nth-of-type(2) {
    margin-top: 0;
}
.cart-list.border-style + .cart-list.border-style {
    margin-top: 5rem;
}
.card-credit-limit.cart .card-credit-title {
    width: 50%;
    padding-right: 4rem;
    margin-top: 3.3rem;
}
.card-credit-limit.cart .card-credit-title:first-child {
    margin-top: 0;
}
.card-credit-limit.cart > .card-credit-top {
    position: absolute;
    left: 4rem;
    top: 3rem;
    width: auto;
    padding-right: 0;
}
.card-credit-limit.cart .card-credit-summary {
    margin-top: 0;
}
.card-credit-limit.cart > div:last-of-type > div:first-child:not(.card-credit-bank) {
    margin-top: 6.6rem;
}



/* @import url(./st.css); */
/* 통합한도조회 */
/* 가상 키보드 처리 */
.wrapper.st-wrap.has-keypad:not(.st-wrap-pb) {
    min-height: 100vh;
}
.wrapper.st-wrap.has-keypad:not(.st-wrap-pb) .container {
    padding-bottom: 0;
}
.wrapper.st-wrap.has-keypad:not(.st-wrap-pb) .step-con::after {
    display: none;
}
.wrapper.st-wrap:not(.st-wrap-pb) .step-con .msg-error:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.wrapper.st-wrap.st-wrap-pb .step-con::after {
    background-color: #f4f4f4;
}
/* 나의 한도조회 */
.wrapper.st-wrap .step-con .form-group-tab.select-type {
    justify-content: space-between;
    padding-top: 3.9rem;
}
.wrapper.st-wrap .step-con > .form-group-wrap:not(:first-of-type) {
    margin-top: 4rem;
}
.wrapper.st-wrap .step-con .form-group-tab.select-type .form-group {
    width: auto;
    min-width: auto;
}
.wrapper.st-wrap .step-con .form-group-tab.select-type .form-group [type=radio] + label:before {
    display: none;
}
.wrapper.st-wrap .step-con .form-group-tab.select-type .form-group label {
    position: relative;
}
.wrapper.st-wrap .step-con .cell-certify .form-group :checked + label {
    background-color: #1490ef;
    border-radius: 0.25rem;
}
.wrapper.st-wrap .step-con .form-group-tab.select-type .form-group label span {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #d9d9d9;
}
.wrapper.st-wrap .step-con .form-group-tab.select-type .form-group :checked + label span {
    color: #1490ef;
}
.wrapper.st-wrap .step-con .form-group-tab.select-type .form-group :checked + label span::after {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #2BBDEB 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
.wrapper.st-wrap .step-con .select-type .form-group-item label,
.wrapper.st-wrap .step-con .select-type .form-group-item .label {
    margin-bottom: 0.8rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #1490ef;
}
.wrapper.st-wrap .step-con .select-type .form-group-item input {
    height: 4.8rem;
    padding: 0 1.2rem;
    font-size: 2.2rem;
    border-color: #5c5c5c;
}
.form-step-ani > div:not(:first-of-type) {
    display: none;
}

/* 대출기간 */
.loan-period .form-group-tab {
    flex-wrap: wrap;
}
.loan-period .form-group-tab .form-group {
    width: calc(33.3% - 0.6rem);
    min-width: auto;
    margin-left: 0.6rem;
}
.loan-period .form-group-tab .form-group:nth-child(n+4) {
    margin-top: 0.6rem;
}
.tab-btn-st {
    position: relative;
    margin-bottom: 2rem;
}
.tab-btn-st ul {
    display: flex;
    justify-content: space-evenly;
}
.tab-btn-st li {
    position: relative;
    height: 3rem;
}
.tab-btn-st a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #d9d9d9;
    letter-spacing: -0.05em;
}
.card-tit {
    margin-bottom: 1.6rem;
    font-weight: 400;
}
.card-tit h2 {
    display: flex;
    align-items: center;
    position: relative;
    color: #111;
    font-size: 2rem;
    font-weight: bold;
}
.card-tit h2 .symbol {
    vertical-align: middle;
    margin-right:1rem;
}
.card-tit .count-set {
    position: absolute;
    right: 0;
    color: #999;
    padding-left: 0.6rem;
    font-size: 2rem;
    font-weight: 400;
}
.card-tit .count-set .count {
    color: #111;
    font-weight: 700;
}
.tab-btn-st .active {
    font-weight: 700;
    color: #1490ef;
}
.tab-btn-st .active::after {
    content: '';
    width: .4rem;
    height: .4rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #2bbdeb 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
.list-credit-limit {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* 통합한도조회 input 입력시 다음버튼 변경 */
.floating-wrap .btn.btn-check-limit {
    display: none;
}
.floating-wrap .btn.btn-next {
    display: block;
}

.ico-bank-woori.ico-capital {
    color:#777
}
/* 로딩페이지 */
.container-loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #f8f8f8;
}
.bg-gray { background-color: #f8f8f8 !important;}
.progress-wrapper {
    background-color: #f8f8f8;
}
.circle-wrap {
    margin: 4rem auto;
    width: 10rem;
    height: 10rem;
    background-color: #eee;
    border-radius: 50%;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 10rem;
    height: 10rem;
    position: absolute;
    border-radius: 50%;
}
.circle-wrap .circle .mask {
    clip: rect(0px, 10rem, 10rem, 5rem);
}
.circle-wrap .inside-circle {
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    background: #fff;
    /* line-height: 2.1; */
    /* text-align: center; */
    margin-top: 0.6rem;
    margin-left: 0.6rem;
    /* color: #1e51dc; */
    position: absolute;
    z-index: 100;
    /* font-weight: 700;
    font-size: 2em; */
    /* display: flex;
    justify-content: center; */
}
/* .circle-wrap .inside-circle span:first-of-type {
    font-size: 2.6rem;
    color: #888888;
    text-align: center;
    color: #111;
    font-weight: 800;
    letter-spacing: -0.166rem;
}
.circle-wrap .inside-circle .unit {
    color: #666;
    font-size: 2.6rem;
    font-weight: 400;
} */
/* color animation */
.progress-bar-tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.progress-bar-tit .tit-h2 {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    line-height: 4.4rem;
}
.progress-bar-tit .tit-h2 span {
    color: #1490ef;
}
.progress-bar-tit p {
    color: #999;
}
/* 3rd progress bar */
.mask .fill {
    clip: rect(0px, 5rem, 10rem, 0px);
    background-color: #1490ef;
}
.mask.full,
.circle .fill {
    animation: fill ease-in-out 10s;
    transform: rotate(180deg);
}
@keyframes fill{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
/*
.circle-wrap{
position: relative;
width: 7rem;
height: 7rem;
margin: 5rem auto;
}
.circle-wrap .inner{
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
height: 6.2rem;
width: 6.2rem;
margin: -3.1rem 0 0 -3.1rem;
background: #f8f8f8 ;
border-radius: 100%;
}
.circle-wrap .inside-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
color: #1490ef;
line-height: 1.6rem;
}
*/
.circle-wrap .inside-circle .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* margin-top: 0.1rem; */
    color: #1490ef;
    line-height: 1.6rem;
}
.circle-wrap .inside-circle #value {
    font-size: 2.6rem;
    color: #111;
    font-weight: 800;
}

.circle-wrap .inside-circle .unit {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
}
/*
.circle-wrap .bar{
position: absolute;
height: 100%;
width: 100%;
background: #eeeeee;
-webkit-border-radius: 100%;
clip: rect(0px, 7rem, 7rem, 3.5rem);
}
.circle .bar .fill{
position: absolute;
height: 100%;
width: 100%;
-webkit-border-radius: 100%;
clip: rect(0px, 3.5rem, 7rem, 0px);
background: #1490ef;
}
.circle .left .fill{
z-index:1;
animation-name: left;
animation-timing-function: linear;
animation-fill-mode: both;
}
@keyframes left{
100%{
    transform: rotate(180deg);
}
}
.circle .right {
transform: rotate(180deg);
z-index:3;

}
.circle .right .fill{
animation-name: right;
animation-timing-function: linear;
animation-fill-mode: both;

}
@keyframes right{
100%{
    transform: rotate(180deg);
}
}
*/
.woori-group {
    position: relative;
    height: 23rem;
    text-align: center;
}
.woori-group li {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 7rem;
    font-weight: 700;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.6rem #00000014;
    transform: translateX(-50%);
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    animation-iteration-count: infinite;
    animation-duration: 6s;
}
.woori-group li span {
    display: inline-block;
    padding-left: 2.8rem;
    background: url(/webassets/img/pc/ico-loading-woori.svg) no-repeat 0 50%;
    background-size: 2rem 2rem;
}
.woori-group li:nth-child(1) {
    top: 0;
    opacity: 0.5;
    animation-name: wooriLoop1;
    transform: translateX(-50%) scale(0.8);
}
.woori-group li:nth-child(2) {
    top: 9rem;
    animation-name: wooriLoop2;
    transform: translateX(-50%) scale(1);
}
.woori-group li:nth-child(3) {
    top: 18rem;
    opacity: 0.5;
    animation-name: wooriLoop3;
    transform: translateX(-50%) scale(0.8);
}
.woori-group li img {
    max-height: 100%;
    max-width: 100%;
}
@keyframes wooriLoop1 {
    33.3% {
        top: 8rem;
        z-index: 2;
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    66.6% {
        top: 16rem;
        z-index: 1;
        opacity: 0.5;
        transform: translateX(-50%) scale(0.7);
    }
    99.9% {
        top: 0;
        z-index: 0;
        opacity: 0.5;
        transform: translateX(-50%) scale(0.7);
    }
}
@keyframes wooriLoop2 {
    33.3% {
        top: 16rem;
        z-index: 1;
        opacity: 0.5;
        transform: translateX(-50%) scale(0.7);
    }
    66.6% {
        top: 0;
        z-index: 0;
        opacity: 0.5;
        transform: translateX(-50%) scale(0.7);
    }
    99.9% {
        top: 8rem;
        z-index: 2;
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}
@keyframes wooriLoop3 {
    33.3% {
        top: 0;
        z-index: 0;
        opacity: 0.5;
        transform: translateX(-50%) scale(0.7);
    }
    66.6% {
        top: 8rem;
        z-index: 2;
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    99.9% {
        top: 16rem;
        z-index: 1;
        opacity: 0.5;
        transform: translateX(-50%) scale(0.7);
    }
}
/* ST600000 애니메이션 추가 */
.wrapper.st-wrap .step h1 {
    transform: translate(0, 0);
}
.wrapper.st-wrap.sticky .step {
    position: fixed;
    top: 6rem;
    width: 100%;
    min-height: 12rem;
    padding: 0rem 2rem 5.6rem;
    z-index: 10;
    overflow: visible;
}
.wrapper.st-wrap.sticky .step h1 {
    z-index: 10;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    transform: translate(0, -2rem);
    transition: all 0.2s ease;
}
.wrapper.st-wrap.sticky .progress-wrap {
    margin-top: 0.5rem;
    transition: all 0.2s ease;
}
.wrapper.st-wrap.sticky .step-con {
    padding-top: 6rem;
}
/* @import url(./sp.css); */
/* 알림 */
/* alert-infobox */
.alert-infobox {
    padding-top: 1.2rem;
}
.alert-infobox p.star {
    position: relative;
    font-size: 1.2rem;
    color: #999999;
}
/* alert-list */
.alert-list {
    border-top: 1px solid #eee;
}
.alert-list > li {
    padding: 0;
}
.alert-list > li:first-child {
    border-top: none;
}
.alert-list > li > a {
    width: 100%;
    color: #999;
    display: block;
    padding: 2rem 0;
}
.alert-list .mark {
    display: flex;
    align-items: center;
}
.alert-list .mark .type {
    display: inline-block;
    width: 4.5rem;
    height: 1.8rem;
    border-radius: 2.5rem;
    border: 0.1rem solid #ccc;
    font-size: 1.1rem;
    color: #111;
    text-align: center;
}
.alert-list .cont {
    margin-top: 1.6rem;
}
.alert-list .cont .title {
    display: -webkit-box;
    max-height: 4.8rem;
    font-size: 1.6rem;
    color: #111;
    margin-bottom: 0.2rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
}
.alert-list .cont .date {
    font-size: 1.2rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.alert-list .cont .date > span {
    position: relative;
    padding-left: 0.7rem;
    margin-left: 0.6rem;
}
.alert-list .cont .date > span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0.1rem;
    height: 1.1rem;
    background: #cccccc;
    transform: translateY(-50%);
}
.alert-list .path {
    margin-top: 2rem;
    font-size: 1.2rem;
}
.alert-list .path .title {
    display: inline-block;
    position: relative;
}
.alert-list .path .each {
    font-style: normal;
    position: relative;
}
.alert-list .path .each + .each {
    padding-left: 1rem;
}
.alert-list .path .each::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.8rem;
    height: 1.4rem;
}
.alert-list .path .each:first-child::before {
    display: none;
}
/* alert-system */
.alert-system {
    height: auto;
}
/* .form-group.todaychk */
.form-group.todaychk .chk-small {
    font-weight: 400;
}
.form-group.todaychk label span {
    font-size: 1.4rem;
    color:#666;
}
/** modal-bottom **/
.modal .form-group.weekchk .chk-small {
    color: #111;
    font-size: 1.6rem;
}
/* 우리WON카 앱 다운로드 레이어 팝업 */
.popup-wrap {
    width: calc(100vw - 7rem);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5rem;
    background-color: #ffffff;
    z-index: 1050;
    transition: top 0.7s ease-in-out ;
}
.popup-wrap .pop-con {
    padding: 1.5rem;
    display: flex;
    border-radius: 1.5rem;
}
.popup-wrap .btn-close-wrap {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.popup-wrap .btn-close-wrap .btn-x {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #ffffff;
}
.popup-wrap .btn-close-wrap .btn-x::before,
.popup-wrap .btn-close-wrap .btn-x::after {
    content: '';
    width: 1.8rem;
    height: 0.1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-wrap .btn-close-wrap .btn-x::before {
    border-top: 0.1rem #333 solid;
    transform: rotate(45deg);
    top: 1rem;
    left: .1rem;
}
.popup-wrap .btn-close-wrap .btn-x::after {
    border-bottom: 0.1rem #333 solid;
    transform: rotate(-45deg);
    top: 1rem;
    left: .1rem;
}
.popup-wrap .pop-con > div:last-of-type {
    margin-left: 1.9rem;
}
.popup-wrap .woncar {
    width: 7.7rem;
    height: 7.7rem;
    background-color: #ffffff;
    box-shadow: 0.5rem 0.5rem 1rem #00000029;
    border-radius: 1.2rem;
    background: url(/webassets/img/pc/sp-car.png) no-repeat 50% 50%;
    background-size: 5.2rem auto;
}
.popup-wrap .text {
    font-size: 1.2rem;
}
.popup-wrap .btn-download {
    margin-top: 1rem;
}
.popup-wrap .btn-app {
    width: 13rem;
    height: 3rem;
    background-color: #0083cb;
    border-radius: 2rem;
    line-height: 1;
}
.popup-wrap .btn-app span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    color: #ffffff;
}
.popup-wrap .btn-app span::after {
    content: '';
    width: 1.5rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    background: url(/webassets/img/pc/ico-down.svg) no-repeat 0 0;
    background-size: 1.5rem auto;

}
/* @import url(./sl.css); */
/* 신용대출 */
/** modal **/
.modal.confirm .modal-body .confirm-text + .list-num ,
.modal.alert .modal-body .confirm-text + .list-num {
    margin-top: 2rem;
}
/** content **/
.survey-form {
    counter-reset: number 0;
    margin: 1.6rem 0 4rem;
}
.survey-form dt {
    position: relative;
    margin-top: 1.6rem;
    padding-left: 2.1rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}
.survey-form dt::before {
    position: absolute;
    left: 0;
    top: 0.4rem;
    counter-increment: number;
    content: counter(number);
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #ccc;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
}
.survey-form dt .fc-blue {
    font-weight: 400;
}
.survey-form dt:first-child {
    margin-top: 0;
}
.survey-form dd {
    margin-top: 1.6rem;
}
.survey-form + .form-wrap {
    margin-top: 4rem;
}
.account-verifi-wrap .tit-h4-02 + .form-wrap {
    margin-top: 2.7rem;
}
.img-id-area {
    margin: 3rem 0 4rem;
    min-height: 20rem;
    text-align: center;
    background: #f8f8f8 url(/webassets/img/pc/ico-photo-upload.svg) center no-repeat;
    background-size: 9.2rem auto;
    border-radius: 0.8rem;
}
.img-id-area img {
    vertical-align: top;
    width: 100%;
}
/* .img-id-area + .text-list-wrap {
    margin-top: 4rem;
} */
.img-id-area + .form-wrap {
    margin-top: 2.7rem;
}
.tax-chk-list {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.tax-chk-list .list > li {
    display: block;
}
.tax-chk-list .set {
    display: flex;
    align-items: center;
}
.tax-chk-list .gray-box {
    margin-top: 1.6rem;
    margin-bottom: 1.2rem;
}
.set .form-group.standalone + span.link {
    margin-left: 0;
}
.set .link {
    display: block;
    flex: 1 1 auto;
    font-size: 1.4rem;
    color: #333;
}
.set .link .btn {
    position: relative;
    display: block;
    /* padding: 0 3rem 0 0; */
    color: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
.set .link .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0.1rem solid #333;
    border-right: 0.1rem solid #333;
    transform: translateY(-50%) rotate(45deg);
    margin-left: 0;
    border-width: 0.1rem;
}
.tax-chk-list > li + li {
    margin-top: 4rem;
    margin-top: 2rem;
}
.tax-chk-info {
    padding: 1.8rem 0 1.8rem 4rem;
}
.tax-chk-info .dot > li + li {
    margin-top: 0.6rem;
}
.tax-chk-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tax-chk-detail {
    flex-grow: 1;
    margin-left: 1rem;
}
.tax-chk-detail > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
}
.tax-chk-detail > li + li {
    margin-top: 1.4rem;
}
.tax-chk-detail > li div.tit {
    flex-shrink: 0;
}
.tax-chk-detail > li div:last-child {
    flex-grow: 1;
    font-weight: 400;
    color: #1490ef;
    text-align: right;
}
.contract-conclusion {
    margin: 4rem 0;
}
/* .title-list-wrap + .text-list-wrap {
    margin-top: 4rem;
} */
/* .title-list-wrap .tit-h4-02 {
    margin-top: 0;
} */
.title-list-wrap .tit-h4-02 + .gray-box {
    margin-top: 1.8rem;
}
.available-time:nth-of-type(n+2) {
    margin-top: 0.7rem;
}
.available-time > dt {
    color: #111;
}
.available-time > dd {
    margin-top: 0.7rem;
    font-weight: 400;
}
.available-time.flex > dd{
    margin-top: 0;
    margin-left: 0.3rem;
}
.available-time .dash {
    display: flex;
}
.available-time .dash > li {
    width: auto;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: 400;
}
.available-time .dash > li:nth-of-type(even) {
    margin-left: 3rem;
}
.available-time .dash > li:before {
    top: 50%;
    margin-top: -0.1rem;
}
.available-time-stxt {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
}
.available-time-stxt strong {
    font-weight: 400;
}
.available-time-stxt + .btn-wrap {
    margin-top: 2rem;
}
.account-info-box {
    margin-bottom: 1.6rem;
}
.account-info-box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-info-box dl > dt {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}
.account-info-bank [class^=ico-bank-]:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.6rem;
}
.account-info-box dl > dd {
    text-align: right;
    font-size: 1.6rem;
    color: #111;
}
.account-info-box .result-list {
    margin-bottom: 0;
}
.account-info-box [class^='account-info-']:only-child {
    padding: 2rem;
    border-radius: 0.8rem;
    background: #fff;
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);
}
.account-info-box [class^='account-info-']:only-child dl > dd {
    font-weight: 700;
}
.account-info-text strong {
    font-weight: 400;
}
.account-info-text + .account-info-text {
    margin-top: 1.6rem;
}
.account-info-box [class^=ico-bank-]:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.6rem;
}
/* form-group-wrap : btn */
.form-group-wrap .withbtn {
    position: relative;
    display: flex;
    align-items: center;
}
.form-group-wrap .withbtn input {
    padding-right: 7rem;
}
.form-group-wrap .withbtn .btn {
    padding: 0;
    position: absolute;
    right: 0;
    width: 2.1rem;
    height: 2.1rem;
    width: 6.3rem;
    height: 3rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 0.25rem;
}
.form-group-item .with-code {
    position: relative;
}
.form-group-item .with-code .time-count {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #ee2617;
    font-weight: 700;
}
/* 신용대출신청하기 - 대출서명 - 약관동의 */
.extra-info {
    display:none;
}
.extra-info.active {
    display:block;
}
.extra-info > .gray-box {
    margin-bottom: 0;
}
/* step 아래 대출정보 표기 */
.top-limit-info.minute .card-credit-summary > div,
.top-limit-info:not(.minute) .card-credit-summary {
    width: 100%;
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);
}
.top-limit-info:not(.minute) .card-credit-summary {
    position: relative;
    padding: 0.4rem 1.6rem;
    z-index: 1;
}
.top-limit-info:not(.minute) .card-credit-summary > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-limit-info:not(.minute) .card-credit-summary > div:nth-of-type(n+2) {
    /* margin-top: 1.6rem; */
    padding-top: 1.6rem;
    border-top: 0.1rem solid #eee;
}
.top-limit-info:not(.minute) .card-credit-summary > div > span{
    display: block;
}
.top-limit-info:not(.minute) .card-credit-summary {
    margin-top: 0;
    margin-left: 0;
    color: #111;
    font-weight: 700;
}
.top-limit-info .card-credit-summary > div > span {
    display: block;
    line-height: 1.1;
    letter-spacing: -0.05em;
}
.top-limit-info .card-credit-summary > div > span:first-of-type {
    font-size: 1.6rem;
}
.top-limit-info .card-credit-summary > div > span:last-of-type {
    /* font-size: 3.2rem; */
    font-size: 2rem;
    font-weight: 800;
}
.top-limit-info .card-credit-summary > div > span small.unit {
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-left: 0.3rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    opacity: 0.8;
    vertical-align: bottom;
}
.top-limit-info.minute {
    margin-top: 1.6rem;
    margin-bottom: 6rem;
}
.top-limit-info.minute .card-credit-summary {
    display: flex;
}
.top-limit-info.minute .card-credit-summary > div {
    padding: 1.2rem;
    font-size: 1.4rem;
    color: #666;
}
.top-limit-info.minute .card-credit-summary > div:not(:first-child) {
    margin-left: 0.8rem;
}
.top-limit-info.minute .card-credit-summary > div > span {
    font-size: 1.4rem;
}
.top-limit-info.minute .card-credit-summary > div > span:last-of-type {
    margin-top: 0.8rem;
    font-size: 2rem;
    color: #111;
    font-weight: 800;
}
.top-limit-info.minute .card-credit-summary > div > span .unit {
    margin-left: 0.2rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.top-limit-info.minute .card-credit-summary > div > span small.unit {
    font-size: 1.2rem;
    padding-bottom: 0.2rem;
}
/* 주소정보 수정 */
.tit-h4 + .gray-box {
    margin-top: 1.6rem;
}
.address-info {
    position: relative;
    margin-bottom: 1.6rem;
    padding: 1.6rem 5.2rem 1.6rem 1.6rem;
    color: #666;
    border-radius: 0.6rem;
    background-color: #f8f8f8;
}
.address-info dd:first-of-type {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
}
.address-info .btn-del {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
}
/* 약관 글씨 따라쓰기 */
.dictation {
    position: relative;
    display: inline-block;
}
.dictation .txt {
    display: block;
    color: #cccccc;
    line-height: 2.7rem;
}
.dictation input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.7rem;
    padding: 0;
    background: none;
    /* outline: 0; */
    border: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #1490ef;
    line-height: 1;
    letter-spacing: -0.03em;
}
.dictation input:focus {
    border-bottom: 0;
}
.dictation-wrap {
    margin-top: 1.6rem;
    margin-bottom: 4rem;
}
.dictation-wrap .flex {
    display: flex;
    align-items: flex-start;
    padding: 1.6rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #ccc;
}
.dictation-wrap .form-group.standalone {
    margin-right: 0.8rem;
}
/* 신차대출 */
a[href^="tel:"] {
    color: inherit;
}
.pd-wrap {
    margin-bottom: 2rem;
}
.pd-wrap > .tit-h3:first-of-type {
    margin-top: 2rem;
}
.pd-wrap > .section + .section {
    margin-top: 4rem;
}
/* 색상선택 */
.select-content .color-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1rem;
}
.select-content .color-list li {
    width: calc(25% - 2rem);
    margin: 0 1rem;
}
.select-content ul.list.color-list > li {
    border-bottom: 0;
}
.select-content .color-list li:nth-child(n+5) {
    margin-top: 2rem;
}
.select-content .color-list li .select-option {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: none;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    margin: 0;
}
.select-content .ico-color {
    width: 100%;
    height: 6.5rem;
    margin-left: 0;
    margin-right: 0;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
}
.select-content .ico-color.black {
    background: #111111;
}
.select-content .ico-color.blue {
    background: #0083cb;
}
.select-content .ico-color.gray {
    background: #e5e5e5;
}
.select-content .ico-color.purple {
    background: #7b3bc4;
}
.select-content .ico-color.yellow {
    background: #fff678;
}
.select-content .ico-color.green {
    background: #729f50;
}
.select-content .ico-color.white {
    background: #ffffff;
}
.select-content .ico-color.pink {
    background: #ffaac4;
}
.select-content .ico-color.red {
    background: #ee2617;
}
/* 옵션선택 */
.select-content .option-list.list li:first-of-type {
    border-top: 0.1rem solid #eee;
}
.select-content .option-list label {
    justify-content: space-between;
}
.select-content .option-list label span {
    word-break: keep-all;
}
.select-content .option-list label > span:last-child {
    flex: 0 0 auto;
}
.select-content .option-list .form-group label:before {
    display: none;
}
.select-content .option-list .form-group input[type="radio"]:checked + label:after {
    top: 50%;
    left: 2.8rem;
    transform: translateY(-50%);
}
.select-content .option-list .form-group input[type="checkbox"] + label {
    width: calc(100% + 4rem);
    padding: 1.6rem 2rem;
    background: none;
    word-break: keep-all;
    margin: 0 -2rem;
    flex-direction: column;
    align-items: flex-start;
}
.select-content .option-list .form-group input[type="checkbox"] + label > span {
    font-size: 1.4rem;
    line-height: 1.571em;
    letter-spacing: -0.032em;
    color: #666666;
    flex-grow: 1;
}
.select-content .option-list .form-group input[type="checkbox"] + label > span + span {
    color: #000;
    padding-top: 1.2rem;
}
.select-content .option-list .form-group input[type="checkbox"] + label:after {
    display: none;
}
.select-content .option-list .form-group input[type="checkbox"]:checked + label {
    background:#f5fbff
}
.select-content .option-list .form-group input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    left: auto;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/webassets/img/pc/ico-check.svg) 50% 50% no-repeat;
    transform: translateY(-50%);
    background-size: 100%;
}
/* 선택버튼 - 2줄 */
.select-content .option-list.list li:first-of-type {
    border-top: 0.1rem solid #eee;
}
.select-content .option-list .select-option {
    justify-content: space-between;
}
.select-content .option-list .select-option span {
    word-break: keep-all;
}
.select-content .option-list .select-option > span:last-child {
    flex: 0 0 auto;
}
.select-content .option-list .form-group .select-option:before {
    display: none;
}
.select-content .option-list .select-option:before {
    display: none;
}
.select-content .option-list .select-option:active:after {
    top: 50%;
    left: 2.8rem;
    transform: translateY(-50%);
}
.select-content .option-list .select-option {
    width: calc(100% + 4rem);
    padding: 1.6rem 2rem;
    background: none;
    word-break: keep-all;
    margin: 0 -2rem;
    flex-direction: column;
    align-items: flex-start;
}
.select-content .option-list .select-option > span {
    font-size: 1.4rem;
    line-height: 1.571em;
    letter-spacing: -0.032em;
    color: #666666;
    flex-grow: 1;
}
.select-content .option-list .select-option > span + span {
    color: #000;
    padding-top: 1.2rem;
}
.select-content .option-list .select-option:after {
    display: none;
}
.select-content .option-list .select-option:active {
    background:#f5fbff;
}
.select-content .option-list .select-option:active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    left: auto;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/webassets/img/pc/ico-check.svg) 50% 50% no-repeat;
    transform: translateY(-50%);
    background-size: 100%;
}
/* input unit */
.inp-unit {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 1.6rem;
}
label + .inp-unit {
    padding-top: 1.6rem;
}
/* 촬영버튼 */
.file-upload {
    margin-top: 1rem;
}
.file-upload .btn-wrap {
    margin-top: 1.6rem;
}
.file-upload + .file-upload {
    margin-top: 4rem;
}
.file-upload .label {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: #111;
}
/* .file-upload-list {
    margin-top: 1.6rem;
} */
.file-upload-list li,
.file-upload-list p {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 1.5rem;
    font-size: 1.4rem;
    color: #111;
    flex-direction: row;
}
.file-upload-list li span,
.file-upload-list p span {
    word-break: break-all;
}
.file-upload-list li span:after,
.file-upload-list p span:after {
    content: '';
    display: block;
    height: 0.1rem;
    margin-left: 2rem;
    background: #000;
}
.file-upload-list li span:before,
.file-upload-list p span:before {
    content: '';
    display: inline-block;
    padding-left: 2rem;
    height: 2rem;
    background: url(/webassets/img/pc/ico-file02.png) 0 0 no-repeat;
    vertical-align: bottom;
}
.file-upload-list li:nth-child(n+2) {
    margin-top: 1.4rem;
}
.file-upload-list .btn-del {
    margin-left: 1rem;
}
.hidden-input {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
/* 대출서명동의 */
.terms-list .list.checkall-sub li.between {
    flex-wrap: wrap;
}
.terms-list .list.checkall-sub li.between span {
    font-weight: 400;
    font-size: 1.4rem;
}
.terms-list .list.checkall-sub li.between label span {
    color: #666;
}
.terms-list .checkall-sub .dot {
    flex-shrink: 0;
    width: 100%;
    margin-left: 4rem;
    margin-bottom: 0.2rem;
    font-weight: 400;
    color: #333;
}
.form-group-tab.extra .form-group label {
    height: 5rem;
}
.form-group-tab.extra .form-group:nth-child(n+2) {
    margin-left: 1.4rem;
}
.form-group-tab.extra .form-group label span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #777;
}
.form-group-tab.extra .form-group label:before {
    background-color: #e9e9e9;
    border-radius: 0;
}
.form-group-tab.extra .form-group.arrow label span {
    font-weight: 400;
    color: #111;
}
.form-group-tab.extra .form-group.arrow input:checked + label span {
    color: #fff;
}
.form-group-tab.extra .form-group.arrow label:before {
    background-color: #f3f3f3;
}
.form-group-tab.extra .form-group.arrow input:checked + label:before {
    background-color: #1490ef;
}
.form-group-tab.extra .form-group.arrow input + label:after {
    content: '';
    position: relative;
    top: 0.2rem;
    left: initial;
    transform: none;
    display: block;
    width: 0;
    height: 0;
    margin-left: 1.2rem;
    border-radius: 0;
    border-style: solid;
    border-width: 1rem 0.65rem 0 0.65rem;
    border-color: #ccc transparent transparent transparent;
}
.form-group-tab.extra .form-group.arrow input:checked + label:after {
    border-top-color: #4fb1e6;
    background-color: transparent;
}

.text-list-wrap > .form-group:nth-of-type(n+2) {
    margin-top: 1.8rem;
}
.form-group .text-list li.between {
    display: flex;
    justify-content: space-between;
}
.form-group .text-list li.between .txt {
    font-weight: 400;
    color: #111;
    text-align: right;
}
/* 중고차 */
.market-price-list .result-list {
    margin-bottom: 9rem;
}
.market-price-list .result-list dl:not(.select-model) dd {
    color: #999;
}
.market-price-list .model {
    word-break: keep-all;
}
.market-price-wrap {
    width: 100%;
    /* height: 7rem; */
    padding: 2.1rem 2rem;
    position: fixed;
    bottom: 6rem;
    left: 0;
    background-color: #f5fbff;
}
.market-price-wrap.fake {
    width: calc(100% + 4rem);
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: -2rem;
}
.price-list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.8rem;
}
.price-list dl dt {
    padding-top: 0.4rem;
    margin-right: 4rem;
    color: #111;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}
.price-list dl dd {
    color: #000;
    font-size: 1.6rem;
    text-align: right;
    font-weight: 700;
    line-height: 1;
}
.price-list strong {
    position: relative;
    top: 0.1rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    padding-right: 0.2rem;
}
.price-list strong.fc-blue {
    font-weight: 800;
}
/* image area */
[class^=tit-h] + .img-area {
    margin-top: 1.6rem;
}
.label + .img-area {
    margin-top: 1.6rem;
}
.img-area img {
    width: 100%;
    display: block;
}
.img-area > img {
    display: block;
}
.img-area.no-img img {
    width: auto;
    display: inline-block;
}

/* selected option */
.selected-option {
    display: none;
    margin-top: 1.6rem;
}
.selected-option .form-group-item label {
    display: block;
    height: 3.6rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
    color: #999;
    border-bottom: 0.1rem solid #ccc;
}
/* 차구입-중고차 사기 */
/* K-Car 인앱 영역 div
.k-car-wrap {
}*/
/* 할부금융 설명서 */
.ss-loansuit {
    position: relative;
}
.ss-loansuit a {
    display: block;
}
.ss-loansuit a.hide {
    display: none;
}
.ss-loansuit a img {
    display: block;
    width: 100%;
}
/* @import url(./se.css); */
/* 혜택/행사 */
/* ico */
.ico-done-no-event {
    background-image: url(/webassets/img/pc/ico-done-no-event.svg);
    background-size: 5.4rem auto;
    background-position: calc(50% + 5px) 50%;
}
/* btn-wrap-event */
.btn-wrap-event {
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
}
.btn-wrap-event button {
    vertical-align: top;
}
.btn-wrap-event .btn-sns-blue {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    background: #fff;
    /* background-image: url(/webassets/img/pc/ico-sns-share.svg); */
    background-image: url(/webassets/img/pc/ico-sns-share.png);
    background-size: 2rem auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    border: 1px solid #5c5c5c;
}
.btn-wrap-event .btn-primary {
    border-radius: 0.5rem;
    color: #fff;
    width: calc(100% - 6rem);
}
/* info-box */
.list.accordion.info-box li {
    border: none;
}
.list.accordion.info-box li .list-tit {
    position: relative;
}
.list.accordion.info-box li .list-tit:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.65rem 0 0.65rem;
	border-color: #ccc transparent transparent transparent;
}
.list.accordion.info-box li.active .list-tit:after {
    transform: rotate(180deg);
}
.list.accordion.info-box .list-con {
    padding-top: 1.4rem;
}
/* 추후 옮기기 : 신차 추가 & 수정 */
.form-group-item + .form-group-wrap.btns {
    /* margin-top: 2.6rem; */
    margin-top: 4rem;
}
.form-group-item + .form-group-wrap.btns input[type="text"] {
    padding-right: 8.4rem;
}
.form-group-item + .form-group-wrap.btns input[type="text"].search {
    padding-right: 3.4rem;
}
.form-group-item + .form-group-wrap.btns .btn-input-clear {
    right: 9.6rem;
}
.form-group-item.input-label .btn-tooltip {
    width: 1.6rem;
    height: 1.6rem;
}
.form-group-item.input-label .tooltip-cont {
    top: 2.1rem;
    left: 0;
}
.form-group-item.input-label .tooltip-label .tooltip-cont {
    top: 2.1rem;
}
.gray-box + p.star {
    margin-top: 1.2rem;
}
/* terms-list.type02 */
.terms-list.type02 {
    margin-top: 1.8rem;
}
.terms-list.type02 .link .btn {
    font-size: 1.4rem;
}
.terms-list.type02 .link .btn:after {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    margin-left: 1.2rem;
    border-radius: 0;
    border-style: solid;
    border-width: 1rem 0.65rem 0 0.65rem;
    border-color: #ccc transparent transparent transparent;
}
.terms-list .no-bullet .btn:after {
    display:none;
}
.terms-list.type02 .list > li {
    display: block;
}
.terms-list.type02 .set {
    display: flex;
    align-items: center;
}
.terms-list.type02 .form-group.standalone + span.link {
    margin-left: 0.8rem;
}
.terms-list.type02 .text-list li.between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.terms-list.type02 .text-list li.between .txt {
    font-weight: 400;
    color: #111;
    text-align: right;
}
.terms-list.type02 .text-list {
    padding:1.2rem 0 0 4rem;
}
.terms-list.type02 .text-list li.between {
    padding-left: 1rem;
}

.terms-list.type02 .text-list li.between {
    padding-left: 1rem;
}
.terms-list.type02 .text-list li.between .tit {
    font-weight: 400;
    color: #333;
}
.terms-list.type02 .text-list .star > li {
    padding-left: 1rem;
    font-weight: 400;
    color: #333;
}
/* terms-list.type02 */
.terms-list.type03 {
    margin-top: 1.8rem;
}
.terms-list.type03 .link .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0.1rem solid #333;
    border-right: 0.1rem solid #333;
    transform: translateY(-50%) rotate(45deg);
    margin-left: 0;
    border-width: 0.1rem;
    background: none;
}
.terms-list.type03 .list > li {
    display: block;
    margin-top: 1.6rem;
}
.terms-list.type03 .set {
    display: flex;
    /* align-items: center; */
}
.terms-list.type03 .form-group.standalone + span.link {
    margin-left: 0.8rem;
}
.terms-list.type03 .text-list li.between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.terms-list.type03 .text-list li.between .txt {
    font-weight: 400;
    color: #111;
    text-align: right;
}
.terms-list.type03 .text-list {
    margin-top: 1.2rem;
}
.terms-list.type03 .text-list li.between {
    padding-left: 1rem;
}
.terms-list.type03 .text-list li.between {
    padding-left: 1rem;
}
.terms-list.type03 .text-list li.between .tit {
    font-weight: 400;
    color: #333;
}
.terms-list.type03 .text-list .star > li {
    padding-left: 1rem;
}
/* 차량정보입력 */
.purchase-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 17.3rem);
    padding-bottom: 6rem;
}
.purchase-wrap > .form-wrap:first-of-type {
    margin-top: 0;
}
td.emp {
    padding: 1.5rem 0.5rem;
}
/* 금액정보 하단고정버튼 */
.purchase-wrap + .floating-wrap.fake {
    position: fixed;
    padding-top: 0;
}
.purchase-wrap .estimate-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 6rem;
    margin-top: auto;
}
.purchase-wrap .estimate-bottom .gray-box.expand {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    margin: 0;
    padding: 0 2rem;
}
.purchase-wrap .price-list {
    width: 100%;
}
.purchase-wrap .price-list dl {
    font-size: 1.7rem;
}
.purchase-wrap .price-list dl dd {
    font-weight: 400;
}
.purchase-wrap .price-list strong {
    font-size: 2.3rem;
}
/* 대출신청정보 입력 */
.form-group-item.input-label.amount .txt {
    position: absolute;
    top: 2.9rem;
    right: 1rem;
    font-size: 1.6rem;
}
.form-group-item.input-label.amount input {
    padding-right: 5rem;
}
/* 주소검색하기 */
.form-group-wrap.btns + .dot {
    margin-top: 2rem;
}
.dot.type02 > li + li {
    margin-top: 0.8rem;
}
.address-result {
    margin-top: 2.7rem;
}
.address-cont {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.address-cont .zipcode {
    display: block;
    color: #111;
    font-size: 1.6rem;
    font-weight: 700;
}
.address-cont .txt {
    display: flex;
    text-align: left;
}
.address-cont .txt + .txt {
    padding-left: 0;
}
/* 적합한 구매권유에 대한 추가 설명동의 */
.modal-title-txt {
    display: block;
    margin-bottom: 3rem;
}
/* @import url(./sd.css); */
/* 대출하기 */
/* 전체상품 알아보기 */
/* header event-swiper  */
header.header-bg-color {
    background-color: transparent;
    border: 1px solid rgba( 255, 255, 255, 0 );
}
header.header-bg-color,
header.header-bg-color h1  {
    color: #fff;
}
.header-bg-color .header-btn-history {
    background: url(/webassets/img/pc/header-btn-history-w.svg) center center no-repeat;
    background-size: 66.6% 50%;
}
.header-bg-color .header-btn-home {
    background: url(/webassets/img/pc/header-btn-home-st.svg) center center no-repeat;
    background-size: 58.3% 61.6%;
}
.loan-swiper {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: -8rem;
}
.event-swiper .swiper-slide {
    padding-top: 6rem;
}
.event-swiper .swiper-pagination {
    display:flex;
    justify-content:center;
    align-items: center;
    width:5rem;
    height:2.2rem;
    border: 0.1rem solid #fff;
    border-radius: 3rem;
    position: absolute;
    left: 2rem;
    color: #fff;
    bottom: 15.7%;
}
.event-swiper .swiper-pagination > span {
    padding: 0 0.1rem;
    /* font-weight: 400;  */
    font-size: 1.2rem;
}
.event-swiper .swiper-pagination-total {
    opacity: 0.5;
}
.event-swiper .swiper-scrollbar {
    background-color: rgba(0, 0, 0, 0.08);

    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}
.event-swiper .swiper-scrollbar-drag {
    background-color: #fff678;
    border-radius: 0;
    display: block;
    transition: all 0.3s ease;
}
.event-swiper .swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 50;
    height: 0.5rem;
    width: 100%;
}
.swiper-txt-wrapper .banner-box {
    position: relative;
}
.swiper-txt-wrapper .txt-area {
    color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 32.14%;
    left: 2rem;
    z-index: 1;
}
.swiper-txt-wrapper .txt-area .txt {
    font-weight: 300;
    font-size: 1.4rem;
    line-height:1.5;
}
.swiper-txt-wrapper .txt-area .tit {
    font-size: 2.1rem;
    line-height: 1.381em;
    padding-top:0.4rem;
}
.swiper-txt-wrapper .img {
    position: relative;
}
.swiper-txt-wrapper .img {
    display: block;
    width: 100%;
    margin-top: -6rem;
}
.swiper-txt-wrapper .img img {
    display: block;
    width: 100%;
}
.event-swiper .swiper-slide > a {
    display: block;
}
/* sort */
.sort-area {
    margin: 0 0 1.6rem 0;
    display: flex;
    justify-content: flex-end;
}
/* event */
.event-list-wrap {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: 4rem;
}
.event-box {
    background-color: #eef3f6;
    padding: 2rem;
    margin-top: 1.6rem;
}
.event-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}
.event-box:first-child {
    margin-top:0;
}
.event-box .txt {
    display: flex;
    flex-direction: column;
}
.event-box .tit {
    font-size: 1.6rem;
    color: #111;
    padding-right: 1rem;
    letter-spacing: -0.05em;
}
.event-box .date {
    font-size: 1.2rem;
    color: #999;
}
.event-box .img {
    width: 5rem;
    height: 6.5rem;
    display: block;
    position: relative;
}
.event-box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.event-noti {
    background-color: #eef3f6;
    padding: 2rem 3rem;
}
.event-noti a {
    display: block;
}
.event-noti .tit {
    font-size: 1.6rem;
    color: #111;
    padding-right: 1rem;
}
.tit-list-wrap {
    position: relative;
    margin-bottom: 4rem;
}
.tit-area .sub + .tit-list-wrap.h3 {
    margin-top: 2rem;
}
.tit-list-wrap.h3 {
    margin-bottom: 3rem;
}
.tit-list-wrap.h3 > .tit-h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.tit-list-wrap.h3 > .tit-h3,
.tit-list-wrap.h3 > .tit-h2 {
    margin-top: -1rem;
}
.tit-list-wrap:last-of-type:not(.h3) {
    margin-bottom: 0;
}
/* 1:1이용문의 */
.box-counsel {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.box-counsel .tit {
    margin-right: 0.8rem;
}

/* .box-counsel .btn {} */
.btn.btn-round-white{
    border: 1px solid #666;
    border-radius: 0.4rem;
    background-color: #fff;
    height: 3.6rem;
    margin-top: 0.4rem;
}
.tbd-wrap{
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding: 0 2rem;
}
.btn.btn-dibs {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: auto;
    background: url(/webassets/img/pc/ico-heart-white.svg) 50% 50% no-repeat;
    background-size: 2rem auto;
    vertical-align: top;
    padding: 0 0.2rem;
}
.btn.btn-dibs::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent;
    transform: translate(-50%, -50%);
}
.btn.btn-dibs.active {
    background-image: url(/webassets/img/pc/ico-heart-orange.svg);
}
.tit-h3 + .tit-desc-28 {
    margin-top: -0.5rem;
}
.tit-desc-28 {
    font-size: 1.4rem;
    font-weight: 300;
}
.tit-desc-28 > .dot li {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.86;
}
.tit-desc-28 > .dot li + li {
    margin-top: 0.5rem;
}
.tit-desc-28 + .form-wrap {
    margin-top: 4rem;
}
.tit-desc-28.space-sm > .dot li + li,
.tit-desc-28 > .dot.space-sm li + li {
    margin-top: 0.1rem;
}
/* .loan-content {
    margin-bottom: -6rem;
} */
.loan-content .done-wrap.type02 {
    margin: 2.4rem 0 4rem;
}
.loan-content .expand.bg {
    padding: 4rem 2rem;
}
.loan-content .expand .tit-h4 {
    margin-top: 0;
}
/*ej*/
.loan-content .tit-h2 + .list.front-list {
    margin-top: 4rem;
}
/* text-list */
.text-list .desc {
    font-size: 1.2rem;
    padding-top: 2rem;
    display: block;
    color: #999;
}
.text-list-style2 {
    padding-top: 0.8rem;
}
.text-list-style2 .dot li {
    font-size: 1.4rem;
}
.tbd-need:after {
    content: '수급필요';
}
.essential-check-wrap h3.star {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.9rem;
    padding-left: 1rem;
}
.essential-check-wrap h3.star::before {
    content: '*';
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
}
.essential-check-wrap .text-list > .txt {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 0.8rem;
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
    color: #111;
    font-weight: 400;
}
.floating-wrap.stxt button {
    font-size: 1.4rem;
}
/* ico-txt-btn */
.contents > .question-item {margin: 4rem 0;}
.ico-txt-btn {
    background: none;
    text-align: left;
    position: relative;
    display: block;
    padding: 2rem 4rem 2rem 6.8rem;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0.6rem;
    border: 1px solid #ccc;
    width: 100%;
}
.ico-txt-btn .ico {
    position: absolute;
    top: 2rem;
    left: 1.6rem;
    width: 3rem;
    height: 3rem;
    background: #fff url(/webassets/img/pc/ico-call.svg) 50% 50% no-repeat;
    background-size: 3rem auto;
}
.ico-txt-btn .ico.loan,
.ico-txt-btn .ico.normal {
    width: 5.2rem;
    height: 4rem;
    background-position: 0 50%;
    background-size: 4rem auto;
}
.ico-txt-btn .ico.loan {
background-image: url(/webassets/img/pc/ico-loan.svg);
}
.ico-txt-btn span {
    display: block;
    color: #111;
}
.ico-txt-btn .name {
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
    font-weight: 700;
    padding-bottom: 1rem;
    line-height: 1.1;
}
.ico-txt-btn .info {
    font-size: 1.2rem;
    color: #666;
}
.ico-txt-btn .info *  {
    font-style: normal;
}
.ico-txt-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-top: 0.1rem solid #666666;
    border-right: 0.1rem solid #666666;
    transform: translateY(-50%) rotate(45deg);
}
.ico-txt-btn + .banner-wrap {
    margin-top: 4rem;
}
/* @import url(./sg.css); */
/* 우리차고 */
/* 우리차고 */
.car-regi-info {
    margin-bottom: 0;
}
.car-regi-info .tit-h4 {
    font-size: 2.4rem;
    display: block;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}
.car-regi-info .img-area {
    margin: 6rem auto;
    padding: 0;
    width: 40rem;
}
.car-regi-info .gray-box {
    text-align: center;
    border-radius: 0;
    font-size: 2rem;
    font-weight: bold;
    padding: 1.3rem;
}
.top-car-info {
    /* margin-top: 2rem; */
    margin-bottom: 4rem;
    padding: 2rem;
    font-size: 1.6rem;
    color: #111;
    font-weight: 700;
    text-align: center;
    border-radius: 0.8rem;
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);
}
.form-multi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4rem;
}
.form-multi > * {
    width: 100%;
}
.form-multi .form-group {
    flex : 0 0 auto;
}
.form-multi .form-group-item {
    margin-top: 0.8rem;
}
/* 내차조회 */
.car-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/webassets/img/pc/car-number.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
    color: #111;
    width: 19.8rem;
    height: 4.8rem;
    background-size: 19.8rem;
}
/* .select-btn-r:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
.car-number .alter {
    position: relative;
    display: block;
    width: 3rem;
    height: 3rem;
    margin-top: 0.2rem;
    /* margin-left: 0.6rem; */
    /* border-radius: 50%; */
    /* background: #fff; */
    font-size: 0;
    text-indent: -9999em;
    clip: initial;
    clip-path: initial;
    background-image: url(/webassets/img/pc/ico-select.svg);
    background-size: contain;
    background-position: center;
}
/* .select-btn-r .alter:after { */
    /* content: '';
    position: absolute;
    top: 0.6rem;
    left: 0.5rem;
    transform-origin: 50% 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.3rem 0 0.3rem;
    border-color: #1490ef transparent transparent transparent; */
/* } */
/* .select-btn-r.blue .alter { */
    /* background-color: #1490ef; */
/* } */
/* .select-btn-r.blue .alter:after { */
    /* border-top-color: #fff; */
/* } */
.mycar {
    margin-bottom: 0;
}
.mycar .mycar-header {
    position: relative;
    /* padding-top: 2rem; */
}
.mycar .mycar-header .tit-h3 {
    text-align: left;
    word-break: keep-all;
    width: 36rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.6px;
    color: #111;
}
.car-number .txt {
    font-size: 2rem;
    font-weight: bold;
}
.mycar .mycar-header .add-info {
    margin-top: -0.4rem;
    display: block;
}
.mycar .mycar-stage {
    /* background: url(/webassets/img/pc/bg-car-stage.png) 50% calc(100% - 3.7rem) no-repeat; */
    background-size: 78.9vw auto;
    background-size: 78.9vw auto;
    display: block;
    position: absolute;
    top: 6rem;
    right: 0;
    z-index: 2;
}
.mycar .mycar-stage .img-area {
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
}
.mycar .mycar-stage .img-area img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.mycar .btn-wrap {
    margin-top: 1.6rem;
}
.mycar .mycar-content .section {
    position: relative;
    padding: 0 0rem 4rem;
}
.mycar .mycar-content .section:nth-of-type(n+2){
    margin-top: -2rem;
}
.mycar .mycar-content .section:last-of-type {
    margin-bottom: 0;
}
.mycar .mycar-content .summary {
    display: flex;
    justify-content: space-between;
}
.mycar .mycar-content .summary .unit {
    position: relative;
    width: 100%;
    text-align: center;
}
.mycar .mycar-content .summary .unit:before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: 0;
    bottom: 0.4rem;
    display: block;
    width: 0.2rem;
    height: calc(100% - 0.9rem);
    background: rgba(17,17,17,0.2);
    border-left: 0.1rem solid rgba(255,255,255,0.5);
}
.mycar .mycar-content .summary .unit:first-of-type:before {
    display: none;
}
.mycar .mycar-content .summary .tit {
    font-size: 1.2rem;
}
.mycar .mycar-content .summary .txt {
    display: block;
    font-size: 1.8rem;
}
.mycar .mycar-content .summary .select-btn-r .alter {
    width: 1.3rem;
    height: 1.3rem;
}
.mycar .mycar-content .summary .select-btn-r .alter:after {
    top: 0.5rem;
    left: 0.36rem;
    transform: scale(0.95);
}
.mycar .mycar-content .info-list .acc-content {
    margin-top: 2.5rem;
}
.mycar .mycar-content .info-list li {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
}
.mycar .mycar-content .info-list li:first-child {
    margin-top: 0;
}
.mycar .mycar-content .info-list li .tit {
    font-weight: 400;
}
.mycar .accordion {
    padding-top: 0;
}
.mycar .accordion .btn-acc {
    justify-content: center;
    width: 100%;
    height: 4rem;
    margin: 0;
    padding: 0;
    /* background: #1490ef; */
    border: 0.1rem solid #666;
    border-radius: 0.4rem;
    font-size: 1.4rem;
}
.mycar .accordion.result-list {
    margin-bottom: 0;
    margin-top: 5.2rem;
}
.mycar .mycar-divider + .accordion.result-list {
    margin-top: 0;
}
.mycar .accordion.result-list > li {
    display: block;
    margin-top: 0rem;
}
.mycar .accordion.result-list li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: bold;
    color: #111;
    position: relative;
    line-height: 1.2;
    border-bottom: 0.1rem solid #ddd;
    margin-top: 0;
    padding: 2.2rem 0;
}

.mycar .accordion.result-list > li > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 0;
    z-index: 2;
    background: url(/webassets/img/pc/icon-open.svg) center center no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(180deg);
}
.mycar .accordion.result-list > li.active > a::after {
    transform: rotate(0deg);
}
.mycar .accordion.result-list .list-con {
    display: block;
    width: 100%;
    border: 0.1rem solid #ddd;
    padding: 4rem;
    border-top: 0;
}
.result-list .list-con li {
    font-size: 1.6rem;
}
.result-list .list-con li .btn.gray {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.42px;
    text-align: center;
    color: #111;
    width: 4.4rem;
    height: 2.4rem;
    margin-left: 1rem;
}
.mycar .accordion .btn-acc:after {
    display: none;
    /* border-color: #4fb1e6 transparent transparent transparent; */
}
.mycar .accordion.active .btn-acc:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1.2rem;
    margin-top: 0;
    /* border-color: #4fb1e6 transparent transparent transparent; */
}
.mycar .accordion .btn-acc .txt-x {
    display: none;
}
.mycar .accordion .btn-acc .txt-o {
    display: block;
}
.mycar .accordion.active .acc-content {
    display: block;
}
.mycar .accordion .acc-content {
    margin-bottom: -0.4rem;
}
.mycar .accordion.active .add-content {
    margin-top: 0.4rem;
}
.mycar .accordion.active .btn-acc:after {
    transform: rotate(180deg);
}
.mycar .accordion.active .btn-acc .txt-x {
    display: block;
}
.mycar .accordion.active .btn-acc .txt-o {
    display: none;
}
.mycar .mycar-content.add-info.star {
    margin-top: 0.8rem;
    font-weight: 400;
    color: #fff;
}
.mycar .accordion.active .btn-acc {
    height: 2.4rem;
    border: none;
    position: absolute;
    left: 0;
    bottom: 1rem;
}
.mycar .result-list.line li:last-child {
    border-bottom: 0;
}
.box-list .price-list {
    margin-bottom: 1.8rem;
}
.box-list .price-list dt {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
}
.box-list .price-list dd {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
}
.box-list .price-list strong {
    font-size: 3rem;
    color: #1490ef;
    font-weight: 800;
}
.box-list .event-list-wrap {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
}
.box-list .gray-box + .event-list-wrap {
    padding-top: 4rem;
}
.banner-insurance {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.banner-insurance .tit,
.banner-insurance .txt {
    display: block;
}
/* .mycar-content .accident-list:before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30vh;
    background: #1490ef;
    z-index: -1;
} */
.mycar-content .accident-list .desc {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.7);
}
.mycar-content .accident-list .list li {
    position: relative;
    display: flex;
    padding: 1.1rem 1.2rem;
    justify-content: space-between;
    border-bottom-color: #269dde;
    color: #fff;
}
.mycar-content .accident-list .list li + li {
    margin-top: 0;
}
.mycar-content .accident-list .list li:first-of-type {
    border-top: 0;
}
.mycar-content .accident-list .list .select-btn-r {
    position: initial;
}
.mycar-content .accident-list .list .tit {
    font-weight: 400;
}
.mycar-content .accident-list .list .txt {
    font-size: 1.2rem;
    font-weight: 400;
}
/* 내사고이력 */
.modal.modal-bottom .modal-body.body-pt {
    padding-top: 3rem;
    margin-top: -3rem;
}
.accident-list > ul > li {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid #eee;
    padding: 1.6rem 0;
}
.accident-list > ul > li > span {
    display: block;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.5;
    letter-spacing: -0.032em;
}
.accident-list .tit {
    flex-shrink: 0;
}
.accident-list .txt {
    flex-grow: 1;
    color: #111;
    text-align: right;
}
.accident-info-box {
    display: flex;
    align-items: center;
    justify-content :center;
    border-radius: 0.5rem;
    box-shadow: 0rem 0.4rem 3rem rgba(0,0,0,0.08);
    min-height: 5.8rem;
    color: #111111;
    font-size: 1.6rem;
}
.accident-info-box .data {
    display: inline-block;
    font-weight: 700;
}
.accident-info-box .tit {
    font-style: normal;
}
.accident-info-box + .table,
.accident-info-stxt + .table {
    margin-top: 2.4rem;
}
.accident-info-stxt {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    word-break: keep-all;
    color: #999999;
    line-height: 1.5;
}
.accident-info-stxt + .table-info {
    margin-top: 3.5rem;
}
.datum-term {
    display: block;
    width: 100%;
    height: 10rem;
    background-color: #f8f8f8;
    border-radius: 1.2rem;
}
.datum-term > dt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 3rem;
}
.datum-term > dd {
    font-size: 1.4rem;
    color: #111;
    line-height: 1;
    padding-top: 1rem;
    text-align: center;
}
.accident-info-stxt + .datum-term {
  margin-top: 2.4rem;
}
.datum-term + .table-info {
    margin-top: 3rem;
}
.repair-list {
    border-width: 0.1rem 0 0 0.1rem;
    border-style: solid;
    border-color: #ccc;
}
.repair-list > li {
    display: flex;
    align-items: center;
    float: left;
    width: 33.33%;
    border-width: 0 0.1rem 0.1rem 0;
    border-style: solid;
    border-color: #ccc;
    font-weight: 400;
    text-align: center;
    padding: 1.3rem;
    min-height: 5.2rem;
    font-size: 1.4rem;
    color:#111;
}
.repair-list .txt {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.repair-list > li:nth-child(3n+1) {
    width: 33.34%;
}
.repair-list:after {
    content: '';
    display: block;
    clear: both;
}
.mycar-list {
    width: 100%;
}
.mycar-list > li {
    position: relative;
}
.mycar-list > li + li {
    margin-top: 2rem;
}
.mycar-list .btn-mycar {
    width: 100%;
    background-color: #fff;
    border: 0.1rem solid #ccc;
    border-radius: 1.2rem;
    padding: 2rem;
    height: auto;
    min-height: 15rem;
    box-sizing: border-box;
    display: block;
}
.mycar-list .btn-mycar.active {
    border: 0.1rem solid #1490ef;
    color: #fff;
    background-color: #f5fbff;
}
.mycar-list .btn-mycar-del {
    position: absolute;
    border-radius: 50%;
    background-color: transparent;
    background-image: url(/webassets/img/pc/ico_del.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    top: 2rem;
    right: 2rem;
}
.mycar-list .img .default-badge {
    display: none;
    width: 4.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
    color: #1490ef;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    box-sizing: border-box;
    border: 0.1rem solid #1490ef;
    border-radius: 0.4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 1.5;
}
.mycar-list .btn-mycar.active .img .default-badge {
    display: block;
}
.mycar-list .info-area {
    width: 100%;
    display: block;
    position: relative;
}
.mycar-list .info-area::after {
    display: block;
    content: "";
    clear: both;
}
.mycar-list .img {
    width: 20rem;
    height: 10.8rem;
    display: block;
    float: left;
    position: relative;
}
.mycar-list .img > img {
    vertical-align: top;
    width: 100%;
}
.mycar-list .desc {
    display: block;
    float: left;
    margin-top: 0;
    width: calc(100% - 22rem);
    box-sizing: border-box;
    padding: 2.6rem 0 2.8rem 1.9rem;
}
.mycar-list .desc .tit {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 88%;
    text-align: left;
    font-size: 1.88rem;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.6px;
}
.mycar-list .desc .s-item {
    position: relative;
    display: flex;
    font-weight: 400;
    color: #666;
    font-size: 1.4rem;
    margin-top: 0.7rem;
}
.mycar-list .desc .s-item > em {
    display: inline-block;
    font-style: normal;
    position: relative;
    line-height: 1;
}
.mycar-list .btn-mycar.active .desc .tit {
    color: #111;
}
.mycar-list .btn-mycar.active .desc .s-item {
    color: #111;
}
.mycar-list .desc .s-item > em + em {
    margin-left: 0.7rem;
    padding-left: 0.7rem;
}
.mycar-list .desc .s-item > em + em::before {
    content: '';
    display: block;
    width: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 1.5rem;
    background-color: #ddd;
}
.mycar-list .btn-wrap-mycar {
    margin-top: 1.5rem;
    display: flex;
}
.mycar-list .btn-wrap-mycar .btn {
    flex: 1 0 50%;
}
.mycar-list .btn-wrap-mycar .btn + .btn {
    margin-left: 1rem;
}
/* map-area */
.bridge-visual .map-area:after {
    content: 'API';
    font-size: 3rem;
    color: #111;
}
/* 우리차고 - 주차 */
/* map-visual */
.map-visual {
    margin-top: 4rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
}
.map-area{
    width: 100%;
    height: 56rem;
    background-color: #f8f8f8;
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-visual .map-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.1);
    background: #f4f4f4;
    /* min-height: calc(100vh - 26rem); */
    height: calc(100vh - 18.8rem);
}
/* parking-bottom */
.modal.modal-bottom .modal-header .ico-move::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/webassets/img/pc/ico-move.svg) 50% 50% no-repeat;
    background-size: 100%;
}
.parking-bottom .modal-title {
    position: relative;
    padding-left: 4.8rem;
}
.parking-bottom.modal.modal-bottom .modal-header {
    padding-bottom: 0.8rem;
}
.parking-bottom .modal-body {
    padding: 0 2rem 3rem 2rem;
    color: #666;
}
.label-parking {
    display: inline-block;
    width: 4rem;
    height: 2.4rem;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    border: 0.1rem solid #0daa7f;
    position: absolute;
    top: 0.5rem;
    left: 0;
    line-height: 1.7;
}
.label-parking.public {border-color: #0daa7f; color:#0daa7f;}
.label-parking.private {border-color: #1490ef; color:#1490ef;}
.modal.modal-bottom .modal-header .ico-move span {
    clip:rect(0 0 0 0); clip-path:inset(50%); width:0.1rem; height:0.1rem; overflow:hidden; position:absolute; white-space:nowrap;
}
/* 우리차고 */
.garage-content .expand.bg {
    padding: 1rem 2rem;
}
.our-garage-box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0.1rem solid #ddd;
    background-color: #fff;
}
.our-garage-box .con-txt {
    width: 100%;
    box-sizing: border-box;
    padding: 4rem 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.86;
    letter-spacing: -0.42px;
    text-align: center;
    color: #999;
}
.our-garage-box .btn-txt {
    display: block;
    width: 100%;
    padding: 0.97rem 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #111;
    border-top: 0.1rem solid #ddd;
    font-weight: bold;
}

.our-garage-tit {
    margin-bottom: 1.8rem;
}
.our-garage-tit dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
}
.our-garage-tit dt {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    width: 40%;
}
.our-garage-tit dd {
    width: 60%;
    letter-spacing: -0.1rem;
    color: #000;
    font-size: 1.6rem;
    text-align: right;
    font-weight: 400;
    line-height: 1;
}
.our-garage-tit dd .add-info {
    font-size: 1.6rem;
    color:#111;
}
.our-garage-tit strong {
    font-size: 3rem;
    color: #1490ef;
    font-weight: 800;
    position: relative;
    top: 0.1rem;
    line-height: 1;
    padding-right: 0.2rem;
}
.our-garage-box .con-txt .big-txt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #111;
    display: block;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: center;
}
.our-garage-box .con-txt .link {
    font-size: 1.4rem;
    font-weight: bold;
    color: #999;
    border-bottom: 0;
}
.list.line-notice.recall li {
    font-size: 1.4rem;
}
.list.line-notice.recall + .text-list {
    padding-top: 1rem;
}
.recall-acc-tit {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    position: relative;
}
.recall-acc-tit .recall-info-more {
    display: block;
    position: absolute;
    top: 3px;
    right: -26px;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("/webassets/img/pc/ico-recall-info-more.png");
    background-repeat: no-repeat;
    background-size: 2.4rem 2.4rem;
    background-position: 0 0;
}
.recall-service-box .accordion.result-list > li > .list-tit::after {
    display: block;
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 0;
    z-index: 2;
    background: url(/webassets/img/pc/icon-open.svg) center center no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(180deg);
}
.recall-service-box .accordion.result-list > li.active > .list-tit::after {
    transform: rotate(0deg);
}
.recall-service-box .accordion.result-list .list-con {
    display: block;
    width: 100%;
    border: 0.1rem solid #ddd;
    padding: 4rem;
    border-top: 0;
}
.recall-service-box {
    width: 100%;
}
.recall-service-box .accordion {
    padding-top: 0;
}
.recall-service-box .accordion.result-list {
    margin-bottom: 0;
    margin-top: 0;
}
.recall-service-box .mycar-divider + .accordion.result-list {
    margin-top: 0;
}
.recall-service-box .accordion.result-list > li {
    display: block;
    margin-top: 0rem;
}
.recall-service-box .accordion.result-list li > .list-tit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: bold;
    color: #111;
    position: relative;
    line-height: 1.2;
    border-bottom: 0.1rem solid #ddd;
    margin-top: 0;
    padding: 2.2rem 0;
}

.recall-service-box .accordion.result-list > li > .list-tit::after {
    display: block;
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 0;
    z-index: 2;
    background: url(/webassets/img/pc/icon-open.svg) center center no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(180deg);
}
.recall-service-box .accordion.result-list > li.active > .list-tit::after {
    transform: rotate(0deg);
}
.recall-service-box .accordion.result-list .list-con {
    display: block;
    width: 100%;
    border: 0.1rem solid #ddd;
    padding: 4rem;
    border-top: 0;
}
.recall-acc-num {
    position: absolute;
    top: 2.3rem;
    right: 4rem;
    z-index: 2;
    font-size: 1.6rem;
    font-weight: 400;
    color: #111;
}
.recall-acc-num strong {
    font-weight: 700;
    color: #1490EF;
    margin-left: 0.4rem;
}
.inner-acc-wrap {
    width: 100%;
    box-sizing: border-box;
    border-top: 0.1rem solid #ddd;
}
.inner-add-con {
    display: none;
    width: 100%;
    box-sizing: border-box;
    border: 0.1rem solid #ddd;
    padding: 4rem;
    background-color: #fff;
    border-top: 0;
}
.accordion.result-list .list-con .inner-add-con .table th {
    padding-left: 2rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.accordion.result-list .list-con .inner-add-con .table td {
    border-bottom: 1px solid #ddd;
}
.inner-acc-item {
    width: 100%;
}
.inner-acc-item .inner-acc-tit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.6rem 3rem 1.6rem 0;
    border-bottom: 0.1rem solid #ddd;
    position: relative;
}
.inner-acc-item .inner-acc-tit strong {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
}
.inner-acc-item .inner-acc-tit::after {
    display: block;
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 2;
    background: url(/webassets/img/pc/icon-open.svg) center center no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(180deg);
}
.inner-acc-item.active .inner-acc-tit::after {
    transform: rotate(0deg);
}
.our-garage-tit dd .btn.gray {
    width: 4.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #111;
}
.our-garage-bnr {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
}
.our-garage-bnr > a {
    display: block;
    width: 100%;
}
.our-garage-bnr > a + a {
    margin-top: 2rem;
}
.our-garage-bnr > a > img {
    display: block;
    width: 100%;
	border-radius: 1.3rem;
}
.our-garage-box .btn-txt + .our-garage-bnr {
    border-top: 0.1rem solid #ddd;
}
.our-garage-box .more-info {
    width: 100%;
    box-sizing: border-box;
    padding: 4rem 0;
}
.our-garage-box .more-info::after {
    display: block;
    content: "";
    clear: both;
}
.our-garage-box .more-info li {
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 0 4rem;
}
.our-garage-box .more-info li + li::after {
    display: block;
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: -0.1rem;
    z-index: 10;
    transform: translateY(-50%);
}
.our-garage-box .more-info li .tit {
    font-size: 1.6rem;
    font-weight: 400;
    color: #111;
    line-height: 1.44;
    letter-spacing: -0.54px;
}
.our-garage-box .more-info li .txt {
    font-size: 1.4rem;
    font-weight: 400;
    color: #111;
    line-height: 2;
    letter-spacing: -0.54px;
    margin-top: 1.5rem;
}
.our-garage-box .more-info li.ta-c .tit {
    font-size: 1.8rem;
    font-weight: 400;
    color: #666;
    line-height: 1.44;
    letter-spacing: -0.54px;
}
.our-garage-box .more-info li .tit .flag {
    display: inline-block;
    vertical-align: top;
    border-radius: 1.2rem;
    box-sizing: border-box;
    border: 0.1rem solid #1490ef;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1490ef;
    letter-spacing: -0.45px;
    padding: 0.1rem 0.8rem;
    margin-left: 0.7rem;
}
.our-garage-box .more-info li .data {
    font-size: 3rem;
    font-weight: bold;
    color: #111;
    letter-spacing: -0.9px;
    margin-top: 0.5rem;
}
.box-list .our-garage-box .box-con {
    box-sizing: border-box;
    width: 100%;
    padding: 4rem;
}
.ico-sg-car {
    background-image: url(/webassets/img/pc/ico-sg-car.svg);
    background-size: 2.207rem auto;
}
.ico-sg-parking {
    background-image: url(/webassets/img/pc/ico-sg-parking.svg);
    background-size: 1.8325rem auto;
}
.box-list .btn-wrap .btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-top: 0.1rem solid #ddd;
    font-size: 1.6rem;
    color: #111;
    padding: 1.6rem 0;
    line-height: 1;
    font-weight: bold;
}
.tit-h5 {
    font-size: 2rem;
    font-weight: bold;
    color: #111;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-wrap.encar-bnr {
    width: 100%;
}
.container .contents .mycar {
    margin-top: 0;
    box-sizing: border-box;
    padding-top: 6rem;
    position: relative;
}
/* 색상 선택하기 */
.select-content + .form-multi {
    margin-top: 2.1rem;
}
.form-group.direct-inp input[type="checkbox"]:checked + label {
    color: #1490ef;
}
.color-regi-info {
    margin-top: 4rem;
    margin-bottom: -4rem;
}
.color-regi-info .gray-box {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 2rem;
    background: #f4f5f6;
    border-radius: 0;
    font-size: 1.6rem;
    text-align: center;
}
/* 내 차 사고이력 */
.contents-box .hgroup h3 .add-info.star {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin-top: 0.8rem;
    font-size: 1.6rem;
    color: #111;
}
.mycar.reverse {
    background-color: #1490ef;
}
.mycar.reverse .mycar-header .tit-h2 {
    color: #fff;
}
/* .mycar.reverse .mycar-stage {
    background-image: url(/webassets/img/pc/bg-car-stage-w02.png);
} */
.mycar.reverse .mycar-stage::before,
.mycar.reverse .mycar-content {
    background-color: #fff;
}
.mycar.reverse .mycar-content .section:nth-of-type(n+2) {
    border-top-color: #f4f5f6;
}
.mycar.reverse .mycar-content .summary,
.mycar.reverse .mycar-content .optimum-info .desc,
.mycar.reverse .mycar-content .info-list li,
.mycar.reverse .mycar-content .accident-list .list li {
    color: #111;
}
.mycar.reverse .mycar-content .accident-list .list li {
    border-bottom-color: #e7e7e7;
}
.mycar.reverse .select-btn-r .alter {
    background-color: #c5c5c5;
}
.mycar.reverse .select-btn-r .alter:after {
    border-color: #fff transparent transparent transparent;
}
.mycar.reverse .mycar-content .accident-list:before {
    display: none;
}
.mycar.reverse .mycar-content .summary .unit:before {
    border-left-color: #ededed;
    background: none;
    top: 1rem;
    bottom: 1rem;
    height: calc(100% - 2rem);
}
.mycar .mycar-content .optimum-info {
    margin-top: 2rem;
}
.mycar .mycar-content .optimum-info .summary.damage .tit {
    position: relative;
    display: block;
    padding-bottom: 4.5rem;
}
.mycar .mycar-content .optimum-info .summary.damage .tit::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 6rem;
    height: 4.5rem;
    background-image: url(/webassets/img/pc/ico-sg-damage-my.png);
}
.mycar .mycar-content .summary .unit:nth-child(2) .tit::before {
    background-image: url(/webassets/img/pc/ico-sg-damage-opponent.png);
}
.mycar .mycar-content .info-list.record li {
    margin-top: 1.8rem;
}
[class^=ico-record-] {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 2.4rem auto;
    display: inline-block;
    vertical-align: middle;
}
.ico-record-loss {
    background-image: url(/webassets/img/pc/ico-sg-loss.svg);
}
.ico-record-theft {
    background-image: url(/webassets/img/pc/ico-sg-theft.svg);
}
.ico-record-flood {
    background-image: url(/webassets/img/pc/ico-sg-flood.svg);
}
.ico-record-owner {
    background-image: url(/webassets/img/pc/ico-sg-owner.svg);
}

.banner-wrap.radius-none .banner {
    border-radius: 0;
}
.banner-wrap.radius-none .banner + .banner {
    margin-top: 1.4rem;
}
.my-credit-line.type2 {
    margin-top: 9.45rem;
    padding: 3rem 2rem;
    box-shadow: 0.1rem 0.2rem 1rem #11111126;
}
.my-credit-line.type2 .form-wrap {
    margin: 0;
}
.my-credit-line.type2::before {
    content: "";
    position: absolute;
    top: -5.4rem;
    right: -0.7rem;
    width: 17.9rem;
    height: 9.0rem;
    background: url(/webassets/img/pc/img-car.png) no-repeat 0 0;
    background-size: 17.9rem auto;
    animation: car-ani 0.8s forwards;
}
.my-credit-line.type2 .star li {
    color: #999;
}

/* 사고내역 리스트 */
.box-list .result-list .table-info .tit-h4 {
    margin-bottom: 0;
}
.breakdown-list {
    position: relative;
    width: 100%;
    background: #fff 0% 0% no-repeat padding-box;
    border: 0.1rem solid #ccc;
    font-weight: 400;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
}
.breakdown-list > ul {
    box-sizing: border-box;
    padding: 4rem;
}
.breakdown-list + .breakdown-list {
    margin-top: 2rem;
}
.breakdown-list ul li {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.breakdown-list ul li + li {
    padding-top:1.6rem;
}
.breakdown-list li > span {
    font-size: 1.4rem;
}
.breakdown-list li > .tit {
    color: #666666;
}
.breakdown-list li > .txt {
    color: #111111;
    font-weight: bold;
}
.breakdown-btn {
    margin: 0;
    display: block;
    width: 100%;
}
.breakdown-btn > .btn {
    width: 100%;
    height: 4.8rem;
    text-align: center;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 1.1rem 0;
    font-weight: bold;
}
.breakdown-btn .btn {
    border: none;
    border-top: 0.1rem solid #ccc;
    background: transparent;
    color: #111;
}
/* graph 내차시세 */
.graph-car {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 30.5rem;
    box-sizing: border-box;
    padding: 4rem;
    border: 0.1rem solid #ddd;
}
.graph-car .graph-svg {
    width: 100%;
    height: 22.5rem;
}
.graph-ctrl {
    position: absolute;
    left: 50%;
    display: flex;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
    top: 4rem;
    height: 22.5rem;
}
.graph-ctrl a {
    display: block;
    position: relative;
    width: 100%;
    color: #666;
}
.graph-ctrl a:active {
    color: #111;
}
.graph-ctrl .tit {
    display: inline-block;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: -0.025rem;
    background: none;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.4rem;
}
.graph-ctrl .cir {display: none;}
.graph-ctrl .active .cir,
.graph-ctrl .active .cir span,
.graph-ctrl .active:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.graph-ctrl .active:after {
    content:"";
    top:0;
    bottom:0;
    width: 6rem;
    background:#1490EF;
    border-radius: 3.5rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.12);
}
.graph-ctrl .active .cir {
    display: block;
    top: 0rem;
    height: 16.5rem;
    width:100%;
    z-index: 1;
}
.graph-ctrl .active .cir span {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    z-index: 2;
    border: 0.4rem solid #fff;
}
.graph-ctrl .active .tit {
    color: #1490EF;
    border-radius: 50%;
    background-color: #fff;
}
.graph-svg {
    width: 100%;
    height: 20rem;
}
.graph-svg [class^="line"] {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: lineUp 0.5s linear both 1;
}
.graph-svg .line01 {
    animation-delay: 0s;
}
.graph-svg .line02 {
    animation-delay: 0.3s;
}
.graph-svg .line03 {
    animation-delay: 0.6s;
}
@keyframes lineUp {
    0% {
        stroke-dashoffset: 350;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/* no graph 내차시세  */
.price-info {
    position: relative;
    display: flex;
}
.price-info {
    display: flex;
}
.price-info li {
    width: 100%;
    line-height: 1.1;
    font-size: 1.8rem;
    color: #666;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.54px;
    text-align: center;
}
.price-info .flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.6rem;
    color: #1490ef;
    border-radius: 1.8rem;
    border: 0.1rem solid #1490ef;
    vertical-align: text-bottom;
    font-size: 1.4rem;
    font-weight: bold;
    height: 2.4rem;
    min-width: 4.5rem;
    vertical-align: top;
    margin-top: 2px;
}
.price-info .data {
    position: relative;
    color: #111;
    font-weight: 800;
    letter-spacing: -0.12rem;
    margin-top: 1.4rem;
    font-size: 3rem;
    line-height: 1.2;
}
.price-info li:not(:first-child) .data:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    height: 2rem;
    border-left: 0.1rem solid #ddd;
}
.car-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.2rem;
}
.car-logo .logo {
    height: 1.5rem;
}
.encar-logo {
    display: inline-block;
    vertical-align: top;
    width: 5rem;
    margin: 0.6rem 0 0 1rem;
}

.box-list .box-con {
    padding: 0;
}
.box-list .mycar-divider {
    margin: 6rem 0 0;
    border: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
}
/* graph 엔진오일 */
.gauge-circle {
    position: relative;
    left: 50%;
    margin-left: -14rem;
    width: 28rem;
    height: 14.5rem;
    background: url(/webassets/img/pc/bg-gauge.svg) no-repeat 50% 0;
    background-size: 28rem auto;
    overflow: hidden;
}
.gauge-circle:before,
.gauge-circle:after {
    content:"";
    position: absolute;
    height: 100%;
    z-index: -2;
}
.gauge-circle:before {
    left: -0.1rem;
    width: 0.2rem;
    background: #fff;
    z-index: 1;
}
.gauge-circle:after {
    left: 0.1rem;
    right: 0;
    background: #ddd;
}
.gauge-body {
    position: absolute;
    top: 0;
    width: 28rem;
    height: 14rem;
    border-top-left-radius: 100% 200%;
    border-top-right-radius: 100% 200%;
    z-index: -1;
}
.gauge-body:after {
    content:"";
    position: absolute;
    bottom: -0.5rem;
    left: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    background: #1490ef;
    border-radius: 50%;
    z-index: 1;
}
.gauge-fill {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: 100%;
    background: #1490ef;
    transform-origin: center top;
    transform: rotate(0.01turn);
    transition: all 0.5s;
}
.gauge-fill:after {
    content:"";
    position: absolute;
    bottom: calc(100% + -0.6rem);
    right: calc(100% - 2.2rem);
    width: 1.2rem;
    height: 1.2rem;
    background: #1490ef;
    border-radius: 50%;
}
.gauge-needle {
    position: absolute;
    top: 3.6rem;
    left: 50%;
    width: 20rem;
    height: 20rem;
    margin-left: -10rem;
    background: url(/webassets/img/pc/needle.svg) no-repeat 50% 50%;
    border-radius: 50%;
    transition: transform 0.5s;
}
.gauge-val {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #111;
}
.gauge-val:nth-of-type(2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.1rem solid #eee;
}
.gauge-val .val {
    font-size: 1.6rem;
    font-weight: bold;
    color: #111;
}
.gauge-val .val strong {
    font-size: 1.6rem;
    color: #1490ef;
    font-weight: 700;
}
/* graph 타이어 */
.gauge-bar .progress {
    height: 1.2rem;
    border-radius: 0.6rem;
    background: #ddd;
}
.gauge-bar .progress-bar {
    border-radius: 0.6rem;
}
/* 사고이력 */
.damage-wrap.box {
    box-shadow: none;
    margin-top: 8rem;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 1.2rem;
    box-sizing: border-box;
    padding: 4rem 0;
    display: flex;
    align-items: center;
}
.damage-wrap.box .damage-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 4rem;
}
.damage-info {
    position: relative;
    display: flex;
}
.damage-info + .damage-info:before,
.damage-info li+li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 0.1rem solid #eee;
}
.damage-info > li {
    position: relative;
    width: 50%;
    color:#111;
}
.damage-info + .damage-info,
.damage-info > li:nth-child(2) {
    padding-left: 1.95rem;
}
.damage-info .tit {
    display: block;
    position: relative;
    font-size: 1.6rem;
    color: #111;
    font-weight: bold;
    margin-bottom: 0;
}
.damage-info .data {
    font-size: 1.4rem;
    color: #111;
    font-weight: 400;
    margin-top: 0.9rem;
}
.list-info {
    width: 100%;
    display: block;
    margin-top: 2rem;
}
.list-info ul {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 0;
}
.list-info ul::after {
    display: block;
    content: "";
    clear: both;
}
.list-info ul li {
    display: block;
    width: 25%;
    float: left;
    box-sizing: border-box;
}
.list-info ul li + li {
    border-left: 0.1rem solid #eee;
    border-top: 0;
}
.list-info .list-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #666;
}
.list-info ul li i {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 4rem auto;
}
.list-info ul li .list-desc {
    font-size: 1.4rem;
    color: #111;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
}
.accordion.result-list .list-con .table-info {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.accordion.result-list .list-con .table th {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.6rem 0;
    text-align: center;
    color: #111;
}
.accordion.result-list .list-con .table td {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1.6rem 2rem;
    text-align: center;
    color: #111;
}
.accordion.result-list .list-con .table {
    border-top:  0.1rem solid #ddd;
}
/* @import url(./sb.css); */
/* 차구입 */
/* 세부모델 tab */
.tab-wrap.detail-model {
    margin-top: 0;
}
.tab-wrap.detail-model .tab-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
    width: 100%;
}
/* .tab-wrap.detail-model .tab-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.8rem;
    left: 0rem;
    background: linear-gradient(to left,rgba(255,255,255,0),#fff 83.34%);
    height: 3.5rem;
}
.tab-wrap.detail-model .tab-btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.8rem;
    right: 3rem;
    background: linear-gradient(to right,rgba(255,255,255,0),#fff 83.34%);
    height: 3.5rem;
} */
.tab-wrap.detail-model .tab-btn.open:after {
    display: none;
}
.tab-wrap.detail-model .tab-btn .btn-more {
    position: absolute;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: #fff;
    box-shadow: none;
    z-index: 1;
}
.tab-wrap.detail-model .tab-btn .btn-more:after {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: 0.3rem;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-bottom: 0.1rem solid #333;
    border-right: 0.1rem solid #333;
    background: transparent;
    box-shadow: none;
    transform: rotate(45deg);
}
.tab-wrap.detail-model .tab-btn.open .btn-more:after {
    top: 1.7rem;
    transform: rotate(-135deg);
}
/* .tab-wrap.detail-model .tab-btn ul {
    justify-content: normal;
    white-space: nowrap;
} */
.tab-wrap.detail-model .tab-btn.open ul {
    flex-wrap: wrap;
}
.tab-wrap.detail-model .tab-btn ul li {
    float: none;
    display: inline-block;
    width: 100%;
    border-radius: 0;
    background: none;
}
.tab-wrap.detail-model .tab-btn ul li:first-child {
    margin-left: 0;
}
.tab-wrap.detail-model .tab-btn ul li:last-child {
    margin-left: 1rem;
    padding-right: 0;
}
.tab-wrap.detail-model .tab-btn.open ul li:last-child {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-right: 0rem;
}
.tab-wrap.detail-model .tab-btn ul li button {
    height: 4.5rem;
    border-radius: 0.3rem;
    line-height: 4.5rem;
    white-space: nowrap;
    min-width: auto;
    border: 0.1rem solid #ddd;
    background-color: #fff;
}
.tab-wrap.detail-model .tab-btn li.active::after {
    display: none;
}
.tab-wrap.detail-model .tab-btn li.active button {
    color: #1490ef;
    border: 0.1rem solid #1490ef;
    background-color: #f5fbff;
}
.tab-wrap.detail-model .tab-btn.open {
    height: auto;
}
.tab-wrap.detail-model .tab-content {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding: 3rem 2rem;
    border-top: 1rem #f3f3f3 solid;
    overflow-y: auto;
    max-height: calc(80vh - 160px);
    padding-bottom: 6rem;
}
.tab-wrap.detail-model .tab-content .section + .section {
    margin-top: 3.5rem;
}
.select-content.select-ico .list.center {
    justify-content: center;
}
.select-content .list > li > .select-option.active::after {
    display: none;
}
/* 세부모델 */
.scroll-del {
    overflow-y:clip;
}
.scroll-del .tab-wrap.detail-model .tab-btn {
    padding-left: 1rem;
}
.list-price li > .select-option {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: flex-start;
}
.list-price .name {
    display: block;
    color: #666;
}
.list-price .price {
    display: block;
    flex-shrink: 0;
    margin-top: 0.4rem;
    color: #111;
    font-size: 1.6rem;
    font-weight: 700;
}
.select-content .list-price .select-option .price {
    padding-left: 0;
}
.list-price-type li > .select-option {
    font-size: 1.4rem;
    justify-content: space-between;
}
.list-price-type .name {
    display: block;
    padding-right: 1rem;
}
.list-price-type .price {
    display: block;
    flex-shrink: 0;
}
/* 색상선택 */
.color-name-box {
    margin-top: 4rem;
    text-align: center;
}
.select-content .list.color-img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.select-content .list.color-img-list > li {
    width: 10rem;
    height: auto;
    margin-right: 2.4rem;
    border-bottom: none;
    align-items: flex-start;
}

.select-content .list.color-img-list > li:nth-child(5n) {
    margin-right: 0;
}
.select-content .list.color-img-list > li:nth-child(1n+6) {
    margin-top: 2rem;
}
.select-content .list.color-img-list li .select-option {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: none;
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
}
.select-content .list.color-img-list .ico-color {
    background-color: #f2f4f3;
    border-radius: 1.5rem;
    overflow: hidden;
    width: 100%;
    height: 10rem;
    position: relative;
    border: 0;
}
.select-content .list.color-img-list .ico-color[style*='background-color:#ffffff'] {
    border: 0.1rem solid #ccc;
}
.select-content .list.color-img-list > li > .select-option:hover::after,
.select-content .list.color-img-list > li > .select-option:active::after {
    display: none;
}
.select-content .list.color-img-list .ico-color::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 1.5rem;
}
.select-content .list.color-img-list .ico-color > img {
    width: 100%;
    height: 100%;
}
.select-content .color-img-list .select-option.active .ico-color::after,
.select-content .color-img-list .select-option .ico-color:hover::after,
.select-content .color-img-list .select-option .ico-color:focus::after {
    border: 0.1rem solid #1490ef;
}
/* 차량 */
.tab-wrap.tab-line2 .tab-btn button {
    height: 5.2rem;
}
.tab-wrap.tab-line2 .tab-btn button > span {
    display: block;
    line-height: 1.6rem;
}
.tab-wrap.tab-line2 .tab-btn li:first-of-type,
.tab-wrap.tab-line2 .tab-btn li:first-of-type a,
.tab-wrap.tab-line2 .tab-btn li:first-of-type button {
    border-radius: 4.5rem 0 0 4.5rem;
}
.tab-wrap.tab-line2 .tab-btn li:last-of-type,
.tab-wrap.tab-line2 .tab-btn li:last-of-type a,
.tab-wrap.tab-line2 .tab-btn li:last-of-type button {
    border-radius: 0 4.5rem 4.5rem 0;
}
.tab-wrap.tab-line2 .tab-btn li.active a,.tab-wrap.tab-line2 .tab-btn li.active button {
    border-radius: 4.5rem;
}
.tab-wrap.tab-line2 .tab-cont {
    margin-top: 3rem;
}
.form-chk-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
}
.form-chk-row .form-group {
    margin-top: 0;
    flex-shrink: 0;
    margin-right: 3rem;
}
.form-chk-row .form-group:last-child {
    margin-right: 0;
}
.form-chk-row .form-group-item {
    margin-top: 0;
}
.form-group-swiper.expand {
    width: calc(100% + 2rem);
    margin-left: 0;
}
.manufacturer-swiper.color-img-list .swiper-wrapper .swiper-slide {
    width: 9.2rem;
}
.manufacturer-swiper.color-img-list .swiper-wrapper .swiper-slide:last-child {
    margin-right: 1.4rem;
}
.manufacturer-swiper.color-img-list .swiper-wrapper .select-option {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: none;
}
.manufacturer-swiper.color-img-list .swiper-wrapper .select-option .name {
    display: block;
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
}
.manufacturer-swiper.color-img-list .ico-color {
    background-color: #f3f3f3;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 9.2rem;
    height: 8.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manufacturer-swiper.color-img-list .ico-color > img {
    transform: scale( 0.5 );
}
.manufacturer-swiper.color-img-list .select-option.active .ico-color,
.manufacturer-swiper.color-img-list .select-option .ico-color:hover,
.manufacturer-swiper.color-img-list .select-option .ico-color:focus {
    border: 0.3rem solid #1490ef;
    box-shadow: 0.5rem 0.5rem 1rem #11111140;
    background-color: #fff;
}
/* 차량선택 */
.select-car-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.modal.modal-top .modal-body.fb, .modal.modal-bottom .modal-body.fb {
    overflow-x: clip;
}
.select-car-list .form-group {
    width: calc(50% - 0.8rem);
    margin-top: 0;
    margin-bottom: 1.6rem;
    flex-shrink: 0;
}
.select-car-list .select-option {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
}
.select-car-list .select-option .name {
    display: block;
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
}
.select-car-list .ico-color {
    position: relative;
    display: block;
    border:0.3rem solid transparent;
    width: 100%;
    height: 38.47vw;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius:0.5rem;
}
.select-car-list .ico-color > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.select-car-list .select-option.active .ico-color,
.select-car-list .select-option .ico-color:hover,
.select-car-list .select-option .ico-color:focus {
    border: 0.3rem solid #1490ef;
    box-shadow: 0.5rem 0.5rem 1rem #11111140;
    background-color: #fff;
}
.form-wrap.vehicle .form-group-item {
    margin-bottom: 4.0rem;
}
.form-wrap.vehicle .form-group-item .label {
    font-size: 1.8rem;
    line-height:2.05rem;
    padding-bottom: 1.8rem;
    font-weight: 500;
}
.form-wrap.vehicle .form-group-item:last-child {
    margin-bottom: 0rem;
}
/* 내차살때서브메임, 나의 대출한도안내 */
.tit-h2-text.mt {
    margin-top: 1.4rem;
}
.btn.btn-td{
    height: 5rem;
    margin-top: 3rem;
}
.car-buy-list {margin-bottom: 2.6rem;}
.car-buy-list > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}
.car-buy-list li {
    position: relative;
    width: calc(50% - 0.8rem);
    display: flex;
    justify-content: center;
    margin-bottom: 1.6rem;
}
.car-buy-item {
    position: relative;
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0 0.1rem 1.6rem 0 rgb(0 0 0 / 8%);
    padding: 2rem;
    border-radius: 1rem;
}
.car-buy-item i {
    width: 4rem;
    height: 4rem;
    border-radius: 0;
    background-color: #fff;
    background-size: 4rem 4rem;
    background-position: 50% 0;
    margin-bottom: 1.4rem;
}
.car-buy-item .ico-sb-kcar {
    background-image: url(/webassets/img/pc/ico-sb-kcar.png);
}
.car-buy-item .ico-sb-newcar {
    background-image: url(/webassets/img/pc/ico-sb-newcar.svg);
}
.car-buy-item .ico-sb-lease {
    background-image: url(/webassets/img/pc/ico-sb-lease.svg);
}
.car-buy-item .ico-sb-hot {
    background-image: url(/webassets/img/pc/ico-sb-hot.svg);
}
.car-buy-item .ico-sb-oldcar {
    background-image: url(/webassets/img/pc/ico-sb-oldcar.svg);
}
.car-buy-item .ico-sb-loan {
    background-image: url(/webassets/img/pc/ico-sb-loan.svg);
}
.car-buy-item .ico-sb-conversion {
    background-image: url(/webassets/img/pc/ico-sb-conversion.svg);
}
.car-buy-list .car-buy-item span {
    display: block;
}
.car-buy-list .car-buy-item .stit {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #999;
}
.car-buy-list .car-buy-item .tit {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
    text-align: center;
}
.car-buy-list .car-buy-item .info .tit {
    display: inline-block;
    width: 4.2rem;
    color: #a3d2ec;
    margin-right: 0.6rem;
}
.car-buy-list .car-buy-item::after,
.car-buy-list .car-buy-item::after,
.car-buy-list .car-buy-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 1rem;
}
.car-buy-list .car-buy-item.active::after,
.car-buy-list .car-buy-item:hover::after,
.car-buy-list .car-buy-item:focus::after {
    border: 0.1rem solid #1490ef;
}
.car-buy-list .car-buy-item.active > .tit,
.car-buy-list .car-buy-item:hover > .tit,
.car-buy-list .car-buy-item:focus > .tit {
    color: #1490ef;
}
.car-buy-list .car-buy-item.kcar.active::after,
.car-buy-list .car-buy-item.kcar:hover::after,
.car-buy-list .car-buy-item.kcar:focus::after {
    border: 0.1rem solid #da2431;
}
.car-buy-list .car-buy-item.kcar.active > .tit,
.car-buy-list .car-buy-item.kcar:hover > .tit,
.car-buy-list .car-buy-item.kcar:focus > .tit {
    color: #da2431;
}
.tit-h2.normal {
    font-weight: 400;
}
.tit-h2.normal.mb {
    margin-bottom: 5rem;
}
.estimate.buy-estimate {
    min-height: calc(100vh - 11.9rem);
}
@keyframes car-ani {
    0% {transform: translateX(100px);}
    100% {transform: translateX(0);}
}
/* buy-estimate */
.buy-estimate {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 11.9rem);
    padding-bottom: 6rem;
}
.buy-estimate .form-wrap {margin-top: 0rem;}
.buy-estimate .estimate-bottom .gray-box.expand {margin-top: 0;padding-top: 0;}
.buy-estimate .estimate-content {
    width: calc(100% + 4rem);
    margin: 0 -2rem -2.4rem;
}
.buy-estimate .tit-extra {
    margin-left:-2rem;
    margin-right:-2rem;
    padding:0 2rem 4rem;
    border-bottom:1rem solid #F3F3F3;
}
.buy-estimate .tit-extra .tit-h2-text {
    color:#111111;
}
.buy-estimate .result-car {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.5rem;
}
.buy-estimate .result-car .img-area {
    margin-bottom: 1.8rem;
    padding: 0 4.4rem;
}
.tit-desc-txt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
    display: block;
    margin-top: 1.4rem;
    line-height: 1.4;
}
.call-info-box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 4rem;
}
.call-info-box .tit-h4-02 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.6rem;
}
.ci-box {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: #f8f8f8;
    font-size: 0;
}
.ci-box-line {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1px);
}
.ci-box-line .ci-box-tit {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    line-height: 1;
}
.ci-box-line .ci-box-txt {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #111;
    line-height: 1;
    margin-top: 1.5rem;
}
.ci-box-line a.ci-box-txt {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    border-bottom: 0.1rem solid #111;
}
.call-info-bn {
    display: block;
    width: 100%;
    font-size: 0;
    margin-top: 6rem;
}
.call-info-bn > a {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 11px);
}
.call-info-bn > a.cib-right {
    margin-left: 2rem;
}
.call-info-bn > a img {
    width: 100%;
}
/* 금액정보 하단고정버튼 */
.buy-estimate + .floating-wrap.fake {
    position: fixed;
    padding-top: 0;
}
.buy-estimate .estimate-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 6rem;
    margin-top: auto;
}
.buy-estimate .estimate-bottom .gray-box.expand {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    margin: 0;
    padding: 0 2rem;
}
.buy-estimate .price-list {
    width: 100%;
}
.buy-estimate .price-list dl {
    font-size: 1.7rem;
}
.buy-estimate .price-list dl dd {
    font-weight: 400;
}
.buy-estimate .price-list strong {
    font-size: 2.3rem;
}
/**** 차구입 *****/
.estimate {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 17.3rem);
}
/* .step.tiny + .estimate {
    margin-top: -2rem;
} */
/* 견적 선택 */
.estimate .estimate-content {
    width: calc(100% + 4rem);
    margin: 0 -2rem 3rem;
}
.estimate .estimate-content .section {
    padding: 2.4rem 2rem;
}
.estimate .estimate-content .section:nth-child(n+2) {
    margin-top: 0;
    border-top: 0.5rem solid #f3f3f3;
}
.estimate .estimate-content .section.stage + .section {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.estimate .estimate-content .section + .section {
    margin-bottom: 0;
}
.estimate .estimate-content .section.stage + .section .btn-edit {
    top: 0.6rem;
}
.estimate .estimate-content .section.stage {
    position: relative;
    padding: 0 0 1.6rem 0;
    margin-top: -2rem;/*ej*/
}

.estimate .estimate-content .section.stage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 77%;
    z-index: -1;
}
.estimate .estimate-content .stage .title {
    position: relative;
    padding: 1.5rem 2rem 1rem;
}
.estimate .estimate-content .stage .title .brow {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}
.estimate .estimate-content .stage .title .btn-edit {
    top: 1.5rem;
}
.estimate .estimate-content .tit-h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.estimate .estimate-content .stage .img-area {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 50vw;
    padding: 2rem 2rem 0;
}
.estimate .estimate-content .stage .img-area img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.estimate .estimate-content .btn-edit {
    position: absolute;
    top: 3rem;
    right: 2rem;
}
.estimate .estimate-content + .section {
    margin-top: 3rem;
}
.estimate .estimate-list .list.front-list {
    /* margin-top: 3rem; */
    margin-top: 0;
}
.estimate .estimate-bottom {
    margin-top: 4rem;
}
.estimate .estimate-bottom .gray-box.expand {
    display: flex;
    align-items: center;
    height: 7rem;
    margin-top: 3rem;
    padding: 0 2rem;
}
.estimate .estimate-bottom .gray-box.expand .price-list {
    width: 100%;
}
.estimate .result-list {
    margin-bottom: 0;
}
.estimate .result-list dt {
    margin-top: 0;
}
.estimate .result-list dd {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.estimate .result-list dd .fc-blue {
    font-size: 2.1rem;
    font-weight: 700;
}
.estimate .form-group-tab .form-group label:before {
    transform: translateY(0);
    top: 0;
    border-radius: 0.3rem;
}
.form-group-tab-4 {
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% + 1rem);
    margin-left: -1rem;
}
.form-group-tab-4 .form-group {
    width: 14.2rem;
}
.form-group-tab-4 .form-group:nth-child(n+5) {
    margin-top: 1rem;
}
.estimate .result-list li .txt {
    max-width: 70%;
    letter-spacing: -0.48px;
}
.estimate .form-group-item + .form-group-wrap,
.estimate .form-group-wrap + .form-group-wrap,
.estimate .form-group-item + .form-group-item {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 0.1rem solid #ddd;
}
.estimate.car-info .form-group-item + .form-group-item {
    margin-top: 0;
    border-top: 0;
}
.estimate .form-group-item + .form-group-item:last-child {
    border-bottom: 0;
}
.estimate .form-group-item .form-group-item + .form-group-item {
    margin-top: 4rem;
    padding-top: 0;
    border-top: 0;
}
.estimate .form-wrap {
    margin-bottom: 0;
}
.estimate .result-list.box {
    margin-top: 4rem;
}
.estimate .section .form-wrap {
    margin-top: 0;
}
.estimate .form-group-item .inner {
    padding: 4rem;
    border: 0.1rem solid #ddd;
}
.estimate .form-group-item .inner .label {
    margin: 4rem 0 1.2rem;
}
.estimate .form-group-item .inner .label:first-of-type {
    margin-top: 0;
}
.estimate .form-group-item .overflow-hidden .inner {
    padding-right: 2rem;
}
.estimate .form-group-item .overflow-hidden .btn-optgroup {
    margin-right: 2rem;
}
.estimate .form-group-item .overflow-hidden [data-simplebar] {
    /* width: calc(100% - 2rem); */
    overflow: hidden;
    margin:0 auto;
}
.estimate .form-group-item .overflow-hidden [data-simplebar] {
    height: calc(27rem);/* ie11 */
    max-height: calc(27rem);
}

.estimate .select-content.select-ico .list > li {
    width: auto;
}
.estimate .select-content.select-ico [class*="ico-"] {
    width: 10rem;
    height: 10rem;
}
.estimate .select-content.select-ico.large [class*="ico-"] {
    width: 15.5rem;
    height: 15.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.estimate .desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.estimate .select-content .rank {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    z-index: 9;
}
.estimate .select-content .rank .num {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.2rem;
    background-color: #666;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.36px;
    text-align: center;
    color: #fff;
}
.estimate .select-content .rank .view {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.42px;
    color: #666;
}
.estimate .select-content .rank .view::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    background: url(/webassets/img/pc/ico-view.svg) 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.form-tit {
    display: flex;
    align-items: center;
}
.form-tit .desc {
    position: relative;
    align-self: flex-end;
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 400;
}
.form-group-btn {
    display: flex;
    width: calc(100% + 0.6rem);
    margin-top: 1.8rem;
    margin-left: -0.6rem;
}
.form-group-btn .btn {
    flex: 1;
    margin-left: 0.6rem;
}
.add-input {padding-top:0.9rem}
.add-input .form-group-item label {display: none;}
.fw-light {font-weight: 400;}
.result-list dt.txt-hidden {display: none;}

/* list-box */
.list-box {
    margin: 0 4rem 2rem;
}
.list-box .img-area {
    margin: auto;
    max-width: 58rem;
}
.list-box .list {
    position: relative;
    display: flex;
    margin-top: 2rem;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 0.2rem 2.4rem 0 rgba(17, 17, 17, 0.15);
    z-index: 1;
}
.list-box .list a {
    display: flex;
    position: relative;
    width: 100%;
    height: 8rem;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    letter-spacing: -0.07em;
    color:#111;
    font-weight: 700;
}
.list-box .list a:not(:first-child):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.1rem;
    height: 3rem;
    background-color: #ddd;
    transform: translateY(-50%);
}

.stage {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.form-group-item .stage + .btn.lg.stroke {
    margin-top: 2rem !important;
}

.stage-box {
    margin-bottom: 0;
}
.stage-box .stage {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
}
.stage-box .stage .title {
    margin-top: 2rem;
    /* margin-bottom: 1.4rem; */
}
.stage-box .stage .title .ico-brand {
    width: auto;
    height: auto;
    word-break: break-all;
}
.stage .stt {
    font-size: 1.6rem;
    font-weight: 700;
}
.stage .txt {
    display: block;
    margin-top: auto;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.stage .txt .fc-blue {
    font-size: 3rem;
}
.stage .txt strong {
    font-weight: 800;
}
.stage-box .stage .img-area {
    margin-top: 0;
}

.stage .title .ico-brand {
    display: block;
    width: 6rem;
    height: 4rem;
    margin-bottom: 0.4rem;
    font-size: 2rem;
    font-weight: 700;
}
.stage .title .tit-h3 {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.96px;
}
.stage .title .desc {
    display: block;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.6;
    letter-spacing: -0.6px;
    margin-bottom: 2rem;
}

.estimate .tit-h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.estimate .tit-h4 {
    font-size: 2rem;
}
.stage .img-area {
    max-width: 30rem;
}
.stage .img-area img {
    display: block;
    width: auto;
    max-width: 30rem;
    max-height: 100%;
}
.stage-set .stage-box .stage .img-area img,
.form-box.dual.mod .stage .img-area img {
    max-width: 26rem;
}

/* 커뮤니티 */
.community .form-group + .form-group {margin-top: 6rem;}
.community .tit-h4 {font-size: 2rem;}
.community.estimate .stage .title .tit-h3 {
    font-size: 3.2rem;
}
.community.estimate .stage .title .desc {
    font-size: 2rem;
}

.stage-group {
    position: relative;
    padding: 3rem 4rem;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 1.6rem;
    border: 1px solid #ddd;
}
.stage-group.mod {
    padding-top: 7rem;
}
.stage-group .result-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.commt-view .tit-area {
    position: relative;
    padding: 3rem 0;
    box-sizing: border-box;
    border-top: 0.1rem solid #111;
    border-bottom: 0.1rem solid #ddd;
}
.commt-view .tit-area .set-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commt-view .tit-area .tit-h3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    flex: 0 0 auto;
    line-height: 1.5;
}
.commt-view .tit-area .tit-h3.none {
    display: block;
    height: 3rem;
}
.commt-view .tit-area .badge {
    padding: 7px 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    height: auto;
}
.commt-view .stt-wrap {
    display: flex;
    justify-content: space-between;
}
.commt-view .state-group {margin-top: 0;}
.commt-view .detail-area {
    position: relative;
    padding: 4rem 0 2rem;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.4;
}
.commt-view .detail-area .link {
    position: absolute;
    right: 0;
    top: 7rem;
    width: 12rem;
    height: 5.8rem;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 0.8rem;

    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}
.commt-view .detail-area .link span {
    font-size: 1.6rem;
    color: #111;
}
.commt-view .detail-area ul {
    display: none;
}
.commt-view .img-view {margin-bottom: 6rem;}
.commt-view .img-view img {max-width: 100%;}
.commt-view .list.img {margin-bottom: 6rem;}
.commt-view .list.img .img-box {
    border: 0;
}

.list.img {margin-top: 6rem;}
.list.img .img-box.h-auto {
    height: auto;
}
.list.img .img-box.h-auto img {
    max-height: auto;
}
.list.img .img-box {
    width: 100%;
    height: 24rem;
    border: 1px solid #ddd;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list.img .img-box + .img-box {
    margin-top: 2rem;
}
.list.img .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cmt-review-box .list.search-list > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.cmt-review-box .list.review {
    margin-bottom: 0;
}
.cmt-results {
    margin-top: 19rem;
}
.cmt-results .list-unit {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
}
.cmt-results .list-count {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
}
.list.search-list.cmt-results-list {
    margin-top: 1.6rem;
}
.state-group {
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
}
.state-group .state {
    background: none;
    color: #111;
    font-size: 1.4rem;
}
.state-group .state.right {
    margin-left: auto !important;
}
.state-group .state + .state,
.state-group > * + * {
    margin-left: 1.4rem;
}
.state-group [class*="ico-"] {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    font-size: 0;
    vertical-align: text-top;
}
.ico-view {
    background-image: url(/webassets/img/pc/ico-community-view.png);
    background-size: 2rem auto;
}
.ico-comment {
    background-image: url(/webassets/img/pc/ico-comment.png);
    background-size: 2rem auto;
}
.ico-likes {
    background-image: url(/webassets/img/pc/ico-community-heart.png);
    background-size: 2rem auto;
}
.ico-star {
    background-image: url(/webassets/img/pc/ico-community-star.png);
    background-size: 2rem auto;
}
.list.review {
    position: relative;
    margin-bottom: 1.6rem;
}
.list.review .sort-area {
    justify-content: space-between;
}
.list.review .event-sort .btn-sort:last-child {
    padding-right: 0;
}
.board-box,
.list .board-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.5rem 0;
}
.list .board-box {
    border-bottom: 0.1rem solid #eee;
}
.list .board-box:first-of-type {
    border-top: 0.1rem solid #666;
}
.board-box > a {
    display: block;
}
.board-box .title {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.4rem;
}

.board-box .img-set {
    min-height: 6rem;
    margin-top: 1.8rem;
    margin-bottom: 0.3rem;
    padding-left: 7.2rem;
}
.board-box .title .img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    margin-right: 1.2rem;
    border: solid 0.1rem #eee;
    background-color: #f9f9f9;
    border-radius: 0.4rem;
}
.board-box .title .img img {
    display: block;
    max-width: 100%;
}
.board-box .tit {
    margin: 0;
    color: #111;
    font-size: 1.6rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.board-box.delete .tit {
    color: #ccc;
}
.board-box .tit-img {
    min-width: 10rem;
    margin-right: 2rem;
    padding-top: 0.7rem;
}
.board-box .tit-img img {
    width: 100%;
    height: 100%;
    max-width: 10rem;
    max-height: 10rem;
}
.board-head .board-box .tit {
    font-size: 2rem;
}
.board-box .desc {
    color: #666;
    margin-top: 0.5rem;
}
.board-box .badge + .tit {
    margin-top: 1.2rem;

}
.board-box .info {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    color: #999;
    font-size: 1.4rem;
}
.board-box .states {
    margin-top: 0.8rem;
    color: #111;
    font-size: 1.2rem;
}
.board-head .board-box {
    margin: 0 -2rem;
    padding: 0 2rem 2.4rem;
    border-bottom: 0.1rem solid #eee;
}
.board-box .badge-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}


/* 댓글 */
.comment-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #111;
    color: #111;
}
.comment-header h2 {
    font-size: 2rem;
}
.comment-writer .close {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    background: #fff url(/assets/img/co/ico-x-GNB.svg) center center no-repeat;
    background-size: 2.4rem;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.comment-header .count-set {
    margin-left: 0.8rem;
}
.comment-header .unit {
    color: #999;
}
.comment-header .btn.md {
    min-width: 12rem;
    border: 0.1rem solid #111;
    background-color: #fff;
    border-radius: 0.4rem;
}
.comment-con {
    position: relative;
}
.comment-con .sort-area {
    justify-content: unset;
}
.comment-con .sort-area + ul {
    border-top: 0.1rem solid #111;
}
.comment-con .con * + * {
    margin-top: 1.6rem;
}
.comment-con .con .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    border-radius: 0.4rem;
}
.comment-con .con .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.comment-box {
    padding: 2.4rem 0 3rem;
    border-bottom: 0.1rem solid #ddd;
}
.comment-box .title {
    margin-bottom: 1rem;
    padding: 2.5rem 4rem;
    background: #F8F8F8;
    border-radius: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.comment-box .title .del {
    color: #ccc;
}
.comment-box .user-control {
    display: flex;
    justify-content: space-between;
}
.comment-box .user-control .info {
    display: flex;
    align-items: center;
    position: relative;
}
.comment-box .user-control .user {
    display: flex;
    align-items: center;
    position: relative;
    color: #111;
    font-size: 2rem;
    font-weight: 700;
}
.comment-box .user-control .date {
    margin-left: 0.8rem;
    color: #999;
    font-size: 1.4rem;
    font-weight: 400;
}
.comment-box .con {
    margin-top: 0.9rem;
}
.comment-box .con.reply {
    color: #666;
}
.comment-box .con.del {
    color: #ccc;
}
.comment-box .state-group {
    margin-top: 1.6rem;
}
.comment-box .btn-wrap .btn.gray {
    background-color: #eee;
    height: 2.6rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    color: #111;
    font-weight: 700;
}
.comment-box .btn-wrap .btn.gray:last-child {
    margin-left: 1rem;
}
.comment-box.reply {
    padding: 2.4rem 4rem 3rem;
    background: #F8F8F8;
}
.comment-box.reply .user-control .user::before {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem;
    background-image: url(/webassets/img/pc/ico-reply.png);
    background-size: 1.6rem auto;
}
.leave-comment-box > form {
    width: inherit;
}
.leave-comment-box.fake {
    position: absolute;
}

.review-point {
    margin-top: 6rem;
    padding: 3rem 4rem;
    border-radius: 0.8rem;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.review-point .title {
    padding-bottom: 3rem;
    text-align: center;
}
.review-point .con {
    padding: 3rem 0;
    border-top: 0.1rem solid #eee;
}
.review-point.edit .con {
    border-top: none;
}
.review-point .textbox {
    margin-top: 0rem;
}

.star-box ,
.star-box > input:checked+label{
    display: inline-block;
    vertical-align: top;
    background: url(/webassets/img/pc/star-set.png) no-repeat;
}
.star-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.star-box {
    position: relative;
    display:inline-block;
    width: 13rem;
    height: 2.4rem;
    margin-top: 0.8rem;
    background-size: 13rem;
    overflow: hidden;
}
.star-box > input{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    opacity: 0 !important;
}
.star-box > label{
    height: 2.4rem;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.star-box > input:checked+label{
    background-size: 13rem;
    background-position: 0 bottom;
}
.star-box > input[value="1"] + label {
    width: 20%;
    z-index: 5;
}
.star-box > input[value="2"] + label{
    width: 40%;
    z-index: 4;
}
.star-box > input[value="3"] + label{
    width: 60%;
    z-index: 3;
}
.star-box > input[value="4"] + label{
    width: 80%;
    z-index: 2;
}
.star-box > input[value="5"] + label{
    width: 100%;
    z-index: 1;
}
.star-group .point-set {
    color: #111;
    font-size: 2rem;
    font-weight: 700;
}

.tit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}
.tit-wrap [class^='tit-h'] {
    margin-bottom: 0;
}
.tit-wrap .count-set {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: #999;
}
.tit-wrap .count-set .count {
    color: #111;
    font-weight: 700;
}

.stage-set {
    position: relative;
    display: flex;
}
.form-box.mod .stage-box,
.form-box.mod .txt-con,
.stage-set .stage-box,
.stage-set .txt-con {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
}
.form-box.mod .stage-box:first-child:after,
.stage-set .stage-box:first-child:after {
    content: '';
    position: absolute;
    right: -4rem;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eee;
}
.form-box.mod .stage-box:first-of-type,
.stage-set .stage-box:first-of-type {
    margin-right: 4rem;
}
.form-box.mod .stage-box + .stage-box,
.form-box.mod .stage-box:last-of-type,
.form-box.mod .txt-con,
.stage-set .stage-box:last-of-type,
.stage-set .txt-con {
    margin-left: 4rem;
}

.stage-set .stage-box .link {
    width: fit-content;
    margin: 2.5rem auto 0;
}
.form-box.mod .btn.stroke,
.stage-set .btn.stroke {
    top: -3rem;
}
.form-box.mod > div:first-child .btn.stroke,
.stage-set > div:first-child .btn.stroke {
    right: 0;
}
.stage-group .stage + .link {
    display: inherit;
    width: fit-content;
    margin: 0 auto;
}
.stage-group .stage-set + .link {
    display: inherit;
    width: fit-content;
    margin: 2rem auto 0;
}

.btn-opt {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url(/webassets/img/pc/ico-opt.png) 50% 50% no-repeat;
    background-size: 3rem auto;
    vertical-align: top;
}
.btn-opt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent;
    transform: translate(-50%, -50%);
}
.var-list {
    display: none;
    position: absolute;
    right: 0;
    top: 7rem;
    width: 12rem;
    padding: 0 2rem;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 0.8rem;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 8%);
    z-index: 9;
}
.var-list li {
    border-top: 1px solid #eee;
    font-size: 1.6rem;
    line-height: 5rem;
}
.var-list li:first-child {border-top: 0;}
.var-list li a {color: #111;}
.set-wrap.active .var-list {
    display: block;
}

.form-box {
    padding: 3rem 4rem;
    border: 0.1rem solid #ddd;
    border-radius: 1.6rem;
}
.form-box.dual {
    display: flex;
}
.form-box.dual.mod {
    padding-top: 7rem;
}
.form-box .txt-con {
    width: 50%;
}
.form-box .txt-con:first-child {
    padding-right: 4rem;
}
.form-box .txt-con:first-child .btn {
    right: 4rem;
}
.form-box .txt-con:first-child {
    padding-right: 0;
}
.form-box .txt-con:only-child {
    width: 100%;
}
.form-box .txt-con:only-child .btn {
    right: 0;
}
.form-box.dual .txt-con:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #eee;
}
.txt-con {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 16rem;
}
.txt-con .stage {
    flex-direction: column;
    width: 26rem;
    margin-top: 3rem;
}
.stage-box .btn,
.txt-con .btn,
.stage .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.4rem;
    width: 4.4rem;
    border-color: #1490EF;
    color: #1490EF;
}
.txt-con .ico-txt {
    padding-top: 8rem;
    font-size: 1.4rem;
    color: #ccc;
}
.txt-con .ico-txt.finance {
    background: url(/webassets/img/pc/ico-finance.png) 50% 0 no-repeat;
}
.txt-con .ico-txt.car {
    background: url(/webassets/img/pc/ico-car-default.png) 50% 0 no-repeat;
}

.media-wrap {
    margin-top: 6rem;
}
.media-wrap .img-cont + .mov-cont {margin-top: 2rem;}

div:not(.form-combo) .form-group-item .card-credit-limit .unit {
    position: unset;
    font-size: unset;
    color: unset;
}