.only_web{
    display: block;
}
.only_mo{
    display: none;
}

.invoice_section {
    padding-bottom: 120px;
}

.btn_wrap_member {
    margin-top: 20px;
}

/* .invoice_cancle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
} */

.invoice_cancle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

input[type="text"] {
    height: 35px;
}

.invoice_section .ttl_img{
    background-color: #e0ecf7;
    border-radius: 20px;
    min-height: 260px;
    margin-top: 40px;
}

.invoice_section .ttl_box h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid;
}

.invoice_section .invoice_table {
    width: 100%;
}

.invoice_section thead tr {
    height: 65px;
    border-bottom: 1px solid rgb(170, 170, 170);
}

.invoice_section thead tr th {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.invoice_section tbody tr {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
}

.invoice_section tbody tr .id {
    font-family: "Noto Sans KR";
    text-align: center;
    font-size: 16px;
    color: #757575;
}

.invoice_section tbody tr .ttl {
    font-family: "Noto Sans KR";
    text-align: center;
    font-size: 16px;
}

.invoice_section tbody tr .des {
    font-family: "Noto Sans KR";
    font-size: 16px;
    color: #454545;
    display: flex;
    align-items: center;
    height: 65px;
}

.invoice_section tbody tr .des .stt_1 {
    font-family: "Noto Sans KR";
    font-size: 13px;
    color: #ffffff;
    background-color: #095995;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 9px;
}

.invoice_section tbody tr .des .stt_2 {
    font-family: "Noto Sans KR";
    font-size: 13px;
    color: #ffffff;
    background-color: #cccccc;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 9px;
}

.invoice_section tbody tr .des .red {
    font-family: "Noto Sans KR";
    font-size: 13px;
    color: #e9281d;
    margin-inline: 8px;
}

.invoice_section tbody tr .des i {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: no-repeat center;
    background-image: url('../assets/img/ico/status_table_lock_ico.png');
}

.invoice_section tbody tr .name {
    font-family: "Noto Sans KR";
    text-align: center;
    font-size: 16px;
    color: #454545;
}

.invoice_section tbody tr .date {
    font-family: "Noto Sans KR";
    text-align: center;
    font-size: 16px;
    color: #757575;
}

.invoice_paid{
    margin: 100px 0 120px;
}

.invoice_paid .ttl_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.invoice_paid .ttl_date {
    font-family: "Noto Sans KR";
    font-size: 16px;
    color: #757575;
    margin: 30px 0 40px;
}

.invoice_paid .ttl_box h1 {
    font-size: 30px;
    font-family: "Noto Sans KR";
    font-weight: bold;
    color: #252525;
    margin-right: 9px;
}

.invoice_paid .ttl_box span {
    font-family: "Noto Sans KR";
    font-size: 13px;
    color: #ffffff;
    background-color: #095995;
    padding: 5px 8px;
    border-radius: 3px;
}

.invoice_paid .invoice_img_wrap {
    
    padding: 20px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 10px;
}

.invoice_paid .invoice_img_wrap .invoice_img_top {
    display: flex;
    gap: 0 20px;
}

.invoice_paid .invoice_img_wrap img{
    width: 100px;
    height: 100px;
}

.invoice_paid .invoice_img_content {
    padding: 10px 0;
}

.invoice_paid .invoice_img_content .invoice_img_ttl {
    font-family: "Noto Sans KR";
    font-size: 14px;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 500;
}

.invoice_paid .invoice_img_content .invoice_img_ttl span {
    font-weight: bold;
}

.invoice_paid .invoice_img_content h3 {
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 20px;
    color: #252525;
    margin-bottom: 20px;
}

.invoice_paid .invoice_img_content .invoice_img_des {
    font-family: "Noto Sans KR";
    font-size: 16px;
    color: #757575;
    line-height: 27px;
}

.invoice_paid .invoice_img_wrap .m_invoice_img_des {
    display: none;
}

.invoice_paid .invoice_table h2{
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 26px;
    color: #252525;
    margin-top: 70px;
    margin-bottom: 30px;
}

.invoice_paid .invoice_table table {
    width: 100%;
    border-top: 1px solid rgb(37, 37, 37);
}

.invoice_paid .invoice_table table tr {
    border-bottom: 1px solid #dbdbdb;
}

.invoice_paid .invoice_table table tr .subject{
    font-size: 16px;
    font-family: "Noto Sans KR";
    font-weight: 500;
    color: #252525;
    padding-left: 20px;
    height: 65px;
}

.invoice_paid .invoice_table table tr .content {
    font-family: "Noto Sans KR";
    font-size: 16px;
    color: #454545;
    padding-left: 20px;
    word-break: break-all;
    padding: 20px 0;
    line-height: 1.4;
    /* height: 65px; */
}

.invoice_paid .invoice_table table tr .content .product_detail{
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.invoice_paid .invoice_table table tr .content .product_detail:last-child {
    border-bottom: none;
}

.invoice_paid .text_red {
    margin-top: 30px;
}

.invoice_paid .text_red p{
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 26px;
    color: #e5001a;
}

.invoice_paid .invoice_comment {
    padding-top: 80px;
}
  
.invoice_comment .invoice_comment-top .invoice_comment-count {
    margin-bottom: 15px;
}

.invoice_comment .invoice_comment-top .invoice_comment-count span{
    font-family: "Noto Sans KR";
    font-size: 18px;
    line-height: 28px;
    color: #252525;
    font-weight: 500;
}

.invoice_comment .invoice_comment-top .invoice_comment-input {
    display: flex;
    gap: 0 10px;
    margin-bottom: 0.3846rem;
}

.invoice_comment .invoice_comment-top .invoice_comment-input textarea{
    height: 100px;
    width: calc(100% - 100px - 10px);
    padding: 20px 20px;
    font-size: 16px;
    font-family: "Noto Sans KR";
    border: 1px solid #aaaaaa;
    border-radius: 4px;

}

.invoice_comment .invoice_comment-top .invoice_comment-input textarea::placeholder {
    color: #999999;
}

.invoice_comment .invoice_comment-top .invoice_comment-input button {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #2e3e92;
    font-size: 18px;
    line-height: 28px;
    font-family: "Noto Sans KR";
    font-weight: 500;
    color: #ffffff;
}

.invoice_comment .invoice_comment-top .bs-input-check label {
    font-family: "Noto Sans KR";
    font-size: 16px;
}

.invoice_comment .invoice_comment-details {
    margin-top: 30px;
}

.invoice_user .invoice_user-avatar img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.invoice_comment .invoice_comment-details .invoice_user{
    display: flex;
    column-gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.invoice_comment .invoice_comment-details .invoice_user-detail {
    max-width: calc(100% - 52px - 20px);
}

.invoice_comment-details .invoice_user-comment p {
    font-size: 16px;
    font-family: "Noto Sans KR";
    line-height: 28px;
    color: #454545;
}

.invoice_comment-details .invoice_user-content {
    margin-top: 25px;
}

.invoice_comment-details .invoice_user-content .invoice_user-type {
    cursor: pointer;
}

.invoice_comment-details .invoice_user-content span {
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 28px;
    color: #6c7580;
    position: relative;
    margin-right: 20px;
}

.invoice_comment-details .invoice_user-content .invoice_user-title::after,
.invoice_comment-details .invoice_user-content .invoice_user-date::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #d8d8d8;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
}

.invoice_comment-details .invoice_user-detail .invoice_user-operation {
    margin-top: 20px;
}

.invoice_comment-details .invoice_user-detail .invoice_user-operation button{
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 28px;
    color: #454545;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    border-radius: 3px;
}

.invoice_paid .invoice_button {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.invoice_paid .invoice_button button {
    padding: 20px 100px;
    color: #252525;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    /* margin: 0 auto; */
    font-weight: bold;
}
.invoice_paid .ttl_box .stt_2 {
    font-size: 13px;
    color: #ffffff;
    background-color: #84858c;
    padding: 5px 8px;
    border-radius: 3px;
    /* margin-right: 9px; */
}

.invoice_paid .invoice_table table tr .content.schedule .schedule_list {
    height: 100%;
    width: 600px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.invoice_paid .invoice_table table tr .content.logo,
.invoice_paid .invoice_table table tr .content.file {
    height: 65px;
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.invoice_paid .invoice_table table tr .content.logo i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../assets/img/invoice/logo_invoice.png");
}

.invoice_paid .invoice_table table tr .content.file i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url("../assets/img/invoice/file_invoice.png");
}

.invoice_paid .invoice_table table tr .content .num {
    margin-right: 15px;
}

.invoice_paid .invoice_table table tr .content.file span {
    margin-right: 0;
}

.ord_total_sec h3.label {
    margin-top: 80px;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid #252525;
}
/* 2024 01 08 수정 */
.ord_total_sec .detail_money .defen_ttl,
.ord_total_sec .total_money .defen_ttl  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.ord_total_sec .text_defen {
    font-size: 14px;
}


.ord_total_sec .detail_money.tar.flex_e_c p{
    margin-left: 10px;
    margin-top: 10px;
}
.invoice_paid .invoice_table_new table tr .subject{
    text-align: center;
    padding-left: 0;
}
.invoice_paid .invoice_table_new table tr .content{
    padding-left: 0;
    text-align: center;
    height: 65px;
    line-height: 1.3;
}

.invoice_paid .invoice_table_new table tr .content #price_tot {
    font-size: 28px;
    font-weight: 700;
    color: var(--bs-point);
}

.invoice_paid .invoice_table_new table tr .content.link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.invoice_paid .invoice_table_new table tr .content .btn_download_passport {
    background-color: #095995;
    border-radius: 4px;
    padding: 0px 5px;
    color: #fff;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}

.invoice_paid .invoice_table_new table tr .content .btn_del_passport {
    background-color: crimson;
    margin-left: 5px;
}

.btn_upload_passport {
    cursor: pointer;
    background-color: #095995;
    border-radius: 4px;
    padding: 0px 5px;
    margin: 0 0 0 5px;
    color: #fff;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.invoice_paid .invoice_table_new table tr .btn_payment {
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #2e3e92;
    width: fit-content;
    height: fit-content;
}

/* golf_invoice */
#container_voice [class^="inner"] {
    position: relative;
    margin: 0 auto;
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
    max-width: 900px;
}

.golf_invoice {
    padding: 20px 0 100px;
}

.golf_invoice * {
    font-family: "Pretendard" !important;
}

/* .golf_invoice .logo_voice {
    padding-bottom: 20px;
    border-bottom: 6px solid #1e73e7;
}

.golf_invoice .logo_voice img {
    width: 165px;
}

.golf_invoice .logo_voice h2 {
    font-size: 26px;
    margin-bottom: 5px;
}

.golf_invoice .logo_voice .addr {
    font-size: 14px;
    color: #616161;
    margin-top: 10px;
} */

.golf_invoice .logo_voice {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 6px solid #1e73e7;
}

.golf_invoice .logo_voice img {
    width: 165px;
    /* height: 76px; */
}

.golf_invoice .logo_voice h2 {
    font-size: 45px;
    margin-bottom: 5px;
    margin-top: 18%;
}

.golf_invoice .logo_voice .addr {
    font-size: 14px;
    color: #616161;
    margin-top: 10px;
}


.golf_invoice .invoice_ttl {
    margin: 40px 0;
    text-align: center;
}

.golf_invoice .invoice_ttl p {
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 15px;
    font-weight: 600;
}

.golf_invoice .invoice_ttl span {
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 1.5;
    color: #333;
}

.golf_invoice .invoice_table {
    padding: 20px 13px;
    border:5px solid #eee;
    margin-bottom: 30px;
}

.golf_invoice .invoice_table .top_flex {
    margin: 20px 0 10px;
}

.golf_invoice .invoice_table .top_flex .tit_top {
    margin: 0;
}

.golf_invoice .invoice_table .top_flex span {
    font-size: 14px;
    color: #ef4337;
}
 
.golf_invoice .invoice_table .tit_top {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin-top: 20px;
}

.golf_invoice.voucher .invoice_table .tit_top {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #7d7d7d;
    margin-top: 20px;
}

.golf_invoice .invoice_table .invoice_tbl {
    width: 100%;
}

.golf_invoice .invoice_table .invoice_tbl tr {
    max-height: 50px;
}

.golf_invoice .invoice_table .invoice_tbl.spe {
    margin-top: 20px;
}

.golf_invoice .invoice_table .invoice_tbl.spe tr th {
    font-weight: bold;
}

.golf_invoice .invoice_table .invoice_tbl tr th {
    font-weight: 400;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #f4f4f4;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

.golf_invoice .invoice_table .invoice_tbl tr td {
    height: 35px;
    border: 1px solid #dddddd;
    border-right: unset;
    border-left: unset;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #7d7d7d;
    text-align: left;
    letter-spacing: -0.2px;
}

.golf_invoice .invoice_golf_total {
    padding: 10px;
    background-color: #f6f6f6;
    margin-top: 30px;
}

.golf_invoice .invoice_golf_total p {
    font-size: 14px;
    line-height: 1.4;
}

.golf_invoice .invoice_golf_total p span {
    color: #17469E;
    font-weight: 700;
}

.golf_invoice .cancle_txt {
    margin: 15px 0 25px;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
}

.golf_invoice .cancle_txt span {
    color: #ef4337;
}

.golf_invoice .btn_wrap_member .invoice_member {
    padding: 15px 30px;
    color: #fff;
    background: #17469E;
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    font-size: 18px;
    font-weight: bold;
}

.golf_invoice .invoice_note {
    margin: 30px 0 15px;
}

.golf_invoice .invoice_note_ {
    margin: 30px 0 15px;
}

.golf_invoice .invoice_note_ p {
    font-size: 16px;
    font-weight: 500;
    color: #7d7d7d;
    line-height: 1.3;
    display: flex;
    gap: 3px;
    line-height: 1.3;
}

.golf_invoice .invoice_note p {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 1.3;
}

.golf_invoice .invoice_note p + p {
    margin-top: 6px;
}

.golf_invoice .invoice_info {
    padding: 15px;
    background-color: #eee;
}

.golf_invoice .invoice_info h2 {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 10px;
}

.golf_invoice .invoice_info .txt p {
    font-size: 14px;
    line-height: 1.4;
    color: #252525;
}

.golf_invoice .invoice_info a {
    padding: 5px;
    background-color: #f3fffe;
    border: 1px solid #2ab6ad;
    color: #2ab6ad;
    font-size: 14px;
    margin: 5px 0;
    display: inline-block;
}

.golf_invoice .tit_note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #252525;
}

.golf_invoice .inquiry_qna {
    padding-top: 30px;
    border-top: 2px solid #333;
}

.golf_invoice .inquiry_qna .ttl_qna {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    line-height: 1.3;
}

.golf_invoice .inquiry_qna .ttl_qna span {
    color: #ef4337;
}

.golf_invoice .inquiry_qna .inquiry_info {
    margin: 20px 0 10px;
    padding-left: 0px;
}

.golf_invoice .inquiry_qna .inquiry_info p {
    font-size: 14px;
    color: #252525;
    font-weight: 500;
    line-height: 1.3;
}

.golf_invoice .inquiry_qna .note_qna {
    font-size: 14px;
    color: #252525;
    font-weight: 500;
    line-height: 1.3;
}

.bank_conts {
    width: 45%;
    margin: 0 auto;
    padding: 140px 0;
    text-align: center;
    line-height: 22px;
}

.acc_closed {
    background: url(/images/ico/btn_close2.png) no-repeat;
    width: 24px;
    height: 23px;
    display: flex;
    margin-left: auto;
    cursor: pointer;
}

.bank_conts h1 {
    padding-bottom: 10px;
    text-align: center;
}

.bank_conts_cont {
    margin: 0 auto;
    background: #f6f6f6;
    text-align: center;
    padding: 20px 5%;
    border: 1px solid #ddd;
}

.bank_name {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.bank_acno {
    font-size: 29px;
    font-weight: 600;
    color: #000;
    background: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px auto;
}

.bank_acname {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.bank_conts_cont p {
    padding: 10px 0 0px 0;
    font-size: 1em;
    color: #666;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}

.f_nilegreen {
    color: #2ab6ad !important;
}

.bank_conts_cont p a, .bank_conts_cont p a:hover, .bank_conts_cont p a:link {
    color: #2ab6ad !important;
    cursor: pointer;
}

.bank_conts_cont p a strong {
    color: #2ab6ad !important;
    text-decoration: underline;
    font-weight: 600;
}

.hotel_invoice tr .row_ttl {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 7px ;
    color: #454545;
}

.ml-20 {
    margin-left: 20px;
}

.flex-gap10 {
    display: flex;
    gap: 10px;
}


.golf_invoice .btns_download_print {
    margin: 30px 0 20px ;
    display: flex;
    justify-content: center;
    align-items: center;
    gap : 10px;

}

.golf_invoice .btns_download_print button {
    padding: 10px 20px;
    background-color: #095995;
    color: #fff;
    font-size: 18px;
}

.hotel_invoice .table_wrapper {
    padding: 10px;
    border: 1px solid #dbdbdb;
    color: #7d7d7d;
    font-size : 14px
}


.hotel_invoice .note_no_entry {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 30px 0 50px;
}

.golf_invoice .info_order_txt {
    margin: 30px 0 30px;
}

.golf_invoice .info_order_txt p {
    margin-bottom: 10px;
    color: #7d7d7d;
}

.golf_invoice .box_notifi {
    /* border: 3px solid #ff6a00;
    padding: 30px 10px 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: -20px;
}

.golf_invoice .box_notifi .tit {
    font-size: 18px ;
    color: #ff6a00;
    font-weight: 500;
    margin-bottom: 10px;
}

.golf_invoice .box_notifi .desc {
    background-color: #f4f4f4;
    width: 100% !important;
    text-align: center;
    padding: 9px;
    color: #7d7d7d;
}

.btn_wrap_member {
    gap: 5px;
}

.policy_wrap_cont {
    margin-top: 20px;
}

@media screen and (max-width: 850px) {
    .invoice_paid .invoice_table_new table tr .btn_payment {
        padding: 0.3333rem 0.6667rem;
        font-size: 0.6rem;
        color: #fff;
        background-color: #2e3e92;
        width: fit-content;
        height: 2rem;
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ord_total_sec .text_defen {
        font-size: 0.9231rem;
    }

    /* golf_invoice */
        #container_voice [class^="inner"] {
            position: relative;
            margin: 0 auto;
            width: -webkit-calc(100% - 20px);
            width: -moz-calc(100% - 20px);
            width: calc(100% - 20px);
            max-width: 90rem;
        }

        .golf_invoice {
            padding: 2rem 0 10rem;
        }

        .golf_invoice .logo_voice {
            padding-bottom: 2rem;
            border-bottom: 0.6rem solid #1e73e7;
            display: flex;
            flex-direction: column;
            gap: 0.2rem;
        }

        .golf_invoice .logo_voice img {
            width: 18rem;
            height: 7.6rem;
        }

        .golf_invoice .logo_voice h2 {
            margin-top: -1.2rem;
            font-size: 3rem;
            margin-bottom: -1.4rem;
        }

        
        .golf_invoice .logo_voice .addr {
            font-size: 2.2rem;
            margin-top: -1rem;
            color: #616161;
        }

        .golf_invoice .invoice_ttl {
            margin: 4rem 0;
            text-align: center;
        }

        .golf_invoice .invoice_ttl p {
            font-size: 2.6rem;
            color: #000;
            text-align: center;
            line-height: 1.4;
            margin: 0 0 1.5rem;
            font-weight: 600;
        }

        .golf_invoice .invoice_ttl span {
            font-size: 2.8rem;
            text-align: center;
            display: block;
            line-height: 1.5;
            color: #333;
        }

        .golf_invoice .invoice_table {
            padding: 2rem 1.3rem;
            border:0.5rem solid #eee;
            margin-bottom: 3rem;
        }

        .golf_invoice .invoice_table .top_flex {
            margin: 2rem 0 1rem;
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
        }

        .golf_invoice .invoice_table .top_flex .tit_top {
            margin: 0;
        }

        .golf_invoice .invoice_table .top_flex span {
            font-size: 2.4rem;
            color: #ef4337;
        }
        
        .golf_invoice .invoice_table .tit_top {
            margin-bottom: 1rem;
            font-size: 2.6rem;
            font-weight: 600;
            color: #252525;
            margin-top: 2rem;
        }

        .golf_invoice .invoice_table .invoice_tbl {
            width: 100% !important;

        }

        .golf_invoice .invoice_table .invoice_tbl.re_custom {
            border-top: 1px solid #dbdbdb;
            margin-bottom: 4rem;
        }

        .golf_invoice .invoice_table .invoice_tbl colgroup {
            display: none;
        }

        .golf_invoice .invoice_table .invoice_tbl tr {
            max-height: 100%;
            display: flex;
            flex-direction: column;
            max-height: unset !important;
        }

        .golf_invoice .invoice_table .invoice_tbl.re_custom tr {
            flex-direction: row;
            flex-wrap: wrap;
        }

        .golf_invoice .invoice_table .invoice_tbl.spe {
            margin-top: 2rem;
        }

        .golf_invoice .invoice_table .invoice_tbl.spe tr th {
            font-weight: bold;
        }

        .golf_invoice .invoice_table .invoice_tbl tr th {
            font-weight: 400;
            color: #333;
            font-size: 2.4rem;
            padding: 2rem 1rem;
            background-color: #f4f4f4;
            border-top: unset;
            border-bottom: unset;
            text-align: left;
        }


        .golf_invoice .invoice_table .invoice_tbl.re_custom tr th {
            width: 30%;
            border-bottom: 1px solid #dbdbdb;
        }

        .golf_invoice .invoice_table .invoice_tbl.re_custom tr td {
            width: 70%;
            border-bottom: 1px solid #dbdbdb;
        }

        .golf_invoice .invoice_table .invoice_tbl tr td {
            height: unset !important;
            border: unset;
            border-right: unset;
            border-left: unset;
            padding: 1rem 1rem;
            font-size: 2.4rem;
            line-height: 1.4;
            color: #7d7d7d;
            text-align: left;
            letter-spacing: -0.02rem;
        }

        .golf_invoice .invoice_table .invoice_tbl.table_row tr {
            display: table-row;
            border-bottom: 1px solid #dbdbdb;

        }
        .golf_invoice .invoice_table .invoice_tbl.table_row tr:first-child {
            border-top: 1px solid #dbdbdb;
        }


        .golf_invoice .invoice_golf_total {
            padding: 2rem 1rem;
            background-color: #f6f6f6;
            margin-top: 3rem;
        }

        .golf_invoice .invoice_golf_total p {
            font-size: 2.4rem;
            line-height: 1.4;
        }

        .golf_invoice .invoice_golf_total p span {
            color: #17469E;
            font-weight: 700;
        }

        .golf_invoice .cancle_txt {
            margin: 1.5rem 0 2.5rem;
            font-size: 2.2rem;
            font-weight: 400;
            color: #252525;
        }

        .golf_invoice .cancle_txt span {
            color: #ef4337;
        }

        .golf_invoice .btn_wrap_member .invoice_member {
            padding: 1.5rem 3rem;
            color: #fff;
            background: #17469E;
            display: inline-block;
            outline: none;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            border: 0;
            font-size: 2.8rem;
            font-weight: bold;
        }

        .golf_invoice .invoice_note {
            margin: 3rem 0 1.5rem;
        }

        .golf_invoice .invoice_note p {
            font-size: 2.6rem;
            font-weight: 500;
            color: #252525;
            line-height: 1.3;
        }

        .golf_invoice .invoice_note p + p {
            margin-top: 0.6rem;
        }

        .golf_invoice .invoice_info {
            padding: 1.5rem;
            background-color: #eee;
        }

        .golf_invoice .invoice_info h2 {
            font-size: 2.6rem;
            font-weight: 700;
            color: #252525;
            margin-bottom: 1rem;
        }

        .golf_invoice .invoice_info .txt p {
            font-size: 2.4rem;
            line-height: 1.4;
            color: #252525;
        }

        .golf_invoice .invoice_info a {
            padding: 0.5rem;
            background-color: #f3fffe;
            border: 0.1rem solid #2ab6ad;
            color: #2ab6ad;
            font-size: 2.4rem;
            margin: 0.5rem 0;
            display: inline-block;
        }

        .golf_invoice .tit_note {
            margin-top: 2rem;
            font-size: 2.4rem;
            line-height: 1.4;
            color: #252525;
        }

        .golf_invoice .inquiry_qna {
            padding-top: 3rem;
            border-top: 0.2rem solid #333;
        }

        .golf_invoice .inquiry_qna .ttl_qna {
            font-size: 2.8rem;
            font-weight: 700;
            color: #252525;
            line-height: 1.3;
        }

        .golf_invoice .inquiry_qna .ttl_qna span {
            color: #ef4337;
        }

        .golf_invoice .inquiry_qna .inquiry_info {
            margin: 2rem 0 1rem;
            padding-left: 0;
        }

        .golf_invoice .inquiry_qna .inquiry_info p {
            font-size: 2.4rem;
            color: #252525;
            font-weight: 500;
            line-height: 1.3;
        }

        .golf_invoice .inquiry_qna .note_qna {
            font-size: 2.4rem;
            color: #252525;
            font-weight: 500;
            line-height: 1.3;
        }

        .bank_conts {
            width: 85%;
            margin: 0 auto;
            padding: 14rem 0;
            text-align: center;
            line-height: 2.2rem;
        }

        .acc_closed {
            background: url(/images/ico/btn_close2.png) no-repeat;
            width: 3rem;
            height: 3rem;
            display: flex;
            margin-left: auto;
            cursor: pointer;
            background-size: 3rem 3rem;
        }

        .bank_conts h1 {
            padding-bottom: 1rem;
            text-align: center;
        }

        .bank_conts h1 img {
            width: 18rem;
            height: 7.6rem;
        }

        .bank_conts_cont {
            margin: 0 auto;
            background: #f6f6f6;
            text-align: center;
            padding: 2rem 5%;
            border: 0.1rem solid #ddd;
        }

        .bank_name {
            font-size: 2.8rem;
            font-weight: 400;
            color: #333;
        }

        .bank_acno {
            font-size: 3.9rem;
            font-weight: 600;
            color: #000;
            background: #fff;
            border-radius: 2rem;
            padding: 1rem 2rem;
            display: inline-block;
            margin: 1rem auto;
        }

        .bank_acname {
            font-size: 2.8rem;
            font-weight: 400;
            color: #333;
        }

        .bank_conts_cont p {
            padding: 1rem 0 0rem 0;
            font-size: 2em;
            color: #666;
            margin-top: 1.5rem;
            border-top: 0.1rem solid #ddd;
        }

        .f_nilegreen {
            color: #2ab6ad !important;
        }

        .bank_conts_cont p a, .bank_conts_cont p a:hover, .bank_conts_cont p a:link {
            color: #2ab6ad !important;
            cursor: pointer;
            font-size: 2rem;
        }

        .bank_conts_cont p a strong {
            color: #2ab6ad !important;
            text-decoration: underline;
            font-weight: 600;
        }
}