/* CLBA dark overrides (prepended) */
.center-menu button { background:#1a1a24 !important; color:#9ca3af !important; }
.center-menu button.active, .center-menu button:hover { background:linear-gradient(90deg,#c92a2a,#5a2a2a) !important; color:#fff !important; }
.left-menu { width:100% !important; border:1px solid #2e2e3c !important; box-shadow:none !important; background:#1a1a24 !important; border-radius:8px !important; }
.main-menu-link { background:#20202c !important; color:#f3f4f6 !important; font-size:13px !important; }
.main-menu-link:hover { background:#c92a2a !important; color:#fff !important; }
.main-menu i { background:none !important; -webkit-text-fill-color:#f87171 !important; color:#f87171 !important; }
.menu-button { background:#1a1a24 !important; border-color:#2e2e3c !important; color:#e5e7eb !important; }
.menu-button:hover { background:#2a2a38 !important; }
.event_list_0, .event_list { background:#1a1a24 !important; border:1px solid #2e2e3c !important; border-top:2px solid #c92a2a !important; color:#c4c4d0 !important; height:auto !important; }
.notice_con, .notice_title, .title_div_short { background:#1a1a24 !important; }
.sports-tab.active, .community-tab.active, .pickster-tab.active, .ranking-tab.active { border-bottom-color:#c92a2a !important; color:#f87171 !important; }

@charset "utf-8";


/*메인커스텀시작 - CLBA override helpers */
.center-menu button {
    background: #1a1a24;
    color: #9ca3af;
}
.center-menu button.active,
.center-menu button:hover {
    background: linear-gradient(90deg, #c92a2a 0%, #5a2a2a 100%);
    color: #ffffff;
}
.left-menu {
    width: 100%;
    border: 1px solid #2e2e3c;
    border-radius: 8px;
    box-shadow: none;
    padding: 14px;
    margin: 0px auto 12px;
    box-sizing: border-box;
    background: #1a1a24;
}
.main-menu-link {
    background-color: #20202c;
    color: #f3f4f6;
    border-radius: 6px;
    font-size: 13px;
}
.main-menu-link:hover {
    background-color: #c92a2a;
    color: #fff;
}
.button-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.menu-button {
    width: calc(16.66% - 10px);
    min-width: 90px;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    border: 1px solid #2e2e3c;
    border-radius: 8px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    background: #1a1a24;
    color: #e5e7eb;
}
.menu-button:hover {
    background-color: #2a2a38;
    transform: translateY(-3px);
    border-color: rgba(201,42,42,.5);
}
.menu-button img {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: cover;
    margin-bottom: 8px;
    border-radius: 6px;
}
.event_list_0,
.event_list {
    background: #1a1a24;
    border: 1px solid #2e2e3c;
    border-top: 2px solid #c92a2a;
    border-radius: 8px;
    color: #c4c4d0;
}
.event_list {
    height: auto;
    min-height: 220px;
}
.notice_con,
.notice_title,
.title_div_short {
    background: #1a1a24 !important;
    border-color: #2e2e3c !important;
}
.sports-tab.active,
.community-tab.active,
.pickster-tab.active,
.ranking-tab.active {
    border-bottom: 2px solid #c92a2a;
    color: #f87171;
}
/*메인커스텀 end*/

button, input, select{
    background-color: transparent;
    border-style: none;
}
.notice_con {
    width: 100%;
    height: 44px;
    position: relative;
    background-color: #323c46;
    border-radius: 15px;
    margin-bottom: 18px;
}
.notice_con .notice_box {
    margin-left: 20px;
    padding-top: 11px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.notice_title ul { padding-left:5px; margin-bottom: 0;}
.notice_title ul li { list-style:none; color:#fff; }
.notice_title {
  padding: 15px;
  border-radius: 12px;
  background: #323c46;
  font-size: 13px;
  color: #eee;
  margin:15px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px rgba(66,139,202,0.3),
                0 0 10px rgba(66,139,202,0.3),
                0 0 15px rgba(66,139,202,0.3);
  }
  to {
    box-shadow: 0 0 10px rgba(66,139,202,0.5),
                0 0 20px rgba(66,139,202,0.5),
                0 0 30px rgba(66,139,202,0.5);
  }
}

.notice_title:hover {
  transform: translateY(-3px);
  background: linear-gradient(145deg, #1f2642, #2f3a54);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.notice_title .yellow {
  color: #ffd700;
  font-weight: bold;
}

.notice_title .blue {
  color: #428bca;
  font-weight: bold;
}

.notice_title .red {
  color: #ff5252;
  font-weight: bold;
}

.notice_title strong {
  font-weight: 700;
}
.hexagonImg2 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url(/img/level_detail_bg.png) no-repeat;
    background-size: 40px;
    vertical-align: top;
}
.result_ball {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/img/sp_powerball_v2.png) no-repeat 0 -9999px;
    background-size: 250px 125px;
    font-family: swagger, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff !important;
    line-height: 2em;
    margin-right: 1px;
}
.result_ball.even {
    background-position: -0px -26px;
}
.result_ball.odd {
    background-position: -29px -26px;
}
.result_ball.small {
    background-position: -58px -26px;
}
.result_ball.middle {
    background-position: -29px -26px;
}
.result_ball.big {
    background-position: -0px -26px;
}  
.wave {
    background: rgb(22 27 40 / 50%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 7.5em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;

}
.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
    height: 80%;
}
.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
    height: 100%;
}
@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

/*.talk-bubble {
    display: inline-block;
    position: absolute;
    background-color:#13911b;
    border-radius: 8px;
    top:8px;
    left:50%;
    transform:translate(-50%, 0);
    white-space:nowrap;
    animation: bounce 1s;
    animation-iteration-count: infinite;
}
.talk-bubble .talktext {padding:3px 5px; text-align:center;}
.talk-bubble .talktext p { font-size:10px; margin: 0px;}*/

@keyframes bounce {
    0% {top:5px; -webkit-animation-timing-function:ease-in;}
    3% {top:7px; -webkit-animation-timing-function:ease-out;}
    50% {top:10px; -webkit-animation-timing-function:ease-in;}
    80% {top:7px; -webkit-animation-timing-function:ease-out;}
    100% {top:5px; -webkit-animation-timing-function:ease-in;}
}
.mt10 { margin-bottom:10px; }
.tab-parent {
	display: inline-block;
	text-align: center;
	flex-direction: row;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
}

.tab-parent-pick {
    display: inline-block;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.tab-parent-recently {
    display: inline-block;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-left: 23px;
}

.tab-parent img { width:24px; display:block; margin:0 auto; }
.tab-ranking {
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tab-ranking img { width:24px; display:block; margin:0 auto; }
.latest_sports { display:none; }
.sports-tab {
	height: 25px;
	margin-right: 15px;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.3s ease;
	color: #fff;
}

.sports-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.latest_community { display:none; }
.latest_recently { display:none; }
.latest_pickster { display:none; }
.community-tab {
    height: 25px;
    margin-right: 12px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}
.pickster-tab {
    height: 25px;
    margin-right: 12px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}
.recently-tab {
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}

.community-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.pickster-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.recently-tab.active { color: #4fe744; }



.latest_ranking { display:none; }
.ranking-tab {
    height: 25px;
    margin-right: 12px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}

.ranking-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.title_div_short {
    border-radius: 10px;    
    background:#323c46;
    font-size: 14px;
    padding: 7px 9px !important;    
}

.title2_div_short {
    font-family: 's-core-dream-500';
    border-radius: 10px;    
    background: linear-gradient(to bottom, #114B86, #08233E);
    font-size: 14px;
    padding: 7px 9px !important;    
}

.lbox0_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;height:39px;padding-left:4px;font-size:14px;line-height:39px;border-top-left-radius:10px;border-top-right-radius:10px;}

.lbox1_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--background-color-gray);height:39px;border-bottom:1px solid var(--border-color);padding-left:12px;font-size:14px;line-height:39px;}
.lbox1_t2 {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color: #1d2333;border-bottom:1px solid #2f3749; padding-left:12px;font-size:14px;}
/*
.lbox1_t {position: relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color: var(--background-color-gray);border-bottom: 1px solid var(--border-color);padding-left: 12px;}
*/

.lbox2_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--background-color-gray2);height:39px;border-bottom:1px solid var(--border-color);padding-left:12px;font-size:14px;line-height:39px;}
.lbox3_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--background-color-gray-deep);height:39px;border-bottom:1px solid var(--border-color);padding-left:12px;font-size:14px;line-height:39px;}
.lbox0_c {position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lbox1_c {position:relative;background-color:#1d2333;padding:var(--def-space);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lbox2_c {position:relative;background-color:var(--background-color-gray2);padding:var(--def-space);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lbox3_c {position:relative;background-color:var(--background-color-gray-deep);padding:var(--def-space);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}



.categories_title_wrap {display:flex;height:54px;align-items:center;padding-right:15px;padding-left:15px;}
.categories_title_wrap .mtitle {font-size:20px;padding-right:8px;}
.categories_title_wrap .mcnt {font-size:20px;color:var(--type-green);}
.categories_title_wrap .extra {flex:1;text-align:left;}
.categories_title_wrap .title {text-align:center;margin-left:10px;cursor:pointer;min-height:18px;font-size:12px;}
.categories_title_wrap .active {color:#4fe744;border-bottom:2px solid #4fe744;}