.item {
    width: 130px;
    height: 118px;
    border: 2px solid #e94709;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .16);
    position: relative;
    list-style: none;
}

.icon {
    height: 73px;
}

.img-1 {
    width: 70%;
}

.img-1,
.img-2 {
    margin-top: 20px;
}

.img-2,
.img-3 {
    width: 82%;
}

.img-3 {
    margin-top: 26px;
}

.type-name {
    height: 45px;
    background-color: #e94709;
    text-align: center;
    font-size: .6875rem;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.hover,
.type-name {
    width: 100%;
    position: absolute;
}

.hover {
    display: block;
    opacity: 0;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width:600px) {
    .pc-br {
        display: none;
    }
}

@media (hover:hover) {
    .hover:hover {
        background: #e94709;
        opacity: .4;
    }
}
/*-----------------------------------

	search

-----------------------------------*/
#container .search {
    width: 100%;
    background-color: #faf7f2;
    padding-top: 46px;
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
}

#container .search img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container .search .container {
    width: 1220px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 19px 14px;
}

#container .search .body-type .title {
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #faf7f2;
    text-align: left;
}

#container .search .body-type .item {
    width: 130px;
    height: 118px;
    border: 2px solid #e94709;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .16);
    position: relative;
    list-style: none;
}

#container .search .body-type .item .icon {
    height: 73px;
}

#container .search .body-type .item .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container .search .body-type .item .icon .img-1 {
    width: 70%;
    margin-top: 20px;
}

#container .search .body-type .item .icon .img-2 {
    width: 82%;
    margin-top: 20px;
}

#container .search .body-type .item .icon .img-3 {
    width: 82%;
    margin-top: 26px;
}

#container .search .body-type .item .type-name {
    width: 100%;
    height: 45px;
    background-color: #e94709;
    text-align: center;
    font-size: .6875rem;
    position: absolute;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#container .search .body-type .item .hover {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width:1240px) {
    #container .search .body-type .title {
        margin-left: 20px;
    }

    #container .search .body-type .container {
        width: 100%;
    }

    #container .search .body-type .container li {
        width: 10.5%;
    }
}

@media screen and (max-width:600px) {
    #container .search .body-type .container {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #container .search .body-type .container li {
        width: 22%;
        margin-bottom: 20px;
    }
}

@media (hover:hover) {
    #container .search .body-type .item .hover:hover {
        background: #e94709;
        opacity: .4;
    }
}

/*-----------------------------------

	result

-----------------------------------*/
#container .result {
    width: 100%;
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 88px;
    text-align: center;
}

#container .result .expand-button {
    width: 100%;
    height: 60px;
    background: #e94709;
}

#container .result .expand-button span {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    margin-left: 20px;
}

#container .result .expand-button img {
    margin-left: 20px;
}

#container .result .container {
    width: 1200px;
    margin: 0 auto;
}

#container .result .container .count {
    font-size: 1.5625rem;
    margin-bottom: -30px;
}

#container .result .container .count .number {
    color: #e94709;
    font-size: 3.4375rem;
    font-weight: 500;
    margin: 0 15px;
}

#container .result .container .count .text {
    font-weight: 700;
}

#container .result .container>div {
    margin-top: 30px;
}

#container .result .container>div .size {
    text-align: left;
    font-size: 2rem;
    width: 100%;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
    font-weight: 700;
}

#container .result .container>div .list {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 30px auto 0;
    flex-wrap: wrap;
}

#container .result .container>div .list .special-prize-details {
    margin-bottom: 30px;
}

#container .result .container>div .plus-button {
    width: 100%;
    height: 60px;
    background: #e94709;
    margin-bottom: 30px;
    cursor: pointer;
}

#container .result .container>div .plus-button span {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    margin-left: 20px;
}

#container .result .container>div .plus-button img {
    margin-left: 20px;
}

#container .result .search-type {
    font-size: 1.5625rem;
    color: #e94709;
    font-weight: 700;
}

@media screen and (max-width:1240px) {
    #container .result .container {
        width: 90%;
    }

    #container .result .container>div .size {
        font-size: 1.7rem;
    }

    #container .result .container>div .list {
        width: 100%;
    }

    #container .result .container>div .list .special-prize-details {
        width: 220px;
    }
}

@media screen and (max-width:1080px) {
    #container .result .container>div .list .special-prize-details {
        width: 40%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    #container .result .container {
        width: 95%;
    }

    #container .result .container>div .size {
        margin-bottom: -20px;
    }

    #container .result .container>div .list .special-prize-details {
        width: 47%;
    }

    #container .result .container>div .plus-button {
        height: 40px;
    }
}

/*-----------------------------------

	special-prize-details

-----------------------------------*/
.special-prize-details {
    width: 250px;
    text-align: left;
    color: #333;
    display: flex;
    flex-direction: column;
}

.special-prize-details .truck-image {
    width: 100%;
    height: 200px;
    overflow-y: hidden;
    position: relative;
}

.special-prize-details .truck-image .truck-image-inner {
    width: 100%;
    display: inline-block;
    height: auto;
    position: relative;
}

.special-prize-details .truck-image .truck-image-inner img {
    display: block;
}

.special-prize-details .truck-image img {
    width: 100%;
}

.special-prize-details .truck-image span {
    position: absolute;
    font-size: .8125rem;
    padding: 2px 4px;
    top: 5px;
    left: 5px;
}

.special-prize-details .truck-image .new-arrivals {
    background: #e94709;
    border: 1px solid #e94709;
    color: #fff;
}

.special-prize-details .truck-image .unused {
    color: #e94709;
    background: #fff;
    border: 1px solid #e94709;
    left: 50px;
}

.special-prize-details .contact-num {
    color: #e94709;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 2px;
}

.special-prize-details .contact-num .contact-num-info {
    font-weight: 400;
    font-size: .8125rem;
    background: #fff;
    border: 1px solid #e94709;
    padding: 2px 4px;
    margin-right: 5px;
    vertical-align: 2px;
    color: #e94709;
}

.special-prize-details .truck-name {
    color: #333;
    font-size: 1.25rem;
    flex-grow: 1;
}

.special-prize-details .part-num {
    font-size: 1.125rem;
}

.special-prize-details .money {
    width: 100%;
    height: 42px;
    font-size: .8125rem;
    line-height: 42px;
    padding-left: 10px;
    margin: 5px 0;
    background: #e8e4e4;
    font-weight: 700;
}

.special-prize-details .info-list {
    display: flex;
    justify-content: flex-start;
}

.special-prize-details .info-list .info-list-detail {
    font-size: .9375rem;
    color: #c7c7c7;
}

.special-prize-details .info-list .info-list-detail:first-child {
    width: 32%;
}

.special-prize-details .detail-link {
    display: block;
    width: 100%;
    height: 42px;
    font-size: .875rem;
    line-height: 42px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid #e94709;
    border-radius: 5%;
    color: #e94709;
    font-weight: 500;
    position: relative;
}

.special-prize-details .detail-link>a {
    width: 100%;
    height: 100%;
    background: #e94709;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.special-prize-details .detail-link>div {
    color: #e94709;
}

@media screen and (max-width:1080px) {
    .special-prize-details {
        width: 40%;
        margin-bottom: 20px;
    }

    .special-prize-details .truck-image {
        height: auto;
        position: relative;
    }

    .special-prize-details .truck-image:before {
        content: "";
        display: block;
        padding-top: 80%;
    }

    .special-prize-details .truck-image .truck-image-inner {
        position: absolute;
        top: 0;
        left: 0;
    }

    .special-prize-details .money {
        padding-left: 5px;
        letter-spacing: -.2px;
        font-feature-settings: "palt";
    }

    .special-prize-details .detail-link {
        height: 28.5px;
        line-height: 28.5px;
    }

    .special-prize-details .info-list ul li {
        font-feature-settings: "palt";
    }
}

@media screen and (max-width:600px) {
    .special-prize-details {
        width: 47%;
    }

    .special-prize-details .info-list .info-list-detail {
        font-size: 10px;
    }

    .special-prize-details .info-list .info-list-detail li {
        min-height: 13.5px;
        transform: scale(.9);
    }
}

@media (hover:hover) {
    .special-prize-details .detail-link>a:hover {
        opacity: .4;
    }
}