@charset "utf-8";

/* 컨퍼런스 모듈 공통 테이블 스타일 */
.tbl_head01 tbody td {
    padding: 15px 10px !important; /* 좀 더 넉넉하게 */
    vertical-align: middle !important; /* 수직 중앙 정렬 */
    height: 71px; /* 좌석 선택 페이지 버튼 높이랑 맞춤 */
    line-height: 1.5 !important; /* 줄 간격 통일 */
    font-size: 1em !important; /* 폰트 크기도 통일 */
}
.td_num {
    font-weight: bold;
    color: #e83e8c;
    font-size: 1.1em;
    text-align: center;
}
.td_prd {
    /* text-align: center; */ /* 원래대로 왼쪽 정렬 유지 */
    font-weight: 400; /* 상품명은 너무 두껍지 않게 normal로 */
}
.td_numbig {
    font-weight: bold;
    font-size: 1.1em;
}

/* '옵션'이라는 텍스트를 '좌석'으로 덮어쓰기 */
/* 주문내역 조회 페이지를 위해 ID 선택자로 우선순위를 높임 */
#sod_fin_list .sod_name .sod_opt::before,
/* 일반적인 경우 */
.sod_opt::before {
    content: "좌석" !important;
    display: inline-block;
    margin: 1px 5px 2px 0;
    padding: 3px;
    border-radius: 3px;
    background: #e2eaf6;
    line-height: 1em;
    color: #3a8afd;
}

/* 참여자 정보 입력 필드 스타일 */
.participant-input-group {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.participant-input-group .frm_input {
    width: calc(50% - 5px); /* 두 필드를 한 줄에 */
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.participant-input-group .frm_input:last-child {
    margin-right: 0;
}


/* '주문하시는 분' 입력 폼은 공통 테이블 스타일의 영향을 받지 않도록 초기화 */
#sod_fin_orderer .tbl_head01 tbody td,
#sod_fin_orderer .tbl_head01 tbody th {
    padding: 10px 0 !important; /* 기본 패딩으로 복구 */
    height: auto !important; /* 높이 제한 해제 */
    line-height: normal !important; /* 기본 줄간격 */
    font-size: 0.95em !important; /* 폰트 크기 조정 */
    vertical-align: middle !important; /* 수직 정렬은 유지 */
}

#sod_fin_orderer .tbl_head01 tbody th {
    width: 80px; /* 라벨 너비 지정 */
    text-align: left; /* 왼쪽 정렬 */
    padding-left: 15px !important;
}

#sod_fin_orderer .tbl_head01 tbody td {
    padding-left: 5px !important; /* 입력 필드랑 너무 붙지 않게 */
}

.seat_select_area .guide_text {
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 0.95em;
}