/* ê²Œì‹œíŒ ëŒ“ê¸€ */

#bo_gallery .list-item {background-color: #222222 !important; border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;}

#bo_gallery .list-item .list-item-div {
    *
    border: 1px solid #ddd;
    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;
    overflow: hidden;
    padding: 10px;
    background: #2c2c2c;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

#bo_gallery .list-item .list-item-div:hover{border:2px solid #01a032;}

#bo_gallery .img-wrap {
    position: relative;
    border-radius: 10px 10px 0 0;
}

#bo_gallery .img-wrap .img-item img {
    height: 100%;
}

#bo_gallery .img-wrap .img-label-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#bo_gallery .img-wrap .img-hover-cover {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    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 .list-item-div.event_ing .img-hover-cover {
    display: none;
    background-color: rgba( 219, 50, 50, 0.8 );
}

/* #bo_gallery .list-item-div.event_ing:hover .img-hover-cover {display:block;} */
#bo_gallery .list-item-div.event_ing .img-wrap .img-item:hover .img-hover-cover {
    display: block;
}

#bo_gallery .list-item-div.event_end .img-hover-cover {
    background-color: rgba( 0, 0, 0, 0.8 );
}

#bo_gallery .list-item-div.event_ing .img-wrap .img-label-top {
    background: #db3232;
}

#bo_gallery .list-item-div.event_end .img-wrap .img-label-top {
    background: #999;
}

#bo_gallery .img-wrap .img-label-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29px;
    line-height: 25px;
    background: url('img/bg_bo_event_list_shadow.png');
    color: #fff;
    text-align: center;
    z-index: 1;
}

#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div {
    position: relative;
    height: 100%;
    text-align: right;
}

#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div span {
    font-size: 13px;
    margin-right: 10px;
}

#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div span img {
    margin-top: -1px;
}

#bo_gallery .list-item-title {
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.safety {border-bottom: 1px solid #ffffff00 !important;}

.img-render {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#bo_gallery .list-safety-info {
    margin-top: 10px;
    background: #222;
    border-radius: 6px;
    border: 1px solid #222222;
}

#bo_gallery .list-safety-info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 82px;
    /* border: 1px solid #222222; */
}

#bo_gallery .list-safety-info table tr td {
    width: calc(100% - 90px);
    word-break: break-all;
    height: 34px;
    overflow: hidden;
    text-align: center;
    /* border: 1px solid #222222; */
    border-top: 0;
    background: #2c2c2c;
}

#bo_gallery .list-safety-info table tr th {
    width: 90px;
    text-align: center;
    /* border: 1px solid #222222; */
    border-bottom: 1px solid #424242;
    border-top: 0;
    background: #222222;
    color: #fff;
    font-weight: normal;
    height: 34px;
    letter-spacing: -0.05rem;
}

#bo_gallery .list-safety-info table tbody tr:first-child th {
    border-top: 1px solid #222222;
    /* border-left: 1px solid #222222; */
    border-bottom: 1px solid #222222;
    *
    height: 35px;
    border-radius: 5px 0 0 0;
}

#bo_gallery .list-safety-info table tr td.site_name {
    font-weight: bold;
    color: #fff;
}

#bo_gallery .list-safety-info table tbody tr:first-child td {
    border-bottom: 1px solid #222222;
    *
    height: 35px;
    border-radius: 0 5px 0 0;
}

#bo_gallery .list-safety-info table tbody tr:last-child th {
    border-radius: 0 0 0 5px;
    /* border-left: 1px solid #222222; */
    border-bottom: 1px solid #222222;
}

#bo_gallery .list-safety-info table tr td.site_code {
    font-weight: bold;
    color: #01a032;
}

#bo_gallery .list-safety-info table tbody tr:last-child td {
    border-radius: 0 0 5px 0;
}

#bo_gallery .list-safety-item-btn-wrap {
    margin-top: 10px;
}

#bo_gallery .list-safety-item-btn-wrap a {
    float: left;
    width: calc((100% - 4px) / 2);
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 3px;
    transition: background .15s;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_view {
    /* border: 2px solid #002333; */
    color: #fff;
    margin-right: 2px;
    background: linear-gradient(#505050 0%, #3c3c3c 100%);
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site {
    /* border: 2px solid #002333; */
    color: #fff;
    margin-left: 2px;
    background: linear-gradient(#01a032 0%, #007825 100%);
}

#bo_gallery .list-safety-item-btn-wrap:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

#bo_gallery .list-item .list-item-div .list-item-wrap:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.bo_safety_top_con_wrap {
    margin: 10px 0 40px;
}

.bo_safety_info_img_wrap {
    float: left;
    width: 330px;
    height: 266px;
    margin-right: 15px;
}

.bo_safety_info_img_wrap .img_wrap {
    box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
    -webkit-box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
    -moz-box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
    border-radius: 10px;
}

.bo_safety_info_img_wrap .img_wrap, .bo_safety_info_img_wrap .img_wrap #bo_v_img .view_image, .bo_safety_info_img_wrap .img_wrap #bo_v_img {
    height: 100%;
}

#bo_v_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    zoom: 1;}

#bo_v_img a.view_image {
    display: block;
}

#bo_v_con img {
    max-width: 100%;
    height: auto;
}

.bo_safety_info_img_wrap .img_wrap #bo_v_img img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

#bo_v_img:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_safety_info_tbl_wrap {
    float: left;
    width: calc(100% - 345px);
    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%);
    border-radius: 10px;
}

.tbl_bo_safety_info {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.tbl_bo_safety_info tr th {
    width: 140px;
    border-bottom: 1px solid #222222;
    border-top: 0;
    border-left: 1px solid #222222;
    background: #222222;
    color: #fff;
    font-weight: normal;
    height: 44px;
    letter-spacing: -0.05rem;
    padding: 8px 18px;
    font-size: 16px;
}

.tbl_bo_safety_info tbody tr:first-child th {
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-radius: 10px 0 0 0;
}

.tbl_bo_safety_info tr td {
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    border: 1px solid #222222;
    border-top: 0;
    padding: 8px 16px;
    font-size: 16px;
    color: #fff;
    background: #2c2c2c;
}

.tbl_bo_safety_info tbody tr:first-child td {
    border-top: 1px solid #222222;
    border-radius: 0 10px 0 0;
}

.tbl_bo_safety_info tr.bo_safety_info_game_wrap th {
    padding: 7px 18px;
}

.tbl_bo_safety_info tr.bo_safety_info_game_wrap td {
    padding: 7px 16px;
}

.tbl_bo_safety_info tr td .icon_safety_game {
    background: #01a032;
    color: #fff;
    padding: 2px 7px 0;
    line-height: 1.4;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 5px;
    display: inline-block;
}

.tbl_bo_safety_info tbody tr:last-child th {
    border-radius: 0 0 0 10px;
}

.tbl_bo_safety_info tr td.bo_safety_info_feature {
    font-size: 14px;
}

.tbl_bo_safety_info tbody tr:last-child td {
    border-radius: 0 0 10px 0;
}

.bo_safety_view_con_line {
    position: relative;
    margin-bottom: 40px;
}

.bo_safety_view_con_line .text {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 4px solid #01a032;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    padding: 7px 25px;
    background: #01a032;
    color: #fff;
    font-weight: bold;
}

.bo_safety_view_con_line .bar {
    position: relative;
    z-index: 1;
    background: #01a032;
    width: 100%;
    height: 4px;
    margin-top: -4px;
}

.safety .img-wrap {
    padding-bottom: 80%;
    border-radius: 0 !important;
}

.bg-primary {background-color: #01a032 !important;}

.btn_wrgood{display: block;float: left;padding: 4px 16px;border-radius: 3px;font-size: 18px;width: 80px;height: 40px !important;font-weight: bold;text-align: center;border: solid 1px #db3232;background: #db3232;color: #fff;margin-left: 10px;}

.btn_wr_hit{display: block;float: left;padding: 4px 16px;border-radius: 3px;font-size: 18px;width: 80px;height: 40px !important;font-weight: bold;text-align: center;border: solid 1px #db3232;background: #db3232;color: #fff;margin-left: 10px;}