@CHARSET "UTF-8";

/* 빈소이용현황 */
.funeral_home_wrap .funeral_list{display: grid;grid-template-columns: 1fr 1fr;gap: 30px;}
.funeral_home_wrap .funeral_list dl{display:flex;align-items:center;gap: 10px;padding: 30px;max-width: 485px;background: #f7f6f5;border: 1px solid #cdc3ac;border-radius:15px;box-sizing:border-box;}
.funeral_home_wrap .funeral_list dl dt{flex-shrink: 0;position:relative;width: 140px;text-align:center;font-size:2.6rem;font-weight:700;z-index: 1;}
.funeral_home_wrap .funeral_list dl dt .leg{position: absolute;left:0;top:-30px;color: #dbd4cd;font-size:3.6rem;font-weight:400;z-index: -1;}
.funeral_home_wrap .funeral_list dl dd ul li{display:flex;gap: 15px;align-items: baseline;font-size: 1.6rem;}
.funeral_home_wrap .funeral_list dl dd ul li:nth-child(n+2){margin-top:10px;}
.funeral_home_wrap .funeral_list dl dd ul li .tit{padding: 2px 10px;background: #a78c5c;border-radius: 5px;font-size: 1.5rem;font-weight:700;color: #fff;}
.funeral_home_wrap .funeral_list dl dd ul li .txt{font-weight:400;color: #111;word-break: break-all;}
.funeral_home_wrap .nodata{width:100%; padding:30px 10px; text-align:center; border:1px solid #e9e9e9; border-radius:10px;}


/********************태블릿********************/
@media all and (max-width:1024px){

/*빈소이용현황*/
.funeral_home_wrap .funeral_list{gap:20px;}
.funeral_home_wrap .funeral_list dl{flex-direction: column;padding: 50px 30px 30px;}
.funeral_home_wrap .funeral_list dl dt{width:100px;}

}


/********************모바일********************/
@media all and (max-width:767px){

/*빈소이용현황*/
.funeral_home_wrap .funeral_list{grid-template-columns: 1fr;gap:1vh;}
.funeral_home_wrap .funeral_list dl{flex-direction:column; gap:2vh; max-width:100%; padding:2vh;}
.funeral_home_wrap .funeral_list dl dt{width:100%; padding:25px 0 0 30px; text-align:left; box-sizing:border-box;}
.funeral_home_wrap .funeral_list dl dt .leg{top:0;}
.funeral_home_wrap .funeral_list dl dd{width:100%;}
.funeral_home_wrap .funeral_list dl dd ul li{gap: 0 2vh;}
.funeral_home_wrap .funeral_list dl dd ul li:nth-child(n+2){margin-top:1vh;}


}
