/* Main page START */
/*@font-face {*/
/*    font-family: 'NanumSquareNeo';*/
/*    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
.page-title {
    font-family: 'NanumSquareNeo';
    line-height: normal;
    font-size: 3.2rem;
    color: black;
    font-weight: 300;
    margin-top: 20px;
}
.long-term-car-card {
    padding: 0px;
}
.panel-long-term {
    padding: 0px 15px;
}
.long_term_content {
    padding: 50px 240px 60px;
}

.carousel-control .icon-next:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 1000;
    font-size: 50px;
}
.carousel-control .icon-prev:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 1000;
    font-size: 50px;
}

.index-home-pc {
    width: 80%;
}

#car_card_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 40px 0;
}

.car_card {
    padding: 10px;
    min-width: 250px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    flex-basis: 24%;
    cursor: pointer;
    margin: 5px;
}

.car_card:hover {
    border: 1px solid #3fd7ff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all 200ms ease-in-out;
}

.car_card_image_box img {
    height: 180px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.car_card_info_box {
    padding: 10px 15px;
}
.car_card_info_subInfo {
    line-height: normal;
    color: dimgray;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.car_card_info_subInfo > span {
    position: relative;
    margin: 0 5px 2px 5px;
}
.car_card_info_subInfo > span:first-child {
    margin: 0 5px 2px 0px;
}

.car_card_info_subInfo > span::after {
    display: block;
    content: "";
    position: absolute;
    right: -5px;
    top: 1px;
    width: 1px;
    height: 14px;
    background: gray;
}
.car_card_info_subInfo > span:last-child::after {
    display: none;
}
.car_card_info_title {
    font-size: 2rem;
    overflow: hidden;
    height: 1.2em;
}
.car_card_info_price {
    font-size: 2.0rem;
    font-family: 'NanumSquareNeo', sans-serif;
}
.car_card_button {
    display: block;
    background-color: dodgerblue;
    color: white;
    width: 50%;
    font-size: 1.8rem;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}
.car_card_button:hover {
    background-color: blue;
}
.car_estimate_button {
    background-color: #9a9a9a;
    margin: 10px 0;
}
.rent_car_check_wrapper {
    display: flex;
    /*justify-content: space-between;*/
    margin: 20px 0 70px 0;
    flex-wrap: wrap;
}

.rent_car_check {
    flex-basis: 32%;
    border-left: 1px solid black;
    margin: 0 0 20px 0;
    padding: 10px 20px;
}
.rent_car_check_title {
    font-size: 2rem !important;
    color: black !important;
    word-break: keep-all;
}
.rent_car_check ul {
    list-style: disc;
    padding-left: 15px;
}
.rent_car_check ul li {
    font-size: 1.6rem;
    color: dimgray;
    word-break: keep-all;
    margin-bottom: 7px;
    line-height: 1.2;
}
.car_card_slogan {
    width: fit-content;
    padding: 10px;
    position: absolute;
    font-size: 1.5rem;
    color: white;
    border-radius: 10px 0;
}

@media screen and (min-width: 601px) and (max-width: 991px) {
    .car_card {
        flex-basis: 32%;
        margin: 5px 0px;
    }

    .long_term_content {
        padding: 80px 12px 30px;
    }
    .long-term-car-card {
        padding: 0px;
    }
}

@media screen and (max-width: 600px) {
    .car_card {
        flex-basis: 47%;
        min-width: 100%;
        margin: 5px 0px;
    }
    .car_card_info_box {
        padding: 10px 5px 10px 5px;
    }
    .car_card_button {
        width: 100%;
    }
    .rent_car_check {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
        border-left: none;
        border-top: 1px solid black;
        padding: 10px;
    }
    .rent_car_check_title {
        flex-basis: 28% !important;
    }
    .rent_car_check ul {
        flex-basis: 70%;
    }
    .displayNoneAfter::after {
        display: none !important;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 80%;
    }
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 30%;
    }

    .long_term_content {
        padding: 80px 12px 30px;
    }
    .long-term-car-card {
        padding: 0px;
    }
}
/* Main page END */

/* Detail page START */
.car_title {
    font-family: 'NanumSquareNeo', sans-serif;
    line-height: normal;
    font-size: 3.3rem;
    color: black;
    font-weight: 300;
}
.car_subtitle {
    color: dimgray;
    font-size: 1.8rem;
}
.car_subtitle span {
    position: relative;
    margin-right: 5px;
}
.car_subtitle span:after {
    display: block;
    content: "";
    position: absolute;
    right: -5px;
    top: 1px;
    width: 1px;
    height: 18px;
    background: gray;
}
.car_subtitle span:last-child:after {
    display: none;
}
.carousel-inner {
    background-color: white;
}
.carousel-inner > .item > img {
    height: 500px;
    margin: 0 auto;
}
.small_image_List {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    justify-content: flex-start;
}
.small_image_List img {
    height: 100px;
    width: 100%;
    opacity: 0.6;
}
.small_image_List img:hover {
    opacity: 1;
    border: 2px solid black;
}
.long_term_detail {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.long_term_detail_price_wrapper {
    width: 30%;
    margin: 50px 0;
    position: sticky;
    top: 5%;
    height: 300px;
}
.detail_price_box {
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
}
.detail_price_box p {
    display: flex;
    justify-content: space-between;
}
.long_term_detail_info_wrapper {
    width: 65%;
    margin: 50px 0;
}
.long_term_detail_info_box {
    padding: 0;
}
.detail_info_title {
    font-size: 2.3rem;
    padding: 20px;
    background-color: #e3e3e3;
    margin-bottom: 0;
}
.detail_info_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 150px 30px 20px;
    flex-wrap: wrap;
}
.detail_info p {
    font-size: 1.8rem;
    word-break: keep-all;
    margin-bottom: 0;
}
.detail_info p:first-child {
    color: dimgray;
    margin-bottom: 10px;
}
.detail_info ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 30px;
}
.detail_info ul li {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
}

textarea {
    font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
    .carousel-inner > .item > img {
        height: 300px;
    }
    .small_image_List img {
        height: 70px;
    }
    .long_term_detail {
        flex-direction: column;
    }
    .long_term_detail_price_wrapper {
        width: 100%;
        position: revert;
        margin-bottom: 0;
        height: auto;
    }
    .long_term_detail_price_wrapper article:first-child {
        display: none;
    }
    .long_term_detail_info_wrapper {
        width: 100%;
    }
    .detail_info_title {
        padding: 20px 10px;
    }
    .detail_info_wrapper {
        /*flex-direction: column;*/
        flex-flow: column;
        padding: 30px 10px;
    }
    .detail_info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .detail_info p {
        flex-basis: 65%;
        height: fit-content;
    }
    .detail_info p:first-child{
        flex-basis: 35%;
    }
    .detail_info p:last-child{
        text-align: right;
    }
    .detail_info ul {
        margin-bottom: 15px;
        flex-basis: 63%;
    }
}
/* Detail page END */