.cr_siteGroupWrap{
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 5rem;
}
.cr_siteGroup .cr_img{
    position: relative;
    width: 100%;
    height: 300px;
}
.cr_siteGroup .cr_img span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 12px;
    background-color: #000;
}
.cr_siteGroup .cr_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cr_siteTitle{
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.cr_siteTitle h4 {
    text-align: start;
    padding: 1rem 0;
    font-weight: bold;
}
.cr_siteTitle p{
    font-size: .875rem;
    white-space: nowrap;
}
.cr-site-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.cr_siteTitleWrap{
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cr_siteTitleWrap .cr-price-main {
    font-size: 1rem;
    font-weight: 700;
}
.cr_siteTitle .booking span{
    border-bottom: 1px solid #000;
    white-space: nowrap;
}
/*줄이지 말라는 요청에 주석 처리함*/
/*.cr_siteTitleWrap h4{*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*}*/



/*------------xl------------*/
@media (max-width: 1200px) {
    .cr_siteGroup .cr_img{
        max-width: 100%;
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    .title{
        border-bottom: 2px solid #000;
        margin-bottom: 1rem;
    }
    .cr_siteGroupWrap{
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .booking{
        gap: 1rem;
    }
    .cr_siteTitle .booking span{
        font-size: .875rem;
    }
}
/*------------xl------------*/


/*------------미사용 CSS------------*/
/* products.mustache에 해당 HTML이 없어 미사용 상태.
   - cr-price-dc*: 할인 표시 HTML 미추가. 할인 기능 추가 시 주석 해제.
   - .cr_siteTitle a: template 내 a 태그 없음.
   - .arrow (md): products.mustache에 .arrow 클래스 없음. */
/*
.cr_siteTitleWrap .cr-price-dc {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cr_siteTitleWrap .cr-price-dc-rate {
    font-size: 12px;
    font-weight: 700;
    color: var(--bs-danger);
}
.cr_siteTitleWrap .cr-price-dc-original {
    font-size: 12px;
    color: var(--bs-secondary);
    text-decoration: line-through;
}
.cr_siteTitle a {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .arrow { width: 60px; }
}
*/
/*------------//미사용 CSS------------*/