/* 가장 큰 테이블 th 크기 조절 */
.operation-data__th div { width:110px; }
.operation-data__th p { font-size: 16px; color: #666666; font-weight: normal; margin-top: 5px; }

/* 텍스트 위 공간 */
.operation-data__td .space_require_text { margin-top: 20px }

/* 단체관람 기재사항 */
.mentioned_item_box { background-color: #f8f8f8; padding: 10px; margin-top: 5px; }
.circleRed { width: 18px; height: 18px; margin: 0px 10px; border-radius: 50%; background-color: #d83a46; display: inline-block;
    text-align: center; color: white; font-size: 11px; }

/* 단체 예약 시 안내 */
.precautuons_text_box {border: 3px solid #d8d8d8; padding: 10px;}
.precautuons_text_box .precautuons_table img { margin: auto 10px; }
.precautuons_text_box .precautuons_table th { padding-left: 10px; padding-right: 20px; }
.precautuons_text_box .precautuons_table td p { line-height: 24px; }
.precautuons_text_box .precautuons_table td div { font-size: 20px; color: #111111; font-weight: bold; }

/* 단체 예약 신청서 */
.application_form_table { border-spacing: 15px; width: 100%; }
.application_form_table .appl_form_th { width: 30%; border-bottom: 1px solid #b3b3b3; background-color: #f8f8f8; font-weight: normal; padding:10px}
.application_form_table .appl_form_td { border-bottom: 1px solid #b3b3b3;}
.application_form_table .appl_form_td_2 { border: 1px solid #b3b3b3;}
.application_form_table .appl_form_td .form_input { font-weight: bold; color: #111111; padding:10px; width: 95%;}
.application_form_table .appl_form_td .form_input::placeholder { color: #cccccc;}
.application_form_table .appl_form_td_2 .form_textarea { font-weight: bold; color: #111111; padding:10px; width: 95%; resize: none;  overflow: hidden; height: 100px; }
.application_form_table .appl_form_td_2 .form_textarea::placeholder { color: #cccccc;}
.text_red { margin: 5px; color: #d83946; }

/* 신청서 맨 하단 동의 사항 */
.application_form_table .appl_form_th_2 { border-bottom: 1px solid #b3b3b3; background-color: #f8f8f8; font-weight: normal; padding: 20px;}
.application_form_table .appl_form_th_2 p { line-height: 24px; }
.application_form_table .appl_form_th_2 .bold_black_text { font-weight: bold; color: #111111;}
.application_form_table .appl_form_th_2 .bold_text { font-weight: bold; color: #666666;}
.application_form_table .appl_form_th_2 .text_center { text-align: center; padding:15px; }
.application_form_table .appl_form_th_2 .text_center .change_box_location { display: inline-block; }

/* checkbox css */
.change_box_location .checkbox_input { display: none; }
.change_box_location .checkbox_input:checked + .checkbox_label .label_icon { border-color: #111;
    background: url(../../images/icon_input_checked.svg) no-repeat center center #111 }
.change_box_location .checkbox_label { display: inline-flex; align-items: center; padding: 10px;}
.change_box_location .checkbox_label .label_icon { width: 20px; height: 20px; box-sizing: border-box; border: solid 1px #999; background-color: #fff; }
.change_box_location .checkbox_label .label_text { margin-right: 12px; font-weight: bold; color: #111111; }


/* 모바일 버전에 적용할 것 */
@media (max-width: 768px) {
    .operation-data__th div { width:auto; display: inline-block;}
    .operation-data__th p { display: inline-block; float: right; }
    .application_form_table .appl_form_th { width: 40%; border-bottom: 1px solid #b3b3b3; background-color: #f8f8f8; font-weight: normal; padding:10px}
    .application_form_table .appl_form_th_2 .text_center .change_box_location { display: block; }
}


/* 테이블 형식 긁어오기 _ venue.css */
.alliance-board__list, .audio-list, .author-introduce__inside, .operation-buttons, .operation-data, .operation-link, .operation-notice__wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box
}

.operation-data .price-info__table {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    text-align: center
}

.operation-data .price-info thead {
    background-color: #f8f8f8;
    color: #231916
}

.operation-data .price-info thead th:nth-child(n+2) {
    width: 24.4966%
}

.operation-data .price-info tbody {
    color: #666
}

.operation-data .price-info tbody th {
    font-weight: 400
}

.operation-data .price-info tbody td {
    border-left: 1px solid #ccc
}

.operation-data .price-info td, .operation-data .price-info th {
    padding: 14px 30px;
    font-size: 20px;
    line-height: 1.6;
    border-bottom: 1px solid #ccc
}

.operation-data .price-info td .highlight, .operation-data .price-info th .highlight {
    color: #111
}

.operation-data .time-table {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0;
    font-size: 0;
    box-sizing: border-box
}

.operation-data .time-table__item {
    display: flex;
    flex: 1 1 auto;
    min-width: 33.3333%;
    margin-top: 10px;
    padding-right: 70px;
    font-size: 18px;
    line-height: 1.7222222222;
    box-sizing: border-box
}

.operation-data .time-table__order {
    width: 102px;
    color: #111
}

.operation-data .time-table__time {
    font-weight: 400;
    color: #666
}

.operation-data__table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #111;
    text-align: left
}

.operation-data__td, .operation-data__th {
    padding: 32px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.operation-data__th {
    width: 17%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2916666667;
    color: #111;
    text-align: left
}

.operation-data__td {
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666
}

.operation-buttons {
    margin-top: 40px;
    margin-bottom: 80px
}

.operation-buttons .a-button {
    max-width: 384px
}

@media (max-width: 768px) {
    .alliance-board__list, .audio-list, .author-introduce__inside, .operation-buttons, .operation-data, .operation-link, .operation-notice__wrap {
        padding: 0
    }

    .operation-data {
        padding: 0 20px
    }

    .operation-data .price-info__table {
        margin-bottom: 10px
    }

    .operation-data .price-info thead th {
        padding: 14px 0 10px
    }

    .operation-data .price-info td, .operation-data .price-info th {
        padding: 12px;
        font-size: 14px;
        line-height: 1.8571428571
    }

    .operation-data .time-table {
        margin-left: -14px;
        margin-right: -14px
    }

    .operation-data .time-table__item {
        justify-content: space-between;
        min-width: 50%;
        padding: 0 14px;
        font-size: 16px;
        line-height: 1.6875
    }

    .operation-data .time-table__order {
        width: 55px
    }

    .operation-data__row, .operation-data__tbody {
        display: block
    }

    .operation-data__row {
        padding: 20px 0;
        border-bottom: 1px solid #ccc
    }

    .operation-data__td, .operation-data__th {
        display: block;
        padding: 0;
        border: 0
    }

    .operation-data__th {
        width: 100%;
        font-size: 20px;
        line-height: 1.65
    }

    .operation-data__td {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6875
    }

    .operation-buttons {
        padding: 0 20px;
        margin-bottom: 80px
    }

    .operation-buttons .a-button {
        padding: 18px;
        height: 56px;
        font-size: 16px
    }

    .application_form_table { display: flex; flex-direction: column; }
    .application_form_table > tbody > tr { width: 100%; display: flex; flex-direction: column; margin-bottom: 10px;}
    .application_form_table > tbody > tr .appl_form_th { width: calc(100% - 20px); border-bottom: none; background-color: #f8f8f8; font-weight: normal; padding:10px; }
    .application_form_table > tbody > tr .appl_form_td { width: 100%; }
}
