.font-weight-normal {
    font-weight: 400 !important;
}

.f-de {
    font-size: 15px !important;
}

.mb-2, .my-2 {
    padding: 5px 30px !important;
    background: #f9fafc;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .8rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.f-xs {
    font-size: 12px !important;
}

.text-muted {
    color: #6c757d !important;
}

.flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.d-sm-block {
    display: block !important;
}

.mr-n2, .mx-n2 {
    /*margin-right: -.5rem !important;*/
}

.ml-n2, .mx-n2 {
    /*margin-left: -.5rem !important;*/
}

.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
}

.f-sm {
    font-size: 14px !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.white {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}

#bo_list_total {
    width: 100%
}

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

.img-wrap .img-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.border-top {
    border-top: 1px solid #efefef !important;
}

.text-center {
    text-align: center !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}

.chk_box input[type="checkbox"] + label {
    padding-left: 25px;
    color: #fff;
}

#bo_v_btn_group #btn_bo_good {
    background: #9568fe;
    color: #fff !important;
    height: 50px;
    border: 1px solid #9568fe;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(44, 43, 83);
    border-right: 0 !important;
    border-radius: 10px 0 0 10px;
    font-size: 1rem;
    width: 130px;
    padding: 10px 45px 10px 10px;
    text-align: right;
}

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#bo_gallery .list-item .list-item-div {
    border: 1px solid #BDBDBD;
    /*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: #464646;
}

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

#bo_gallery .img-wrap .img-item img {
    height: 100%;
    width: 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 .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 #B4BEC9 !important*/
}

.safety .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}

.safety .row-cols-lg-3 > * {
    flex: 0 0 33%;
    ;flex: 0 0 33%;
    ;max-width: 31%;
}

.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: #2e2e2e;
}

#bo_gallery .list-safety-info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 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 #2e2e2e;
    border-top: 0;
    background: #e49c12;
}

#bo_gallery .list-safety-info table tr th {
    width: 90px;
    text-align: center;
    border: 1px solid #2e2e2e;
    border-bottom: 1px solid #424242;
    border-top: 0;
    background: #e49c12;
    color: #1b1b1b;
    font-weight: 900;
    height: 34px;
    letter-spacing: -0.05rem
}

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

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

#bo_gallery .list-safety-info table tbody tr:first-child td {
    border-top: 1px solid #2e2e2e;
    /*height:35px;*/
    border-radius: 0 5px 0 0;
    font-size: 16px;
}

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

#bo_gallery .list-safety-info table tr td.site_code {
    font-weight: bold;
    color: #1b1b1b;
    font-size: 18px;
}

#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: 48%;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    transition: background .15s
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_view {
    border: 2px solid #BDBDBD;
    color: #fff;
    /*margin-right:2px;*/
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site {
    border: 2px solid #BDBDBD;
    color: #fff;
    margin-left: 2px;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site:hover {
    background: #fff;
}

#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: 385px;
    height: 365px;
    margin-right: 2em;
    margin-left: 3em;
}

.bo_safety_info_img_wrap .img_wrap {
    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
}

.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: 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(90% - 400px);
    /*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: #BDBDBD solid 1px;
    border-top: 0;
    border-left: #BDBDBD solid 1px;
    color: #000;
    font-weight: 900;
    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 #BDBDBD;
    border-left: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    border-radius: 10px 0 0 0
}

.tbl_bo_safety_info tr td {
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    border: 1px solid #BDBDBD;
    border-top: 0;
    padding: 8px 16px;
    font-size: 20px;
    color: #000;
    font-weight: 900;
}

.tbl_bo_safety_info tbody tr:first-child td {
    border-top: 1px solid #BDBDBD;
    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: #edeef0;
    color: #000;
    padding: 2px 7px 0;
    line-height: 1.4;
    border-radius: 5px;
    font-size: 20px;
    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: 20px
}

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

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

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

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

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

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

.text-right {
    text-align: right !important
}

.bo_sch_wrap {
    display: none
}

.bo_sch_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.bo_sch {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: left;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
    border: 1px solid #dde7e9;
    background: #fff;
    border-radius: 3px
}

.bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_sch h3 {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8
}

.bo_sch legend {
    background: red
}

.bo_sch form {
    padding: 15px;
    display: block
}

.bo_sch select {
    border: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #d0d3db;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bo_sch .sch_bar {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 15px;
    border: 1px solid #d0d3db;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.bo_sch .sch_input {
    width: 220px;
    height: 38px;
    border: 0;
    padding: 0;
    background-color: transparent;
    float: left
}

.bo_sch .sch_btn {
    height: 38px;
    float: right;
    color: #656565;
    background: none;
    border: 0;
    width: 40px;
    font-size: 15px
}

.bo_sch .bo_sch_cls {
    position: absolute;
    right: 0;
    top: 0;
    color: #b5b8bb;
    border: 0;
    padding: 12px 15px;
    font-size: 16px;
    background: #fff
}

.bo_sch_bg {
    background: #000;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%
}

.bg-primary {
    background-color: #efefef !important;
    margin-bottom: 2em;
}

#bo_btn_top .btn_bo_sch {
    background: #f9fafc;
    color: #000;
}

.all-skin .bo_fx {
    border-radius: 10px;
}

.all-skin .bo_fx .btn_bo_user {
    width: 100%;
    text-align: center;
    /*padding: 0 15px;*/
    margin-top: 20px;
}

.all-skin .bo_fx ul li {
    display: inline-block;
}

.all-skin .bo_fx .btn_bo_user li a {
    display: block;
}

.all-skin .bo_fx .btn_bo_user a.btn, .all-skin .bo_fx .btn_bo_user .btn {
    line-height: 35px;
    width: 100px;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: 1px solid #666;
    border-radius: 10px;
    background-color: #666;
}

.all-skin .bo_fx .btn_bo_user li .btn_b02 {
    line-height: 30px;
    font-size: 14px
}

.all-skin .bo_fx .btn_bo_user a.btn_b01 {
    margin-left: 25px;
    line-height: 29px;
    width: 100px;
    height: 33px;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: 1px solid #e92766;
    border-radius: 10px;
    background-color: #e92766;
}

.all-skin #bo_v_info {
    background: #fff;
    border-bottom: 1px solid #f5f6f9;
}

.all-skin #bo_v_info ul {
    padding: 10px 10px;
    color: #000;
}

.all-skin .view-content {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.all-skin #bo_v_top {
    width: 100%;
    /*border: 1px solid #2c2b53;*/
    /*border-radius: 15px;*/
    padding: 10px 0px;
    margin-bottom: 20px;
}

.all-skin #bo_v_top ul {
    text-align: center;
}

.all-skin #bo_v_top ul li {
    display: inline-block;
}

.all-skin #bo_v_top ul li .btn_b01 {
    color: #fff;
    border: 1px solid #666;
    background: #666;
}

#bo_v_title {
    font-size: 26px !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

#bo_v_con {
    margin-top: -20px;
    font-size: 18px !important;
    line-height: 1.7;
    padding: 0 10px;
}

/* 게시판 댓글 */
#bo_vc {
    background: #f9fafc;
    margin: 15px 0px;
    position: relative;
    padding: 0;
}

#bo_vc h2.bo_vc_tit {
}

#bo_vc h2 span {
    color: #3a8afd
}

#bo_vc article {
    /*margin-bottom: 25px;*/
    border-bottom: 1px solid #BDBDBD;
    /* border-radius: 15px; */
}

#bo_vc article .comment_inner {
    margin: 15px 0 0;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #e4e4ec
}

#bo_vc article h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#bo_vc header {
    position: relative;
    padding: 0;
    line-height: 20px;
    padding-right: 18px;
    font-weight: bold;
}

#bo_vc .profile_img {
    vertical-align: text-bottom
}

#bo_vc .profile_img img {
    width: 23px;
    height: 23px;
    border-radius: 50%
}

#bo_vc header .bo_vl_opt {
    position: absolute;
    top: -5px;
    right: -8px
}

.comment_inner .bo_vc_w {
    margin-top: 10px;
    padding-top: 15px
}

#bo_vc .cm_wrap {
    padding: 20px;
}

.cu_reply {
    /* background: #ddd; */
    margin-right: 5px;
    color: #ffa000;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 2px;
}

#bo_vc .cm_wrap .bo_vc_w {
    display: block;
    position: relative;
    padding: 0 10px 15px;
    background: #f9fafc;
    margin-top: 0px
}

#bo_vc .btn {
    width: 40px;
    height: 20px;
    line-height: 19px;
    border: 1px solid #B4BEC9;
    font-size: 12px;
    color: #fff;
    background-color: #B4BEC9;
    padding: 0;
}

#bo_vc .btn_cmt_shingo {
    width: 50px;
    height: 20px;
    line-height: 19px;
    border: 1px solid #B4BEC9;
    font-size: 12px;
    margin-right: 0px;
    padding: 0
}

#bo_vc .btn_cmt_shingo img {
    width: 10px;
    margin-right: 3px;
    margin-top: -1px
}

#bo_vc .member .sv_member, #bo_vc .sv_guest {
    font-weight: bold
}

.bo_vc_hdinfo {
    display: inline-block;
    color: #000;
    top: 0px;
    right: 0px;
    position: absolute;
}

#bo_vc h1 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_vc .cmt_contents {
    margin: 10px 0 0;
    /*border-radius:5px;*/
    line-height: 1.8em;
    /*border-top: 1px solid #666666;*/
    padding: 15px;
}

#bo_vc .cmt_contents p {
    font-size: 1.083em
}

#bo_vc p a {
    text-decoration: underline
}

#bo_vc p a.s_cmt {
    text-decoration: underline;
    color: #ed6479
}

#bo_vc_empty {
    margin: 0;
    padding: 15px !important;
    text-align: center
}

#bo_vc #bo_vc_winfo {
    float: left
}

#bo_vc footer {
    zoom:1}

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

#bo_vc .btn_info {
    width: 100%;
    margin-bottom: 15px;
}

#bo_vc .btn_info ul {
    text-align: right;
}

#bo_vc .btn_info ul li {
    display: inline-block;
    margin-right: 5px
}

.bo_vc_act {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 58px;
    text-align: center;
    border: 1px solid #b8bfc4;
    margin: 0;
    list-style: none;
    background: #fff;
    zoom:1;z-index: 9999
}

.bo_vc_act:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent
}

.bo_vc_act:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent
}

.bo_vc_act li {
    border-bottom: 1px solid #f0f0f0
}

.bo_vc_act li:last-child {
    border-bottom: 0
}

.bo_vc_act li a {
    display: inline-block;
    padding: 10px 15px
}

.bo_vc_act li a:hover {
    color: #3a8afd
}

#bo_vc_w h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.bo_vc_w {
    display: block;
    position: relative;
    padding: 0;
    margin-top: 25px;
    margin-right: 12px;
}

.bo_vc_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w #char_cnt {
    display: block;
    margin: 0 0 5px
}

.bo_vc_w textarea {
    width: 100%;
    height: 120px;
    padding: 5px;
    border: 1px solid #BDBDBD;
    background: #fff;
    color: #000;
    vertical-align: middle
}

#wr_secret {
}

.bo_vc_w_info {
    margin: 10px 0
}

.bo_vc_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w_info .frm_input {
    float: left;
    width: 49.5%;
    margin: 0 0 5px 0
}

.bo_vc_w_info #wr_password {
    float: right
}

.bo_vc_w_info #captcha {
    display: block;
    clear: both
}

.bo_vc_w .btn_confirm {
    margin-top: 5px;
    clear: both;
    margin-right: -12px;
}

.bo_vc_w .icon_lock {
    display: inline-block;
    font-size: 1em;
    vertical-align: baseline
}

.bo_vc_w .btn_submit {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.083em
}

.bo_vc_w_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w .bo_vc_secret {
    display: block
}

#bo_vc_send_sns {
    display: block;
    margin-bottom: 10px
}

#bo_vc_sns {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom:1}

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

#bo_vc_sns li {
    float: left;
    margin: 0 5px 0 0
}

#bo_vc_sns .sns_li_f {
    border-radius: 3px;
    background: #3a589b;
    height: 40px;
    padding: 10px 0 10px 10px
}

#bo_vc_sns .sns_li_t {
    border-radius: 3px;
    background: #00aced;
    height: 40px;
    padding: 10px 0 10px 10px
}

#bo_vc_sns .sns_li_off {
    background: #bbb
}

#bo_vc_sns a {
    display: inline-block;
    padding: 0 15px 0 5px
}

#bo_vc_sns input {
    margin: 0 5px 0 0
}

.cmt_btn {
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    background: #666;
    border-radius: 10px;
    border: 1px solid #666;
    margin-bottom: 30px;
}

.cmt_btn .total {
    color: #fff
}

.cmt_btn .total b {
    margin-right: 10px;
}

/* 게시판 쓰기 */
.dark #char_count_desc {
    display: block;
    margin: 0 0 5px;
    padding: 0
}

.dark #char_count_wrap {
    margin: 5px 0 0;
    text-align: right
}

.dark #char_count {
    font-weight: bold
}

.dark #autosave_wrapper {
    position: relative
}

.dark #autosave_pop {
    display: none;
    z-index: 10;
    position: absolute !important;
    top: 34px;
    right: 0;
    width: 350px;
    height: auto !important;
    height: 180px;
    max-height: 180px;
    border: 1px solid #ddd;
    background: #333;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2)
}

.dark #autosave_pop:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent
}

.dark #autosave_pop:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent
}

.dark html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important
}

/* overflow 미지원 기기 대응 */
.dark #autosave_pop strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.dark #autosave_pop div {
    text-align: center;
    margin: 0 !important
}

.dark #autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0
}

.dark #autosave_pop ul {
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    list-style: none;
    overflow-y: scroll;
    height: 130px;
    border-bottom: 1px solid #e8e8e8
}

.dark #autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #000;
    zoom:1;font-size: 12px
}

.dark #autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.dark #autosave_pop a {
    display: block;
    float: left
}

.dark #autosave_pop span {
    display: block;
    float: right;
    font-size: 0.92em;
    font-style: italic;
    color: #999
}

.dark .autosave_close {
    cursor: pointer;
    width: 100%;
    height: 30px;
    background: none;
    color: #fff;
    font-weight: bold;
    font-size: 0.92em;
    background: #888;
}

.dark .autosave_close:hover {
    background: #f3f3f3;
    color: #3597d9
}

.dark .autosave_content {
    display: none
}

.dark .autosave_del {
    background: url(./img/close_btn.png) no-repeat 50% 50%;
    text-indent: -999px;
    overflow: hidden;
    height: 20px;
    width: 20px
}

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

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

.dark #bo_w .bo_v_option .selec_chk {
    width: 20px;
    height: 20px;
    opacity: 99%;
}

.dark #bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {
    margin-left: 0;
    margin-right: 5px
}

.dark #bo_w .write_div {
    margin: 10px 0;
    position: relative
}

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

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

.dark #bo_w .bo_w_info .frm_input {
    float: left;
    margin-bottom: 1%;
    height: 30px;
}

.dark #bo_w #wr_password, #bo_w #wr_homepage {
    margin-left: 1%
}

.dark #bo_w .wr_content.smarteditor2 iframe {
    background: #fff
}

.dark #bo_w .bo_w_tit {
    position: relative
}

.dark #bo_w .bo_w_tit .frm_input {
    height: 30px;
    width: 98.8%;
}

.dark .half_input {
    width: 48.3%;
}

.dark #bo_w .bo_w_tit #btn_autosave {
    position: absolute;
    top: 6px;
    right: 12px;
    line-height: 25px;
    height: 30px;
    background: #2c2b53;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #2c2b53;
}

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

.dark #bo_w .bo_w_link .frm_input {
    padding-left: 50px;
    width: 94.5%;
}

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

.dark #bo_w .bo_w_flie .frm_file {
    padding-left: 30px;
    margin-top: 1px;
    line-height: 36px;
}

.dark #bo_w .bo_w_flie .file_wr {
    position: relative;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 40px;
    margin: 0
}

.dark #bo_w .bo_w_flie .frm_input {
    margin: 10px 0 0
}

.dark #bo_w .bo_w_flie .file_del {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.92em;
    color: #7d7d7d
}

.dark #bo_w .bo_w_select select {
    border: 1px solid #d0d3db;
    width: 100%;
    height: 40px;
    border-radius: 3px
}

.dark #bo_w .btn_submit {
    padding: 0 20px;
    font-size: 1.167em;
    background: #db3232;
    color: #fff;
}

.dark #bo_w .btn_cancel {
    border-radius: 3px;
    font-size: 1.167em
}

.dark .wr_content textarea, .dark .tbl_frm01 textarea, .dark .form_01 textarea, .dark .frm_input {
    background: #fff !important;
    color: #000;
}

.dark #bo_w .write_div .cke_sc .btn_cke_sc {
    line-height: 30px;
    height: 30px;
    background: #2c2b53;
    color: #fff;
}

.dark #bo_w .cke_sc .cke_sc_def {
    background: #666;
    color: #fff
}

.dark #bo_w .cke_sc .cke_sc_def .btn_cke_sc_close {
    padding: 0 20px;
    background: #2c2b53;
    color: #fff
}

.dark #bo_w .write_div .custom-select {
    background: #333;
    color: #fff
}

.dark .btn_wrgood {
    line-height: 26px;
}

.dark .btn_wr_hit {
    line-height: 26px;
}
