.cr_siteGroupWrap{
    display: grid;
    grid-gap: 7.5rem 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;
    justify-content: space-between;
}
.cr_siteTitle p{
    font-size: .875rem;
    white-space: nowrap;
}
.cr_siteTitle .booking{
    justify-content: start;
    margin-top: 1rem;
}
.cr_siteTitle .booking span{
    border-bottom: 1px solid #000;
}
.cr_siteTitle a{
    display: flex;
    justify-content: space-between;
}
.cr_siteTitle .booking span{
    white-space: nowrap;
}
.cr_siteTitleWrap{
    text-align: start;
}
/*줄이지 말라는 요청에 주석 처리함*/
/*.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 1rem;
    }
}

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