.top_header_img {
    background-image: url(../images/tire-bg.png);
    background-size: cover;
    background-position: center;
}
.k-tire {
    margin-bottom: 200px;
}
.k-tire button {
    border:none;
    background-color:white;
    box-shadow:0px 3px 5px rgb(220,220,220);
    padding:10px;
}

/*타이어 메뉴*/
.tire-menu {
    margin: 0;
    overflow-x: auto;
    width: 100%;
}
.tire-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: left;
    margin-bottom: 106px;
}
.tire-menu ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 20px 0 20px;
}
.tire-menu ul li:first-child {
    color: var(--color-primary-1);
}
.tire-menu ul li {
    display: block;
    font-size: var(--font-size-body1);
    font-weight: var(--font-weight-M);
    color: var(--color-gray-80);
    text-align: center;
    padding: 10px 14px 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
#tire-gnb::-webkit-scrollbar {
    height: 5px;
}
#tire-gnb::-webkit-scrollbar-track {
    background-color: var(--color-gray-90);
}
#tire-gnb::-webkit-scrollbar-thumb {
    background-color: var(--color-gray-70);
    border-radius: 6px;
}
#tire-gnb li {
    white-space: nowrap;
    margin-bottom: 10px;
}


/*타이어 목록*/
.tire-wrap {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.tire-list {
    max-width: 453px;
    height: 840px;
    flex-basis: 32%;
    border: 1px solid var(--color-gray-80);
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.tire-list .tire-img {
    text-align: center;
}

.tire-list .tire-img img:first-child {
    height: 35px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.tire-list .tire-img img:last-child {
    margin-bottom: 27px;
    width: 250px;
    height: 250px;
}
.tire-list h5 {
    font-size: var(--font-size-body2);
    padding: 5%;
    font-weight: var(--font-weight-M);
}
.tire-list .tire-option {
    display: flex;
    padding-left: 5%;
}
.tire-list .tire-option img {
    padding-right: 2%;
}
.tire-list h6 {
    padding-left: 5%;
    font-size: 1rem;
    font-weight: var(--font-weight-M);
    color : var(--color-gray-40);
    margin-top: 31px;
}
.tire-list .tire-function {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: space-between;
}
.tire-list .tire-function .tire-f1 {
    width: 47%;
}
.tire-list .tire-function .tire-f2 {
    height: 30px;
    line-height: 30px;
    display: flex;
    border-bottom: 1px solid var(--color-gray-80);
    margin-top: 10px;
    align-items: center;
}
.tire-list .tire-function .tire-f2 img {
    width: 20px;
    height: 20px;
    margin: 0 9% 0 6%;
}
.tire-list .tire-function .tire-f2 p {
    color: var(--color-primary-1);
    font-weight: var(--font-weight-B);
    line-height: 30px;
    font-size: var( --font-size-cap2);
}
.tire-list button {
    width: 100%;
    border: none;
    height: 53px;
    background-color: var(--color-gray-0);
    color: var(--color-white);
    text-align: left;
    padding-left: 5%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.tire-list button:hover {
    color: var(--color-primary-1);
}
.tire-wrap.winter .tire-list {
        max-width: 453px;
        height: 840px;
        flex-basis: 32%;
        border: 1px solid var(--color-gray-80);
        position: relative;
        overflow: hidden;
        margin-bottom: 60px;
}
.tire-wrap.taxi {
        width: 100%;
        align-items: center;
        justify-content: left;
        display: flex;
        flex-wrap: wrap;
}
.tire-wrap.taxi .tire-list {
    margin-right: 2%;
}

/*태블릿 사이즈*/
@media only screen and (max-width:1300px) {
    .tire-menu ul {
        margin-bottom: 60px;
    }
    .tire-wrap,
    .tire-wrap.winter,
    .tire-wrap.taxi {
        display: flex;
        flex-basis: 1300px;
        flex-grow: 0;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .tire-list {
        max-width: 100%;
        flex-basis: 48%;
        margin-bottom: 45px;
    }
    .tire-wrap.winter .tire-list {
        max-width: 100%;
        flex-basis: 48%;
        margin-bottom: 45px;
        margin-right: 0;
    }
    .tire-wrap.taxi .tire-list {
        margin-right: 0;
    }
    .tire-list .tire-function .tire-f2 p {
        font-size: 12px;
    }
    .tire-list .tire-function {
        margin-left: 2%;
        margin-right: 2%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .tire-list .tire-function .tire-f1 {
        width: 45%;
    }
    .tire-list .tire-function .tire-f2 {
        height: 30px;
        line-height: 30px;
        display: flex;
        border-bottom: 1px solid var(--color-gray-80);
        margin-top: 15px;
        align-items: center;
    }
    .tire-list .tire-function .tire-f2 img {
        width: 20px;
        height: 20px;
        margin: 0 5% 0 5%;
    }
    .tire-list .tire-function .tire-f2 p {
        color: var(--color-primary-1);
        font-weight: var(--font-weight-B);
        line-height: 30px;
        font-size: 12px;
    }
    .tire-list button {
        width: 100%;
        border: none;
        height: 53px;
        background-color: var(--color-gray-0);
        color: var(--color-white);
        text-align: left;
        padding-left: 5%;
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }
    .tire-list button:hover {
        color: var(--color-primary-1);
    }
}
/*모바일 사이즈*/
@media only screen and (max-width:667px){
    .k-tire {
        margin-bottom: 122px;
    }
    .tire-wrap,
    .tire-wrap.winter,
    .tire-wrap.tire-wrap.taxi {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .tire-list,
    .tire-wrap.winter .tire-list,
    .tire-wrap.taxi .tire-list {
        max-width: 100%;
        height: 0 auto;
        flex-basis: 90%;
        border: 1px solid var(--color-gray-40);
        position: relative;
        overflow: unset;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .tire-list .tire-function .tire-f2 img {
        width: 20px;
        height: 20px;
        margin: 0 5% 0 5%;
    }
    .tire-list button:hover {
        color: var(--color-primary-1);
    }
}