.bg-color {
    background-color: #ff3300;
}

.widget-index .at-main, .widget-index .at-side {
    padding-top: 10px;
    padding-bottom: 0px;
}

.widget-index .div-title-underbar {
    margin-bottom: 15px;
}

.widget-index .div-title-underbar span {
    padding-bottom: 4px;
}

.widget-index .div-title-underbar span b {
    font-weight: 500;
}

.widget-index .widget-img img {
    display: block;
    max-width: 100%;
    /* 배너 이미지 */
}

.widget-box {
    margin-bottom: 25px;
}

.nav-tabs {
    /*background: #f7f7f7;*/
}

.nav-tabs>li {
    width: 33.333%;
    text-align: center;
}

.nav-tabs>li.active {
    border-top: 2px solid #ff3300;
    margin-top: -1px;
}

.index-nav-brd.nav-tabs {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.index-nav-brd.nav-tabs>li {
    width: auto;
}

.nav-tabs>li.active>a {
    border: 1px solid white !important;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a:hover {
    border: 1px solid white !important;
    background: white !important;
}

.nav-tabs>li>a:hover {
    border: none !important;
    background: none !important;
}

.nav>li>a {
    padding: 10px 5px !important;
}

.widget-box {
    margin-bottom: 25px;
    padding: 7px;
}

.widget-box.no-pd {
    padding: 0px;
}

.board_tab_nav {
    /*background: #ececec !important;*/
    border: none;
}

.board_tab {
    width: 33.333%;
    text-align: center;
    margin-bottom: 0px;
}

.board_tab > a {
    border: none !important;
    /*background: #ececec !important*/
    ;border-radius: unset !important;
    margin-right: 0px !important;
    font-size: 15px;
    font-weight: bold;
    color: #737373 !important;
}

.board_tab.active > a {
    border: none;
    background: white !important;
    color: #ff3300 !important;
}

.for-validate-sites .post-text {
    display: none;
}
.for-validate-sites .basic-post-gallery .post-content {
    padding: 9px 0;
    background: #2c2c2c;
}

.for-validate-sites .post-subject a {
    /* background:black ; */
    color: white;
}

.game_wrap2{
    margin-bottom:5px;
}

.game_wrap_youtube{
    display:flex;
    margin:2px 0 5px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.game_wrap_youtube a{
    width:33% ;
}
.game_wrap_youtube a img{
    width:100% ;
    height:auto ;
}

.co-cont img{

    max-width:100%;
}

.co-cont li{
    list-style:initial;
}


.brd-ico{
}
.brd-ico.hello:after{
    content:"가입";
    background: #FFC107;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}
.brd-ico.free:after{
    content:"자유";
    background: #4CAF50;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}

.brd-ico.baccara:after, .brd-ico._0005:after, .brd-ico.c1:after, .brd-ico.event_review:after, .brd-ico.slot_review:after, .brd-ico.unaffiliated_review:after{
    content:"후기";
    background: #ff3e3e;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}

html.dark-mode .brd-ico.baccara:after, html.dark-mode .brd-ico._0005:after, html.dark-mode .brd-ico.c1:after, html.dark-mode .brd-ico.event_review:after, html.dark-mode .brd-ico.slot_review:after, html.dark-mode .brd-ico.unaffiliated_review:after {
    
    background-color: hsl(12 100% 43% / 1);
    color: hsl(0 0% 87% / 1) !important;
}

.brd-ico.c5:after{
    content:"유머";
    background: #2196F3;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}

.brd-ico.verified_casino:after{
    content:"검증";
    background: #607D8B;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}
.brd-ico.member_event:after{
    content:"이벤";
    background: #FFC107;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}
.brd-ico.qna:after{
    content:"질문";
    background: #9E9E9E;
    color: white;
    padding: 3px 3px;
    border-radius: 1px;
    font-size: 11px;
}


#swip_main_middle{
    margin-bottom:12px;
}