@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/*초기화*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none
}

h1, h2, h3, h4, h5, h6, header, body, footer, section, div, p, ul, li, a, input, button, address {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    letter-spacing: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

h1, h2, h3, address {
    cursor: default;
}

.container {
    margin: 0 auto;
    display: flex;
}

.text-primary {
    color: #2b88ff;
    font-weight: 400;
}

.title01 {
    font-size: 44px;
}

.title02 {
    font-size: 32px;
}

.title03 {
    font-size: 24px;
}

.title04 {
    font-size: 20px;
}

.pc {
    display: block;
}

.mo {
    display: none;
}


/* common */
section {position: relative; top: 80px;}
.sub-wrap{width: 100%; padding: 100px 0; position: relative; top: 80px;}
.sub-container { display: flex;flex-direction: column;gap: 32px; margin: 0 auto; width: 1400px;}
.sub-title {font-size: 32px;font-weight: 700;letter-spacing: -1px;padding-bottom: 8px;}
.sub-title-s {font-weight: 400;padding-bottom: 8px;color:#2b88ff}
.sub-visual { width:100%;min-width:1280px;height:300px;background-color:#2b88ff;position:relative;top:80px;}
.sub-visual02 { width:1400px;min-width:1400px;height:auto;background-color:#ffffff;position:relative;top:80px;margin: 0 auto;}
.btn-blue{height: 50px; font-size: 16px;text-align: center;background-color:#2b88ff; border:1px solid #2b88ff;border-radius: 10px;color: #fff; line-height: 49px;}
.btn-blue:hover{border:1px solid #2b88ff;background:#fff;color:#2b88ff}
.btn-white{height: 50px; font-size: 16px;text-align: center;background-color:#fff; border:1px solid #b2b2b2;border-radius: 10px;color: #111; line-height: 49px;}
.btn-white:hover{border:1px solid #2b88ff;background:#fff;color:#2b88ff}

/* list */
.list-visual {background:url(/assets/img/list-visual.jpg ) top center no-repeat;}

.list-company-tab-container {display: flex;flex-direction:row;}
.list-company-tab-container .tab{width:50%;height:50px;border:1px solid #e0e0e0;display: flex;align-items:center;justify-content:center;cursor:pointer}
.list-company-tab-container .tab-on{background:#2b88ff; border:1px solid #2b88ff;color:#fff}
.list-company-brand-container { display: flex;flex-direction: row;justify-content:center; gap:20px;padding:20px;background:#f4f7fb;border:1px solid #e0e0e0;border-top:none;flex-wrap: wrap;}
.list-company-brand-container .brand{width:96px;height:88px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-size:14px; font-weight:400;  text-align:center;cursor:pointer}
.list-company-brand-container .brand:hover{border:2px solid #2b88ff;color:#2b88ff;font-weight:500}
.list-company-brand-container .brand img{display:block;margin:12px auto 0;width:54px;height:auto}
.list-company-brand-container .brand-on{border:2px solid #2b88ff;color:#2b88ff;font-weight:500}

.list-category ul {display: flex;flex-direction: row; gap: 8px;flex-wrap: wrap;}
.list-category ul li a { font-size: 14px;color: #111 ;padding: 4px 16px; background-color: #fff;   border-radius: 100px; border: 1px solid #ccc;}
.list-category ul li a:hover {background-color: #2b88ff;color:#fff;border: 1px solid #2b88ff;}
.list-category ul li a.selected {background-color: #2b88ff;color: #fff;border: 1px solid #2b88ff;}
.list-category .text-info{margin:30px 0 20px;font-size:18px;}
.list-category .text-info span{color:#2b88ff}

.list-product {position: relative;}
.list-product ul {display: flex;flex-direction: row;justify-content: flex-start;flex-wrap: wrap; gap: 2%;}
.list-product ul li {position: relative;margin-bottom:40px;padding:20px;width: 32%; border: 1px solid #e0e0e0;border-radius:10px;}
.list-product ul li .car-detail-box {display: flex;flex-direction: row;justify-content: space-between;}
.list-product ul li .car-detail{width:50%}
.list-product ul li .car-image {width:50%;}
.list-product ul li .car-image img {width: 100%;position: relative;top: 50%; transform: translateY(-50%);}
.list-product ul li .car-name {font-weight: 700;padding: 10px 0 15px;}
.list-product ul li .car-price { font-size: 16px;padding-top: 6px;}
.list-product ul li .car-price .title04 {font-weight: 700; color: #2b88ff;}
.list-product ul li .car-price .car-kind{margin-right:5px;font-size: 14px;}
.list-product .btn-box{display: flex;flex-direction: row;justify-content: space-between;gap:16px;margin-top:10px}
.list-product ul li .btn-blue {width:50%;height: 46px; line-height: 46px;}
.list-product ul li .btn-white {width:50%;height: 46px;  line-height: 46px;}

/* estimate */
.estimate-visual {background:url(../img/estimate-visual.jpg ) top center no-repeat;}
.estimate-form{display: flex;flex-direction: row;justify-content: space-between;gap:20px;padding:30px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.estimate-form .form-box {width:33.33%}
.estimate-form input[type="text"] {margin:10px 0;width:100%;height: 50px;border:none;border-radius: 10px;background-color: #f1f5fa;  text-align: center;}
.estimate-form input[type="text"]::placeholder {color: #999;font-size: 14px;text-align: center;}
.estimate-form input[type="tel"] {margin:10px 0;width:100%;height: 50px;border:none;border-radius: 10px;background-color: #f1f5fa;  text-align: center;}
.estimate-form input[type="tel"]::placeholder {color: #999;font-size: 14px;text-align: center;}

.estimate-agreement-wrap {display: flex;flex-direction: row;justify-content: space-between;align-items:center;margin:0 auto;width:384px;}
.estimate-agreement-wrap label{font-weight:400;}
.estimate-agreement-wrap input{margin:0 5px 2px 0;width:18px;height:18px;vertical-align:middle}
.estimate-agreement-wrap a {display:inline-block;margin-left:10px;padding:8px 14px;background:#535353;border-radius:20px;font-size: 12px;color: #fff;}

.estimate-btn-apply {display:block;margin:20px auto;width:384px ;}

/* sub quick form */
.sub-quick-form {width: 1200px;position: fixed;right: calc(50% - 600px);bottom: -1px;background-color: #2b88ff;border-radius: 10px 10px 0 0; border: 1px solid #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.2); z-index: 9999;}
.sub-quick-form .container {padding: 12px;flex-direction: row;justify-content: space-evenly;}
.sub-quick-form .title-wrap {display: flex;flex-direction: column; align-items: center;justify-content: center;gap: 8px;padding: 0;flex-basis: 12%;color:#fff}
.sub-quick-form .title-wrap img {width: 20px;height:auto}
.sub-quick-form .title-wrap span {font-weight: 600;font-size:18px}
.sub-quick-form .form-wrap{position:relative;flex-basis:60%;}
.sub-quick-form input[type="text"] {margin-right:10px;width:315px;height: 40px;border:none;border-radius: 5px;background-color: #fff;  text-align: center;}
.sub-quick-form input[type="text"]::placeholder {color: var(--grey08);font-size: 14px;text-align: center;}
.sub-quick-form .agreement-wrap {position:absolute;top:0;right:-33px;margin-right:94px;color:#fff; font-size: 14px;}
.sub-quick-form .agreement-wrap input{margin:0 5px 2px 0;width:18px;height:18px;vertical-align:middle;}
.sub-quick-form .agreement-wrap a {display:inline-block;margin-left:10px;padding:6px 10px;background:#fff;border-radius:20px;font-size: 12px;color: #2b88ff;}
.sub-quick-form .btn-quickform {width: 150px;background-color: #ffe764;color: #111;font-weight: 600;  border-radius: 8px; height: 80px; display: flex;align-items: center;justify-content: center; position: relative; right:58px; }
.sub-quick-form .btn-quickform:hover {background-color: #111;color: #ffe764;}
.sub-quick-call {margin-bottom:14px;font-size: 16px;color: #ffe764; line-height: 24px;  }
.sub-quick-call span { margin-left:10px;font-size: 20px;font-weight: 600;}
.sub-quick-form .container > hr {height:60px;width:1px;position:relative;right:18px;top:14px;background:rgba(255,255,255,0.2);}
.sub-quick-qr {display:flex;flex-direction:column;align-items: center;gap:5px;}
.sub-quick-qr img {height:64px; border-radius: 4px;}
.sub-quick-qr p {color:#fff;font-size:12px;}

/* footer - sub page  */
footer .sub-container {margin-bottom:120px}

/*header*/
header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    background-color: #fff;
}

header .container {
    flex-direction: column;
    align-items: center;
    height: 100%;
}

nav.pc {
    width: 1400px;
    height: 80px;
    display: flex;
    align-items: center;
}

nav .pc-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.p-navbar-l .img-logo {
    width: 282px !important
}

.p-navbar-r ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 47px;
}

.p-navbar-r ul li a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.p-navbar-r ul li a:hover {
    color: #2b88ff;
}

.p-navbar-r ul li img {
    width: 14px;
}

.p-navbar-r ul li.btn-download {
    padding: 12px 23px;
    background-color: #2b88ff;
    border: 1px solid #2b88ff;
    border-radius: 10px;
}

.p-navbar-r ul li.btn-download:hover {
    background-color: #fff;
    border: 1px solid #2b88ff;
}

.p-navbar-r ul li.btn-download:hover .btn-download-hover {
    display: inline-block;
}

.p-navbar-r ul li.btn-download:hover .btn-download-out {
    display: none;
}

.btn-download-hover {
    display: none;
}

.p-navbar-r ul li.btn-download a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    color : #fff;
}

.p-navbar-r ul li.btn-download:hover a {
    color: #2b88ff;
}

/*info*/
#detail_info {
    width: 100%;
    padding: 40px 0;
    background-color: #f4f7fb;
}

#detail_info .container {
    width: 1200px;
    flex-direction: row;
    gap: 20px;
}

.detail-info-wrap {
    display: block;
    width: 840px;
    height: 480px;
    position: relative;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
    background: url(../img/detail-info-bg.jpg) center center no-repeat;
    overflow: hidden;
}

.detail-car-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 24px;
    left: 43px;
}


.detail-name-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}

.detail-name-wrap img {
    width:68px;
}

.detail-name-wrap .title03 {
    font-weight: 700;
    letter-spacing: -1px;
}

.detail-info-wrap .detail-info {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}

.detail-price span {
    font-weight: 700;
}

.detail-car-image-wrap img {
    width: 450px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
}

.detail-estimate-wrap {
    position: fixed;
    width: 340px;
    height: 480px;
    border: 1px solid #e0e1e2;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
    z-index: 99;
}


.detail-estimate-wrap .title04 {
    font-weight: 700;
    padding-bottom: 24px;
}

.detail-estimate-wrap > select {
    width: 100%;
}

.detail-estimate-wrap select {
    height: 40px;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
    font-family: pretendard;
    font-size: 14px;
    padding: 8px;
    background-color: #fff;
}

.detail-car-kind {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.detail-car-kind select {
    width: 100%;
}

.detail-total-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 24px;
}

.detail-monthly-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.detail-monthly-price > p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-monthly-price .text-primary {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}

.detail-total-price .price {
    font-size: 18px;
    font-weight: 700;
}

.detail-estimate-wrap .detail-condition {
    width: 100%;
    color: #999;
    font-size: 14px;
    text-align: right;
    padding-bottom: 24px;
}

.detail-estimate-wrap hr {
    height: 1px;
    width: 100%;
    background-color: #e0e1e2;
    margin: 6px 0;
}

.detail-btn-estimate {
    width: 100%;
    background-color: #2b88ff;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-btn-estimate:hover {
    background-color: #fff;
    border: 1px solid #2b88ff;
    color: #2b88ff;
}

/*banner*/
#detail_banner {
    width: 100%;
    padding: 40px;
}

#detail_banner .container {
    width: 1200px;
    flex-direction: column;
    align-items: flex-start;
}

.detail-main-banner {
    width: 840px;
    height:580px;
}

.detail-sub-banner {
    width: 840px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background-color: #eef5fe;
    padding: 88px 24px;
    margin: 0;
}

.detail-sub-banner .title02 {
    font-weight: 700;
    letter-spacing: -1px;
}

.detail-sub-banner ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
}

.detail-sub-banner ul li {
    background-color: #fff;
    padding: 24px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.detail-sub-banner ul li:nth-child(2) {
    justify-content: flex-end;
    gap: 80px;
}

.detail-sub-banner .detail-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.detail-sub-banner ul li img {
    width: 325px;
}

.detail-sub-banner .detail-text-wrap .subtitle {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 24px;
}

.detail-sub-banner .detail-text-wrap .title {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 36px;;
}

/*faq*/
#detail_faq {
    width: 100%;
    padding: 80px 0;
}

#detail_faq .container {
    width: 1200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

#detail_faq .container > p  {
    width: 840px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

#detail_faq .container > p > .title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;;
}

#detail_faq .container ul {
    width: 840px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#detail_faq .container ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btn-faq {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
    cursor: pointer;
}

.btn-faq:hover {
    border: 1px solid #2b88ff;
}
.btn-faq.active {
    border: 1px solid #2b88ff;
}

.btn-faq.active > img {
    transform: rotate(-180deg);
}

.btn-faq > p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.detail-qmark {
    font-size: 24px;
}

.detail-question {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 400;
}

.detail-answer {
    display: none;
    width: 100%;
    padding: 24px;
    line-height: 30px;
    font-weight: 400;
    background-color: #fafcfe;
    border-radius: 10px;
}

/*footer*/
footer {
    width:100%;
    background-color: #303237;
    padding: 56px;
    position: relative;
    top: 80px;
}

footer .container {
    width: 1200px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.footer-logo {
    width: 248px;
}

.info-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

hr {
    border: 0px solid #e4f0ff;
    height: 1px;
    background-color: #67696e;
}

.privacy-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.privacy-wrap p a {
    color: #a4aab7;
    font-weight: 400;
    font-size: 14px;
}

.privacy-wrap p a:hover, .privacy-wrap p a.agency-list:hover {
    color: #4171ac;
}

.privacy-wrap p a.agency-list {
    color: #2b88ff;
}

.company-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
}

.company-wrap p {
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-size: 14px;
}

.company-wrap span {
    color: #a4aab7;
    font-weight: 400;
    line-height: 24px;
}

/*popup-견적*/
.popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    overflow-y: auto;
    z-index:99999;
}

.popup-wrap .container {
    width: 540px;
    position: relative;
    top: 30px;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.popup-title {
    width: 100%;
    height: 289px;
    background: url(../img/popup-title.png) center center no-repeat;
    border-radius: 20px 20px 0 0;
}

.popup-btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
}

.popup-form {
    width: 540px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 40px;
}

.popup-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.popup-form form > p {
    width: 100%;
}

.popup-form form > p:not(.popup-privacy) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popup-carinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.popup-carinfo > span:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.popup-carinfo > span {
    text-align: center;
    line-height: 22px;
}

.popup-form form > p > input {
    height: 50px;
    background-color: #f4f7fb;
    border: 0;
    border-radius: 10px;
    text-align: center;
}

.popup-form form > p > input::placeholder {
    font-size: 14px;
    color: #999999;
}

.popup-form form > p.popup-privacy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0;
}

.popup-form form > p.popup-privacy input {
    width: 18px;
    height: 18px;
}

.popup-form form > p.popup-privacy > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.popup-btn-detail {
    font-size: 14px;
    background-color: #4d4d4d;
    color: #fff;
    padding: 6px 16px;
    border-radius: 100px;
    letter-spacing: -1px;
    cursor: pointer;
}

.popup-btn-estimate {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b88ff;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.popup-btn-estimate:hover {
    background-color:#fff;
    border: 1px solid #2b88ff;
    color: #2b88ff;
}


/* agreement popup*/
.layer_popup_wrap_new {display: none;  margin-left: 0px; margin-top: 0px; width: 100%; height:100%; position: fixed;top: 0;left: 0; background-color: rgba(0, 0, 0, 0.85); z-index: 99999999; }
.layer_popup_wrap_new .layer_popup_renew02 {  position: absolute; width: 450px; height: 536px; left: 50%; top: 50%; margin-left: -225px; margin-top: -268px; background-color: #FFF; border-radius: 16px;}
.layer_popup_wrap_new .popup_body_renew02 { width: 450px; height: 467px; padding: 30px; box-sizing: border-box; overflow-y: scroll; overflow-x:hidden;}
.layer_popup_wrap_new .popup_body_renew02 ul { width: 390px; height: 416px;}
.layer_popup_wrap_new .popup_body_renew02 li { list-style: none; margin-bottom: 0; padding:0;}
.layer_popup_wrap_new .popup_title_renew02 { width: 100%; height: 60px; background-color: #2b88ff; padding: 0 30px; box-sizing: border-box; margin-top: -18px; border-top-left-radius: 16px; border-top-right-radius: 16px;}
.layer_popup_wrap_new .popup_title_renew02 p.tc { color: #FFF;font-size: 18px; line-height: 58px; text-align: center; }
.layer_popup_wrap_new .popup_close_renew02 { position: absolute; top: 0px; right: 30px; cursor: pointer;}

ul.terms_list li.terms_item:first-child { background-color: #ffffff; }
ul.terms_list li.terms_item.open:first-child .btn02 { background-color: #ffffff; border:none; }
ul.terms_list li.terms_item.open:first-child .input_chk_new label { background-color: #ffffff; }
ul.terms_list li.terms_item .desc {position: relative; left: 50%;	transform: translateX(-50%);	width: 100%;	height: 410px;	background-color: #f8f8f8;	padding: 0;	list-style: none;box-sizing:border-box;	overflow: hidden; 		}
ul.terms_list li.terms_item .desc::-webkit-scrollbar { 	overflow-x: hidden;	width: 7px;}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-track { background-color: transparent;	}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #1b57a4;	}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-button { width: 0; height: 0;}
ul.terms_list li.terms_item .btn02 {position: relative;width: 100%; background-color: #fff;cursor: pointer; padding:18px 0; box-sizing: border-box;}

/*item이 open클래스/close클래스일 때 변경되는 css 작성  */
ul.terms_list li.terms_item.close .btn02 .arrow_down { position: absolute; right: 0px; top:15px;}
ul.terms_list li.terms_item.open .btn02 .arrow_down { position: absolute; right: 0px; top:15px; transform: rotate(180deg);}
ul.terms_list li.terms_item.open .desc {height: 207px;padding: 10px 19px;overflow-y: scroll; border: 1px solid #ebebeb; border-top: none;}
ul.terms_list li.terms_item.close .desc { height: 0; overflow: hidden; }
ul.terms_list li.terms_item.open .btn02 {	background-color: #f8f8f8; border: 1px solid #ebebeb; border-bottom: none;}
ul.terms_list li.terms_item.close .btn02 { background-color: #fff; }
/*
ul.terms_list li.terms_item.open .input_chk_new label {background-color: #f8f8f8;}
ul.terms_list li.terms_item.close .input_chk_new label {background-color: #fff;}
*/

ul.terms_list li.terms_item .red { color:rgb(221, 42, 42); }
ul.terms_list li.terms_item .bold { font-weight:normal; }
ul.terms_list li.terms_item .blue {  color:#2b88ff; }
ul.terms_list li.terms_item .normal {  font-weight: normal; }
ul.terms_list li.terms_item .desc p { word-break: break-all; font-size: 13px;}
ul.terms_list li.terms_item .desc span { display: block; font-size: 13px; padding-bottom: 5px;}
ul.terms_list li.terms_item .desc .tr { text-align: right; }
ul.terms_list li.terms_item .desc .terms_table { border:none; margin: 10px 0px;}
ul.terms_list li.terms_item .desc .terms_table tr th { border:1px solid #ffffff; background-color: #d6e5fa; padding:10px; text-align: center; font-size: 13px;}
ul.terms_list li.terms_item .desc .terms_table tr td { border:1px solid #ffffff; background-color: #ffffff; padding:10px; font-size: 13px; }

ul.terms_list li.terms_item.terms_chk_all .btn02 .chk_all_txt { font-weight: bold; color:#2b88ff; }
ul.terms_list li.terms_item .input_chk_new input { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; width: 1px; height: 1px; }
ul.terms_list li.terms_item .input_chk_new label {position: relative;width: 100%;padding: 10px 0px 10px 43px;font-size: 14px;font-weight: 700;line-height: 21px;cursor: pointer;color: #333;box-sizing: border-box;background: url(/assets/img/chk_blue_icon_off.png) no-repeat 3px 6px;background-size: 30px;}
ul.terms_list li.terms_item .input_chk_new input:checked+label { background: transparent; background-size: 0px;}
ul.terms_list li.terms_item .input_chk_new input:checked+label:before {content: '';position: absolute;top: 57%;left: 1px;display: block;width: 33px;height: 32px;margin-top: -15px;background: url(/assets/img/chk_blue_icon_on.png) no-repeat 3px 1px;background-size: 29px;}

@media (max-width:500px) {
    .layer_popup_wrap_live .popup_body_renew02 { padding:60px 0px 0px 0px; }
    ul.terms_list li.terms_item .input_chk_new label { font-size:13px; padding:10px 0px 10px 36px; }
    ul.terms_list li.terms_item .btn02 { padding:20px 0px; }
    ul.terms_list li.terms_item.close .btn02 .arrow_down { right:0px; }
    ul.terms_list li.terms_item.open .btn02 .arrow_down { right: 0px; }
    ul.terms_list li.terms_item.open .desc { height:160px; }
}

/* 닫기버튼 */
.agreement_new_close_btn {cursor: pointer; background-color: #2b88ff; margin: 50px auto; text-align: center; transition: ease-in 0.4s; color: #fff; border: 1px solid #2b88ff; border-radius: 5px; display: block; box-sizing: border-box; width: 100%; height: 45px; padding: 11px; font-weight: bold;}
.agreement_new_close_btn:hover { background-color: #fff; color:#1b57a4; }

/*download*/
#download-header {
    width: 100%;
    position: absolute;
    top: 0;
    background: transparent;
}

#download-header .container {
    width: 1200px;
    align-items: flex-start;
    padding-left: 80px;
}

.download-logo {
    width: 91px;
    position: relative;
    top: 42px;
    left: 0;
}

.download {
    background: url(/assets/img/pc-download-bg.jpg) top center repeat;
    background-size: cover;
    height: 653px;
    min-width: 1200px;
    position: relative;
    top: 30px;
    margin-bottom: 200px;
}

.download .container {
    width: 1200px;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: relative;
    top: 97px;
}

.download-kdh {
    height: 653px;
    flex-basis: 50%;
}

.download-kdh img {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.download-wrap {
    flex-basis: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left:0px;
    padding-top: 60px;
    gap: 30px;
}

.download-wrap p {
    color: #fff;
}

.download-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.download-wrap p.title01 {
    font-weight: 700;
    letter-spacing: -1px;
}

.download-wrap p.title04 {
    font-weight: 300;
}

.download-btns {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.download-link form {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.download-link input[type=text]{
    flex-basis: 70%;
    flex-shrink: 0;
    height: 58px;
    border: 0;
    border-radius: 12px 0 0 12px;
    padding: 0 20px;
    font-size: 18px;
}

.download-link input[type=text]::placeholder {
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 500;
    padding: 0 20px;
}

.download-link a {
    flex-basis: 30%;
    flex-shrink: 0;
    background-color: #0664dc;
    color: #fff;
    border-radius: 0 12px 12px 0;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: 500;
}

.download-instruction {
    background-color: #Fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(105,177,233,0.3);
}

.download-instruction > p {
    font-size: 22px;
    color: #111;
    font-weight: 700;
}

.download-instruction > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.download-instruction img {
    width: 105px;
    border: 3px solid #2b88ff;
    border-radius: 10px;
}

.dowload-instruction-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px;
}

.dowload-instruction-text p {
    color: #111;
    line-height: 24px;
}

.dowload-instruction-text p.title {
    font-size: 18px;
    font-weight: 700;
}

/*complete*/

.complete-wrap {
    align-items: center;
    gap: 20px;
}

.complete-logo {
    width: 209px;
    padding-bottom: 30px;
}

.complete-img {
    width: 65px;
}

.complete-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.complete-text .title03 {
    display: block;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;;
}

.complete-text .title04 {
    display: block;
    text-align: center;
}


/*모바일-1200*/
@media screen and (max-width:1200px) {
    .pc {
        display: none !important;
    }

    .mo {
        display: block;
    }

    /* common */
    .sub-wrap{padding: 80px 32px;}
    .sub-container {width: 100%;display: flex;flex-direction: column;gap: 32px;}
    .sub-visual{min-width:0;height:260px;background-size:auto 260px;position: relative;top:48px;}
	.sub-visual02{ width: 100%; min-width:0;height:auto;position: relative;top:48px;}
	.sub-visual02 img {width: 100%;}

    /* list */
    .list-company-brand-container {gap:12px;padding:20px;flex-wrap:nowrap;overflow-x:scroll;justify-content: flex-start;}
    .list-company-brand-container .brand{min-width:80px;height:69px;font-size:12px;}
    .list-company-brand-container .brand img{margin:8px auto 0;width:46px;height:auto}
    .list-product ul li {margin-bottom:30px;padding:20px;width: 100%; }
    .list-product ul li .car-image {text-align:right}
    .list-product ul li .car-image img {width:160px;height:auto;}
    .list-product ul li .car-name {padding: 5px 0 12px;}
    .list-product ul li .car-price { padding-top: 4px;}

    .list-product .btn-box{margin-top:10px; gap: 16px;}
    .list-product ul li .btn-estimate-blue {width:50%;}

    /* estimate */
    .estimate-form{gap:16px}

    /* footer - sub page  */
    footer .sub-container {margin-bottom:0}

    /*header-1200*/
    header {
        height: 48px;
    }

    nav.mo {
        width: 100%;
    }

    nav .mo-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        height: 48px;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 16px;
    }

    .m-navbar-l {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

    .m-navbar-l .btn-menu img {
        width: 20px;
        margin-top: 3px;
    }

    .m-navbar-l .m-logo img {
        width: 200px;
    }

    .m-navbar-r a {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        background: #2b88ff;
        border-radius: 4px;
        padding: 8px;
        height: 35px;
    }

    .m-navbar-r a img {
        width: 30px;
    }

    /*mobile menu-1200*/
    /* mobile nav 팝업 수정 */
    .m-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);z-index:999}
    .m-menu-inner{position:absolute;top:0;left:0;width:0;height:100%;background:#fff;transition-duration: 0.2s;}
    .m-menu ul { display: flex;flex-direction: column;gap : 30px;padding: 17px 18px 0 34px;}

    /*    .m-menu {
            display:none;
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            z-index: 99;
        }

        .m-menu ul {
            display: flex;
            flex-direction: column;
            gap : 30px;
           width: 80%;
            height:100%;
           background-color: var(--white);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            padding: 17px 18px 0 34px;
        }  */

    .m-menu ul li a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.5px;
    }

    .m-menu ul li.btn-close {
        text-align: right;
    }

    .m-menu ul li.btn-close img {
        width: 16px;
    }

    /*info-1200*/
    #detail_info {
        padding: 0;
        position: relative;
        top: 48px;
    }

    #detail_info .container {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .detail-info-wrap {
        width: 100%;
        border:0 ;
        border-radius: 0;
        background: url('/assets/img/detail-info-bg-m.jpg') center center repeat-x;
    }

    .detail-estimate-wrap {
        position: relative;
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 0;
        padding: 80px 16px;
        gap: 10px;
        z-index: 0;
    }

    .detail-car-image-wrap img {
        top: 55%;
    }


    /*banner-1200*/
    #detail_banner {
        padding: 0;
    }

    #detail_banner .container {
        width: 100%;
    }

    .detail-main-banner, .detail-sub-banner {
        width: 100%;
        height: auto;
    }

    .detail-main-banner img {
        width: 100%;
    }

    .detail-sub-banner {
        padding: 80px 16px;
    }

    .detail-sub-banner ul li {
        justify-content: center !important;
    }

    .detail-sub-banner ul li:nth-child(2) {
        gap: 24px;
    }

    /*faq*/
    #detail_faq .container {
        width: 100%;
        align-items: center;
        padding: 0 16px;
    }

    #detail_faq .container > p {
        width: 100%;
    }

    #detail_faq .container ul {
        width: 100%;
    }

    /*footer-1200*/
    footer {
        width: 100%;
        padding: 48px 0 78px 0;
    }

    footer .container {
        width: calc(100% - 32px);
    }

    .company-wrap p, .privacy-wrap p a {
        font-size: 14px;
    }

    .company-wrap {
        gap: 4px;
    }

    /*quick form-1200*/
    .m-btn-wrap {
        position: fixed;
        bottom: 0;
        height: 58px;
        width: 100%;
        background-color: #f4f7fb;
        display: flex;
        flex-direction: row;
        padding: 4px 16px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        border-top: 1px solid #e3e3e3;
        box-shadow: 0px -3px 10px rgba(0,0,0,0.08);
    }

    .m-btn-wrap a {
        width: 100%;
        border-radius: 4px;
        height: 42px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: #fff;
        letter-spacing: -1px;
        font-weight: 600;
    }

    .m-btn-quickform {
        background-color: #f44a6e;
    }

    .m-btn-quickcall {
        background-color: #102655;
    }

    .m-btn-wrap.m-btn-est-call {
        padding: 0;
        height: 50px;
    }

    .m-btn-wrap.m-btn-est-call a {
        height: 100%;
        border-radius: 0;
    }

    .m-btn-wrap img {
        width: 20px;
    }

    .m-estimate-btn {
        padding: 0;
    }

    .m-estimate-btn a {
        border-radius: 0;
        height: 100%;
    }


}


/*모바일-700*/
@media screen and (max-width:700px) {

    /* common */
    .sub-wrap{padding: 40px 16px;}
    .sub-container {gap: 16px;}
    .sub-title {font-size:24px;padding-bottom: 4px;}
    .sub-title-s {font-size:12px;padding-bottom: 4px;}
    .sub-visual{ height:180px;}
    .btn-blue{border-radius: 8px;font-size:14px;}
    .btn-white{border-radius: 8px;font-size:14px}

    /* list */
    .list-visual { background:url(../img/m-list-visual.jpg ) top center no-repeat;background-size:auto 180px}

    .list-company-tab-container .tab{height:40px;font-size:14px}
    .list-company-brand-container {gap:10px;padding:12px;flex-wrap: nowrap}
    .list-company-brand-container .brand{width:64px;height:58px;font-size:12px;}
    .list-company-brand-container .brand img{margin:6px auto 0;width:38px;height:auto}

    .list-category ul {gap: 4px;line-height: 28px;}
    .list-category ul li a {font-size: 14px;padding: 4px 10px;}
    .list-category .text-info{margin:20px 0 12px;font-size:16px;}

    .list-product ul li {margin-bottom:24px;padding:16px;width: 100%;border-radius:8px; }
    .list-product ul li .car-image {text-align:right}
    .list-product ul li .car-image img {width:128px;height:auto;}
    .list-product ul li .car-name {font-size:18px;padding: 2px 0 10px;}
    .list-product ul li .car-price { font-size: 14px;padding-top: 6px;}
    .list-product ul li .car-price .title04 {font-size: 18px;font-weight: 700; color: #2b88ff;}
    .list-product ul li .car-price .car-kind{font-size: 12px;}

    .list-product .btn-box{margin-top:10px; gap: 12px;}
    .list-product ul li .btn-blue {width:50%;height: 40px; font-size: 14px;line-height: 38px;}
    .list-product ul li .btn-white {width:50%;height: 40px; font-size: 14px;line-height: 38px;}

    /* estimate */
    .estimate-visual {background:url(../img/m-estimate-visual.jpg ) top center no-repeat;background-size:auto 180px}
    .estimate-form{flex-direction: column;gap:12px;padding:16px 0 10px;}
    .estimate-form .form-box {width:100%;font-size:14px;}
    .estimate-form input[type="text"] {margin:10px 0;width:100%;border:none;border-radius: 8px;}
    .estimate-form input[type="text"]::placeholder {font-weight:400}
	.estimate-form input[type="tel"] {margin:10px 0;width:100%;border:none;border-radius: 8px;}
    .estimate-form input[type="tel"]::placeholder {font-weight:400}

    .estimate-agreement-wrap {width:100%;}
    .estimate-agreement-wrap label{font-size:14px;}
    .estimate-agreement-wrap input{margin:0 5px 1px 0;width:16px;height:16px;}
    .estimate-agreement-wrap a {display:inline-block;margin-left:10px;padding:6px 12px;background:#535353;border-radius:20px;font-size: 12px;color: #fff;}

    .estimate-btn-apply {display:block;margin: 16px auto 30px; width:100% }

    /*footer-700*/
    footer .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .privacy-wrap {
        flex-direction: column;
        gap: 8px;

    }

    .company-wrap p {
        flex-direction: column;
        gap: 4px;
    }

    /*info-700*/
    .detail-car-image-wrap img {
        width: 80%;
        top: 60%;
    }

    .detail-info-wrap {
        height: auto;
        background-size: cover;
    }

    .detail-info-wrap::after {
        content: "";
        display: block;
        padding-bottom: 80%;
    }

    .content {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .detail-car-text-wrap {
        position: relative;
        left: 0;
        padding-left: 20px;
    }

    /*banner-700*/
    .detail-sub-banner ul li {
        flex-direction: column;
        align-items: center;
        padding: 40px 16px;
    }

    .detail-sub-banner ul li img {
        max-width: 325px;
        width: 100%;
    }

    .detail-sub-banner .detail-text-wrap > p {
        text-align: center;
    }

    .detail-sub-banner ul li:nth-child(2) {
        flex-direction: column-reverse;
    }

    /*popup-700*/
    .popup-wrap .container {
        padding: 0;
        width: calc(100% - 32px);
    }

    .popup-title {
        width: 100%;
        height: auto;
        padding: 24% 0;
        background: url(/assets/img/popup-title-m.png) left center no-repeat;
        background-size: cover;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    .popup-form {
        width: 100%;
        padding: 24px 16px;
    }

    /*agreement popup-700*/
    .layer_popup_wrap_new .layer_popup_renew02 {
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 0 16px;
        background: transparent;
    }

    .layer_popup_wrap_new .popup_title_renew02 {
        margin: 0;
        top: 12px;
    }

    .layer_popup_wrap_new .popup_body_renew02 {
        width: 100%;
        background-color: #fff;
        padding: 30px;
        height: auto;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .layer_popup_wrap_new .popup_close_renew02 {
        top: 19px;
    }

    .layer_popup_wrap_new .popup_body_renew02 ul {
        width: 100%;
    }

    ul.terms_list li.terms_item .input_chk_new label {
        background: url(/assets/img/chk_blue_icon_off.png) no-repeat 3px 4px;
        background-size: 30px;
    }

    /*complete*/
    .complete-logo {
        width: 160px;
    }

    .complete-img {
        width: 50px;
    }

    .complete-text .title03 {
        font-size: 26px;
    }

    .complete-text .title04 {
        font-size: 18px;
    }
}

@media screen and (max-width:359px) {
    .list-visual { background:url(/assets/img/m-list-visual-s.jpg ) top center no-repeat;background-size:auto 180px}
    .list-product ul li .car-image {display: flex;align-items: center;justify-content: center;}
    .list-product ul li .car-image img {width:100%;height:auto;}
    .list-product ul li .car-price .car-kind{display:block;}

    .estimate-visual { background:url(/assets/img/m-estimate-visual-s.jpg ) top center no-repeat;background-size:auto 180px}
}
