
#container section .title h1 {
    font-size: 3.125rem;
}

#container section .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

#container section .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

/*-----------------------------------

	outer

-----------------------------------*/
#container .outer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

/*-----------------------------------

	truck-detail

-----------------------------------*/
#container .truck-detail {
    width: 100%;
}

#container .truck-detail h1 {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 20px;
    font-size: 1.5625rem;
    font-weight: 700;
}

#container .truck-detail hr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #707070;
    height: 1px;
}

#container .truck-detail .head {
    width: 90%;
    height: 128px;
    max-width: 1200px;
    margin: 33px auto 0;
    background-color: #fff;
    border: 3px solid #e94709;
    display: flex;
    align-items: center;
}

#container .truck-detail .head .head-left {
    width: 161px;
    height: 128px;
    margin-left: -1px;
    background-color: #e94709;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .truck-detail .head h2.item-name {
    color: #e94709;
    font-size: 2.375rem;
    font-weight: 700;
    margin-left: 30px;
}

#container .truck-detail .head .license {
    min-width: 110px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    margin-top: 10px;
    margin-left: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #595757;
    font-size: .875rem;
    text-align: center;
}

#container .truck-detail h3 {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#container .truck-detail .basic-info {
    width: 90%;
    max-width: 1200px;
    margin: 29px auto 0;
    display: flex;
    justify-content: space-between;
}

#container .truck-detail .basic-info .img-area {
    margin-right: 3em;
    width: 52%;
    position: relative;
}


#container .truck-detail .basic-info .img-area .image-info .swiper-button {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
}

#container .truck-detail .basic-info .img-area .image-info .swiper-button::after {
    display: none;
}

#container .truck-detail .basic-info .img-area .image-info .mark-left {
    position: absolute;
    top: 33%;
    left: 6.5%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#container .truck-detail .basic-info .img-area .image-info .mark-right {
    position: absolute;
    top: 33%;
    right: -2%;
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    z-index: 1;
}

#container .truck-detail .basic-info .img-area .image-info .hooper {
    width: 100%;
    height: auto;
    position: static;
}
#container .truck-detail .basic-info .img-area .image-info .hooper .hooper-slide {
    height: 472px;
}
#container .truck-detail .basic-info .img-area .image-info .hooper img,
#container .truck-detail .basic-info .img-area .image-info .hooper .hooper-slide img {
    width: 100%;
}

#container .truck-detail .basic-info .img-area .image-info .hooper .hooper-slide img {
    height: 100%;
    object-fit: cover;
}

#container .truck-detail .basic-info .img-area .image-info .hooper .hooper-next img {
    transform: rotate(180deg);
}

#container .truck-detail .basic-info .img-area .contact-area {
    width: 465px;
    margin-top: 32px;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list {
    background-color: #f3f4f4;
    display: flex;
    justify-content: center;
    padding: 15px 5px;
    position: relative;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hopper {
    position: static;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .swiper-button::after {
    display: none;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .slide-left,
#container .truck-detail .basic-info .img-area .contact-area .other-list .slide-right {
    background: #fff;
    width: 7.8%;
    height: calc(100% - 20px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .slide-left {
    left: 5px;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .slide-right {
    right: 5px;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .slide-right img {
    transform: rotate(180deg);
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hooper {
    width: 84%;
    min-height: 140px;
    position: static;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hooper .hooper-list .hooper-slide {
    width: 100% !important;
    display: flex;
    align-items: center;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hooper .hooper-list .hooper-slide>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
    width: 100%;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hooper .hooper-list .hooper-slide>ul li {
    width: 18%;
    height: 54px;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hooper .hooper-list .hooper-slide>ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#container .truck-detail .basic-info .img-area .contact-area .other-list .hooper .hooper-list .hooper-slide>ul li img.is-active {
    border: 5px solid #e94709;
}

#container .truck-detail .basic-info .text-area {
    flex: 1;
    margin-top: 20px;
}

#container .truck-detail .basic-info .text-area hr {
    width: 100%;
}

#container .truck-detail .basic-info .text-area .day,
#container .truck-detail .basic-info .text-area .month {
    margin: 0 auto;
    display: flex;
}

#container .truck-detail .basic-info .text-area .day {
    margin-top: 36px;
}

#container .truck-detail .basic-info .text-area .day .day-icon {
    width: 142px;
    height: 47px;
    background-color: #e94709;
    line-height: 47px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
}

#container .truck-detail .basic-info .text-area .day .day-price {
    font-size: 1.25rem;
}

#container .truck-detail .basic-info .text-area .day .day-price span.price {
    font-size: 2.375rem;
    font-weight: 700;
    margin-left: 27px;
}

#container .truck-detail .basic-info .text-area .month .month-icon {
    width: 142px;
    height: 47px;
    background-color: #fad9cd;
    line-height: 46px;
    color: #e94709;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
}

#container .truck-detail .basic-info .text-area .month .month-price {
    font-size: 1.25rem;
}

#container .truck-detail .basic-info .text-area .month .month-price span.price {
    font-size: 2.375rem;
    font-weight: 700;
    margin-left: 27px;
}

#container .truck-detail .basic-info .text-area .link {
    width: 256px;
    margin: 16px auto 46px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

#container .truck-detail .basic-info .text-area .link .link-text {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: -.5px;
}

#container .truck-detail .basic-info .text-area .link .link-text span.orange {
    color: #e94709;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: -.5px;
}

#container .truck-detail .basic-info .text-area .link img {
    width: 16px;
}

#container .truck-detail .basic-info .text-area table,
#container .truck-detail .basic-info .text-area td,
#container .truck-detail .basic-info .text-area th,
#container .truck-detail .basic-info .text-area tr {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    font-size: .9375rem;
}

#container .truck-detail .basic-info .text-area .basic-table tr {
    height: 60px;
}

#container .truck-detail .basic-info .text-area .basic-table th {
    width: 152px;
    background-color: #ddd;
}

#container .truck-detail .basic-info .text-area .basic-table td {
    width: 355px;
}

#container .truck-detail .truck-size {
    width: 100%;
    margin-top: 72px;
    padding: 38px 0 80px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#container .truck-detail .truck-size>h3 {
    width: 90%;
    max-width: 1200px;
}

#container .truck-detail .truck-size .size-container {
    width: 90%;
    max-width: 1200px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

#container .truck-detail .truck-size .size-container>div {
    margin-left: 3%;
}

#container .truck-detail .truck-size .size-container img {
    width: 35%;
    margin-right: 2%;
}

#container .truck-detail .truck-size .size-container .table-container {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

#container .truck-detail .truck-size .size-container .table-container table,
#container .truck-detail .truck-size .size-container .table-container td,
#container .truck-detail .truck-size .size-container .table-container th,
#container .truck-detail .truck-size .size-container .table-container tr {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    font-size: .9375rem;
}

#container .truck-detail .truck-size .size-container .table-container tr {
    height: 60px;
}

#container .truck-detail .truck-size .size-container .table-container th {
    width: 141px;
    color: #fff;
}

#container .truck-detail .truck-size .size-container .table-container td {
    width: 213px;
}

#container .truck-detail .truck-size .size-container .table-container .body-table th {
    background-color: #e94709;
}

#container .truck-detail .truck-size .size-container .table-container .carrier-table {
    margin-left: 5%;
}

#container .truck-detail .truck-size .size-container .table-container .carrier-table th {
    background-color: #666;
}

#container .truck-detail .equipment {
    width: 100%;
    padding-top: 67px;
    background-color: #fff;
}

#container .truck-detail .equipment .outer {
    margin: 0 auto 75px;
}

#container .truck-detail .equipment .outer hr {
    width: 100%;
    margin-bottom: 29px;
}

#container .truck-detail .equipment .outer .option-list,
#container .truck-detail .equipment .outer .standard-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#container .truck-detail .equipment .outer .option-list li,
#container .truck-detail .equipment .outer .standard-list li {
    width: 194px;
    height: 58px;
    margin-right: 13.8px;
    margin-bottom: 17px;
    background-image: url(../img/rentaltrucks_detail/button-small.b016a06.svg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
}

#container .truck-detail .equipment .outer .option-list li.button-large,
#container .truck-detail .equipment .outer .standard-list li.button-large {
    width: 244.2px;
    background-image: url(../img/rentaltrucks_detail/button-large.895f167.svg);
    background-repeat: no-repeat;
}

#container .truck-detail .equipment .outer .standard-list {
    margin-bottom: 75px;
}

#container .truck-detail .equipment .outer .standard-list li {
    line-height: 58px;
}

#container .truck-detail .equipment .outer .option-list li {
    line-height: 1.2;
    padding-top: 6px;
}

#container .truck-detail .equipment .contact-button {
    max-width: 537px;
    width: 90%;
    background-color: #fff;
    border: 3px solid #e94709;
    border-radius: 6px;
    height: 80px;
    margin: 100px auto auto;
    display: flex;
    position: relative;
    justify-content: center;
}

#container .truck-detail .equipment .contact-button>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .truck-detail .equipment .contact-button .button-text {
    font-size: 1.25rem;
    color: #e94709;
    font-weight: 700;
}

#container .truck-detail .equipment .contact-button img {
    margin-left: 75px;
}

#container .truck-detail .equipment .contact-button .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e94709;
    opacity: 0;
}

#container .type-icon,
#container .type-icon .icon {
    display: flex;
    justify-content: center;
}

#container .type-icon {
    border: 2px solid #fff;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#container .type-icon .icon {
    width: 100%;
    height: auto;
    flex: 1;
}

#container .type-icon .icon img {
    width: 80%;
    display: block;
}

#container .type-icon .type-name {
    width: 99.5%;
    height: 40%;
    background-color: #f08300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (max-width:1080px) {
    #container .truck-detail>h1 {
    margin-top: 10px;
    }

    #container .truck-detail .head h2.item-name {
    font-size: 2rem;
    }

    #container .truck-detail .basic-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .truck-detail .basic-info .img-area {
    width: 95%;
    max-width: 505px;
    margin-right: 0;
    }

    #container .truck-detail .basic-info .img-area .image-info .hooper .hooper-slide {
        height: 378px;
    }

    #container .truck-detail .basic-info .img-area .image-info .mark-left {
        top: 35%;
        left: 0;
        transform: scale(65%);
    }

    #container .truck-detail .basic-info .img-area .image-info .mark-right {
        top: 35%;
        right: -1%;
        transform: rotate(180deg) scale(65%);
    }

    #container .truck-detail .basic-info .img-area .main-img {
    margin-bottom: 30px;
    }

    #container .truck-detail .basic-info .img-area .main-img>img {
    width: 3.5em;
    }

    #container .truck-detail .basic-info .img-area .contact-area {
    display: none;
    }

    #container .truck-detail .basic-info .text-area .day {
    margin-left: 3em;
    }

    #container .truck-detail .basic-info .text-area .day .day-icon {
    height: 37px;
    line-height: 37px;
    }

    #container .truck-detail .basic-info .text-area .day .day-price {
    margin-top: -10px;
    }

    #container .truck-detail .basic-info .text-area .month {
    margin-left: 3em;
    margin-top: 1em;
    }

    #container .truck-detail .basic-info .text-area .month .month-icon {
    height: 37px;
    line-height: 37px;
    }

    #container .truck-detail .basic-info .text-area .month .month-price {
    margin-top: -10px;
    }

    #container .truck-detail .basic-info .text-area h3 {
    margin-top: -20px;
    }

    #container .truck-detail .truck-size {
    margin-top: 40px;
    }

    #container .truck-detail .truck-size .size-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    }

    #container .truck-detail .truck-size .size-container img {
    width: 70%;
    margin-bottom: 20px;
    margin-right: 0;
    }

    #container .truck-detail .equipment .outer ul {
    justify-content: center;
    }
}

@media screen and (max-width:600px) {
    #container .truck-detail .head .head-left {
    width: 35%;
    }

    #container .truck-detail .head .head-left .type-icon {
    transform: scale(.7) !important;
    }

    #container .truck-detail .head h2.item-name {
    font-size: 1.7rem;
    margin-left: 10px;
    }

    #container .truck-detail .head .license {
    margin-left: 10px;
    }

    #container .truck-detail .basic-info .img-area .image-info .hooper .hooper-slide {
        height: 63vw;
    }

    #container .truck-detail .basic-info .text-area .day {
    margin-left: 0;
    }

    #container .truck-detail .basic-info .text-area .day .day-icon {
    width: 100px;
    }

    #container .truck-detail .basic-info .text-area .day .day-price {
    margin-top: -5px;
    }

    #container .truck-detail .basic-info .text-area .month {
    margin-left: 0;
    }

    #container .truck-detail .basic-info .text-area .month .month-icon {
    width: 100px;
    }

    #container .truck-detail .basic-info .text-area .month .month-price {
    margin-top: -5px;
    }

    #container .truck-detail .equipment .outer .option-list li.button-large,
    #container .truck-detail .equipment .outer .standard-list li.button-large {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    }

    #container .truck-detail .truck-size .size-container .table-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    }

    #container .truck-detail .truck-size .size-container .table-container .carrier-table {
    margin-left: 0;
    margin-top: 20px;
    }

    #container .truck-detail .head .head-left .container .type-icon {
        transform: scale(.7) !important;
    }
}

@media (hover:hover) {

    #container .back .hover:hover,
    #container .truck-detail .equipment .contact-button .hover:hover {
    opacity: .4;
    }
}

/*-----------------------------------

	others

-----------------------------------*/
#container .others {
    width: 100%;
    padding-bottom: 99px;
    background-color: #faf7f2;
}

#container .others .type-icon {
    width: 100px;
    height: 100px;
    font-size: 0.6875rem;
    transform: scale(0.7);
}

#container .others .outer {
    text-align: center;
}

#container .others .title {
    margin-bottom: 50px;
    padding-top: 56px;
}

#container .others .title h1,
#container .others .title p {
    color: #333;
}

#container .others .others-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#container .others .others-container li {
    width: 31.5%;
    border: 3px solid #e94709;
    border-radius: 8px;
    background-color: #fff;
}

#container .others .others-container li .truck-img-wrap {
    height: 283px;
}

#container .others .others-container li .truck-img img {
    width: 100%;
    height: auto;
    margin-left: -1px;
    border-radius: 4px 4px 0 0;
}

#container .others .others-container li .truck-img-wrap img {
    height: 100%;
    object-fit: cover;
}

#container .others .others-container li .head {
    width: 100.5%;
    margin-top: -5px;
    margin-left: -1px;
    background-color: #e94709;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

#container .others .others-container li .head .info {
    flex: 1;
    padding-right: 10px;
}

#container .others .others-container li .head .item-name {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    margin-left: 10px;
    text-align: left;
}

#container .others .others-container li .head .license {
    width: 6rem;
    margin-top: 7px;
    margin-left: 10px;
    line-height: 19px;
    color: #fff;
    background-color: #595757;
    font-size: .625rem;
    text-align: center;
}

#container .others .others-container li .day,
#container .others .others-container li .month {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

#container .others .others-container li .day {
    margin-top: 16px;
}

#container .others .others-container li .day .day-icon {
    flex: 1;
    background-color: #e94709;
    line-height: 39px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
}

#container .others .others-container li .day .day-price {
    width: 70%;
    font-size: .875rem;
    text-align: left;
    padding-left: 5%;
}

#container .others .others-container li .day .day-price span.price {
    font-size: 1.75rem;
    font-weight: 700;
}

#container .others .others-container li .month {
    margin-top: 5px;
}

#container .others .others-container li .month .month-icon {
    flex: 1;
    background-color: #fad9cd;
    line-height: 39px;
    color: #e94709;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
}

#container .others .others-container li .month .month-price {
    width: 70%;
    font-size: .75rem;
    text-align: left;
    padding-left: 5%;
}

#container .others .others-container li .month .month-price span.price {
    font-size: 1.375rem;
    font-weight: 700;
}

#container .others .others-container li .button,
#container .others .others-container li button {
    background-color: #fff;
    border: 3px solid #e94709;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84%;
    height: 57px;
    margin: 18px auto 21px;
}

#container .others .others-container li .button .button-text,
#container .others .others-container li button .button-text {
    font-size: 1rem;
    color: #e94709;
    font-weight: 700;
}

#container .others .others-container li .button img,
#container .others .others-container li button img {
    width: 16px;
    margin-left: 16px;
}

@media screen and (max-width:1080px) {
    #container .others {
    padding-bottom: 0;
    }

    #container .others .outer .title>p {
    margin: 0;
    }

    #container .others .outer .title h1 {
    font-size: 2.5rem;
    }

    #container .others .outer .others-container {
    flex-wrap: wrap;
    justify-content: center;
    }

    #container .others .outer .others-container li {
    width: 80%;
    margin-bottom: 40px;
    }

    #container .others .others-container li .truck-img-wrap {
        height: 53.9vw;
    }

    #container .others .others-container li .truck-img > img {
        margin-left: 0;
        border-radius: 4px 4px 0 0;
    }
}


/*-----------------------------------

	back

-----------------------------------*/

#container .back {
    max-width: 537px;
    width: 90%;
    background-color: #fff;
    border: 3px solid #e94709;
    border-radius: 6px;
    height: 80px;
    margin: 40px auto;
    position: relative;
    display: flex;
    justify-content: center;
}

#container .back > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .back .button-text {
    font-size: 1.25rem;
    color: #e94709;
    font-weight: 700;
    margin-right: 75px;
}

#container .back img {
    margin-right: 65px;
}

#container .back .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e94709;
    opacity: 0;
    text-decoration: none;
}
