#bo_v_title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px
}

#bo_v_con {
    min-height: 200px;
    word-break: break-all;
    overflow: hidden
}

@media all and (max-width: 575px) {
    .responsive #bo_v_title {
        font-size:20px;
        line-height: 1.5
    }

    .responsive #bo_v_con {
        min-height: 140px
    }
}

#bo_v_con img {
    max-width: 100%;
    height: auto
}

#bo_v_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    zoom:1}

#bo_v_img:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_v_img a.view_image {
    display: block
}

#bo_v_img img {
    margin-bottom: 1rem
}

#bo_v_sns_icon {
    margin: -5px auto
}

#bo_v_sns_icon img {
    width: 40px;
    border-radius: 50%;
    margin: 5px
}

.cmt-reply {
    top: 0;
    left: -16px
}

.by-writer {
    background: #fbefef!important;
    border-top: 1px solid #f6cece!important
}

.cmt-content {
    word-break: break-all;
    overflow: hidden
}

.cmt-content img {
    max-width: 100%;
    height: auto
}

.cmt-btn ul {
    list-style: none;
    margin: 0
}

.cmt-btn ul>li {
    float: left;
    font-size: 12px;
    padding: 0 10px
}

.cmt-btn ul>li::before {
    float: left;
    color: #ccc;
    content: "|";
    margin-left: -12px
}

.cmt-btn ul>li:last-child {
    padding-right: 0
}

.cmt-btn ul>li:first-child::before,.cmt-btn ul>li.no-bar::before {
    content: "";
    margin-left: 0
}

.cmt-btn ul>li>a {
    float: left;
    color: #888;
    white-space: nowrap
}

#fviewcomment #wr_content {
    resize: none
}

@media all and (max-width: 575px) {
    .responsive .cmt-box {
        border-right:0!important
    }

    .responsive #bo_vc_w .cmt-box {
        border-left: 0!important;
        border-radius: 0!important
    }

    .responsive #bo_vc_login {
        border-left: 0!important;
        border-right: 0!important;
        border-radius: 0!important
    }
}

#bo_vc_opt ol {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom:1;background: #ccc;
    border-radius: 3px
}

#bo_vc_opt ol:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc_opt ol li {
    float: left;
    margin: 0
}

#bo_vc_send_sns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom:1}

#bo_vc_send_sns ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc_send_sns ul li {
    float: left;
    margin: 0 1rem 0 0
}

#bo_vc_send_sns input {
    margin: 0 0 0 .5rem
}

#bo_w .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0
}

#bo_w #wr_content {
    margin-bottom: 1rem!important
}

@media all and (max-width: 575px) {
    #bo_w .list-group-item {
        padding-left:1rem;
        padding-right: 1rem
    }

    .responsive #bo_w #wr_content {
        max-height: 160px!important
    }
}

.bo_point_popup_wrap {
    position: relative
}

.bo_point_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid #e33030;
    padding: 26px 27px 36px;
    width: 340px;
    max-width: 100%;
    background: #fff;
    border-radius: 30px;
    box-shadow: 8px 8px 20px rgb(50 60 70/30%);
    -webkit-box-shadow: 8px 8px 20px rgb(50 60 70/30%);
    -moz-box-shadow: 8px 8px 20px rgb(50 60 70/30%);
    z-index: 5
}

.bo_point_popup>div {
    position: relative
}

.bo_point_popup .btn_close {
    position: absolute;
    top: -30px;
    right: -97px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(90,90,91,.8);
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    border: 0
}

.bo_point_popup .title {
    font-size: 28px;
    color: #e33030;
    font-weight: 700;
    letter-spacing: -.05rem;
    text-align: center
}

.bo_point_popup .text {
    line-height: 1.3;
    text-align: center;
    color: #888;
    margin-top: 5px
}

.bo_point_popup .text span {
    color: #333;
    text-decoration: underline
}

.bo_point_popup .tabs {
    margin-top: 10px
}

.bo_point_popup .tabs span {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e8e9eb;
    color: #666;
    text-align: center;
    font-size: 16px;
    cursor: pointer
}

.bo_point_popup .tabs span:first-child {
    border-radius: 10px 0 0 10px
}

.bo_point_popup .tabs span:last-child {
    border-radius: 0 10px 10px 0
}

.bo_point_popup .tabs span.active {
    background: #393e47;
    color: #fff;
    border: 1px solid #393e47
}

.bo_point_popup .date_ctrl {
    position: relative;
    text-align: center;
    margin-top: 12px
}

.bo_point_popup .date_ctrl .year {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-51%);
    font-family: montserrat,noto sans kr,sans-serif;
    letter-spacing: -.05rem
}

.bo_point_popup .date_ctrl .month {
    font-size: 18px;
    font-weight: 700;
    margin-right: 2px
}

.bo_point_popup .date_ctrl .btn_month {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer
}

.bo_point_popup .date_ctrl .btn_month img {
    margin-top: -2px
}

.bo_point_popup .search {
    margin-top: 10px
}

.bo_point_popup .search:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}

.bo_point_popup .search .form-control {
    border: 1px solid #e8e9eb;
    border-radius: 6px
}

.bo_point_popup .search>span {
    position: relative;
    float: left
}

.bo_point_popup .search>span:first-child {
    width: 30%
}

.bo_point_popup .search>span:last-child {
    width: 70%;
    padding-left: 5px
}

.bo_point_popup .search>span:last-child input[type=text] {
    padding-right: 30px
}

.bo_point_popup .search>span:last-child .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-52%);
    width: 30px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.bo_point_popup .search>span:last-child .icon i {
    vertical-align: middle
}

.bo_point_popup .tbl_wrap {
    display: none;
    margin-top: 10px;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.bo_point_popup .tbl_wrap.active {
    display: block
}

.bo_point_popup table {
    width: 100%;
    border-spacing: 0;
    padding: 0
}

.bo_point_popup .tbl_wrap .tbody_wrap {
    max-height: 233px;
    border-bottom: 1px solid #e8e9eb;
    overflow: auto;
    overflow-y: overlay
}

.bo_point_popup .tbl_wrap .tbody_wrap::-webkit-scrollbar {
    width: 11px
}

.bo_point_popup .tbl_wrap .tbody_wrap::-webkit-scrollbar-track {
    background: #ececec;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 9999px
}

.bo_point_popup .tbl_wrap .tbody_wrap::-webkit-scrollbar-thumb {
    background: #2D50E2;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 9999px
}

.bo_point_popup table tr th {
    background: #4d5360;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: -.02rem
}

.bo_point_popup table tr td {
    background: #fcfdff;
    color: #333;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #e8e9eb;
    padding-top: 2px;
    padding-bottom: 1px;
    letter-spacing: -.02rem
}

.bo_point_popup table tr:nth-child(even) td {
    background: #f7f8fa
}

.bo_point_popup table tr td.red {
    color: #e33030;
    font-weight: 700
}

.bo_point_popup table tr:last-child td {
    border-bottom: 0
}

.bo_point_popup .tbl_wrap table th:nth-child(1),.bo_point_popup .tbl_wrap table td:nth-child(1) {
    width: 45%
}

.bo_point_popup .tbl_wrap table th:nth-child(2),.bo_point_popup .tbl_wrap table td:nth-child(2) {
    width: 55%
}

.bo_point_popup .tbl_wrap table td:nth-child(2) {
    font-family: montserrat,noto sans kr,sans-serif;
    letter-spacing: -.05rem;
    font-weight: 700;
    color: #2D50E2
}

.bo_point_popup .total_point {
    margin-top: 15px
}

.bo_point_popup .total_point:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}

.bo_point_popup .total_point .text {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.bo_point_popup .total_point .price {
    float: right;
    font-size: 20px;
    font-family: montserrat,noto sans kr,sans-serif;
    letter-spacing: -.05rem;
    font-weight: 700;
    color: #2D50E2
}

@media(max-width: 991.98px) {
    .bo_point_popup {
        *top:10.5rem;
        padding: 16px 17px 26px
    }

    .bo_point_popup .btn_close {
        top: -11px;
        right: -12px;
        width: 40px;
        height: 40px;
        line-height: 39px
    }

    .bo_point_popup .title {
        font-size: 20px
    }

    .bo_point_popup .text {
        font-size: 14px
    }
}

@media(max-width: 575.98px) {
    .bo_point_popup {
        max-width:calc(100% - 30px);
        position: absolute;
        top: 10.5rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

.btn-point-status {
    background: #393e47;
    color: #fff
}

.btn-point-status:hover {
    background: #2f3032;
    color: #fff
}

.bo_point_notice .must_read {
    -ms-flex: 0 0 63.38%;
    flex: 0 0 63.38%;
    max-width: 63.38%
}

.bo_point_notice .price {
    -ms-flex: 0 0 36.62%;
    flex: 0 0 36.62%;
    max-width: 36.62%;
    padding-left: 10px
}

.bo_point_notice .head {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    height: 36px;
    padding: 0 .5rem
}

.bo_point_notice .head2 {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    background: #ffffff; /* 다른 배경색 사용 */
    color: #121b21; /* 다른 텍스트 색상 */
    border: 1px solid #2D50E2;
    font-size: 14px; /* 다른 폰트 크기 */
    font-weight: 600; /* 다른 폰트 두께 */
    text-align: center;
    border-radius: 5px;
    margin-top: 2px;
    padding: 0 .5rem;
}

.bo_point_notice .price .head {
    border-radius: 5px 5px 0 0
}

.bo_point_notice .head span {
    position: relative
}

.bo_point_notice .head span img {
    position: absolute;
    top: 50%;
    left: -1.75rem;
    transform: translateY(-50%)
}

.bo_point_notice .must_read_list .item {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    max-width: calc(50% - 1px);
    border: 1px solid #2D50E2;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    min-height: 32px;
    padding: 0 .645rem;
    margin-top: 2px
}

.bo_point_notice .must_read_list .item:nth-child(odd) {
    margin-right: 1px
}

.bo_point_notice .must_read_list .item:nth-child(even) {
    margin-left: 1px
}

.bo_point_notice .must_read_list .item .num {
    color: #2D50E2;
    font-weight: 700;
    margin-right: .275rem
}

.bo_point_notice .must_read_list .item .underline span {
    text-decoration: underline
}

.bo_point_notice .must_read_list .item a.btn_bo_safety {
    position: relative;
    top: 0;
    display: inline-block;
    background: #333;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    padding-top: 1px;
    border-radius: 5px;
    transition: background .15s;
    margin-left: 5px
}

.bo_point_notice .must_read_list .item a.btn_bo_safety:hover {
    background: #222
}

.bo_point_notice .must_read_list .item a.btn_bo_safety img {
    vertical-align: top;
    width: 10px;
    margin-top: 4px;
    margin-left: 2px
}

.bo_point_notice .price .item {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex: 0 0 calc(50% - 1px);
    font-size: 30px;
    font-weight: 700;
    min-height: 68px;
    height: calc(100% - 36px);
    border: 2px solid #333;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0 .5rem;
    background: #fff;
    letter-spacing: -.05rem
}


.new-price {
    flex: 1;
    min-width: 45%; /* Adjust as needed to ensure two items fit per row */
    margin-bottom: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

.new-head {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px 5px 0 0;
    height: 36px;
    padding: 0 .5rem
}

.new-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px;
    font-weight: 700;
    min-height: 68px;
    height: calc(100% - 36px);
    border: 2px solid #333;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0 .5rem;
    background: #fff;
    letter-spacing: -.05rem;
}

.new-num {
    color: #2D50E2;
    font-size: 22px;
    font-weight: bold;
}
.bo_point_notice .price .item .odometer,.bo_point_notice .price .item .comma {
    color: #2D50E2
}

@media(max-width: 991.98px) {
    .bo_point_notice .must_read,.bo_point_notice .price,.bo_point_notice .must_read_list .item {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bo_point_notice .head {
        font-size: 16px
    }

    .bo_point_notice .must_read_list .item {
        font-size: 13px;
        margin-left: 0!important;
        margin-right: 0!important
    }

    .bo_point_notice .price {
        padding-left: 0
    }

    .bo_point_notice .price .item {
        font-size: 28px
    }
}

#bo_search .form-row {
    margin-left: 0!important;
    margin-right: 0!important
}

#bo_search .form-row>div:first-child {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

#bo_search .form-row>div:last-child {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

#bo_search input[type=text] {
    max-width: 20rem;
    height: calc(1.75em + 1rem + 2px);
    border-radius: .5rem 0 0 .5rem
}

#bo_search button[type=submit] {
    background-color: #333!important;
    border-color: #333!important;
    border-radius: 0 .5rem .5rem 0;
    padding-left: .85rem;
    padding-right: .85rem
}

#bo_search button[type=submit]:hover {
    background-color: #222!important
}

.btn-point {
    border: 1px solid gray;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 12px!important;
    border-radius: 7px;
    background: #fff;
    box-shadow: 3px 4px 4px -2px #d5d5d5;
    -webkit-box-shadow: 3px 4px 4px -2px #d5d5d5;
    -moz-box-shadow: 3px 4px 4px -2px #d5d5d5;
    transition: background .15s ease-in-out
}

.btn-point:hover {
    background: #f9f9f9
}

.btn-point-primary {
    padding-top: 9px!important;
    padding-bottom: 8px!important;
    border-radius: 6px
}

.btn-point-rank img {
    margin-top: -1px
}

.btn-point-total {
    border: 1px solid #db3232;
    color: #db3232!important
}

.btn-point-total:hover {
    background: #fff7f7
}

@media(max-width: 991.98px) {
    #bo_search input[type=text] {
        max-width:100%
    }

    .btn-point,.btn-point-primary {
        padding: 6px 10px!important;
        font-size: 14px
    }
}

#bo_point_popup_rank {
    width: 440px;
    padding-top: 20px;
    padding-bottom: 30px
}

#bo_point_popup_rank .btn_close {
    top: -24px
}

#bo_point_popup_rank .title {
    font-size: 40px
}

#bo_point_popup_rank .title img {
    margin-top: -4px
}

#bo_point_popup_rank .text {
    margin-top: -2px;
    font-size: 16px;
    color: #121b21
}

#bo_point_popup_rank .search .form-control {
    border: 2px solid #e8e9eb
}

#bo_point_popup_rank .search select.form-control {
    padding-left: .5rem;
    padding-right: .25rem
}

#bo_point_popup_rank .search>span:last-child input[type=text] {
    padding-right: 38px
}

#bo_point_popup_rank .tbl_wrap {
    display: block;
    position: relative
}

#bo_point_popup_rank .tbl_wrap .tbody_wrap {
    border-radius: 10px;
    max-height: unset;
    border-bottom: 0
}

#bo_point_popup_rank .tbl_wrap .tbody_wrap table tr:nth-child(1) td:first-child,#bo_point_popup_rank .tbl_wrap .tbody_wrap table tr:nth-child(2) td:first-child,#bo_point_popup_rank .tbl_wrap .tbody_wrap table tr:nth-child(3) td:first-child {
    color: #db3232;
    font-weight: 700
}

#bo_point_popup_rank .tbl_wrap table th,#bo_point_popup_rank .tbl_wrap table td {
    font-size: 13px;
    font-family: inherit
}

#bo_point_popup_rank .tbl_wrap table td {
    background: #f7f8fa
}

#bo_point_popup_rank .tbl_wrap table th:nth-child(1),#bo_point_popup_rank .tbl_wrap table td:nth-child(1) {
    width: 18%
}

#bo_point_popup_rank .tbl_wrap table th:nth-child(2),#bo_point_popup_rank .tbl_wrap table td:nth-child(2) {
    width: 35%
}

#bo_point_popup_rank .tbl_wrap table td:nth-child(2) {
    color: inherit;
    font-weight: inherit
}

#bo_point_popup_rank .mb_complete_point {
    border: 2px solid #e33030;
    border-radius: 6px;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700
}

#bo_point_popup_rank .mb_complete_point span {
    position: relative;
    top: 1px;
    font-size: 20px;
    color: #e33030;
    margin-left: 8px
}

#bo_point_popup_rank .guide {
    margin-top: 15px
}

#bo_point_popup_rank .guide li {
    font-size: 14px;
    color: #333;
    line-height: 1.6
}

#bo_point_popup_rank .guide li b {
    color: #db3232
}

#bo_point_popup_rank .btn_popup_rank_search_submit {
    top: 0;
    width: 35px;
    transform: unset;
    background: #db3232;
    border-radius: 0 6px 6px 0
}

#bo_point_popup_rank .btn_popup_rank_search_submit i {
    color: #fff;
    margin-top: -2px
}

#bo_point_popup_rank .list_refresh {
    display: none;
    text-align: right;
    margin-top: 10px;
    font-size: 14px
}

#bo_point_popup_rank .list_refresh span {
    cursor: pointer
}

@media(max-width: 991px) {
    #bo_point_popup_rank {
        padding-top:16px;
        padding-bottom: 20px
    }

    #bo_point_popup_rank .btn_close {
        top: -11px
    }

    #bo_point_popup_rank .title {
        font-size: 26px
    }

    #bo_point_popup_rank .title img {
        width: 34px;
        margin-top: -3px
    }

    #bo_point_popup_rank .text {
        font-size: 14px;
        margin-top: 0
    }

    #bo_point_popup_rank .search .form-control {
        font-size: 14px
    }

    #bo_point_popup_rank .mb_complete_point {
        font-size: 14px
    }

    #bo_point_popup_rank .mb_complete_point span {
        font-size: 18px
    }

    #bo_point_popup_rank .guide li {
        font-size: 12px
    }
}

@media(max-width: 575px) {
    #bo_point_popup_rank .search>span:first-child {
        width:33%
    }

    #bo_point_popup_rank .search>span:last-child {
        width: 67%
    }
}

#bo_gallery .list-item .list-item-div {
    *border: 1pxsolid#ddd;
    background: #fff;
    box-shadow: 5px 5px 8px rgb(50 60 70/8%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70/8%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70/8%);
    border-radius: 10px
}

#bo_gallery .list-item .list-item-div .list-item-title {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(#ffffff,#f7f7f7)
}

#bo_gallery .list-item .list-item-div .list-item-wrap:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}

#bo_gallery .img-wrap {
    border-radius: 10px 10px 0 0;
    border: 2px solid #dc3545
}

#bo_gallery .list-item.trade_status_off .img-wrap {
    border: 2px solid #666
}

#bo_gallery .img-wrap .img-hover-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    z-index: 2
}

#bo_gallery .img-wrap .img-hover-cover>div {
    position: relative;
    height: 100%
}

#bo_gallery .img-wrap .img-hover-cover>div>span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#bo_gallery .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#bo_gallery .img-wrap .img-item .overlay_label {
    position: absolute;
    top: 0;
    left: 0;
    background: #dc3545;
    color: #fff;
    padding: 0 .75rem;
    font-weight: 700;
    border-radius: 0 0 10px 0
}

#bo_gallery .list-item.trade_status_off .img-wrap .img-item .overlay_label {
    background: #666
}

#bo_gallery .list-partner-info-wrap {
    padding: 6px 5px
}

#bo_gallery .list-partner-info-1 {
    min-height: 30px
}

#bo_gallery .list-partner-info-1 .complete_text {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    text-align: center;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    letter-spacing: -.05rem;
    border-radius: 5px 0 0 5px;
    padding: 0 .5rem
}

#bo_gallery .list-partner-info-1 .complete_price {
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    word-break: break-all;
    text-align: center;
    border: 1px solid #e8e9eb;
    background: #fff;
    letter-spacing: -.05rem;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    padding: 0 .5rem
}

#bo_gallery .list-partner-info-1 .complete_price span span {
    color: #db3232
}

#bo_gallery .list-item.trade_status_off .list-partner-info-1 .complete_price span {
    color: #999
}

#bo_gallery .list-partner-info-2 {
    position: relative;
    border: 1px solid #e8e9eb;
    min-height: 30px;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    margin-top: 5px;
    letter-spacing: -1px
}

#bo_gallery .list-partner-info-2 .cnt_complete,#bo_gallery .list-partner-info-2 .cnt_hold {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 .5rem
}

#bo_gallery .list-partner-info-2 .div_line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 11px;
    background: #e8e9eb
}

#bo_gallery .list-partner-btn-wrap {
    margin-top: 7px
}

#bo_gallery .list-partner-btn-wrap:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both
}

#bo_gallery .list-partner-btn-wrap .btn_trade {
    border: 2px solid #777;
    color: #666;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    transition: background .15s
}

#bo_gallery .list-item.trade_status_off .list-partner-btn-wrap .btn_trade {
    background: #f2f2f2!important;
    border: 2px solid #f2f2f2;
    color: #999
}

#bo_gallery .list-partner-btn-wrap .btn_trade:hover {
    background: #f5f5f5
}

#bo_gallery .list-partner-btn-wrap .btn_trade img {
    margin-left: 5px
}

@media(max-width: 991.98px) {
    #bo_gallery .list-partner-info-1 .complete_text,#bo_gallery .list-partner-info-1 .complete_price,#bo_gallery .list-partner-info-2 .cnt_complete,#bo_gallery .list-partner-info-2 .cnt_hold {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #bo_gallery .list-partner-info-1 .complete_text {
        border-radius: 5px 5px 0 0
    }

    #bo_gallery .list-partner-info-1 .complete_price {
        border-radius: 0 0 5px 5px
    }

    #bo_gallery .list-partner-info-2 {
        border: 0;
        height: auto
    }

    #bo_gallery .list-partner-info-2 .cnt_complete {
        border: 1px solid #e8e9eb;
        border-radius: 5px 5px 0 0
    }

    #bo_gallery .list-partner-info-2 .cnt_hold {
        margin-top: -1px;
        border: 1px solid #e8e9eb;
        border-radius: 0 0 5px 5px
    }
}

#bo_gallery .chk-box {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 2
}

#bo_gallery .wr-now {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75);
    z-index: 1
}

.bo_point_mypage .list-item .list-item-div {
    background: #fff;
    box-shadow: 5px 5px 8px rgb(50 60 70/8%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70/8%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70/8%);
    border-radius: 10px;
    padding: 10px
}

.bo_point_mypage .list-item .datetime {
    font-size: 14px;
    color: #999
}

.bo_point_mypage .list-item .data-wrap {
    width: 100%;
    margin-top: 5px
}

.bo_point_mypage .list-item .data-wrap .data-item div {
    border: 1px solid #e8e9eb;
    border-top: 0;
    font-size: 15px;
    padding: 0 .5rem;
    text-align: center;
    min-height: 26px
}

.bo_point_mypage .list-item .data-wrap .data-item div:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 0!important
}

.bo_point_mypage .list-item .data-wrap .data-item div:last-child {
    -ms-flex: 0 0 calc(50% + 1px);
    flex: 0 0 calc(50% + 1px);
    max-width: calc(50% + 1px)
}

.bo_point_mypage .list-item .data-wrap .data-item-head div:first-child {
    background: #333;
    border: 1px solid #333;
    border-top: 0;
    color: #fff;
    border-radius: 5px 0 0 0
}

.bo_point_mypage .list-item .data-wrap .data-item-head div:last-child {
    background: #db3232;
    border: 1px solid #db3232;
    border-top: 0;
    color: #fff;
    border-radius: 0 5px 0 0
}

.bo_point_mypage .list-item .data-wrap .data-item-1 div,.bo_point_mypage .list-item .data-wrap .data-item-1 div a {
    color: #db3232
}

.bo_point_mypage .list-item .data-wrap .data-item-2 div {
    color: #666
}

.bo_point_mypage .list-item .data-wrap .data-item-2 div:first-child {
    border-radius: 0 0 0 5px
}

.bo_point_mypage .list-item .data-wrap .data-item-2 div:last-child {
    border-radius: 0 0 5px 0
}

.bo_point_mypage .list-item .status {
    position: relative;
    background: #f2f2f2;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 7px;
    height: 34px
}

.bo_point_mypage .list-item .status.status-6 {
    color: #666
}

.bo_point_mypage .list-item .status.status-10 {
    background: #fbeaea;
    color: #db3232
}

.bo_point_mypage .list-item .status .btn_bo_point_cancel_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 4px
}

.bo_point_partner_info_wrap .img_wrap {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    height: 240px;
    text-align: center;
    box-shadow: 0 4px 10px rgb(50 60 70/20%);
    -webkit-box-shadow: 0 4px 10px rgb(50 60 70/20%);
    -moz-box-shadow: 0 4px 10px rgb(50 60 70/20%);
    border-radius: 10px;
    border: 2px solid #db3232;
    overflow: hidden
}

.bo_point_partner_info_wrap .img_wrap img {
    width: 100%;
    object-fit: cover
}

.bo_point_partner_info_wrap .info_wrap {
    -ms-flex: 0 0 calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgb(50 60 70/10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70/10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70/10%)
}

.bo_point_partner_info_wrap .info_wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.bo_point_partner_info_wrap .info_wrap table tr th {
    *width: 150px;
    width: 120px;
    border: 1px solid #333;
    border-bottom: 1px solid #424242;
    border-top: 0;
    background: #333;
    color: #fff;
    font-weight: 400;
    height: 60px;
    letter-spacing: -.05rem;
    padding: 8px 18px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.bo_point_partner_info_wrap .info_wrap table tr td {
    position: relative;
    word-break: break-all;
    height: 60px;
    overflow: hidden;
    border: 1px solid #e8e9eb;
    border-top: 0;
    padding: 8px 25px;
    font-size: 16px;
    color: #000;
    background: #fff
}

.bo_point_partner_info_wrap .info_wrap table tr:first-child th {
    border-top: 1px solid #333;
    0*height: 45px;
    border-radius: 10px 0 0 0
}

.bo_point_partner_info_wrap .info_wrap table tr:first-child td {
    border-top: 1px solid #e8e9eb;
    *height: 45px;
    border-radius: 0 10px 0 0
}

.bo_point_partner_info_wrap .info_wrap table tr:last-child th {
    border-radius: 0 0 0 10px
}

.bo_point_partner_info_wrap .info_wrap table tr:last-child td {
    border-radius: 0 0 10px 0
}

.bo_point_partner_info_wrap .info_wrap table tr td a.at-tip img {
    margin-top: 1px
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap {
    padding: 0 25px
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div {
    *min-width: 140px;
    position: relative;
    *padding: 025px;
    padding: 0 20px;
    letter-spacing: -.05rem;
    font-size: 15px;
    min-width: 100px
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:first-child {
    padding-left: 0!important
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:last-child {
    padding-right: 0!important
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ccc
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div>span {
    display: inline-block
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap-2 div:nth-child(2):before,.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:last-child:before {
    display: none
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div span .underline {
    text-decoration: underline;
    text-underline-offset: 2px
}

.bo_point_partner_info_wrap .info_wrap table tr td.td_complete_price {
    font-size: 20px;
    font-weight: 700
}

.bo_point_partner_info_wrap .info_wrap table tr td.td_complete_price span span {
    color: #db3232
}

.bo_point_partner_notice {
    position: relative;
    border: 2px solid #333;
    border-radius: 10px;
    overflow: hidden
}

.bo_point_partner_notice .left {
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 8px 25px;
    min-height: 60px;
    white-space: nowrap;
    font-weight: 700
}

.bo_point_partner_notice .left img {
    margin-right: 8px
}

.bo_point_partner_notice .right {
    font-size: 16px;
    padding: 8px 25px;
    min-height: 60px;
    background: #fff
}

@media(max-width: 991.98px) {
    .bo_point_partner_info_wrap .img_wrap {
        -ms-flex:100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto
    }

    .bo_point_partner_info_wrap .info_wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .bo_point_partner_info_wrap .info_wrap table tr th {
        width: 85px;
        padding: 8px 10px;
        font-size: 14px
    }

    .bo_point_partner_info_wrap .info_wrap table tr td {
        font-size: 14px;
        padding: 8px 10px
    }

    .bo_point_partner_info_wrap .info_wrap table tr:first-child td,.bo_point_partner_info_wrap .info_wrap table tr:last-child td {
        padding: 0 25px
    }

    .bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap {
        padding: 0
    }

    .bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div {
        *min-width: 100px;
        padding: 0!important;
        font-size: 13px;
        min-width: unset;
        width: calc(100%/3);
        text-align: center
    }

    .bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div>span {
        display: block
    }

    .bo_point_partner_info_wrap .info_wrap table tr td.td_complete_price {
        font-size: 18px
    }

    .bo_point_partner_notice .left {
        padding: 6px 12px;
        min-height: unset
    }

    .bo_point_partner_notice .left img {
        margin-right: 0;
        width: 18px
    }

    .bo_point_partner_notice .left span span {
        display: none
    }

    .bo_point_partner_notice .right {
        font-size: 15px;
        padding: 6px 15px;
        min-height: unset
    }
}

.bo_point_list_head {
    font-size: 22px;
    font-weight: 700
}

.bo_point_list_head img {
    margin-right: 8px
}

.bo_point_list_payment_day .text {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px
}

.bo_point_list_payment_day .text .underline {
    text-decoration: underline;
    text-underline-offset: 2px
}

.bo_point_payment_day_alert {
    background: #db3232;
    padding: 12px 18px;
    border-radius: 0 15px 15px 15px;
    margin: 16px 0 0 16px
}

.bo_point_payment_day_alert>div {
    color: #fff;
    line-height: 1
}

.bo_point_payment_day_alert>div:last-child {
    font-weight: 700;
    margin-top: 7px
}

.bo_point_payment_day_alert>div:last-child span {
    color: #fff899;
    text-decoration: underline;
    text-underline-offset: 3px
}

@media(max-width: 991.98px) {
    .icon_bo_point_payment_day_alert {
        width:45px
    }

    .bo_point_payment_day_alert {
        padding: 10px 14px;
        border-radius: 0 10px 10px 10px;
        margin: 10px 0 0 10px;
        font-size: 13px
    }

    .bo_point_payment_day_alert>div:last-child {
        margin-top: 5px
    }
}

.bo_point_list_wrap {
    overflow: visible
}

.bo_point_list_wrap table {
}

.bo_point_list_wrap table tr th {
    border: 0;
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: -.05rem
}

.bo_point_list_wrap table tr th:first-child {
    border-radius: 10px 0 0 0
}

.bo_point_list_wrap table tr th:last-child {
    border-radius: 10px 10px 0 0
}

.bo_point_list_wrap table tr td {
    position: relative;
    border: 0;
    border-bottom: 1px solid #e8e9eb;
    text-align: center;
    background: #fcfdff;
    font-size: 16px;
    color: #333!important;
    vertical-align: middle;
    letter-spacing: -.05rem;
    font-weight: 400;
    padding: 0 .75rem
}

.bo_point_list_wrap table tr:last-child td {
    border-bottom: 0
}

.bo_point_list_wrap table tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

.bo_point_list_wrap table tr:last-child td:last-child {
    border-radius: 0 0 10px 10px
}

.bo_point_list_wrap table tr:nth-child(even) td {
    background: #f7f8fa
}

.bo_point_list_wrap table tr td b {
    font-weight: 700
}

.bo_point_list_wrap table tr td .sv_wrap {
    text-align: left
}

.bo_point_list_wrap table tr td .na-subject:hover span {
    color: crimson!important
}

.bo_point_list_wrap table tr td .d-table-cell {
    padding: .75rem 0
}

.bo_point_list_wrap table .d-table-cell.tc_num {
    width: 10%
}

.bo_point_list_wrap table .d-table-cell.tc_name {
    width: 17%
}

.bo_point_list_wrap table .d-table-cell.tc_nick {
    width: 19%
}

.bo_point_list_wrap table .d-table-cell.tc_href {
    width: 51%
}

.bo_point_list_wrap table .d-table-cell .wr_result {
    display: inline-block;
    *white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 5px
}

.bo_point_list_wrap table .d-table-cell .wr_result_apply {
}

.bo_point_list_wrap table .d-table-cell .wr_result_cancel {
}

.bo_point_list_wrap table .d-table-cell .wr_result_wait {
}

.bo_point_list_wrap table .d-table-cell .wr_result_hold {
    background: #d9d9d9
}

.bo_point_list_wrap table .d-table-cell .wr_result_complete {
    background: #f4e4e6;
    color: #2D50E2
}

.btn_bo_point_cancel {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    border: 1px solid gray;
    vertical-align: middle;
    cursor: pointer
}

.btn_bo_point_cancel img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.bo_point_adm_menu {
    display: none
}

.btn_bo_point_adm_menu {
    display: inline-block;
    cursor: pointer
}

.btn_bo_point_adm_menu.open {
    transform: rotate(180deg)
}

.btn_bo_point_status_confirm {
    font-size: 14px;
    padding: 0 7px!important;
    border-radius: 3px;
    cursor: pointer
}

.btn_bo_point_status_confirm.disabled {
    background: #fbfcfd;
    color: #666;
    border: 1px solid #d5d5d6
}

.bo_point_hold_reason {
    font-size: 14px
}
.table-cus td, .table-cus th {
	vertical-align: middle;
}
<?php if (G5_IS_MOBILE) { ?>
.table-cus1 td, .table-cus1 th {
	    padding: .3rem .0rem;
		vertical-align: middle;
}
<?php } ?>

@media(max-width: 991.98px) {
    .bo_point_list_head {
        font-size:20px
    }

    .bo_point_list_head img {
        margin-top: -1px
    }

    .bo_point_list_payment_day .text {
        font-size: 15px;
        margin: 0 5px
    }

    .bo_point_list_wrap table tr th,.bo_point_list_wrap table tr td {
        font-size: 12px
    }

    .bo_point_list_wrap table .d-table-cell.tc_num {
        width: 10%
    }

    .bo_point_list_wrap table .d-table-cell.tc_name {
        width: 16%
    }

    .bo_point_list_wrap table .d-table-cell.tc_nick {
        width: 17%
    }

    .bo_point_list_wrap table .d-table-cell.tc_href {
        width: 49%
    }

    .bo_point_list_wrap table .d-table-cell .wr_result {
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 4px
    }

    .btn_bo_point_cancel {
        width: 21px;
        height: 21px
    }

    .btn_bo_point_cancel img {
        width: 9px
    }

    .btn_bo_point_status_confirm {
        font-size: 12px
    }

    .bo_point_adm_menu .d-table-cell.tc_cancel {
        width: 6.5%!important
    }

    .bo_point_hold_reason {
        font-size: 12px
    }
}

@media(max-width: 575.98px) {
    .bo_point_adm_menu .d-table-cell.tc_cancel {
        width:0!important
    }

    .bo_point_list_wrap tr td .icon_d_o img {
        width: 18px
    }
}

.bo_point_confirm_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 4;
    width: 420px;
    max-width: calc(100% - 30px);
    height: 270px;
    border: 3px solid #2D50E2;
    box-shadow: 8px 8px 20px rgb(50 60 70/30%);
    -webkit-box-shadow: 8px 8px 20px rgb(50 60 70/30%);
    -moz-box-shadow: 8px 8px 20px rgb(50 60 70/30%);
    border-radius: 30px;
    padding: 36px 0 31px;
    text-align: center
}

.bo_point_confirm_popup .text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 20px
}

.bo_point_confirm_popup .btn_wrap {
    margin-top: 16px
}

.bo_point_confirm_popup .btn_bo_point_confirm_popup {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    margin: 0 3px;
    height: 34px;
    line-height: 34px;
    cursor: pointer
}

#btn_bo_point_cancel_confirm_y {
    background: #2D50E2;
    width: 50px
}

#btn_bo_point_cancel_confirm_n {
    background: #4e5461;
    width: 66px
}

#btn_bo_point_exist_wait_y {
    background: #2D50E2;
    width: 58px
}

#btn_bo_point_hold_confirm_y {
    background: #2D50E2;
    width: 58px
}

@media(max-width: 767.98px) {
    .bo_point_confirm_popup {
        height:250px
    }

    .bo_point_confirm_popup .text {
        font-size: 14px
    }
}

@media(max-width: 320px) {
    .btn-point {
        padding:5px 8px!important;
        font-size: 11px;
        border-radius: 5px
    }
}
@media (max-width: 767px) {
        .mobile-padding {
            padding-left: 7px;
            padding-right: 7px;
        }
    }