/* 통계 센터 */
#container.l-statisticsCenter {
    width: 100%;
    display: flex;
    padding-top: 8rem;
    max-width: 1130px;
    margin: 0 auto;
}

.l-statisticsCenter .contents {
    width: 100%;
    max-width: calc(1130px - 200px);
    padding: 0px 0px 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.l-statisticsCenter .sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    align-self: flex-start;
    top: 100px;
}


.l-statisticsCenter .accordion-nav > .accordion__head > .accordion__head-title {
   font-family: Pretendard;
   font-weight: 600;
   font-size: 15px;
   line-height: 150%;
   color: var(--gray-700)
}

.l-statisticsCenter .accordion__head:hover .btn-accordion-toggle {
  background: url(/images/icon/chevron_right_lightgray.svg) no-repeat center;
  background-size: contain;
}


.l-statisticsCenter .menu .menu__item {
    color: var(--gray-700);
    padding: 9px 14px 8px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.l-statisticsCenter #mainMenu {
    position: sticky;
    top: 56px;
    z-index: 10;
    background-color: #fff;
}

.l-statisticsCenter .menu .menu__item:hover {
    background-color: var(--gray-50);
}

.l-statisticsCenter .menu__section {
    padding: 8px 14px 8px;
    width: 100%;
    display: flex;
    color: var(--content-caption);
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 8px;
}

.l-statisticsCenter .menu {
    width: 220px;
}

.l-statisticsCenter .submenu {
    width: 220px;
    margin-bottom: 20px;
}
.l-statisticsCenter .accordion__head {
     padding: 9px 14px 8px
}
.l-statisticsCenter .submenu .submenu__item {
    padding: 8px 14px 9px 24px;
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--gray-700);
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.l-statisticsCenter .submenu__item.sts-active {
    background-color: var(--gray-100);
        font-weight: 700;
}
.l-statisticsCenter .submenu__item.sts-active > span {
    font-weight: 700;
}

.l-statisticsCenter .submenu .submenu__item > .c-chip {
    padding: 4px 10px;
    line-height: 14px;
}

.l-statisticsCenter .submenu .submenu__item:hover {
    background-color: var(--gray-100);
}

.l-statisticsCenter .tab-bar__nav {
    padding: 0 16px 0px;
    background-color: #fff;
    margin-bottom: 0px;
}

.l-statisticsCenter .c-chip.select {
    padding: 6px 0;
    gap: 0;
}

.l-statisticsCenter .chart-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1130px;
    padding: 0 32px;
}

.l-statisticsCenter .section__title {
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-statisticsCenter .section__title .section__title--date {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-caption);
    justify-content: space-between;
}
.l-statisticsCenter .section__title  h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-statisticsCenter .section__sub-title {
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.l-statisticsCenter .section__sub-title > .section__sub-title--desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-sub);
}

.l-statisticsCenter .section__sub-title > .section__sub-title--date {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-caption);
}

.l-statisticsCenter .tab-bar__list {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    margin-top: 10px;
    border-bottom: 1px solid var(--border-normal, #f1f4f6);
    position: relative;
}

.l-statisticsCenter .tab-bar__item {
    position: relative;
    display: flex;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    color: var(--content-main);
    align-items: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    color: var(--content-caption);
}

.l-statisticsCenter .tab-bar__item.sts-active {
    color: var(--content-main);
    font-weight: 700;
}

.l-statisticsCenter .statistics__underline {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: var(--black);
    transition: all 0.2s ease;
    display: flex;
    padding: 0px;
}
.l-statisticsCenter .c-select {
}

.l-statisticsCenter .rank-box {
    overflow-x: auto;
}

.l-statisticsCenter .rank-table {
    padding: 0 16px;
    margin-top: 12px;
    min-width: 800px;
}

.l-statisticsCenter .rank-head th {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.08px;
    color: var(--content-sub) !important;
    height: 30px;
}
.l-statisticsCenter .rank-head .asc > div > button,
.l-statisticsCenter .rank-head .asc > button{
    font-weight: 500;
    color: var(--primary-blue);   
}
.l-statisticsCenter .rank-head .desc > div > button,
.l-statisticsCenter .rank-head .desc > button{
    font-weight: 500;
    color: var(--primary-blue); 
}

.l-statisticsCenter .rank-table thead th.asc  button img {
    transform: rotate(180deg); 
}

.l-statisticsCenter .rank-table thead th.desc button img { 
    transform: rotate(0deg); 
}

.l-statisticsCenter .rank-head > th:first-child {
    padding-left: 8px;

    background-color: #fff;
}

.l-statisticsCenter .rank-head > th:last-child {
    padding-right: 8px;
}

.l-statisticsCenter .rank-head > th:not(:first-child) > span,
.l-statisticsCenter .rank-head > th:not(:last-child) > span {
    padding-right: 8px;
}

.l-statisticsCenter .rank-row {
    padding: 10px 0;
}

.l-statisticsCenter .rank-row > td:first-child {
    padding-left: 8px;
    border-radius: 10px 0 0 10px;
    padding: 10px;
}

.l-statisticsCenter .rank-row > td:last-child {
    padding-right: 8px;
    border-radius: 0 10px 10px 0;
}

.l-statisticsCenter .rank-row:nth-child(even):not(.rank-head) > td {
    background-color: #fff;
}

.l-statisticsCenter .rank-row:nth-child(odd):not(.rank-head) > td {
    background-color: var(--gray-50);
}

.l-statisticsCenter #modelTable .rank-row:not(.rank-head):hover > td {
    background-color: var(--gray-100);
}
.l-statisticsCenter #elecTable .rank-row:not(.rank-head):hover > td {
    background-color: var(--gray-100);
    cursor: pointer;
}

.l-statisticsCenter #trendTable .rank-row:not(.rank-head):hover > td {
    background-color: var(--gray-100);
    cursor: pointer;
}

.l-statisticsCenter .rank-row > .cell--sales,
.l-statisticsCenter .rank-row > .cell--share,
.l-statisticsCenter .rank-row > .cell--change,
.l-statisticsCenter .rank-row > .cell--price {
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.08px;
    color: var(--content-main);
    width: 100px;
}

.l-statisticsCenter .rank-row > td > span {
    padding: 0px 8px;
}

.l-statisticsCenter .rank-row > .cell--model {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 0;
}

.l-statisticsCenter .rank-row > .cell--model > .model-info {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.l-statisticsCenter .rank-row > .cell--model > .model-info > .brand {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.08px;
    color: var(--content-sub);
}

.l-statisticsCenter .rank-row > .cell--model > .model-info > .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-statisticsCenter .rank-row > .cell--model > .thumb {
    width: 80px;
    object-fit: scale-down;
}

.l-statisticsCenter .rank-row > .cell--model > .cell--rank {
    width: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.08px;
}

.l-statisticsCenter .more-btn {
    width: 100%;
    margin-top: 12px;
    background-color: var(--gray-50);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10.5px 0;
}

.l-statisticsCenter .more-btn > span {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: var(--content-sub);
}

.l-statisticsCenter .brand--wrap {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 1px solid var(--border-input);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.l-statisticsCenter .brand--wrap > img {
    width: 80%;
}

.l-statisticsCenter .stat-cards-wrapper {
    padding: 4px 8px;
    display: flex;
    gap: 16px;
    width: 100%;
}

.l-statisticsCenter .stat-card {
    border-radius: 8px;
    padding: 20px;
    background-color: var(--gray-50);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.l-statisticsCenter .stat-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--content-sub);
}

.l-statisticsCenter .stat-label > button {
    display: flex;
    gap: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--content-sub);
}

.l-statisticsCenter .stat-value {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    vertical-align: middle;
    color: var(--content-main);
}

.l-statisticsCenter .section_sub__title > div {
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-top: 16px;
}

.l-statisticsCenter .section_sub__title > div > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-statisticsCenter .section_sub__title > div > img {
    width: 20px;
    height: 20px;
}

.l-statisticsCenter .top-five-rank--wrap {
    display: flex;
    gap: 40px;
}

.l-statisticsCenter .top-five-rank {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.l-statisticsCenter .top-five-rank__list {
    width: 100%;
    margin-top: 12px;
}

.l-statisticsCenter .top-five-rank__item:first-child {
    border-top: 1px solid var(--border-outline);
}

.l-statisticsCenter .top-five-rank__item {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    align-items: center;
    border-bottom: 1px solid var(--border-outline);
}

.l-statisticsCenter .rank-name--wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}

.l-statisticsCenter .rank-name--wrap > .rank {
    width: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08px;
}

.l-statisticsCenter .rank-name--wrap > .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-statisticsCenter .sales-percent--wrap {
    display: flex;
}

.l-statisticsCenter .sales-percent--wrap > .sales {
    color: var(--content-main);
}

.l-statisticsCenter .sales-percent--wrap > span {
    display: flex;
    width: 99.5px;
    height: 58px;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.08px;
    justify-content: end;
}

.l-statisticsCenter .chart-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gray-50);
    border-radius: 16px;
    margin-top: 12px;
    min-height: 314px;
}

.l-statisticsCenter .statistics-banner {
    background-color: #ebf1ff;
    border-radius: 16px;
    width: 100%;
    height: 160px;
    position: relative;
    cursor: pointer;
}

.l-statisticsCenter .statistics-banner > div {
    width: 297px;
    position: absolute;
    top: 44px;
    left: 46.5px;
}

.l-statisticsCenter .statistics-banner > div > h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-statisticsCenter .statistics-banner > div > span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-statisticsCenter .contents .l-market-statistic table {
    margin-top: 8px;
}

.l-statisticsCenter .contents .l-market-statistic tr,
.l-statisticsCenter .contents .l-market-statistic td,
.l-statisticsCenter .contents .l-market-statistic th {
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--content-main);
}

.l-statisticsCenter .contents .l-market-statistic table td:first-child {
    padding: 6px 0;
}

.l-statisticsCenter .contents .l-market-statistic table .first-column {
    align-items: center;
    padding: 4px 12px;
    width: 120px;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border-outline);
    border-bottom: 1px solid var(--border-outline);
}

.l-statisticsCenter .contents .l-market-statistic table .second-column {
    align-items: center;
    padding: 4px 12px;
    width: 221px;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border-outline);
    border-bottom: 1px solid var(--border-outline);
}

.l-statisticsCenter .contents .l-market-statistic table .third-column {
    align-items: center;
    padding: 4px 12px;
    width: 178px;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border-outline);
}

.l-statisticsCenter .contents .l-market-statistic table .fourth-column {
    align-items: center;
    padding: 4px 12px;
    width: 178px;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border-outline);
}

.l-statisticsCenter .contents .l-market-statistic table .fifth-column {
    align-items: center;
    padding: 4px 12px;
    width: 178px;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border-outline);
}

.l-statisticsCenter .contents .l-market-statistic table .sixth-column {
    align-items: center;
    padding: 4px 12px;
    width: 108px;
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--border-outline);
    border-bottom: 1px solid var(--border-outline);
}

.l-statisticsCenter .select-group {   
    display: flex;
    padding: 0 8px;
    margin-top: 16px;
    gap: 8px;
}

.l-statisticsCenter .select-group__item {
  gap: 4px;
}

.l-statisticsCenter .select-group__item .select-group__item--title {
  font-size: 13px;
}
    
.l-statisticsCenter .custom-select__native {
    display: none;
}


.l-statisticsCenter .c-select  .nice-select.change {
   background-color: var(--blue-50);
   color: var(--primary-blue);

}

.l-statisticsCenter .c-select  .nice-select.change:after {
   background: url(../images/icon/chevron_right_blue.svg) no-repeat center;
   background-size: contain;
}

.l-statisticsCenter .c-select  .nice-select.change .current{

   font-weight: 700;
}


.l-statisticsCenter .c-select .nice-select {
    width: 100%;
    background-color: var(--gray-100);
    border: none;
    box-shadow: none;
}

.l-statisticsCenter .reset-btn {
    display: flex; 
    gap: 5px; 
    width: 100%; 
    justify-content: flex-end;  
}

.l-statisticsCenter .reset-btn div{
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
}

.l-statisticsCenter .reset-btn div:hover{
   background-color: var(--gray-100);
}

#bottom-sheet-choose-filter .c-chip {
    border-radius: 0;
}


#bottom-sheet-choose-filter .c-chip.select {
 flex-wrap: wrap;
 gap: 8px;
 padding : 0;
}

#bottom-sheet-choose-filter .c-chip.select .c-chip__item {
 border : 1px solid var(--border-outline);
 padding : 8px 14px 8px 14px;
 color : var(--gray-800);
 font-weight: 500;
}

#bottom-sheet-choose-filter .c-chip.select .c-chip__item:hover {
 background-color: var(--bg-light-gray)
}

#bottom-sheet-choose-filter .c-chip.select .c-chip__item.selected {
 border : 1.5px solid var(--primary-blue);
 background-color: var(--blue-50);
 color: var(--primary-blue);
}

#bottom-sheet-choose-filter .bottom-sheet__header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: var(--content-main);
  font-size: 20px;
}

#bottom-sheet-choose-filter .bottom-sheet__content {
  max-height: 30rem;
  overflow: scroll;
  margin-top: 16px;
}

#bottom-sheet-choose-filter .sheet-group{
  margin-bottom: 24px;
}

#bottom-sheet-choose-filter .sheet-group:first-child .sheet-group__title{
  margin-top : 0
}


#bottom-sheet-choose-filter .sheet-group__title {
 margin: 10px 0;
 color: var(--content-main);
 font-weight: 700;
 font-size: 14px;
}

#viewWrap { 
 position: relative; 
 width: 100%; 
}

#marketIndicator,
#viewIndicator {
 display: none;          
 position: absolute; 
 inset: 0;
 z-index: 10;
 padding: 16px;
 background: #fff;           
 pointer-events: none;       
}

#marketIndicator.htmx-request,
#viewIndicator.htmx-request { 
 display: block; 
}
#marketIndicator .c-skeleton,
#viewIndicator .c-skeleton { 
 display: block; 
}

@media only screen and (max-width: 768px) {
    #container.l-statisticsCenter {
        padding-left: 0;
        padding-right: 0;
        display: flex !important;
        flex-direction: column;
        padding-top: 56px;
    }

    .l-statisticsCenter .top-five-rank--wrap {
        display: flex;
        flex-direction: column;
    }

    .l-statisticsCenter .stat-cards-wrapper {
        flex-direction: column;
    }

    .l-statisticsCenter .statistics-banner > div {
        width: 297px;
        position: absolute;
        top: 46px;
        left: 20.5px;
    }

    .l-statisticsCenter .statistics-banner > div > h3 {
        font-size: 20px;
    }

    .l-statisticsCenter .statistics-banner > div > span {
        font-size: 14px;
    }

    .l-statisticsCenter .select-group {
      flex-direction: column;
    }

    .l-statisticsCenter .select-group__item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .l-statisticsCenter .select-group__item .select-group__item--title {
        width: 84px;
    }

    .l-statisticsCenter .c-select {
        width: 100%;
    }
    
    .l-statisticsCenter .chart-section {
        padding: 0 16px;
    }
    
    .l-statisticsCenter .statistics-banner {
       height: 140px;
    }
    
    #viewWrap {
        margin-top: 20px;
    }
}


#container.l-car-detail {
    max-width: 1130px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    gap: 51px;
    padding-top: 76px;
}

.l-car-detail .contents {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.l-car-detail .sidebar {
    width: 220px;
}

.l-car-detail .arrow__btn--inner {
    width: 100%;
}

.l-car-detail .arrow__btn--inner > span {
    font-size: 14px;
    color: var(--content-sub);
}

.l-car-detail .car-profile {
    padding-left: 8px;
    padding-right: 8px;
}

.l-car-detail .tab__overview .car-content {
    padding: 0 16px;
    border-radius: 1rem;
    margin-bottom: 0;
}

.l-car-detail .car-profile__price {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.l-car-detail .car-profile__price > div >  span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.08px;
    color: var(--content-sub);
}

.l-car-detail .car-profile__price > strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.08px;
}

.l-car-detail .car-profile__sub span {
    color: var(--content-sub);
    font-weight: 600;
    font-size: 14px;
}

.l-car-detail .car-profile__sub--first-block {
    display: flex;
    align-items: center;
    color: var(--content-sub);
    font-weight: 600;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start; 
    gap: 4px;
}

.l-car-detail .car-profile__sub--first-block > div{
   border-radius: 12px;
   align-items: center;
   display: flex;
}

.l-car-detail .car-profile__sub--first-block > div:first-child{
    gap: 4px;
}

.l-car-detail .stats-card-group {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    padding: 0 24px;
}

.l-car-detail .stats-card-group > .stats-card {
    padding: 20px 24px;
    width: 100%;
    height: 97px;
    border-radius: 12px;
    background-color: var(--gray-50);
    flex-direction: column;
    justify-content: center;
}

.l-car-detail .stats-card-group > .stats-card > .stats-card__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-sub);
}

.l-car-detail .stats-card-group > .stats-card > .stats-card__value {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-car-detail .tab__title:first-child {
    padding: 0 16px;
}

.l-car-detail .tab__title > h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
    padding: 0 8px;
}

.l-car-detail .tab__sub-title {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
}

.l-car-detail .tab__sub-title > h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
    padding: 0 8px;
}

.l-car-detail .tab__sub-title > span {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-sub);
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.l-car-detail .chart-summary {
    padding: 0 16px;
    margin-top: 12px;
}

.l-car-detail .chart-summary > div {
    padding: 0 8px;
}

.l-car-detail .chart-summary > div > div {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-sub);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px;
    background-color: var(--gray-50);
    border-radius: 8px;
}

.l-car-detail .region-summary {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
}

.l-car-detail .region-stats {
    width: 348px;
    padding: 0 8px;
}

.l-car-detail .region-stats > .region-stats__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-car-detail .region-stats > .region-stats__item:not(first-child) {
    border-bottom: 1px solid var(--border-outline);
}

.l-car-detail .region-stats > .region-stats__item > .region-stats__info {
    display: flex;
    align-items: center;
}

.l-car-detail .region-stats > .region-stats__item > .region-stats__info > .region-stats__rank {
    width: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08px;
    color: var(--primary-blue);
}

.l-car-detail .region-stats > .region-stats__item > .region-stats__info > .region-stats__region {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}

.l-car-detail .region-stats > .region-stats__item > .region-stats__data {
    display: flex;
}

.l-car-detail .region-stats > .region-stats__item > .region-stats__data > .region-stats__count {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
    display: flex;
    width: 99.5px;
    height: 58px;
    padding: 0 8px;
    align-items: center;
    justify-content: end;
}

.l-car-detail .region-stats > .region-stats__item > .region-stats__data > .region-stats__change {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.08px;
    display: flex;
    width: 80px;
    height: 58px;
    padding: 0 8px;
    align-items: center;
    justify-content: end;
}

.l-car-detail .tab__similar-model {
    display: flex;
    margin-bottom: 304px;
}

.l-car-detail .model-summary {
    margin-top: 10px;
}

.l-car-detail .model-stats {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 16px;
}

.l-car-detail .model-stats > .model-stats__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 8px;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 10px;
}

.l-car-detail .model-stats > .model-stats__item:hover {
    background-color: var(--gray-50);
}

.l-car-detail .model-stats > .model-stats__item > div {
    display: flex;
    align-items: center;
}

.l-car-detail .model-stats > .model-stats__item > div > .model-stats__rank {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08px;
    color: var(--primary-blue);
    width: 20px;
}

.l-car-detail .model-stats > .model-stats__item > .model-stats__image {
    width: 106px;
    height: 58px;
    display: flex;
    align-items: center;
}

.l-car-detail .model-stats > .model-stats__item > .model-stats__image > img {
    width: 100%;
}

.l-car-detail .model-stats > .model-stats__item > div > .model-stats__model-info {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.l-car-detail .model-stats > .model-stats__item > div > .model-stats__model-info > .brand {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-sub);
}

.l-car-detail .model-stats > .model-stats__item > div > .model-stats__model-info > .model {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.08px;
    color: var(--content-main);
}


.l-car-detail .tab {
     max-width: calc(1130px + 2rem);
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
    background-color: var(--bg-white);
    z-index: 0;
    position: static;
    border-bottom: none;
}

.l-car-detail .car-profile {
   padding-left: 8px;
    padding-right: 8px;
    position: relative;
    padding-top: 12px;
    align-items: center;
    display: flex
}

.l-car-detail .car-profile__img {
  position: relative;
  width: 40%;
  height: 7.5rem;
}

.l-car-detail .car-profile__img img:last-child {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  max-width: 94%;
  max-height: 94%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-car-detail .car-profile__img img:first-child {
 position: absolute;
 width: 36px;
 top: 0;
 right: 0;
 z-index: 1;
}

.l-car-detail .car-profile__title{
  padding: 0.375rem 0;
  font-size: 20px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.l-car-detail .car-profile__title__model {
  margin-right: 0.1875rem;
  font-weight: 600;
  font-size: inherit;
  color: var(--content-main);
}

.l-car-detail .car-profile__title__trim {
  font-weight: 600;
  font-size: inherit;
  color: var(--content-main);
  border: 0;
  background: 0;
  cursor: pointer;
  display: flex;
  align-items: center; 
}

.l-car-detail .car-profile__title__trim:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/images/icon/chevron_right_gray.svg) no-repeat center;
  background-size: contain;
  vertical-align: -1px;
}



.l-car-detail .car-profile__title__trim:hover {
    opacity: 0.6;
}

.l-car-detail .car-profile__brand {
    font-size: 14px;
    font-weight: 600;
    color: var(--content-sub);
}

.l-car-detail .car-profile__container {
    flex: auto;
}


.l-car-detail .tab>div {
    width: 100%;
}

.l-car-detail .chart-container {
    padding: 16px 24px;
}

.l-car-detail .chart-container > div {
    background-color: var(--gray-50); 
    border-radius: 12px;
    padding: 20px 0
}

.l-car-detail .text-wrap {
    display: flex;
}

.l-car-detail .rank-box {
    padding: 0 24px;
}

.l-car-detail .rank-table {
    min-width: auto;
}

.l-car-detail .tab__similar-model .rank-row:not(.rank-head):hover > td {
    background-color: var(--gray-100);
    cursor: pointer;
}


/******************** 임시 추가 *****************/
.l-car-detail .arrow__btn--wrap {
	padding: 10px 0px 10px 0px;
	background: rgba(255, 255, 255, 0.48);
	backdrop-filter: blur(24px);
	justify-content: center;
	align-items: center;
}

.l-car-detail .tab__overview > .tab__contents {
	padding: 16px 0;
}

@media only screen and (max-width: 768px) {
    #container.l-car-detail {
        padding-top: 56px;
    }

    .l-car-detail .region-summary {
        display: flex;
        flex-direction: column-reverse;
    }

    .l-car-detail .tab__similar-model {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .l-car-detail .stats-card-group {
        display: flex;
    }
    .l-car-detail .stats-card-group > .stats-card {
        padding: 16px 10px;
        height: auto;
        text-align: center;
    }

    .l-car-detail .stats-card-group > .stats-card > .stats-card__value {
        font-size: 15px;
    }

    .l-car-detail .stats-card-group {
        gap: 12px;
    }
    
    .l-car-detail .chart-container {
        padding: 16px 24px;
    }
    .l-car-detail .text-wrap {
        flex-direction: column;
    }
    .l-car-detail .car-profile {
        flex-direction: column-reverse;
    }
    .l-car-detail .car-profile__img {
        width: 100%;
    }
    .l-car-detail .car-profile__container {
        width: 100%;
        margin-bottom: 20px;
    }
}

