.body {
    width: 1024px;
    margin: 0 auto;
}

.body .carzal:not(.model-name) {
    display: none !important;
}

.body .tab {
    margin: 0 auto;
}

.body .tab tr td {
    width: 170px;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
}

.body .tab tr td a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 38px 0 21px;
	font-size: 22px;
	line-height: 1.22;
	color: #909090;
}

.body .tab tr td hr {
	display: none;
	width: 76px;
	height: 2px;
	margin: 0 auto;
	background-color: #00aeef;
    border: none;
}

.body .tab tr td.active a {
	color: #00aeef;
}

.body .tab tr td.active hr {
	display: block;
}

.body .select-box {
    display: block;
	position: absolute;
    width: 238px;
    height: 30px;
    border: solid 1px #cdcdcd;
	cursor: pointer;
}

.body .select-box .select-list {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 163px;
    background-color: #ffffff;
    border: 1px solid #909090;
    z-index: 1;
    top: 28px;
    overflow-y: scroll;
}

.body .select-box .select-list.active {
	display: block;
}

.body .select-box .select-list label {
	display: block;
    min-height: 40px;
    padding: 7px 0 7px 7px;
    font-size: 16px;
    text-align: left;
	color: #b0b0b0;
	transition: all 0.3s;
	cursor: pointer;
}

.body .select-box .select-list label:hover {
	color: #ffffff;
    background-color: #b0b0b0;
}

.body .select-box span {
    display: block;
    position: relative;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 13px;
    color: #222222;
}

.body .select-box span.click {
    color: #666666;
}

.body .select-box span:after {
	content: '';
    background-image: url(/img/arrow1.png);
    background-repeat: no-repeat;
    background-size: 12px, 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.body .select-box span p {
    display: flex;
    align-items: center;
    width: 85%;
    height: 100%;
    padding: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.body .select-box input {
    display: none;
}

.body .specification-comparison-div {
    width: 974px;
    height: 1744px;
    margin: 35px auto 100px;
}

.body .specification-comparison-div > * {
    float: left;
}

.body .list-table {
    width: 170px;
}

.body .list-table dd {
    height: 40px;
}

.body .list-table dt {
    width: 100%;
    height: 148px;
    border-bottom: 1px solid #595959;
}

.body .list-table dt:nth-child(2) {
    height: 157px;
    background-color: #f2f3f5;
    border-right: 1px solid #d9dde2;
    text-align: center;
}

.body .list-table dt:nth-child(2) span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    font-size: 15px;
    line-height: 1.47;
    color: #595959;
}

.body .list-table dd {
    width: 100%;
    padding: 0;
    background-color: #f2f3f5;
    border: 1px solid #d9dde2;
    border-top: none;
    border-left: none;
    font-size: 14px;
    color: #595959;
    text-align: center;
}

.body .list-table dd:last-child {
    background-color: #00aeef;
    padding-left: 0;
    border: none;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.body dl dt {
    position: relative;
    width: 268px;
    height: 148px;
    border-bottom: 1px solid #595959;
}

.body dl dt:nth-child(2) {
    height: 157px;
    border-right: 1px solid #d9dde2;
    background-color: #f9fafa;
}

.body dl:last-child dt:nth-child(2) {
    border-right: none;
}

.body dl dt .add {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 59px;
    left: 114px;
    background-image: url(/img/add.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 1px solid #d9dde2;
    border-radius: 50%;
    cursor: pointer;
}

.body dl dt .brand-logo {
    position: absolute;
    width: 40px;
    height: 21px;
    top: 10px;
    left: 15px;
}

.body dl dt .car-img {
    position: absolute;
    width: 119px;
    height: 66px;
    top: 33px;
    left: 71px;
}

.body dl dt .btn-div1 {
    position: absolute;
    width: 100%;
    top: 112px;
    text-align: center;
}

.body dl dt .btn-div1 a {
    display: inline-block;
    height: 25px;
    margin: 0 2px;
    border-radius: 12.5px;
    background-color: transparent;
    font-size: 13px;
}

.body dl dt .btn-div1 .btn1 {
    width: 70px;
    border: 1px solid #909090;
    color: #909090;
}

.body dl dt .btn-div1 .btn1:nth-child(2) {
    width: 60px;
    border: 1px solid #909090;
    color: #909090;
}

.body dl dt .btn-div1 .btn2 {
    width: 65px;
    border: 1px solid #00aeef;
    color: #00aeef;
}

.body dl dt .model-name {
    position: absolute;
    width: 100%;
    top: 8px;
    left: 14px;
}

.body dl dt .model-name.carzal {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.body dl dt .model-name span {
    display: inline-block;
    max-width: 210px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.body dl dt .model-name button {
    border: none;
    background: transparent;
}

.body dl dt .model-name button img {
    width: 23px;
    height: auto;
}

.body dl dt .lineup-no {
    top: 35px;
    left: 14px;
}

.body dl dt .trim-no {
    top: 76px;
    left: 14px;
}

.body dl dt .btn-div2 {
    position: absolute;
    width: 100%;
    top: 122px;
    text-align: center;
}

.body dl dt .btn-div2 button {
    width: 50px;
    height: 24px;
    margin: 0 2px;
    border: 1px solid #666666;
    border-radius: 2px;
    background-color: transparent;
    font-size: 13px;
    color: #666666;
}

.body dl dt .swap-btn {
    position: absolute;
    width: 20px;
    height: 22px;
    top: 53px;
    left: -10px;
    background-image: url(/img/change.png);
    background-size: 20px 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.body dl dd {
    position: relative;
    width: 268px;
    height: 40px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #d9dde2;
    border-top: none;
    border-left: none;
    line-height: 40px;
}

.body dl dd p {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #222222;
    overflow: auto;
}

.body dl:last-of-type dd {
    border-right: none;
}

.body dl dd:nth-last-child(2) {
    border-bottom: none;
}

.body dl dd:last-child {
    padding-left: 0;
}

.body dl dd:last-child p {
    width: 100%;
    margin-top: -2px;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #00aeef;
    overflow: hidden;
}

.body dl dd:last-child {
    border-top: 2px solid #00aeef;
    border-bottom: 2px solid #00aeef;
}

.body dl dd.loading {
    height: 1392px;
    background-image: url("/img/loading1.gif");
    background-repeat: no-repeat;
    background-position: 50% 5%;
    background-size: 25%;
    background-color: #f2f3f5;
    border-top: none;
    border-right: 1px solid #d9dde2;
    border-bottom: 1px solid #d9dde2;
}

.body dl:last-child dd:last-child {
    border-right: 2px solid #00aeef;
}

.body dl dd span {
    float: right;
    position: absolute;
    right: 10px;
    font-size: 13px;
    letter-spacing: -1.3px;
}

.body dl dd .down {
    color: #4174b7;
}

.body dl dd .up {
    color: #ff7250;
}

#black_bg .youtube-div {
    display: inline-block;
    position: fixed;
    width: 1024px;
    height: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

#black_bg .youtube-div .youtube-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
}

#black_bg .youtube-div .youtube-close img {
    width: 22px;
    height: 22px;
}

#black_bg .youtube-div iframe {
    position: relative;
    width: 100%;
    height: 580px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-pop {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002;
}

/* selectbox 스크롤바 */
.select-list::-webkit-scrollbar { 
	width:4px; 
	display:block; 
	float:right;
}

.select-list::-webkit-scrollbar-thumb { 
	background: #909090; 
	border-radius: 10px;
}

.select-list::-webkit-scrollbar-thumb:hover { 
	background: #777777;
}

.select-list::-webkit-scrollbar-track { 
	background-color: #EAEAEA;
}

@media (max-width:1024px) {
    .body {
        width: 100.000vw;
        margin: 0 auto;
    }
    
    .body .tab {
        margin: 0 auto;
    }
    
    .body .tab tr td {
        width: 16.602vw;
        height: 7.813vw;
        background-color: #ffffff;
        text-align: center;
    }
    
    .body .tab tr td a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 3.711vw 0 2.051vw;
            font-size: 2.148vw;
        line-height: 1.22;
        color: #909090;
    }
    
    .body .tab tr td hr {
        display: none;
        width: 7.422vw;
        height: 0.195vw;
        margin: 0 auto;
        background-color: #00aeef;
        border: none;
    }
    
    .body .tab tr td.active a {
        color: #00aeef;
    }
    
    .body .tab tr td.active hr {
        display: block;
    }
    
    .body .select-box {
        width: 23.2422vw;
        height: 2.9297vw;
    }
    
    .body .select-box .select-list {
        max-height: 15.9180vw;
        top: 2.7344vw;
    }
    
    .body .select-box .select-list label {
        min-height: 3.9063vw;
        padding: 0.6836vw 0 0.6836vw 0.6836vw;
        font-size: 1.5625vw;
    }
    
    .body .select-box span {
        font-size: 1.2695vw;
    }
    
    .body .select-box span:after {
        background-image: url(/img/arrow1.png);
        background-size: 1.1719vw, 1.1719vw;
        width: 1.1719vw;
        height: 1.1719vw;
        right: 1.1719vw;
    }
    
    .body .select-box span p {
        padding: 0 0 0 0.9766vw;
    }
    
    .body .select-box input {
        display: none;
    }
    
    .body .specification-comparison-div {
        width: 95.117vw;
        height: 170vw;
        margin: 3.418vw auto;
    }
    
    .body .specification-comparison-div > * {
        float: left;
    }
    
    .body .list-table {
        width: 16.602vw;
    }
    
    .body .list-table dd {
        height: 3.711vw;
    }
    
    .body .list-table dt {
        width: 100%;
        height: 14.453vw;
        border-bottom: 0.098vw solid #595959;
    }
    
    .body .list-table dt:nth-child(2) {
        height: 15.332vw;
        background-color: #f2f3f5;
        border-right: 0.098vw solid #d9dde2;
        text-align: center;
    }
    
    .body .list-table dt:nth-child(2) span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
        font-size: 1.465vw;
        line-height: 1.47;
        color: #595959;
    }
    
    .body .list-table dd {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 0;
        background-color: #f2f3f5;
        border: 0.098vw solid #d9dde2;
        border-top: none;
        border-left: none;
        font-size: 1.465vw;
        line-height: 1.47;
        color: #595959;
        text-align: center;
    }
    
    .body .list-table dd:last-child {
        background-color: #00aeef;
        padding-left: 0;
        border-top: 0.195vw solid #00aeef;
        border-left: 0.195vw solid #00aeef;
        border-bottom: 0.195vw solid #00aeef;
        font-size: 1.465vw;
        line-height: 1.47;
        text-align: center;
        color: #ffffff;
    }
    
    .body dl dt {
        position: relative;
        width: 26.172vw;
        height: 14.453vw;
        border-bottom: 0.098vw solid #595959;
    }
    
    .body dl dt:nth-child(2) {
        height: 15.332vw;
        border-right: 0.098vw solid #d9dde2;
        background-color: #f9fafa;
    }
    
    .body dl:last-child dt:nth-child(2) {
        border-right: none;
    }
    
    .body dl dt .add {
        position: absolute;
        width: 3.906vw;
        height: 3.906vw;
        top: 5.762vw;
        left: 11.133vw;
        background-image: url(/img/add.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        border: 0.098vw solid #d9dde2;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .body dl dt .brand-logo {
        position: absolute;
        width: 3.906vw;
        height: 2.051vw;
        top: 0.977vw;
        left: 1.465vw;
    }
    
    .body dl dt .car-img {
        position: absolute;
        width: 11.621vw;
        height: 6.445vw;
        top: 3.223vw;
        left: 6.934vw;
    }
    
    .body dl dt .btn-div1 {
        position: absolute;
        width: 100%;
        top: 10.938vw;
        text-align: center;
    }
    
    .body dl dt .btn-div1 a {
        display: inline-block;
        height: 2.441vw;
        margin: 0 0.195vw;
        border-radius: 1.221vw;
        background-color: transparent;
            font-size: 1.270vw;
    }
    
    .body dl dt .btn-div1 .btn1 {
        width: 6.836vw;
        border: 0.098vw solid #909090;
        color: #909090;
    }
    
    .body dl dt .btn-div1 .btn1:nth-child(2) {
        width: 5.859vw;
        border: 0.098vw solid #909090;
        color: #909090;
    }
    
    .body dl dt .btn-div1 .btn2 {
        width: 6.348vw;
        border: 0.098vw solid #00aeef;
        color: #00aeef;
    }
    
    .body dl dt .model-name {
        position: absolute;
        width: 100%;
        top: 0.781vw;
        left: 1.367vw;
    }
    
    .body dl dt .model-name span {
        font-size: 1.563vw;
        font-weight: 500;
        text-align: center;
        color: #222222;
    }
    
    .body dl dt .model-name button {
        border: none;
        background: transparent;
    }
    
    .body dl dt .model-name button img {
        width: 1.855vw;
        height: 1.855vw;
    }
    
    .body dl dt .lineup-no {
        top: 3.4180vw;
        left: 1.3672vw;
    }
    
    .body dl dt .trim-no {
        top: 7.4219vw;
        left: 1.3672vw;
    }
    
    .body dl dt .btn-div2 {
        position: absolute;
        width: 100%;
        top: 11.914vw;
        text-align: center;
    }
    
    .body dl dt .btn-div2 button {
        width: 4.883vw;
        height: 2.344vw;
        margin: 0 0.195vw;
        border: 0.098vw solid #666666;
        border-radius: 0.195vw;
        background-color: transparent;
            font-size: 1.270vw;
        color: #666666;
    }
    
    .body dl dt .swap-btn {
        position: absolute;
        width: 1.953vw;
        height: 2.148vw;
        top: 5.176vw;
        left: -0.977vw;
        background-image: url(/img/change.png);
        background-size: 1.953vw 2.148vw;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    
    .body dl dd {
        position: relative;
        width: 26.172vw;
        height: 3.711vw;
        margin: 0;
        padding: 0.684vw 0 0.684vw 1.465vw;
        border: 0.098vw solid #d9dde2;
        border-top: none;
        border-left: none;
        line-height: unset;
    }
    
    .body dl dd p {
        display: inline-block;
        height: 100%;
        font-size: 1.465vw;
        line-height: 1.47;
        letter-spacing: -0.037vw;
        text-align: left;
        color: #222222;
        overflow: auto;
    }
    
    .body dl:last-of-type dd {
        border-right: none;
    }
    
    .body dl dd:nth-last-child(2) {
        border-bottom: none;
    }
    
    .body dl dd:last-child {
        padding-left: 0;
    }
    
    .body dl dd:last-child p {
        width: 100%;
        font-size: 1.953vw;
        line-height: 1.1;
        letter-spacing: -0.049vw;
        text-align: center;
        color: #00aeef;
    }
    
    .body dl dd:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 0.195vw solid #00aeef;
        border-bottom: 0.195vw solid #00aeef;
    }
    
    .body dl:last-child dd:last-child {
        border-right: 0.195vw solid #00aeef;
    }
    
    .body dl dd span {
        float: right;
        position: absolute;
        right: 0.977vw;
            font-size: 1.270vw;
        line-height: 1.69;
        letter-spacing: -0.127vw;
    }
    
    .body dl dd .down {
        color: #4174b7;
    }
    
    .body dl dd .up {
        color: #ff7800;
    }
    
    #black_bg .youtube-div {
        display: inline-block;
        position: fixed;
        width: 100.000vw;
        height: 68.359vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
    }
    
    #black_bg .youtube-div .youtube-close {
        position: absolute;
        width: 4.883vw;
        height: 4.883vw;
        top: 0;
        right: 0;
        border: none;
        background-color: transparent;
    }
    
    #black_bg .youtube-div .youtube-close img {
        width: 2.148vw;
        height: 2.148vw;
    }
    
    #black_bg .youtube-div iframe {
        position: relative;
        width: 100%;
        height: 56.641vw;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px){
    .body .tab tr td {
        width: 20vw;
    }

    .body .tab tr td a {
        font-size: 3vw;
    }

    .swap-btn {
        display: none;
    }

    .body .specification-comparison-div{
        display: flex;
        justify-content: center;
        height: auto;
    }

    .body .specification-comparison-div > * {
        width: 50vw;
    }

    .body .list-table {
        width: 35vw;
    }

    .body .list-table dt {
        height: 25vw;
    }

    .body .list-table dt:nth-child(2) {
        height: 25vw;
    }

    .body .list-table dt:nth-child(2) span {
        font-size: 3vw;
    }

    .body .list-table dd {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        font-size: 3vw;
        line-height: unset;
    }

    .body .list-table dd:last-child {
        font-size: 3vw;
    }

    .body .specification-comparison-div dl:nth-child(3) {
        display: none;
    }

    .body .specification-comparison-div dl:last-child {
        display: none;
    }

    .body dl dt {
        width: 100%;
        height: 25vw;
    }

    .body dl dt:nth-child(2) {
        height: 25vw;
    }

    .body dl dt .add {
        width: 7.5vw;
        height: 7.5vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .body dl dt .brand-logo {
        width: 7.5vw;
        height: auto;
        top: 1vw;
        left: 6.5vw;
    }

    .body dl dt .car-img {
        width: 25vw;
        height: auto;
        top: 4vw;
        left: 12.5vw;
    }

    .body dl dt .btn-div1 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6vw;
        top: unset;
        bottom: 0;
    }

    .body dl dt .btn-div1 a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4vw;
        border-radius: 12.5px;
        font-size: 2vw;
    }

    .body dl dt .btn-div1 .btn1 {
        width: 15vw;
    }
    
    .body dl dt .btn-div1 .btn1:nth-child(2) {
        width: 13vw;
    }

    .body dl dt .btn-div1 .btn2 {
        width: 15vw;
    }

    .body dl dt .model-name span {
        max-width: 40vw;
        font-size: 3vw;
    }

    .body dl dt .model-name button img {
        width: 4vw;
        height: auto;
    }

    .body .select-box {
        width: 47vw;
        height: 5vw;
    }

    .body dl dt .lineup-no {
        top: 6vw;
    }

    .body dl dt .trim-no {
        top: 11vw;
    }

    .body .select-box span {
        font-size: 2vw;
    }

    .body .select-box span p {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .body .select-box span:after {
        width: 12px;
        height: 12px;
        right: 1vw;
        background-size: 12px 12px;
    }

    .body .select-box .select-list {
        max-height: 35vw;
        top: 5vw;
    }

    .body .select-box .select-list label {
        display: flex;
        align-items: center;
        min-height: 10vw;
        font-size: 2vw;
    }

    .body dl dt .btn-div2 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 9vw;
        top: unset;
        bottom: 0;
    }

    .body dl dt .btn-div2 button {
        width: 15vw;
        height: 5vw;
        font-size: 2.5vw;
    }

    .body dl dt .btn-div2 button:last-child {
        display: none;
    }

    .body dl dd {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 0 1.465vw;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    .body dl dd p {
        height: auto;
        font-size: 3vw;
        line-height: unset;
    }

    .body dl dd:last-child {
        padding: 0;
        border-right: 0.195vw solid #00aeef;
    }

    .body dl dd:last-child p {
        font-size: 3vw;
    }
}