@charset "utf-8"; #header_mo {
    box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    background: #222222;
}

#header_mo h3 {
    position: relative;
}

#header_mo h3 #logo_img {
    max-width: 180px;
}

#header_mo_search {
    margin-top: 17px;
    font-size: 22px;
    line-height: 1;
}

#search_mo a.btn, #search_mo .btn {
    width: 38.5px;
    height: 31.5px;
    line-height: 20px;
}

#nt_sticky_wrap {
    padding: 0;
    border-bottom: 4px solid #db3232;
    background: #fff;
    border-bottom: 0;
    padding: 0;
}

#nt_sticky_wrap.me-sticky {
    position: fixed;
    width: 100%;
    z-index: 900;
    left: 0;
    top: 0;
}

#nt_footer {
    background: #000000;
    padding: 30px 15px;
    padding-bottom: 72px;
}

.nt-container {
    max-width: 1200px;
}

#ft_logo, #ft_center_1, #ft_center_2, #ft_copyright {
    margin-bottom: 20px;
}

#ft_center_1 {
    color: #bfbfbf;
    font-size: 13px;
}

#ft_center_1 > div {
    margin-bottom: 3px;
}

#ft_center_2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#ft_center_2 > div {
    margin-bottom: 17px;
}

#ft_center_2 > div span:last-child {
    margin-left: 5px;
}

#ft_center_2 > div:last-child {
    margin-bottom: 0;
}

#ft_copyright {
    margin-top: 0;
    color: #bfbfbf;
    font-size: 12px;
}

#ft_btn .btn_ft {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    transition: background .15s;
}

#ft_btn #btn_ft_cscenter {
    background: #01a032;
    color: #fff;
}

#ft_btn .btn_ft i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

#ft_btn .btn_ft:last-child {
    margin-bottom: 0;
}

#ft_btn #btn_ft_device_change {
    background: #333;
    color: #ccc;
}

#nt_bottom_nav_m {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 1040;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
    /* -webkit-box-shadow: 0px -4px 12px rgb(50 60 70 / 15%); */
    -moz-box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
}

#nt_bottom_nav_m ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
}

#nt_bottom_nav_m ul li {
    position: relative;
    float: left;
    width: calc((100% - 90px) / 4);
    height: 42px;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
    cursor: pointer;
}

#nt_bottom_nav_m ul li img {
    max-width: 100%;
}

#nt_bottom_nav_m ul li div {
    font-size: 11px;
    color: #fff;
}

#nt_sidebar_m {
    position: fixed;
    top: 0;
    right: -380px;
    width: 360px;
    height: 100%;
    padding-bottom: 20px;
    overflow-y: auto;
    background: #222222;
    z-index: 1000;
    box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
}

.nt_sidebar_m_header {
    position: relative;
    font-size: 21px;
    font-weight: bold;
    background: #222222;
    color: #36bf00;
    border-bottom: 3px solid #01a032;
    padding: 8px 15px 6px;
}

.icon_sidebar_m_x {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.icon_sidebar_m_x img {
    max-width: 100%;
}

.nt_sidebar_m_top_menu {
    padding: 10px 0;
    margin-bottom: 25px;
}

#nt_sidebar_m_top_menu_c {
    padding: 0 10px;
    margin-bottom: 25px;
}

.nt_sidebar_m_top_menu_c ul {
    font-size: 0;
}

.nt_sidebar_m_top_menu_c ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.nt_sidebar_m_top_menu_c ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    text-align: center;
}

.nt_sidebar_m_top_menu_c ul li a .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nt_sidebar_m_top_menu_c ul li a .img img {
    max-width: 35%;
    vertical-align: middle;
}

.nt_sidebar_m_top_menu_c ul li a .bg_circle {
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    /* box-shadow: 2px 2px 4px 1px #e9e9e9; */
    /* -webkit-box-shadow: 2px 2px 4px 1px #e9e9e9; */
    -moz-box-shadow: 2px 2px 4px 1px #e9e9e9;
}

.nt_sidebar_m_top_menu_c ul li .text {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}

.nt_sidebar_m_top_menu_c ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.bg_gray_boxshadow_half {
    position: relative;
    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%);
    background: #2c2c2c;
    overflow: hidden;
    border-radius: 10px;
}

#nt_sidebar_m_top_menu_c > div {
    display: flex;
    align-items: center;
    float: left;
    width: calc((100% - 10px) / 3);
    margin-left: 5px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    border-radius: 6px;
}

#nt_sidebar_m_top_menu_c > div:first-child {
    margin-left: 0;
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_div {
    width: 100%;
    margin-top: 3px;
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.08rem;
    color: #fff;
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title img {
    *position: absolute;
    width: 30px;
}

.nt_sidebar_m_banner {
    padding: 0 10px 10px;
    text-align: center;
}

.nt_sidebar_m_banner img {
    max-width: 100%;
}

.nt_sidebar_m_menu_depth_1 {
    font-size: 15px;
    font-weight: bold;
    padding: 4px 15px;
    /* background-image: url(img/nt_sidebar_m_menu_depth_1_bg.png); */
    /* background-size: 1px 100%; */
    /* border-top: 1px solid #B4BEC9; */
    margin-top: -1px;
    background-color: #222222;
    color: #fff;
}

.nt_sidebar_m_menu ul {
    width: 100%;
    border-collapse: collapse;
}

.nt_sidebar_m_menu_depth_2_list:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.nt_sidebar_m_menu_depth_2_list li {
    float: left;
    border-bottom: 1px solid #121212;
}

.nt_sidebar_m_menu .divide_none {
    display: none;
}

.nt_sidebar_m_menu ul li {
    background: #2c2c2c;
    border-right: 1px solid #121212;
}

.nt_sidebar_m_menu_depth_2_list.divide_2 li {
    width: 50%;
}

.nt_sidebar_m_menu_depth_2_list li a {
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.nt_sidebar_m_menu_depth_2_list.divide_2 li:nth-child(2n) {
    border-right: 0;
}

.nt_sidebar_m_menu_depth_2_list:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.nt_sidebar_m_menu_depth_2_list.divide_3 li {
    width: calc(100% / 3);
}

#nt_sidebar_m_mypage {
}

#sidebar_login .btn {
    line-height: 20px
}

.nt_sidebar_m_member {
    padding: 18px 15px 20px;
    font-size: 13px;
}

.nt_sidebar_m_member .hide-photo .sv_wrap {
    font-weight: bold;
    font-size: 15px;
}

.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt img {
    width: 35px;
}

.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt span {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    top: 0px;
    left: 16px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 4px 2px;
    background: #db3232;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -2px #727272;
    -webkit-box-shadow: 0px 4px 6px -2px #727272;
    -moz-box-shadow: 0px 4px 6px -2px #727272;
    white-space: nowrap;
    vertical-align: baseline;
}

.nt_sidebar_m_member .mb_level {
    padding-left: 1px;
}

.nt_sidebar_m_member .mb_level img {
    width: 11px;
    margin-right: 3px;
}

.nt_sidebar_m_member .mb_exp {
    line-height: 1;
}

.nt_sidebar_m_member .mb_exp .div-progress {
    border-radius: 50px;
    color: #929292;
    background: #2c2b53;
    box-shadow: 0px 1px 3px #00000024;
    overflow: hidden;
}

.nt_sidebar_m_member .mb_exp .div-progress .progress-bar {
    background: #36bf00;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    border-radius: 50px;
}

.nt_sidebar_m_member .mb_point b {
    font-family: 'Montserrat','Noto Sans KR',sans-serif;
    letter-spacing: -0.05rem;
}

.nt_sidebar_m_member .mb_point .btn_point {
    display: inline-block;
    vertical-align: top;
    background: #36bf00 !important;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px 8px;
    margin-left: 5px;
    line-height: 1;
}

.nt_sidebar_m_member .mb_signature {
    border-radius: 50px;
    color: #fff;
    background: #222;
    box-shadow: 0px 1px 3px #00000024;
    padding: 1px 10px 0;
    overflow: hidden;
}

.nt_sidebar_m_date {
    background: #2c2c2c;
}

.nt_sidebar_m_date > div {
    padding: 4px 15px;
    font-size: 14px;
    border-bottom: 1px solid #2c2c2c;
}

#nt_body {
    background: #222222;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nt-container {
    max-width: 1200px;
}

#row-area-content {
    -ms-flex: 0 0 73.4%;
    flex: 0 0 73.4%;
    max-width: 73.4%;
}

.bg_gray_boxshadow_slope {
    position: relative;
    /* box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff; */
    /* -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff; */
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff;
    /*background: #f7f8fa;*/
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.bg_gray_boxshadow_slope img {
    max-width: 100%;
}

#main_con_1 img {
    max-width: 100%;
}

#main_con_2_m {
    display: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

#main_con_2_m ul {
    font-size: 0;
      display: flex;
      justify-content: space-around;
}

#main_con_2_m ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}

#main_con_2_m ul li a {
    position: relative;
    display: block;
    padding: 0 4px;
    text-align: center;
}

#main_con_2_m ul li a .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#main_con_2_m ul li a .img img {
    max-width: 45%;
    vertical-align: middle;
}

#main_con_2_m ul li a .bg_circle {
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    /* box-shadow: 2px 2px 4px 1px #e9e9e9; */
    /* -webkit-box-shadow: 2px 2px 4px 1px #e9e9e9; */
    -moz-box-shadow: 2px 2px 4px 1px #e9e9e9;
}

#main_con_2_m ul li .text {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}

#main_con_3 {
    margin: 0 -15px;
}

/* 게시판 상단 배너 */
.bo_top_bn img {
    max-width: 100%;
}

#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_safety_list_select {
    border: 1px solid #2c2c2c;
    color: #fff;
    font-weight: bold;
    padding: 9px calc(0.75em + 16px) 8px 0.75em;
    border-radius: 0.5rem;
    background: #2c2c2c url(img/icon_bo_point_list_selectbox_arrow.png) right 8px center no-repeat;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#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: 0.5rem 0 0 0.5rem;
}

#bo_search button[type=submit] {
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 5px 5px;
    height: 38px;
    width: 45px
}

#bo_gallery .list-item .list-item-div {
    *border: 1px solid #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-wrap {
    padding: 10px;
}

#bo_gallery .img-wrap {
    box-shadow: 0px 2px 6px rgb(50 60 70 / 20%);
    -webkit-box-shadow: 0px 2px 6px rgb(50 60 70 / 20%);
    -moz-box-shadow: 0px 2px 6px rgb(50 60 70 / 20%);
    /* border-radius: 10px; */
}

#bo_gallery .list-safety-info {
    margin-top: 10px;
}

#bo_gallery .list-safety-info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

#bo_gallery .list-safety-info table tr th {
    width: 90px;
    text-align: center;
    border: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-top: 0;
    background: #222;
    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;
    *
    height: 35px;
    border-radius: 5px 0 0 0;
}

#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 td.site_name {
    font-weight: bold;
    color: #fff;
}

#bo_gallery .list-safety-info table tbody tr:first-child td {
    border-top: 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;
}

#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-item .list-item-div .list-item-wrap:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

#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 #B4BEC9; */
    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 #B4BEC9; */
    color: #fff;
    margin-left: 2px;
    background: linear-gradient(#01a032 0%, #007825 100%);
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site img {
    vertical-align: top;
    margin-top: 6px;
}

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

#bo_v_title {
    font-size: 22px !important;
    font-weight: bold;
}

#bo_v_btn_ul {
    flex-wrap: wrap;
}

#bo_v_btn_ul #bo_v_btn {
    width: 100%;
    margin: 10px 0;
}

#bo_v_btn_ul #bo_v_btn .btn {
    width: 45px;
    height: 30px;
    line-height: 16px;
}

#bo_v_btn_ul #bo_v_btn .btn_shingo {
    width: 60px;
    border: 1px solid red;
    font-weight: bold;
}

#bo_v .bo_v_btn_wrap .btn_shingo img {
    width: 12px;
    margin-top: -2px
}

#bo_v .bo_v_btn_wrap .btn_b01 {
    background: #161616;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.2;
    padding: 7px 10px 5px !important;
}

#bo_v_con {
    font-size: 14px !important;
    line-height: 1.5;
}

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

.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 {
    height: auto;
    width: 100%
}

.tbl_bo_safety_info img {
    height: auto;
    width: unset !important;
}

.bo_safety_info_img_wrap .img_wrap #bo_v_img img {
    width: 100%;
    height: 100%;
    /* border-radius: 10px !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;
}

.bo_safety_top_con_wrap:after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
}

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

.tbl_bo_safety_info tr th {
    width: 140px;
    border: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-top: 0;
    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 #222221;
}

.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;
    *
    height: 45px;
    /* border-radius: 0 10px 0 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;
}

#bo_v_btn_group a #btn_bo_good #wr_good {
    font-weight: normal;
    position: absolute;
    left: 10px;
    width: 44px;
    text-align: center;
}

#bo_v_btn_group a #btn_bo_good img {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
}

#bo_v_btn_group a #btn_bo_good {
    background: #01a032;
    color: #fff !important;
    border: 1px solid #01a032;
    border-right: 0 !important;
    border-radius: 10px 0 0 10px;
    font-size: 1rem;
    width: 130px;
    padding: 10px 45px 10px 10px;
    text-align: right;
    line-height: 10px;
}

#bo_v_btn_group a #btn_bo_nogood {
    border-radius: 0 10px 10px 0;
    font-size: 1rem;
    width: 130px;
    padding: 10px 10px 10px 36px;
    text-align: left;
    color: #666 !important;
    border-left: 0 !important;
    margin-left: 0;
    line-height: 10px;
}

#bo_v_btn_group a #btn_bo_nogood img {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
}

#bo_v_btn_group a {
    text-decoration: none;
}

/* 게시판 버튼수정등 */
#bo_v_top {
    display: block;
    width: 100%;
}

#bo_v_top .btn_bo_user {
    margin: 40px auto;
    text-align: center;
}

#bo_v_top .btn_bo_user li {
    display: inline-block;
}

#bo_v_top .btn_bo_user li a.btn {
    width: 50px;
    font-size: 14px
}

.totohot_sub_bn_m ul {
    display: block;
}

.totohot_sub_bn_m ul li {
    float: left;
    width: calc((100% - 6px) / 2);
    margin-left: 6px;
    margin-top: 6px;
    text-align: center;
}

.totohot_sub_bn_m ul li:nth-child(1), .totohot_sub_bn_m ul li:nth-child(2) {
    margin-top: 0 !important;
}

.totohot_sub_bn_m ul li:nth-child(odd) {
    margin-left: 0;
}

.totohot_sub_bn_m ul::after {
    content: '';
    display: block;
    clear: both;
}

.totohot_sub_bn_m ul li img {
    width: 100%;
}

#bo_cate {
    position: relative;
}

#bo_cate.sly-tab .d-flex {
    border-left: 0;
}

#bo_cate.sly-tab li a, #bo_cate_prev_wrap, #bo_cate_next_wrap {
    position: relative;
    border: 0;
}

#bo_cate.sly-tab li a {
    padding: 10px 23px !important;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    transition: color .15s ease-in-out;
}

#bo_cate.sly-tab li.active a {
    border-top: 4px solid #2c2b53;
    border-left: 4px solid #2c2b53;
    border-right: 4px solid #2c2b53;
    color: #ffffff;
    background: #2c2b53;
    border-radius: 8px 8px 0 0;
    padding-top: 6px !important;
}

#bo_cate.sly-tab li.active a:after {
    background: #2c2b53;
}

#bo_cate.sly-tab li a:after, #bo_cate_prev_wrap:after, #bo_cate_next_wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #2c2b53;
    z-index: 2;
}

#bo_cate:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2c2b53;
    z-index: 1;
}

.bo_event_ing_wrap {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.bo_event_ing_wrap img {
    margin-top: -2px;
    margin-right: 2px;
}

.bo_event_ing_wrap .bo_event_ing_num {
    color: #db3232;
    letter-spacing: -0.05rem;
}

#bo_gallery .list-item .list-item-div {
    *
    border: 1px solid #ddd;
    background: #2c2c2c;
    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;
}

.img-wrap {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

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

#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 .list-item-div.event_ing .img-wrap .img-label-top {
    background: #db3232;
}

#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 .list-item-div.event_ing .img-hover-cover {
    display: none;
    background-color: rgba( 219, 50, 50, 0.8 );
}

#bo_gallery .img-wrap .img-hover-cover > div {
    position: relative;
    height: 100%;
}

#bo_gallery .list-event-info {
    padding: 5px 10px 10px;
}

#bo_gallery .list-event-info {
    padding-top: 0;
}

#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;
}

#bo_gallery .list-event-info {
    padding: 5px 10px 10px;
}

#bo_gallery .m-cu-01 .img-wrap {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 10px 10px 0 0;
}

#bo_gallery .m-cu-01 .mb-2 {
    margin-bottom: 0px !important;
}

#bo_gallery .m-cu-01 .img-hover-cover > div>span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

#bo_v_title {
    font-size: 22px !important;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1.5;
}

#bo_v .sv_member {
    color: #fff;
    font-weight: normal;
}

#bo_v_con {
    font-size: 18px !important;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
    min-height: 140px;
}

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

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

#bo_v_img a.view_image {
    display: block;
}

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

#bo_event_date {
    border-radius: 10px;
    margin-top: 6px;
}

.bo_event_view_con_line {
    position: relative;
    margin-bottom: 20px;
}

.bo_event_view_con_line .text {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 4px solid #db3232;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    padding: 7px 15px;
    background: #f7f8fa;
    color: #db3232;
    font-weight: bold;
    font-size: 14px;
}

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

.view-content {
    font-family: 'NEXON Lv2 Gothic', sans-serif;
    font-size: 18px;
}

.bo_event_bet_info {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.bo_event_bet_info > div {
    display: block;
    margin: 10px 0;
}

.bo_event_bet_info > div.status img.icon {
    vertical-align: top;
    margin-top: 4px;
    width: 24px;
}

.bo_event_bet {
    margin: 25px 0;
    padding-right: 15px;
}

.bo_event_bet_select {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    opacity: 0;
}

.bo_event_bet_select .inner {
    font-size: 0;
}

.bo_event_bet_select button {
    pointer-events: none;
    position: relative;
    background-image: url(img/img_bo_event_btn_bg.png);
    background-repeat: repeat-x;
    background-size: auto 101%;
    -webkit-box-shadow: 0px 2px 4px rgb(50 60 70 / 10%);
    -moz-box-shadow: 0px 2px 4px rgb(50 60 70 / 10%);
    border-radius: 15px;
    width: calc((100% - 12px) / 3);
    margin: 3px 0 3px 6px;
}

.bo_event_bet_select button:first-child, .bo_event_bet_select button:nth-child(3n+1) {
    margin-left: 0;
}

.bo_event_bet.end .bo_event_bet_select button {
    pointer-events: none;
    border: 1px solid #ccc;
    cursor: unset;
}

.bo_event_bet_select button .name {
    font-size: 12px;
    font-weight: bold;
    color: #e33030;
    line-height: 1.6;
    letter-spacing: -0.05em;
}

.bo_event_bet_select button .num_percent {
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.6;
}

.bo_event_bet_footer {
}

.bo_event_bet_footer button {
    border: 0;
    padding: 6px 0 4px;
    width: calc(100% / 3);
    padding: 5px 0 4px;
    background: #e33030;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
}

.bo_event_bet_footer button img.icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-top: -1px;
}

/* 게시판 쓰기 */
#bo_w {
    display: block;
    position: relative;
    padding: 0 5px;
}

#bo_w .write_div {
    position: relative;
    margin-bottom: 10px;
}

#bo_w a.btn_frmline, button.btn_frmline {
    display: unset !important;
    padding: 12px 10px;
    border: 0;
    background: #fff;
    border: 1px solid #3a8afd;
    color: #3a8afd;
    letter-spacing: -0.1em;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}

#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {
    width: 100%
}

#bo_w .bo_v_option li {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0
}

#bo_w .bo_v_option li label {
    vertical-align: baseline
}

#bo_w .bo_v_option:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_w .bo_w_select select {
    border: 1px solid #d0d3db;
    background: #fff;
    width: 100%
}

#bo_w .bo_w_link label {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px 0 0 3px;
    width: 45px;
    height: 43px;
    line-height: 43px;
    font-size: 1.2em;
    text-align: center;
    color: #b2b2b2
}

#bo_w .bo_w_link .frm_input {
    padding-left: 50px
}

#bo_w .bo_w_flie .lb_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px 0 0 3px;
    width: 45px;
    height: 43px;
    line-height: 43px;
    font-size: 1.2em;
    text-align: center;
    color: #b2b2b2
}

#bo_w .bo_w_flie .frm_file {
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
    width: 100%;
}

#bo_w .bo_w_flie .file_wr {
    position: relative;
    color: #000;
    vertical-align: middle;
    margin: 0
}

#bo_w .bo_w_flie .frm_input {
    margin: 5px 0 0
}

.filebox .btn_file {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    border: 1px solid #3a8afd;
    border-radius: 3px;
    width: 60px;
    height: 30px;
    color: #3a8afd;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

.filebox .fileName {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px;
    padding-left: 45px;
    line-height: 30px;
    border: 1px solid #d0d3db;
    background-color: #fff;
    color: red;
    vertical-align: middle;
    border-radius: 0
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

#bo_w .btn_confirm {
    text-align: center;
    margin: 20px 0
}

#bo_w .btn_submit {
    width: 49%;
    height: 45px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 1.083em;
    border: 1px solid #28a8ea;
    background: #28a8ea;
}

#bo_w .btn_cancel {
    width: 49%;
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 1.083em;
    background: #e33030;
    border-radius: 3px;
    border: 1px solid #e33030;
    color: #fff;
}

#bo_btn_top .text-right .btn_bo_sch {
    line-height: 35px;
    width: 35px !important;
    height: 35px;
    padding: 0 5px !important;
    text-align: center;
    font-weight: bold;
}

.chatting2{display: none;width: 100%;padding: 0;margin: 0;}
.chatting2 iframe{border: 0;}