.renew-mycar-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgb(0,0,0,0.3);
    z-index: 10000;
}

.renew-mycar-popup.active {
    display: block;
}

.renew-mycar-popup-main {
    padding: 15px 15px 135px 15px;
    max-width: 720px;
    width: 100%;
    background-color: #FFF;
    height: calc( 100% - 70px );
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
}

.mycar-middle {
    width: 100%;
    height: 95%;
    overflow: scroll;
}


.mycar-middle-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mycar-footer-1, .mycar-footer-3 {
    bottom: 10%;
    width: 100%;
    height: 85px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
}

.mycar-footer-main-1, .mycar-footer-main-2, .mycar-footer-main-3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mycar-footer-main-3 {
    display: block;
}
.mycar-footer-main-3 > .mycar-footer-main-3-sum-1, .mycar-footer-main-3 > .mycar-footer-main-3-sum-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mycar-footer-3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-option, .footer-option-price, .footer-option, .footer-option-price-div {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9B9B9B;
}

.footer-car {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #09141E;
}

.footer-car-price, .footer-car-initial-price, .footer-car-price-div {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #09141E;
}

.mycar-footer-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 20px 0px 20px;
}

.review-option-div-main {
    padding-bottom: 30px;
}

.mycar-footer-2 {
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 10px 20px 0px 20px;
}

.mycar-footer-1 button, .mycar-footer-3 button {
    width: 50%;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}

.view-estimate {
    width: 100%;
    background: #09141E;
    border-radius: 6px;
    border: 0;
    padding: 14px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.mycar-previous-btn {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #09141E;
    padding: 14px 0;
    width: 100%;
    color: #000000;
}

.mycar-next-btn {
    background: #09141E;
    border: 0;
    border-radius: 6px;
    padding: 14px 0;
    width: 100%;
    color: #FFFFFF;
}

.mycar-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #09141E;
    text-align: center;
}

.mycar-status {
    padding: 24px 0px;
}

.mycar-status-main {
    height: 6px;
    background: #DDE0E6;
    width: 100%;
}

.mycar-status-main-2 {
    height: 6px;
    background: #09141E;
    width: 0%;
    margin-top: -6px;
    transition: ease 0.5s;
}

.renew-brand-popup, .renew-model-popup {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.middle-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #09141E;
}

.renew-brand-popup-main {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DDE0E6;
    border-radius: 4px;
    height: 100px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #09141E;
    cursor: pointer;
    justify-content: center;
}

.renew-model-popup-main {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #DDE0E6;
    border-radius: 4px;
    height: 100px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #09141E;
    cursor: pointer;
    justify-content: space-evenly;
}

.renew-model-popup-main div:nth-of-type(1) {
    height: 70%;
    display: flex;
    align-items: center;
}

.renew-model-popup-main div:nth-of-type(2) {
    height: 30%;
    display: flex;
    align-items: center;
}

.renew-model-popup-main div:nth-of-type(2) p {
    font-weight: 600;
    font-size: 15px;
    color: #09141E;
    text-align: center;
}

.renew-brand-popup-main.active, .renew-model-popup-main.active {
    border: 1px solid #09141E;
}

.renew-brand-popup-main img {
    width: 75px;
    height: auto;
    max-height: 50px;
}

.renew-model-popup-main img {
    width: 110px;
    height: auto;
}

.flix-div {
    display: flex;
    gap: 6px;
}

.model-h5 {
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    color: #09141E;
}

.model-h5 img {
    width: 40px;
    height: 100%;
    padding-right: 3px;
    vertical-align: middle;
}

.renew-lineup-popup {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.renew-lineup-popup-main {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.renew-lineup-popup-main p {
    font-weight: 500;
    font-size: 16px;
    color: #09141E;
}

.lineupCheck {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.renew-trim-popup-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-log-img {
    width: 40px;
    height: 100%;
    padding-right: 3px;
    vertical-align: middle;
}

.brand-name {
    font-weight: 500;
    font-size: 17px;
    color: #3D4044;
}

.model-name {
    font-weight: 700;
    font-size: 17px;
    color: #09141E;
}

.lineup-name {
    font-weight: 500;
    font-size: 14px;
    color: #9B9B9B;
}

.renew-trim-car-img-div {
    width: 70%;
    margin: 20px 0px 20px 0px;
    display: flex;
    justify-content: center;
}

.renew-trim-car-img-div img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.renew-trim-again-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    border: 1px solid #09141E;
    border-radius: 36px;
    background-color: transparent;
    cursor: pointer;
}

.renew-trim-again-div span {
    font-weight: 500;
    font-size: 14px;
    color: #09141E;
}

.renew-trim-again-div img {
    width: 16px;
    height: 16px;
}

.renew-trim-hr {
    background: #F5F7FC;
    width: 100%;
    border: solid 4px #F5F7FC;
}

.renew-trim-h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #09141E;
}

.trim-name-p {
    font-weight: 700;
    font-size: 16px;
    color: #09141E;
}

trim-name-price {
    font-weight: 400;
    font-size: 14px;
    color: #3D4044;
}

.renew-trim-popup-main {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 15px;
    border: 1px solid #DDE0E6;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.renew-trim-popup-main.active {
    border: 1px solid #09141E;
}

.renew-trim-popup-main img {
    width: 25px;
    height: 25px;
}

.renew-trim-popup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sp-title-div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDE0E6;
    border-radius: 2px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

.sp-title-div.active {
    background-color: #05141f;
    border: 1px solid #05141f;
    color: #FFFFFF;
}

.sp-title-div img {
    width: 16px;
    height: 16px;
}

.sp-val-div {
    padding: 20px;
    display: none;
}

.sp-val-div.active {
    display: block;
}

.sp-div {
    margin: 10px 0px;
}

.sp-title {
    font-weight: 500;
    font-size: 15px;
    height: 14px;
    line-height: 14px;
    color: #222222;
}

.sp-value {
    font-size: 15px;
    height: 14px;
    line-height: 14px;
    color: #777777;
}

.sp-a-tag {
    color: #0c43b7;
    text-decoration: underline;
    cursor: pointer;
}

.text-test {
    margin: 0;
    font-size: 15px;
}

/* 품목보기 팝업 */
.renew-video-popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 100002;
    top: 0;
}

.renew-video-popup.active {
    display: block;
}

.renew-video-popup-main2 {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.renew-video-popup-main.active {
    top: 20%;
}

.renew-video-popup-main {
    display: block;
    width: 100%;
    max-width: 720px;
    height: 80%;
    position: absolute;
    transform: translate(-50%, 0%);
    top: 100%;
    left: 50%;
    background-color: #FFF;
    padding: 17px 24px 17px 24px;
    overflow-y: scroll;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: ease 0.5s;
}

.video-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 25px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

.renew-video-popup-title2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.popup-sp-a-tag {
    color: #4C4C4C;
    font-size: 15px;
    cursor: pointer;
}

.popup-sp-a-tag.active {
    color: #00aeef;
}

.renew-video-popup-title2 span {
    margin: 0px 5px;
}

.renew-video-popup-img {
    width: 100%;
    height: auto;
}

.renew-video-popup-value {
    height: auto;
    max-height: 200px;
}

.renew-video-popup-value-p {
    padding: 10px 0;
    font-size: 15px;
    color: #222;
    font-weight: 300;
}

.renew-video-popup-close {
    display: block;
    width: 80px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #05141f;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    border-radius: 4px;
    background-color: #05141f;
}

.exterior-div, .interior-color-code, .design-color-code {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 10px;
}

.exterior-color-div, .interior-color-code-list, .design-color-code-list {
    width: calc(20% - 12px);
    height: 50px;
    border-radius: 4px;
    position: relative;
}
@media(max-width:425px) {
    .exterior-color-div, .interior-color-code-list, .design-color-code-list {
        width: calc(25% - 12px);
    }
}
@media(max-width:375px) {
    .exterior-color-div, .interior-color-code-list, .design-color-code-list {
        width: calc(33% - 12px);
    }
}
.exterior-color-div.active, .interior-color-code-list.active, .design-color-code-list.active {
    border: 1px solid #09141E;
}


.renew-exterior-h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #09141E;
}

.code-p {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
}

.code-p.active {
    display: block;
}

.white {
    color: white;
}

.black {
    color: black;
}

.exterior-1, .interior-1, .design-1 {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.exterior-2, .interior-2 {
    width: 100%;
    height: 50%;
}

.color-name-price-div, .interior-name-price-div, .design-name-price-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.color-name, .interior-name, .design-name {
    font-weight: 500;
    font-size: 14px;
    color: #09141E;
}

.interior-name.active {
    color: #09141E;
}

.color-price, .interior-price, .design-price {
    font-weight: 400;
    font-size: 14px;
    color: #3D4044;
}

.exterior-color-div .exterior-2:nth-of-type(1), .interior-color-code-list .interior-2:nth-of-type(1) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.exterior-color-div .exterior-2:nth-of-type(2), .interior-color-code-list .interior-2:nth-of-type(2) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.interior-div, .design-div {
    margin-top: 20px;
}

.interior-list-div, .exterior-car-img, .design-list-div {
    width: 100%;
    max-width: 320px;
    height: 220px;
    position: relative;
    margin: auto;
}

.interior-img-list, .exterior-car-img-list, .design-img-list {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 100%;
    transition: width .2s linear;
    background-position: 0;
    background-size: 320px auto;
    z-index: 0;
}

.exterior-car-img-list.on, .interior-img-list.on, .design-img-list.on {
    width: 100%;
}

.interior-group-div h6, .design-div-main h6 {
    font-size: 18px;
    color: rgb(255, 114, 80);
    text-align: center;
    font-weight: 500;
}

.review-option-div h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.group-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #09141E;
}

.group-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.option-div-3 {
    display: none;
    border-top: 1px solid #DDE0E6;
    padding: 5px 5px;
}

.option-div-3.active {
    display: block;
}

.option-div {
    border: 1px solid #DDE0E6;
    border-radius: 8px;
    gap: 20px;
    padding: 15px 15px 12px 15px;
}

.option-div.active {
    border: 2px solid #09141E;
}

.option-div.active2 {
    border: 2px solid #9b7709;
}

.option-div.active3 {
    border: 2px solid #00aeef;
}

.option-div2 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.option-div-1 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.option-div-main-1 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.option-div-1 img {
    width: 24px;
    height: 24px;
}

.option-div-main-2 img {
    width: 25px;
    height: 25px;
}

.op-a-tag {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #8091AD;
    text-decoration-line: underline;
}

.option-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #09141E;
    vertical-align: middle;
}

.option-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #3D4044;
}

.recommendation {
    display: none;
    background: #3481FF;
    border-radius: 4px;
    width: 28px;
    min-width: 28px;
    height: 18px;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

.recommendation.active {
    display: inline-block;
}

.renew-estimate-popup-brand-name-img {
    display: flex;
    gap: 5px;
}

.renew-video-popup-main2::-webkit-scrollbar             { height:4px; width: 7px; display:block; float:right; }
.renew-video-popup-main2::-webkit-scrollbar-thumb       { background: #909090; border-radius: 10px; }
.renew-video-popup-main2::-webkit-scrollbar-thumb:hover { background: #777777; }
.renew-video-popup-main2::-webkit-scrollbar-track       { background-color: #EAEAEA; }

.renew-video-popup-value::-webkit-scrollbar             { height:4px; width: 7px; display:block; float:right; }
.renew-video-popup-value::-webkit-scrollbar-thumb       { background: #909090; border-radius: 10px; }
.renew-video-popup-value::-webkit-scrollbar-thumb:hover { background: #777777; }
.renew-video-popup-value::-webkit-scrollbar-track       { background-color: #EAEAEA; }

.sp-div-1 {
    display: none;
}

.sp-div-1.active {
    display: block;
}

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

.option-checkbox {
    display: none;
}

.review-sale-option-div h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.review-sale-option-div .option-group h3 {
    margin: 10px 0px;
}

.review-sale-option-div .option-group .option-item {
    width: 100%;
    padding: 0px 13px;
    border-radius: 5px;
}

.review-sale-option-div .option-group .option-item .sale-option-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.review-sale-option-div .option-group .option-item .sale-option-selection .modify-sale-options {
    background: #ffffff;
    background-image: url('/img/carzal/add_item.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 28px;
    height: 28px;
    border: none;
}

.review-sale-option-div .option-group .option-item .sale-option-items {
    text-align: right;
    margin-bottom: 3px;
    display: inline-block;
}

.review-sale-option-div .option-group .option-item .sale-option-items .sale-option-item {
    display: inline-block;
    padding: 5px 13px;
    text-align: right;
    font-size: 13px;
    border-radius: 3px;
    background-color: #444444;
    color: #ffffff;
    
}
.review-sale-option-div .option-group .option-item select {
    width: 100%;
    border: 0px solid #ffffff;
    cursor: pointer;
}

.review-sale-option-div .sale-options-summary {
    border: 0px solid #e9e9e9;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.review-sale-option-div .sale-options-summary .sale-options-summary-item {
  display: flex;
  justify-content: space-between;
}

.review-sale-option-div .total {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.review-sale-option-div .total .total-sale-price {
    font-weight: 100;
}
