/* 장비예약 > 제품 상세 */
#info.tab-content .sub-tit {color: #333;font-size: 16px;font-family: 'noto sans kr';font-weight: 500;}
#info.tab-content .step {color: #333;font-size: 12px;padding: 3px 15px;display: inline-block;margin: 10px 0;}
#info.tab-content p {margin-bottom: 12px}
#info.tab-content .des {background: #f9f9f9; padding:10px;}
#info.tab-content .brand-wrap {color: #555763;font-family: 'dotum';padding: 15px 0;}
#info.tab-content .brand-wrap dd {display: block;line-height: 20px;padding: 0 20px;margin-left: 88px;font-size: 12px;}
#info.tab-content .brand-wrap dl {width: 100%;height: auto;display: inline-block;}
#info.tab-content .brand-wrap dt {ont-weight: bold;width: 100%;height: auto;bottom: 0;line-height: 20px;align: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;color: #555763;font-size: 12px;}
#info.tab-content .brand-wrap dt img {width: 82px;height: 53px;float: left;margin-right: 25px;border: 1px solid #e2e5e8;}

.lg\:pt-\[35px\]{padding-top:35px}
.tl{text-align: left}
.py-\[70px\]{padding-top:24px;padding-bottom:70px}
.py-\[30px\]{padding-top:24px;padding-bottom:30px}

.input-border {border-color: rgb(178 180 181) !important;}

.shop-cont {height: 105px !important;}
.shop-cont img {height: 100%}

.rv-mod .react-datepicker__day-name, .rv-mod .react-datepicker__day {
    width: 2.5rem;
    line-height: 2.5rem;
}

.garage-add-btn {
    position: sticky;
    justify-content: center;
    display: flex;
    pointer-events: none;
}

/* 공지사항 css*/
/* CSS 파일 또는 <style> 태그에 추가 */
.notice-content table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}

.notice-content table th,
.notice-content table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.notice-content table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.multiple-frame .bottom-sheet.repair-bottom.hide,
.multiple-frame .bottom-sheet.repair-bottom {
    bottom: 0;
}

.bottom-sheet.hide {
    z-index: 1 !important;
}
.max-h-full{max-height:100%}