* {
    font-family: Pretendard, Serif;
}
div, p, hr, ul, li {
    margin: 0;
    padding: 0;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
a {
    cursor: pointer;
}
select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.w100-h100 {
    width: 100%;
    height: 100%;
}
.flex-between {
    display: flex; justify-content: space-between;
}
.subscription-service-box {
    display: flex; justify-content: center; align-items: center;
    width: 150px; height: 37px;
    border: solid 1px #66B135; border-radius: 20px;
    font-weight: 500; font-size: 13px; color: #66B135;
}
.middle-bar-box {
    display:flex; justify-content: center;
    width: 100%;
    border-bottom: solid 1px #CCCCCC; background: #F5F5F5;
}
.middle-bar-inner-box {
    display: flex; justify-content: space-between;
    max-width: 1280px; width: 100%; height: 50px;
    padding: 0 30px;
}
.left-menu-box {
    display:flex; align-items: center;
}
.right-arrow {
    margin: 0 12px;
    font-weight: 400; font-size: 15px; color: #444444;
}
.left-menu-first-text {
    padding-top: 2px;
    font-weight: 400; font-size: 15px; color: #444444;
}
.left-menu-first-text.active {
    padding-top: 3px;
    font-weight: 700; font-size: 15px; color: #444444;
}
.from-usd-text {
    font-weight: 400; font-size: 15px; color: #333333;
}
.section-box {
    display:flex; justify-content: center;
    width: 100%; min-height: 900px; height: 100%;
}
.section-inner-box {
    max-width: 1280px; width: 100%;
    padding: 80px 30px 71px 30px;
}
.detail-section-inner-box {
    max-width: 1280px; width: 100%;
    padding: 80px 30px 200px 30px;
}
.detail-section-inner-box a {
    text-decoration: none;
}
.reservation-section-inner-box {
    max-width: 1280px; width: 100%;
    padding: 77px 30px 200px 30px;
}

.top-banner-box {
    display: flex; justify-content: center; align-items: center; width: 100%; max-height: 196px; height: 100%;
}
.top-banner-box img {
    object-fit: cover;
}
.top-banner-text {
    position: absolute;
    font-weight: 700; font-size: 50px; text-align: center;
    color:#FFFFFF;
}
.circle-btn.active {
    min-width: 129px;
    margin-right: 10px; padding: 9px 20px;
    font-weight: 600; font-size: 18px; text-align: center; color: #444444;
    border: solid 1px #66B135; border-radius: 22px;
}
.circle-btn {
    min-width: 129px; padding: 9px 20px; margin-right: 9px;
    font-weight: 400; font-size: 18px; text-align: center; color: #444444;
    border: solid 1px #666666; border-radius: 22px;
}
.circle-btn a {
    min-width: 129px; padding: 9px 20px;
    font-weight: 400; font-size: 18px; text-align: center; color: #444444;
    border: solid 1px #666666; border-radius: 22px;
}
.circle-btn:hover {
    background: #F7F7F7;
}
.product-image-box{
    max-width: 300px; width: 100%; height: fit-content;
    cursor: pointer;
}
.product-image-wrap {
    overflow: hidden;
    border-radius: 0 0 0 30px;
}
.product-image-box .image {
    width: 100%; height: 100%;
    aspect-ratio: 7/5;
    /*object-fit: cover;*/
    border-radius: 0 0 0 30px;
    transition: transform 0.2s;
}
.product-image-box .image:hover {
    transform: scale(1.1);
}
.product-title-text {
    margin: 10px 0;
    font-weight: 400; font-size: 16px; color: #222222;
}
.product-location-box {
    display: flex;
    width: fit-content; min-height: 13px;
    margin-right: 5px; margin-bottom: 18px; padding: 2px 2px;
    font-weight: 400; font-size: 11px; text-align: center; color: #000000;
    background: #E3D5A1;
}
.product-car-classification-box {
    display: flex;
    width: fit-content; min-height: 13px;
    margin-right: 5px; margin-bottom: 18px; padding: 2px 2px;
    font-weight: 400; font-size: 11px; text-align: center; color: #FFFFFF;
    background: #7A7B84;
}
.product-car-fuel-type-box {
    display: flex;
    width: fit-content; min-height: 13px;
    margin-right: 5px; margin-bottom: 18px; padding: 2px 2px;
    font-weight: 400; font-size: 11px; text-align: center; color: #000000;
    background: #DCDCDC;
}
.product-price-box {
    display: flex; justify-content: space-between;
}
.product-discount-price-text {
    margin-top: 1px; margin-right: 10px;
    font-weight: 600; font-size: 15px; color:#AAAAAA; text-decoration-line: line-through;
}
.product-price-text {
    font-size: 16px; font-weight: 600; text-transform: capitalize;
}
.product-search-box {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 30px; border: solid 1px #CCCCCC; margin-bottom: 30px;
}
.product-search-left-box {
    display:flex;
}
.product-search-left-box-text {
    font-weight: 400; font-size: 15px; color:#333333;
}
.product-search-right-box {
    display:flex;
}
.product-search-right-box label {
    padding-top: 8px;
}
.product-search-input {
    max-width: 302px; width: 100%;
    border: none; border-bottom: solid 1px #888888;
}
.product-list-box {
    display:grid;
    grid-template-columns: repeat(4, 1fr); row-gap: 57px; column-gap: 27px;
    padding-bottom: 100px;
}
.product-list-paging-box {
    display:flex; justify-content: center;
    width: 100%;
}
.product-list-paging-box li {
    width: 27px; height: 27px;
    cursor: pointer;
}
.product-list-paging-box li:hover {
    background-color: #CCCCCC;
}
.product-list-paging-box li .disabled {
    cursor: none;
}
.product-list-paging-box li.disabled:hover {
    background-color: #FFFFFF;
}
.product-list-paging-count-box {
    display:flex; justify-content: center; align-items: center;
    margin: 0 26px;
}
.product-list-paging-text-prev {
    font-weight: 600; font-size: 16px; color: #222222;
}
.product-list-paging-text-current {
    font-weight: 400; font-size: 16px; color: #222222
}
.product-list-paging-text-next {
    font-weight: 600; font-size: 16px; color: #888888;
}
.caution-box {
    display: flex; padding: 10px 14px; background: #F4F4F4;
}
.caution-box img {
    margin-right: 5px;
}
.caution-text {
    font-weight: 400; font-size: 14px; color:#333333; letter-spacing: -0.1px;
}
.max-w-171 {
    max-width: 171px !important;
}
.max-w-140 {
    max-width: 140px !important;
}
.h-45 {
    height: 45px !important;
}
.mr-2 {
    margin-right: 2px;
}
.mr-17 {
    margin-right: 17px;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-50 {
    margin-bottom: 50px;
}
.color-main {
    color: #66B135;
}
.color-222 {
    color: #222222;
}
.color-333 {
    color: #333333;
}
.color-444 {
    color: #444444;
}
.color-555 {
    color: #555555;
}
.color-666 {
    color: #666666;
}
.f-size-15 {
    font-size: 15px;
}
.f-size-16 {
    font-size: 16px;
}
.f-size-17 {
    font-size: 17px;
}
.f-size-18 {
    font-size: 18px;
}
.f-size-19 {
    font-size: 19px;
}
.f-size-20 {
    font-size: 20px;
}
.f-size-21 {
    font-size: 21px;
}
.f-size-22 {
    font-size: 22px;
}
.f-weight-400 {
    font-weight: 400;
}
.f-weight-500 {
    font-weight: 500;
}
.f-weight-600 {
    font-weight: 600;
}
.f-weight-700 {
    font-weight: 700;
}
.go-home-btn {
    display: inline-flex; justify-content: center; align-items: center;
    min-width: 131px; height: 50px;
    padding: 0 16px;
    font-weight: 400; font-size: 15px; color: #333333;
    border: solid 1px #666666;
}
.go-home-btn img {
    margin-top: -3px; margin-right: 7px;
}
.component-item.edit-style {
    position: relative !important;
}
.vertical-line-mx-10 {
    width: 1px; height: 12px; margin: 0 10px; border-right: solid 1px #AAAAAA;
}
.vertical-line {
    width: 1px; height: 12px; margin: 0 20px; border-right: solid 1px #AAAAAA;
}

.btn-box {
    width: 100%; text-align: center;
}
.btn-box .click-btn {
    margin-top: 50px;
    padding: 13px 50px;
    font-weight: 400; font-size: 16px; color: #FFFFFF;
    background-color: #222222;
}
.mo-category-box {
    position: relative;
    display: none;
    max-width: 291px; width: 100%; height: 45px;
    margin-top: 20px;
    text-align: end; cursor: pointer;
    z-index: 1;
}
.mo-category-list {
    position: absolute;
    width: -webkit-fill-available; height: 45px;
    border: solid 1px #66B135; border-radius: 22px 24px 24px 23px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.mo-category-item {
    display: grid;
    max-width: 291px; width: fit-content; height: 37px;
    padding: 13px 0 0 30px;
    font-weight: 400; font-size: 18px; color: #666666; text-align: start;;
    overflow: hidden;
}
.mo-category-item.active {
    font-weight: 600;
    pointer-events: none;
}
.green-select-btn {
    position: relative;
    width: 15px; height: 10px;
    margin-top: 19px; margin-right: 28px;
    z-index: 3;
}
.card-container .image-box {
    background-size: 100%;
    background-repeat: no-repeat;
}














/*######################## media ######################*/
@media screen and (max-width: 1023px) {
    .top-banner-box {
        height: 170px;
    }
    .top-banner-text {
       font-size: 40px;
    }
    .section-inner-box {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px){
    .top-banner-box {
        height: 119px;
    }
    .top-banner-text {
        font-size: 30px;
    }
    .product-list-paging-box {
        margin-bottom: 100px;
    }
    .mo-category-box {
        display: block;
    }
    .caution-box img {
        width: 20px; height: 20px;
    }
}
