:root {
    --img_url: "//img.chutcha.net"
  }

/* 첫차앱 서머리 */
.contents_wrap.chutcha_summary {
    width: 100%;
    margin: 0;
    background-image: linear-gradient(to bottom, #fafafb, #fff);
    border-bottom: 1px solid #e0e0e2;
}

.contents_wrap.chutcha_summary .inner_wrap {
    padding: 10em 0 15.5em 48em;
    /* background-image: url("//img.chutcha.kr/files/website/dealer/about/intro_app_img.png?v=_v_600_m_intro_01"); */
    background-repeat: no-repeat;
    background-position: 6em 10em;
    background-size: 34.58333em auto;
}

.contents_wrap.chutcha_summary p {
    font-size: 3.333em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 1.625em 0;
    padding: 0;
}

.contents_wrap.chutcha_summary dl {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_summary dl dt {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_summary dl dd {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_summary .summary:after {
    content: "";
    clear: both;
    display: block;
}

.contents_wrap.chutcha_summary .summary dl {
    float: left;
    margin: 0 3.333em 0 0;
}

.contents_wrap.chutcha_summary .summary dl:last-child {
    margin: 0;
}

.contents_wrap.chutcha_summary .summary dl dt {
    font-size: 1.333em;
}

.contents_wrap.chutcha_summary .summary dl dd {
    font-size: 2.667em;
    font-weight: bold;
}

.contents_wrap.chutcha_summary .prize {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.contents_wrap.chutcha_summary .prize ul {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_summary .prize ul::after {
    content: "";
    display: block;
    clear: both;
}

.contents_wrap.chutcha_summary .prize ul li {
    margin: 2.667em 2em 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.contents_wrap.chutcha_summary .prize dd {
    padding: 1.2em 0 0 0;
    font-size: 0.833em;
    text-align: center;
    color: #bdbdbf
}

/* 인증딜러 소개 */
.contents_wrap.chutcha_cert_dealer {
    width: 100%;
    margin: 0;
}

.contents_wrap.chutcha_cert_dealer .inner_wrap {
    padding: 8.333em 0;
}

.contents_wrap.chutcha_cert_dealer h2 {
    text-align: center;
    font-size: 2.667em;
    margin: 0 0 2em;
}

.contents_wrap.chutcha_cert_dealer ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: cert-dealer-counter;
    text-align: center;
}

.contents_wrap.chutcha_cert_dealer ol::after {
    content: "";
    display: block;
    clear: both;
}

.contents_wrap.chutcha_cert_dealer ol li {
    margin: 0;
    padding: 0 2.667em;
    display: inline-block;
    position: relative;
    counter-increment: cert-dealer-counter;
}

.contents_wrap.chutcha_cert_dealer ol li::before {
    content: counter(cert-dealer-counter);
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2.286em;
    padding: 0.357em 0;
    background: #f5f5f6;
    font-size: 1.167em;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.contents_wrap.chutcha_cert_dealer ol li::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.143em;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #f5f5f6;
}

.contents_wrap.chutcha_cert_dealer ol li:last-child::after {
    display: none;
}

.contents_wrap.chutcha_cert_dealer ol li dl {
    margin: 4.667em 0 0;
    padding: 0;
}

.contents_wrap.chutcha_cert_dealer ol li dl dt {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1.333em 0;
    text-align: center;
}

.contents_wrap.chutcha_cert_dealer ol li dl dd {
    font-size: 1.167em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.contents_wrap.chutcha_cert_dealer ol li dl dd img {
    display: block;
    margin: 0 0 1.714em;
}

/* 첫차 판매 광고상품 소개 */
.contents_wrap.chutcha_ad_product {
    width: 100%;
    margin: 0;
    background-image: linear-gradient(to bottom, #fafafb, #ffffff);
}

.contents_wrap.chutcha_ad_product .inner_wrap {
    padding: 8.333em 0 6.667em 8em;
    position: relative;
}

.contents_wrap.chutcha_ad_product h2 {
    position: absolute;
    z-index: 10;
    font-size: 3.333em;
    top: 4.075em;
    line-height: 1.2;
    margin: 0;
}

.contents_wrap.chutcha_ad_product ul {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_ad_product ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contents_wrap.chutcha_ad_product ul li dl {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 23.333em;
}

.contents_wrap.chutcha_ad_product ul li dl dt {
    margin: 0;
    padding: 0 0 0.889em 0;
    font-size: 1.5em;
    font-weight: bold;
}

.contents_wrap.chutcha_ad_product ul li dl dd {
    margin: 0;
    padding: 0;
    font-size: 1.167em;
}

.contents_wrap.chutcha_ad_product .swiper-container {
    width: 100%;
}

.contents_wrap.chutcha_ad_product .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: right center;
    height: 450px;

    background-size: auto 100%;
}

/* .contents_wrap.chutcha_ad_product .swiper-slide.feature_01 {
    background-image: url("//img.chutcha.kr/files/website/dealer/about/ad_01.png?v=_v_600_m_intro_01");
}

.contents_wrap.chutcha_ad_product .swiper-slide.feature_02 {
    background-image: url("//img.chutcha.kr/files/website/dealer/about/ad_02.png?v=_v_600_m_intro_01");
}

.contents_wrap.chutcha_ad_product .swiper-slide.feature_03 {
    background-image: url("//img.chutcha.kr/files/website/dealer/about/ad_03.png?v=_v_600_m_intro_01");
} */

.contents_wrap.chutcha_ad_product .swiper-pagination {
    position: absolute;
    top: 18.583em;
    left: 0;
    bottom: auto;
    width: auto;
}

.contents_wrap.chutcha_ad_product .swiper-pagination::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.143em;
    left: 1em;
    width: 66%;
    height: 1px;
    background: #e0e0e2;
    z-index: 0;
}

.contents_wrap.chutcha_ad_product .swiper-pagination::after {
    content: "";
    display: block;
    clear: both;
}

.contents_wrap.chutcha_ad_product .swiper-pagination .swiper-pagination-bullet {
    width: 2.286em;
    height: auto;
    margin: 0 1.714em 0 0;
    padding: 0.55em 0;
    line-height: 1;
    display: block;
    position: relative;
    font-size: 1.167em;
    text-align: center;
    color: #bdbdbf;
    float: left;
    background: #fff;
    border: 1px solid #e0e0e2;
    box-sizing: border-box;
    opacity: 1;
    z-index: 10;
}

.contents_wrap.chutcha_ad_product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #233cfa;
    border: 1px solid #233cfa;
    color: #fff;
    font-weight: bold;
}



/* 첫차 매입 광고상품 소개 */
.contents_wrap.chutcha_smc_product {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
}

.contents_wrap.chutcha_smc_product .inner_wrap {
    padding: 5em 8em 7.167em 0;
    position: relative;
}

.contents_wrap.chutcha_smc_product h2 {
    position: absolute;
    z-index: 10;
    font-size: 3.333em;
    top: 3.575em;
    left: 16.8em;
    line-height: 1.2;
    margin: 0;
}

.contents_wrap.chutcha_smc_product ul {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_smc_product ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contents_wrap.chutcha_smc_product ul li dl {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 56em;
    top: 24.833em;
}

.contents_wrap.chutcha_smc_product ul li dl dt {
    margin: 0;
    padding: 0 0 0.889em 0;
    font-size: 1.5em;
    font-weight: bold;
}

.contents_wrap.chutcha_smc_product ul li dl dd {
    margin: 0;
    padding: 0;
    font-size: 1.167em;
}

.contents_wrap.chutcha_smc_product .swiper-container {
    width: 100%;
}

.contents_wrap.chutcha_smc_product .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: left center;
    height: 480px;

    background-size: auto 100%;
}

/* .contents_wrap.chutcha_smc_product .swiper-slide.feature_01 {
    background-image: url("//img.chutcha.kr/files/website/dealer/about/smc_01.jpg?v=_v_600_m_intro_01");
}

.contents_wrap.chutcha_smc_product .swiper-slide.feature_02 {
    background-image: url("//img.chutcha.kr/files/website/dealer/about/smc_02.jpg?v=_v_600_m_intro_01");
}

.contents_wrap.chutcha_smc_product .swiper-slide.feature_03 {
    background-image: url("//img.chutcha.kr/files/website/dealer/about/smc_03.jpg?v=_v_600_m_intro_01");
} */

.contents_wrap.chutcha_smc_product .swiper-pagination {
    position: absolute;
    top: 20.183em;
    left: 56em;
    bottom: auto;
    width: auto;
}

.contents_wrap.chutcha_smc_product .swiper-pagination::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.143em;
    left: 1em;
    width: 66%;
    height: 1px;
    background: #e0e0e2;
    z-index: 0;
}

.contents_wrap.chutcha_smc_product .swiper-pagination::after {
    content: "";
    display: block;
    clear: both;
}

.contents_wrap.chutcha_smc_product .swiper-pagination .swiper-pagination-bullet {
    width: 2.286em;
    height: auto;
    margin: 0 1.714em 0 0;
    padding: 0.55em 0;
    line-height: 1;
    display: block;
    position: relative;
    font-size: 1.167em;
    text-align: center;
    color: #bdbdbf;
    float: left;
    background: #fff;
    border: 1px solid #e0e0e2;
    box-sizing: border-box;
    opacity: 1;
    z-index: 10;
}

.contents_wrap.chutcha_smc_product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #233cfa;
    border: 1px solid #233cfa;
    color: #fff;
    font-weight: bold;
}

/* 상품 연결 영역 */
.contents_wrap.chutcha_link_product {
    width: 100%;
    margin: 0;
    background-color: #364bea;
}

.contents_wrap.chutcha_link_product .inner_wrap {
    padding: 0 4.35em;
    position: relative;
}

.contents_wrap.chutcha_link_product .inner_wrap p {
    font-size: 2.667em;
    padding: 2em 0 2em 6.5em;
    margin: 0;
    color: #fff;
    background-image: url("//img.chutcha.kr/files/website/dealer/about/chutcha_logo.png");
    background-repeat: no-repeat;
    background-position: left top 0.5em;
}

.contents_wrap.chutcha_link_product .inner_wrap p strong {
    color: #fff;
}

.contents_wrap.chutcha_link_product .inner_wrap ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7.5em;
    top: 50%;
    transform: translateY(-50%);
}

.contents_wrap.chutcha_link_product .inner_wrap ul li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    display: inline-block
}

.contents_wrap.chutcha_link_product .inner_wrap ul li a {
    font-size: 1.333em;
    padding: 0.75em 2.5em 0.75em 1.5em;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    background-image: url("//img.chutcha.kr/files/website/dealer/common/icon_arrow_white_bold_right.png");
    background-size: auto 1em;
    background-repeat: no-repeat;
    background-position: right 1em center;
}

/* 성공스토리 */
.contents_wrap.chutcha_story {
    width: 100%;
    margin: 0;
}

.contents_wrap.chutcha_story .inner_wrap {
    padding: 8.333em 0;
}

.contents_wrap.chutcha_story h2 {
    text-align: center;
    font-size: 2.667em;
    margin: 0 0 2em;
}

.contents_wrap.chutcha_story ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.contents_wrap.chutcha_story ul::after {
    content: "";
    display: block;
    clear: both;
}

.contents_wrap.chutcha_story ul li {
    margin: 0;
    padding: 0 1.667em;
    display: inline-block;
    position: relative;
}

.contents_wrap.chutcha_story ul li dl {
    width: 288px;
    margin: 0 0 0;
    padding: 77.5% 0 0 0;
    position: relative;
    text-align: left;
}

.contents_wrap.chutcha_story ul li dl dt {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.889em 0;
}

.contents_wrap.chutcha_story ul li dl dd {
    font-size: 1.167em;
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_story ul li dl dd.img {
    position: absolute;
    top: 0;
    left: 0;
}

.contents_wrap.chutcha_story ul li dl dd.img img {
    display: block;
    margin: 0;
    line-height: 1;
}

.contents_wrap.chutcha_story ul li dl dd.desc {
    padding: 0 0 1.143em 0;
}

.contents_wrap.chutcha_story ul li dl dd.dealer {
    font-size: 1.083em;
}

.contents_wrap.chutcha_story ul li dl dd .name {
    font-weight: 500;
}

.contents_wrap.chutcha_story ul li dl dd .complex {
    color: #757579
}

/* 언론보도 */
.contents_wrap.chutcha_media {
    width: 100%;
    margin: 0;
    background: #fafafb;
}

.contents_wrap.chutcha_media .inner_wrap {
    padding: 8.333em 0;
}

.contents_wrap.chutcha_media h2 {
    text-align: center;
    font-size: 2.667em;
    margin: 0 0 1.625em;
}

.contents_wrap.chutcha_media ul {
    margin: 0;
    padding: 1em 0 2.667em 0;
}

.contents_wrap.chutcha_media ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.contents_wrap.chutcha_media ul li dl {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_media ul li dl dt {
    width: 100%;
    min-height: 4.5em;
    max-height: 4.5em;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.contents_wrap.chutcha_media ul li dl dd {
    margin: 0;
    padding: 0;
}

.contents_wrap.chutcha_media ul li dl dd p {
    width: 100%;
    color: #757579;
    font-size: 1.167em;
    max-height: 2.834em;
    margin: 1.714em 0 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.contents_wrap.chutcha_media ul li dl dd.media_logo {
    position: absolute;
    top: 2.667em;
    left: 2em;
}

.contents_wrap.chutcha_media ul li dl dd.media_logo img {
    height: 1.333em;
    display: block;
}

.contents_wrap.chutcha_media .chutcha_media_slider_wrap {
    position: relative;
}

.contents_wrap.chutcha_media .swiper-container {
    width: 100%;
    max-width: 944px;
    padding: 0 0 2em 0;
}

.contents_wrap.chutcha_media .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    min-height: 260px;
    padding: 6em 2em 2.667em 2em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eeeef0;
    border-radius: 4px;
}

.contents_wrap.chutcha_media .swiper-pagination {
    padding: 2.667em 0 0;
    margin: 0;
}

.contents_wrap.chutcha_media .swiper-pagination .swiper-pagination-bullet {
    background: #233cfa;
    opacity: .15;
}

.contents_wrap.chutcha_media .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.contents_wrap.chutcha_media .swiper-button-prev,
.contents_wrap.chutcha_media .swiper-button-next {
    width: 4em;
    height: 4em;
    top: 45%;
    background-color: #fff;
    border: 1px solid #eeeef0;
    border-radius: 50%;
    box-shadow: 0 0 16px 0 rgba(66, 66, 70, 0.1);
    text-indent: -9999px;
    outline: none;
}

.contents_wrap.chutcha_media .swiper-button-prev {
    left: 6em;
}

.contents_wrap.chutcha_media .swiper-button-next {
    right: 6em;
}

.contents_wrap.chutcha_media .swiper-button-prev::after,
.contents_wrap.chutcha_media .swiper-button-next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1em;
    background-size: auto 1.333em;
    background-position: center center;
    background-repeat: no-repeat;
}

.contents_wrap.chutcha_media .swiper-button-prev::after {
    background-image: url("//img.chutcha.kr/files/website/dealer/common/icon_arrow_darkgray_bold_left.png");
}

.contents_wrap.chutcha_media .swiper-button-next::after {
    background-image: url("//img.chutcha.kr/files/website/dealer/common/arrow_line_right_black.png");
}


/* 마케팅 영역 */
.contents_wrap.chutcha_mkt {
    width: 100%;
    margin: 0;
    background: #fff;
}

.contents_wrap.chutcha_mkt .inner_wrap {
    padding: 8.333em 0;
}

.contents_wrap.chutcha_mkt h2 {
    text-align: center;
    font-size: 2.667em;
    margin: 0 0 2em;
}

.contents_wrap.chutcha_mkt ul {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
}

.contents_wrap.chutcha_mkt ul li {
    margin: 0 0.286em;
    padding: 0.429em 1.143em;
    font-size: 1.167em;
    list-style: none;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #e0e0e2;
    border-radius: 2em;
}

.contents_wrap.chutcha_mkt .img {
    margin: 0 0 0 -91px;
    padding: 2.667em 0;
    position: relative;
}

.contents_wrap.chutcha_mkt .img img {
    display: block;
}

.contents_wrap.chutcha_mkt .desc {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.333em;
}

/* 첫차 고객센터 연결 영역 */
.contents_wrap.chutcha_cs {
    width: 100%;
    margin: 0;
    background: #2b384c;
}

.contents_wrap.chutcha_cs .inner_wrap {
    padding: 8.333em 0;
}

.contents_wrap.chutcha_cs h2 {
    text-align: center;
    font-size: 2.667em;
    margin: 0 0 2em;
    color: #fff;
}

.contents_wrap.chutcha_cs h2 strong {
    color: #fff;
}

.contents_wrap.chutcha_cs ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.contents_wrap.chutcha_cs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.contents_wrap.chutcha_cs ul li a {
    display: block;
    width: 11.25em;
    margin: 0 0.375em;
    padding: 1em 0;
    font-size: 1.333em;
    border: 1px solid #fff;
    border-radius: 3em;
    font-weight: 500;
}

.contents_wrap.chutcha_cs ul li:first-child a {
    background: #fff;
    color: #181818;
}

/* .contents_wrap.chutcha_cs ul li:last-child a{color:#fff;} */