html {
    height: 100%;
}

body {
    background-color: #333333 !important;
    font-family: Pretendard !important;
    min-height: 100%;
    min-height: 100vh;
    margin: 0;
}

/* View4 전체 페이지 - 콘텐츠가 짧을 때 footer를 뷰포트 하단에 고정 */
.site-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.site-layout > .container {
    flex-shrink: 0;
}

.short_header_container {
    position: relative;
    z-index: 10001;
}

.main_section {
    flex: 1 1 auto;
    width: 100%;
}

    body.menu-open {
        overflow: hidden;
        height: 100vh;
    }


.container {
    padding: 10px !important;
    max-width: 1400px !important;
}

/*font-family*/

.alfa-slab-one-regular {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
}


.patua-one-regular {
    font-family: "Patua One", serif;
    font-weight: 400;
    font-style: normal;
}

.black-ops-one-regular {
    font-family: "Black Ops One", serif;
    font-weight: 400;
    font-style: normal;
}

.sofia_pro {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sofia_pro_bold {
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.sofia_pro_black {
    font-family: "sofia-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/*header section*/

.short_header {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    font-size: 14px;
}

.short_header_lang {
    position: relative;
}

/* View4 language switcher — 헤더 그레이 + 대각선 톤 / #ffcc00 액센트 */
.short_header_lang .view4-lang-toggle,
.view4_lang_dropdown .view4-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 8px !important;
    border: 1px solid #5e5e5e !important;
    border-radius: 4px;
    background-color: #4a4a4a;
    background-image: linear-gradient(-28deg, #4a4a4a 0%, #4a4a4a 50%, #3a3a3a 50%, #3a3a3a 100%);
    color: #e8e8e8;
    box-shadow: none;
    line-height: 1;
    transition: border-color 0.25s, color 0.25s, filter 0.25s;
}

.short_header_lang .view4-lang-toggle:hover,
.short_header_lang .view4-lang-toggle:focus,
.short_header_lang.show .view4-lang-toggle,
.view4_lang_dropdown.show .view4-lang-toggle {
    border-color: #ffcc00 !important;
    color: #ffcc00;
    filter: brightness(1.08);
    outline: none;
    box-shadow: none;
}

.short_header_lang .dropdown-toggle::after,
.view4_lang_dropdown .view4-lang-toggle::after {
    display: inline-block;
    margin-left: 2px;
    border-top-color: #ffcc00;
    vertical-align: middle;
}

.view4-lang-flag-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 18px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1f1f1f;
}

.view4-lang-flag-wrap img {
    display: block;
    width: 24px;
    height: 18px;
    object-fit: cover;
    object-position: center;
}

.view4-lang-current {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    max-width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short_header_lang .view4-lang-menu,
.view4_lang_dropdown .view4-lang-menu {
    --bs-dropdown-min-width: 11.5rem;
    min-width: 11.5rem;
    margin-top: 8px !important;
    padding: 6px;
    background-color: #1f1f1f;
    background-image: linear-gradient(-28deg, #4a4a4a 0%, #4a4a4a 50%, #1f1f1f 50%, #1f1f1f 100%);
    border: 1px solid #5e5e5e;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
    z-index: 10002;
}

.short_header_lang .view4-lang-menu .dropdown-item,
.view4_lang_dropdown .view4-lang-menu .dropdown-item {
    position: relative;
    color: #cfcfcf;
    background: transparent;
    padding: 0.5rem 0.7rem 0.5rem 0.85rem;
    margin: 2px 0;
    font-size: 12px;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.short_header_lang .view4-lang-menu .dropdown-item img,
.view4_lang_dropdown .view4-lang-menu .dropdown-item img {
    width: 22px;
    height: 16.5px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.short_header_lang .view4-lang-menu .view4-lang-label,
.view4_lang_dropdown .view4-lang-menu .view4-lang-label {
    color: inherit;
    font-weight: 500;
}

/* hover: 다크 칩 + 골드 텍스트 (View4 리스트 호버 톤) */
.short_header_lang .view4-lang-menu .dropdown-item:hover,
.short_header_lang .view4-lang-menu .dropdown-item:focus,
.view4_lang_dropdown .view4-lang-menu .dropdown-item:hover,
.view4_lang_dropdown .view4-lang-menu .dropdown-item:focus {
    color: #ffcc00;
    background: #5e5e5e;
    border-color: #6a6a6a;
}

.short_header_lang .view4-lang-menu .dropdown-item:hover .view4-lang-label,
.short_header_lang .view4-lang-menu .dropdown-item:focus .view4-lang-label,
.view4_lang_dropdown .view4-lang-menu .dropdown-item:hover .view4-lang-label,
.view4_lang_dropdown .view4-lang-menu .dropdown-item:focus .view4-lang-label {
    color: #ffcc00;
}

/* selected: 대각선 카드 톤 + 골드 좌측 바 */
.short_header_lang .view4-lang-menu .dropdown-item.active,
.view4_lang_dropdown .view4-lang-menu .dropdown-item.active {
    color: #ffcc00;
    font-weight: 700;
    border-color: #6a6a6a;
    background-color: #4a4a4a;
    background-image: linear-gradient(-28deg, #4a4a4a 0%, #4a4a4a 50%, #2a2a2a 50%, #2a2a2a 100%);
    box-shadow: inset 3px 0 0 #ffcc00;
}

.short_header_lang .view4-lang-menu .dropdown-item.active .view4-lang-label,
.view4_lang_dropdown .view4-lang-menu .dropdown-item.active .view4-lang-label {
    color: #ffcc00;
    font-weight: 700;
}

.short_header_lang .view4-lang-menu .dropdown-item.active:hover,
.view4_lang_dropdown .view4-lang-menu .dropdown-item.active:hover {
    color: #ffcc00;
    background-color: #4a4a4a;
    background-image: linear-gradient(-28deg, #555555 0%, #555555 50%, #333333 50%, #333333 100%);
}

@media (max-width: 800px) {
    .view4-lang-current {
        display: none;
    }

    .short_header_lang .view4-lang-toggle,
    .view4_lang_dropdown .view4-lang-toggle {
        padding: 0 6px !important;
    }
}

.user_info_box {
    display: flex;
    align-items: center;
}

/* .user_info_lv{
    position:relative;
}

.user_info_lv::before{
    position: absolute;
    content: "";
    width:15px;
    height:15px;
    background-color: red;
    top:0;
    right:0;
    border-radius: 20px;
} */

.jquery_header {
    position: sticky;
    top: 10px;
    left: 0;
    z-index: 10000;
    transition: transform 0.3s ease;
}

    .jquery_header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
    }

    /* 스크롤 시 헤더 숨김/보임 */
    .jquery_header.nav-up {
        transform: translateY(-100%);
    }

    .jquery_header.nav-down {
        transform: translateY(0);
    }

/* 메뉴 열릴 때 헤더는 항상 보이게 고정 */
body.menu-open .jquery_header {
    transform: translateY(0) !important;
}

.jquery_header.sticky {
    position: sticky;
    top: 10px;
    left: 0;
    transform: none;
}

.jquery_header.nav-up {
    transform: translateY(-100%);
}

.jquery_header.nav-down {
    transform: translateY(0);
}

/* 모바일 전용 */
@media (max-width: 1350px) {
    .jquery_header.fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
    }

    .jquery_header.nav-up {
        transform: translateY(-100%);
    }

    .jquery_header.nav-down {
        transform: translateY(0);
    }
}



.main_header {
    border-radius: 10px;
    background-color: #4a4a4a;
    padding: 20px 30px;
}

.main_header_sub {
    border-radius: 10px;
    background-color: #4a4a4a;
    padding: 10px;
    max-height: 80vh; /* 화면의 80% 높이까지 보여주고 */
    overflow-y: auto; /* 넘칠 때만 스크롤 */
    -webkit-overflow-scrolling: touch;
}

.main_header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_header_section_logo {
    font-family: Alfa Slab One;
    font-size: 25px;
    color: #fff;
}

@media(max-width:500px) {
    .main_header {
        padding: 15px !important;
    }

    .main_header_section_logo {
        font-size: 20px;
    }

    .main_header_section_menu_text {
        display: none;
    }

    .main_header_section_mypage_text {
        display: none;
    }

    .main_header_section_mypage {
        padding: 10px 12px;
        line-height: 1;
    }

    .main_best_game_list_header_h2 {
        font-size: 30px !important;
    }

    .main_jackpot_content_number {
        font-size: 20px !important;
    }

    .game_layout_heading_h1_minigame, .game_layout_heading_h1_big, .game_layout_heading_h1_provider, .game_layout_heading_h1_slot, .game_layout_heading_h1_casino {
        font-size: 30px !important;
    }

    .game_layout_heading_span {
        font-size: 17px !important;
    }

    .game_layout_heading_box {
        align-items: center !important;
    }

    .game_layout_heading_box_item {
        align-items: center !important;
    }

    .game_layout_heading_span_view_all {
        font-size: 15px !important;
    }

    .short_header_logout_text, .short_header_message_text, .short_header_point_text {
        display: none;
    }
}

.main_header_section_menu {
    font-family: sofia-pro;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    background-color: #5e5e5e;
    border-radius: 10px;
    cursor: pointer;
}

.main_header_section_mypage {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding: 8px 10px;
    background-color: #5e5e5e;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.main_header_section_mypage_text {
    text-align: center;
    line-height: 1.2;
    width: fit-content;
    max-width: 100%;
    padding-left: 0 !important;
}

.main_header_section_header_menu {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
}

.main_responsive_header_hidden_menu {
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4a4a4a;
    max-width: calc(1400px - 20px) !important;
    z-index: 9999;
    padding: 10px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

    .main_responsive_header_hidden_menu.active {
        visibility: visible;
        opacity: 1;
    }



.main_responsive_header_box {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.main_responsive_header_box_liner {
    border-top: 1px solid gray;
}

.main_responsive_header_box_h1 {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: #fff
}

.main_responsive_header_box_h1_style {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    width: fit-content;
    max-width: 100%;
    margin-left: 0 !important;
}

.main_responsive_header_box_h1_style_sub {
    font-size: 13px;
    font-weight: 400;
    color: #cecece;
}

.fontaswome_color_dark {
    color: #5e5e5e;
}

.fontaswome_color_milddark {
    color: #7a7a7a;
}

.fontaswome_color_white {
    color: rgb(255, 255, 255);
}

.fontaswome_color_red {
    color: #ee1a47;
}

.fontaswome_color_blue {
    color: #1e6eb2;
}

.fontaswome_color_mildblue {
    color: #4090d5;
}

.fontaswome_color_gold {
    color: #dda013;
}

.fontaswome_color_green {
    color: #0c8e4b;
}

.fontaswome_color_skyblue {
    color: #20a9d7;
}

.fontaswome_color_softred {
    color: #d84c68;
}

.fontaswome_color_purple {
    color: #d84ccf;
}

.xsmall {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.main_responsive_header_item_box {
    list-style: none;
    padding: 10px;
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main_responsive_header_item_box_history {
    list-style: none;
    padding: 10px;
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media(max-width:800px) {
    .main_responsive_header_item_box {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width:650px) {

    .main_responsive_header_item_box,
    .main_responsive_header_item_box_history {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:500px) {

    .main_responsive_header_item_box,
    .main_responsive_header_item_box_history {
        grid-template-columns: 1fr;
    }
}

.main_responsive_header_item_box li {
    color: #fff;
}

.main_responsive_header_item_box_history li {
    color: #fff;
}


.main_responsive_header_item_box_style {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: rgb(92, 92, 92);
    width: 100%;
}

.main_responsive_header_item_box_style_img img {
    border-radius: 5px 0px 0px 5px;
}

.main_responsive_header_item_box_style_name {
    padding: 10px;
}

.rotate-45 {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.main_header_hidden_menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
}

.header_dropdown_button:hover .main_header_hidden_menu {
    opacity: 1;
    visibility: visible;
}

.main_header_hidden_menu_slot {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
}

.header_dropdown_button_slot:hover .main_header_hidden_menu_slot {
    opacity: 1;
    visibility: visible;
}

.main_header_hidden_menu_mini {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
}

.header_dropdown_button_mini:hover .main_header_hidden_menu_mini {
    opacity: 1;
    visibility: visible;
}

.main_header_hidden_menu_history {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
}

.header_dropdown_button_history:hover .main_header_hidden_menu_history {
    opacity: 1;
    visibility: visible;
}


.main_header_casino_menu_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.main_header_casino_menu_box_list {
    padding: 10px;
    padding-left: 20px;
    background-color: #5a5a5a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.main_header_history_menu_box_list {
    padding: 10px;
    padding-left: 20px;
    background-color: #5a5a5a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.main_header_casino_menu_box_list_header_h1 {
    font-family: sofia-pro;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

.main_header_casino_menu_box_list_header_history_h1 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.main_header_casino_menu_box_list_header_p {
    font-family: sofia-pro;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.main_header_history_menu_box_list_header_p {
    font-family: sofia-pro;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.main_header_history_menu_box_list:hover .main_header_history_menu_box_list_header_p {
    color: #f7d721;
    transition: 0.3s;
}

.main_header_casino_menu_box_list_img img {
    width: 100px;
    border-radius: 10px;
}

.header_dropdown_container {
    position: relative;
}

.header_dropdown_button {
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: fit-content;
}

.header_dropdown_button_slot,
.header_dropdown_button_mini,
.header_dropdown_button_history {
    width: fit-content;
}

.header_dropdown_button_text {
    padding: 8px 10px;
    cursor: pointer;
}

.header_dropdown_button_text.hand:not(.main_responsive_header_box_h1) {
    text-align: center;
    line-height: 1.2;
    width: fit-content;
}

    .header_dropdown_button_text:hover {
        background-color: rgb(98, 98, 98);
        border-radius: 10px;
        transition: 0.3s;
    }

.dropdown_rotate_icon {
    font-size: 13px;
}

.header_dropdown_button_text:hover .dropdown_rotate_icon {
    transform: rotate(180deg);
    transition: 0.1s;
}


.header_dropdown_content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.header_dropdown_container:hover .header_dropdown_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown_item {
    padding: 10px;
    color: white;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
}

    .dropdown_item:hover {
        background-color: #f1f1f1;
    }

.main_header_section_header_logo_hidden {
    display: none;
}

.responsive_menu_box_tablet {
    display: none;
}



@media(max-width:1530px) {
    .slot_next_prev_box {
        display: none;
    }

    .slot_next_prev_box_small {
        display: block !important;
    }
}

@media(max-width:1350px) {
    .main_header {
        padding: 20px;
    }

    .main_header_section_header_logo_hidden {
        display: block !important;
    }

    .main_header_section_header_menu {
        display: none;
    }

    .responsive_menu_box_tablet {
        display: block !important;
    }

    .main_header_section_header_logo {
        display: none;
    }

    .main_responsive_header_hidden_menu {
        position: fixed;
        top: 160px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px) !important; /* ← 좌우 20px 마진 효과 */
        max-width: 1400px;
        background-color: #4a4a4a;
        z-index: 9999;
        padding: 10px;
        border-radius: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
}

/*jackpot*/

.jackpot_item {
    display: flex;
}

.jackpot_button_left {
    background-color: #22293e;
    padding: 0px 30px;
    border-radius: 10px;
    margin: 15px 10px 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.jackpot_button_right {
    background-color: #22293e;
    padding: 0px 30px;
    border-radius: 10px;
    margin: 15px 0px 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

    .jackpot_button_right:hover,
    .jackpot_button_left:hover {
        cursor: pointer;
        background-color: #2c3651;
        transition: 0.3s;
    }

.main_jackpot_content {
    position: relative;
    background-color: #22293e;
    background-image: -webkit-linear-gradient(-28deg, #28314e 0%, #28314e 50%, #22293e 50%, #22293e 50%);
    background-image: linear-gradient(-28deg, #28314e 0%, #28314e 50%, #22293e 50%, #22293e 50%);
    border-radius: 10px;
    padding: 10px 20px;
}

.main_jackpot_content_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_jackpot_content_header {
    font-size: 40px;
    font-weight: bold;
    font-family: orbitron;
    transition: 0.3s;
}

    .main_jackpot_content_header.small-font {
        font-size: 20px;
    }

.main_jackpot_content_number.small-font {
    font-size: 20px;
}



.main_jackpot_content_number {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    font-family: Alfa Slab One;
    transition: 0.3s;
}

@media(max-width:1500px) {
    .main_jackpot_content_header {
        font-size: 30px;
        transition: 0.3s;
    }

    .main_jackpot_content_number {
        font-size: 30px;
        transition: 0.3s;
    }
}

@media(max-width:1050px) {
    .main_jackpot_content_header {
        font-size: 25px;
        transition: 0.3s;
    }

    .main_jackpot_content_number {
        font-size: 25px;
        transition: 0.3s;
    }
}

@media(max-width:930px) {
    .main_jackpot_content_layout {
        display: flex;
        flex-direction: column;
        transition: 0.3s;
    }

    .main_jackpot_content {
        position: relative;
        background-color: #22293e;
        background-image: -webkit-linear-gradient(-28deg, #28314e 0%, #28314e 50%, #22293e 50%, #22293e 50%);
        background-image: linear-gradient(-28deg, #28314e 0%, #28314e 50%, #22293e 50%, #22293e 50%);
        border-radius: 10px;
        padding: 30px 20px;
    }
}


@media(max-width:500px) {
    .jackpot_button_left {
        display: none;
    }

    .jackpot_button_right {
        display: none;
    }
}

.minor_jackpot_color {
    color: rgb(41, 144, 255);
}

.major_jackpot_color {
    color: rgb(255, 41, 87);
}

.grand_jackpot_color {
    color: rgb(254, 216, 65);
}


#minor-jackpot-amount {
    color: rgb(41, 144, 255);
}


#major-jackpot-amount {
    color: rgb(255, 41, 87);
}

#grand-jackpot-amount {
    color: rgb(254, 216, 65);
}

.fireworks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* 클릭 불가능 */
    z-index: 999;
}

.firework {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffcc00;
    border-radius: 50%;
    animation: explode 1.5s ease-out forwards;
}

@keyframes explode {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(calc(200px * var(--dx)), calc(200px * var(--dy))) scale(0.5);
    }
}


/*main section*/

.main_item_banner {
    overflow: hidden;
    /* 좌우로 잘린 부분이 보이도록 설정 */
}

    .main_item_banner .swiper-slide {
        color: white;
        border-radius: 20px;
        width: 100%;
        height:auto;
        padding: 60px;
    }

.main_item_banner_casino,
.main_item_banner_slot,
.main_item_banner_mini,
.main_item_banner_event {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: background 0.5s ease-in-out;
}

@media(max-width:500px) {
    .main_item_banner_casino,
    .main_item_banner_slot,
    .main_item_banner_mini,
    .main_item_banner_event, .main_item_banner_content_box, .bg-video, .main_item_banner .swiper-slide {
        height: 440px;
    }

    .main_item_banner_content_box {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* 콘텐츠를 아래로 */
        height: 440px;
        position: relative;
        z-index: 2;
        padding: 20px; /* 아래쪽 여백 추가 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); /* 위쪽으로 흐려지는 배경 */
    }


    .main_item_banner_h1 {
        font-size: 20px;
    }

    .main_item_banner .swiper-slide {
        color: white;
        border-radius: 20px;
        width: 100%;
        height: auto;
        padding: 0px;
    }
}


/* 기본 배경 이미지 */
.main_item_banner_casino {
    background: url("/Assets/Assets4/images/big_banner_casino_preview.png") no-repeat center center;
    background-size: cover;
}

.main_item_banner_slot {
    background: url("/Assets/Assets4/images/big_banner_slot_preview.png") no-repeat center center;
    background-size: cover;
}

.main_item_banner_mini {
    background: url("/Assets/Assets4/images/big_banner_minigame_preview.png") no-repeat center center;
    background-size: cover;
}

.main_item_banner_event {
    background: url("/Assets/Assets4/images/big_banner_event_preview.png") no-repeat center center;
    background-size: cover;
}

/* 비디오 기본 상태 */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    /* 기본적으로 보이지 않음 */
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    /* 클릭 방지 */
}

.main_item_banner_content_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 640px;
    position: relative;
    z-index: 2;
    /* 콘텐츠가 위에 보이도록 설정 */
}


.best_game_slot_responsive .swiper-slide {
    width: 100%;
}

.main_item_banner_content_box_button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-family: Orbitron, sans-serif;
    font-size: 25px;
    background: linear-gradient(to top, #000000, rgb(61, 61, 61));
    color: white;
    /* 텍스트 색상 */
    padding: 20px 30px;
    border-radius: 50px;
    border: 2px solid rgb(63, 63, 63);
    ;
    cursor: pointer;
    transition: 0.3s;
}


.game_layout_heading_box_item {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.game_layout_heading_box {
    display: flex;
    align-items: end;
}

.game_layout_heading_h1_slot {
    /* font-family: Alfa Slab One; */
    color: rgb(255, 176, 6);
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}

.game_layout_heading_h1_casino {
    /* font-family: Alfa Slab One; */
    color: rgb(6, 139, 255);
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}

.game_layout_heading_h1_minigame {
    /* font-family: Alfa Slab One; */
    color: rgb(255, 56, 6);
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}

.game_layout_heading_h1_big {
    /* font-family: Alfa Slab One; */
    color: rgb(30, 106, 200);
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}

.game_layout_heading_h1_provider {
    /* font-family: Alfa Slab One; */
    color: rgb(200, 30, 140);
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}

.game_layout_heading_span {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.main_item_banner hr {
    width: 45px;
    height: 3px;
    background: white;
    border: 0;
    opacity: 1;
}

.main_item_banner_h1 {
    font-size: 50px;
    font-weight: bold;
}

.main_item_banner_h1_en {
    font-size: 25px;
    font-family: orbitron;
    font-weight: 400;
}


.main_best_game_list .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.main_vender_box {
    position: relative;
}


.main_vender_slot_list .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.mini_game_swiper .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.main_vender_casino_list .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.slot_next_prev_box .swiper_button_left {
    position: absolute;
    top: 130px;
    left: -40px;
    font-size: 50px;
}

.slot_next_prev_box .swiper_button_right {
    position: absolute;
    top: 130px;
    right: -40px;
    font-size: 50px;
}

.slot_next_prev_box_small {
    display: none;
}

/* Swiper 기본 제공 비활성화 스타일 */
.swiper-button-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}


.main_hr_style {
    width: 30%;
    /* hr 길이 설정 */
    height: 3px;
    /* hr 두께 설정 */
    background-color: #fff;
    /* 선 색상 설정 */
    border: none;
    /* 기본 테두리 제거 */
    margin: 10px 0;
    /* 위아래 여백 설정 */
}



.main_live_casino_list .swiper-slide {
    color: white;
    height: 200px;
    background-color: red;
    border-radius: 10px;
}

.main_minigame_layout {
    display: flex;
}

    .main_minigame_layout img {
        width: 100%;
        border-radius: 10px;
    }

/*best game*/

.main_best_game_list_card {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main_best_game_list_header {
    width: 50%;
    padding: 0px 50px 50px 0px;
    font-family: Alfa Slab One;
    color: white;
    position: sticky;
    top: 20%;
}

.best_game_responsive_pc {
    display: none;
}

.main_best_game_list_header_responsive {
    font-family: Alfa Slab One;
    color: white;
}

.main_best_game_list_header_h2 {
    font-size: 80px;
}

.main_best_game_list_header_h3 {
    font-size: 50px;
}

.main_best_game_list_header_p {
    font-family: pretendard;
    font-size: 22px;
}

@media(max-width:1350px) {
    .main_best_game_list_header_h2 {
        font-size: 50px;
    }

    .main_best_game_list_header_h3 {
        font-size: 30px;
    }

    .main_best_game_list_header_p {
        font-size: 20px;
    }
}

@media(max-width:1100px) {
    .main_best_game_list_card {
        display: none;
    }

    .best_game_responsive_pc {
        display: block;
    }
}

.main_best_game_list_content {
    display: flex;
    flex-direction: column;
    width: 600px;
}

.main_best_game_list_content_bestgame {
    padding: 40px;
    border-radius: 30px;
    position: relative;
}

.main_best_game_list_content_bestgame_responsive {
    padding: 40px;
    border-radius: 30px;
    position: relative;
}

.main_best_game_list_content_bestgame_icon_button {
    position: absolute;
    top: -1px;
    right: -1px;
    border-top-right-radius: 20px 20px;
}

    .main_best_game_list_content_bestgame_icon_button img {
        width: 100px;
    }

.main_best_game_list_content_bestgame_icon_foot_button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-top-right-radius: 20px 20px;
}

    .main_best_game_list_content_bestgame_icon_foot_button img {
        width: 220px;
    }

.main_best_game_list_content_bestgame_right_button {
    position: absolute;
    top: 0;
    right: 0;
}

.main_best_game_list_content_bestgame_right_button_item {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

    .main_best_game_list_content_bestgame_right_button_item img {
        width: 100%;
        border-radius: 20px;
        ;
    }

.main_best_game_list_content_bestgame_foot_button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_best_game_list_content_bestgame_foot_button_item {
    width: 130px;
    height: 130px;
    border-radius: 20px;
}

    .main_best_game_list_content_bestgame_foot_button_item img {
        width: 100%;
        border-radius: 20px;
    }

@media(max-width:600px) {
    .main_best_game_list_content_bestgame_foot_button_item {
        width: 60px;
        height: 60px
    }

        .main_best_game_list_content_bestgame_foot_button_item img {
            width: 100%;
            border-radius: 10px;
        }

    .main_best_game_list_content_bestgame_icon_foot_button img {
        width: 110px;
    }

    .main_best_game_list_content_header_responsive {
        font-size: 25px !important;
    }

    .main_best_game_list_content_p_responsive {
        padding-right: 20px !important;
    }

    .short_header {
        font-size: 12px;
        gap: 10px;
    }
}


.main_best_game_list_content_bestgame_right_button_item i {
    font-size: 20px;
    position: absolute;
    /* 상대적 위치 지정 필요 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.bast_game_1 {
    background: linear-gradient(180deg, #f2ae0a 0%, #ce6f00 100%);
}

.bast_game_2 {
    background: linear-gradient(180deg, #2c2b2b 0%, #1d1d1b 100%)
}

.bast_game_3 {
    background: linear-gradient(180deg, #bf0a15 0%, #850810 100%)
}

.bast_game_4 {
    background: linear-gradient(180deg, #3674B5 0%, #578FCA 100%)
}

.bast_game_5 {
    background: linear-gradient(180deg, #91275d 0%, #661b41 100%)
}

.bast_game_6 {
    background: linear-gradient(180deg, #a3493e 0%, #7d372e 100%)
}

.bast_game_7 {
    background: linear-gradient(180deg, #007376 0%, #005658 100%)
}

.bast_game_8 {
    background: linear-gradient(180deg, #7886C7 0%, #A9B5DF 100%)
}

.bast_game_9 {
    background: linear-gradient(180deg, #F37199 0%, #E53888 100%)
}

.bast_game_10 {
    background: linear-gradient(180deg, #7E5CAD 0%, #474E93 100%)
}

.bast_game_11 {
    background: linear-gradient(180deg, #2A004E 0%, #500073 100%)
}

.bast_game_12 {
    background: linear-gradient(180deg, #15a761 0%, #15a761 100%)
}



.main_best_game_list_content_header {
    font-size: 40px;
    font-family: sofia-pro;
    font-weight: 900;
    color: white;
}

.main_best_game_list_content_header_responsive {
    font-size: 40px;
    font-family: sofia-pro;
    font-weight: 900;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.main_best_game_list_content_vender {
    font-size: 20px;
    font-family: sofia-pro;
    font-weight: 900;
    color: white;
}

.main_best_game_list_content_p {
    font-size: 15px;
    font-family: sofia-pro;
    font-weight: 400;
    color: white;
    padding-right: 130px;
}

.main_best_game_list_content_p_responsive {
    font-size: 15px;
    font-family: sofia-pro;
    font-weight: 400;
    color: white;
    padding-right: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.main_best_game_list_content_foot {
    font-size: 30px;
    font-family: sofia-pro;
    font-weight: 900;
    color: white;
}

.main_best_game_list_content_bestgame_thumnail {
    position: absolute;
}

.best_game_scroll {
    transform: scale(0.9);
    /* 기본값 */
    transition: transform 0.5s ease-out;
    /* 부드러운 변화 */
}

.best_game_scroll_responsive {
    transform: scale(1);
    /* 기본값 */
    transition: transform 0.5s ease-out;
    /* 부드러운 변화 */
}

/*bet win*/

/*실시간 배팅*/

.live_betting_winner {
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #22293e;
    background-image: -webkit-linear-gradient(-28deg, #28314e 0%, #28314e 50%, #22293e 50%, #22293e 50%);
    background-image: linear-gradient(-28deg, #28314e 0%, #28314e 50%, #22293e 50%, #22293e 50%);
}

.live_betting_win_section {
    width: 100%;
    overflow: hidden;
}

.live_betting_big_win_list_wrapper {
    overflow: hidden;
    /* 스크롤 숨김 */
    position: relative;
    width: 100%;
}

.live_betting_big_win_list {
    display: flex;
    margin: 0;
    /* 전체 리스트 여백 제거 */
    padding: 0;
    /* 내부 패딩 제거 */
    position: relative;
    transition: transform 0.5s ease-in-out;
    /* 부드러운 전환 효과 */
}

    .live_betting_big_win_list .slide {
        flex: 0 0 250px;
        margin-right: 10px;
        background-color: #22293e;
        background-image: -webkit-linear-gradient(-28deg, #4a4a4a 0%, #4a4a4a 50%, #1f1f1f 50%, #1f1f1f 50%);
        background-image: linear-gradient(-28deg, #4a4a4a 0%, #4a4a4a 50%, #1f1f1f 50%, #1f1f1f 50%);
        color: white;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

        .live_betting_big_win_list .slide img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 5px;
        }

    .live_betting_big_win_list .game_live_betting_win_item_box {
        margin-top: 10px;
    }

    .live_betting_big_win_list .game {
        font-weight: bold;
    }

.game_live_betting_win_item_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.live_win_game_name {
    font-size: 17px;
}

.live_win_game_odd {
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.live_win_game_time {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
}

.live_win_game_nickname {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.live_win_game_amount {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

.live_win_game_winning {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #1f1f1f;
    border-radius: 10px;
    ;
    font-size: 14px;
    font-weight: 600;
}



.big_win_image_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.big_win_images_style {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.big_win_odds {
    font-weight: bold;
    color: #ffcc00;
}

.big_win_image_wrapper .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "Orbitron", sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 5px;
    z-index: 10;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.9;
}

/* MEGA WIN 스타일 */
.big_win_odds_mark .badge {
    background-color: #ffcc00;
    color: #373737;
}

/* SENSATION 스타일 */
.mega_win_odds_mark .badge {
    background-color: #d4144b;
    color: white;
}


.mega_win_odds {
    font-weight: bold;
    color: #ef2f65;
}

/*함께하는*/

.providers_with .swiper-slide img {
    background-color: #4a4a4a;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
}

.game_provdiders_section {
    display: flex;
    justify-content: space-between;
}

.game_provdiders_section_btn_box {
    display: flex;
    align-items: end;
}

.game_provdiders_section_btn {
    color: white;
    font-size: 25px;
}



/*footer*/

.site-footer-wrap {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
}

.demo11_footer_item {
    border-radius: 10px;
    flex-shrink: 0;
}

.footer_demo_squid_logo {
    font-family: orbitron;
    font-size: 30px;
    font-weight: bold;
    color: #d0d0d0;
}

.demo_footer_box {
    text-align: center;
    color: #d0d0d0;
    font-size: 12px;
}

.footer_img img {
    max-width: 150px;
    width: 100%;
}

@media(max-width: 600px) {
    .demo11_footer_item {
    }

    .footer_demo_squid_logo {
        font-size: 20px;
    }

    .footer_img img {
        width: 80px;
    }
}

/* 베팅내역 - footer 하단 고정 (PC/모바일) */
.main_section:has(.betlist-page) {
    display: flex;
    flex-direction: column;
}

.betlist-page {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.betlist-page .betlist-content-wrap {
    flex: 1 1 auto;
}

/* 베팅내역 - 게임 선택 네비 (main_header 톤) */
.betlist-game-nav {
    border-radius: 10px;
    background-color: #4a4a4a;
    padding: 12px 16px;
    margin-bottom: 12px;
}

.betlist-game-nav-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.betlist-game-nav-item {
    color: #fff;
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 12px;
    border-radius: 10px;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.betlist-game-nav-item:hover {
    background-color: rgb(98, 98, 98);
    color: #fff;
}

.betlist-game-nav-item.game-selected {
    background-color: #5e5e5e;
    color: #fff;
}

body.mobile .betlist-game-nav-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

.betlist-toolbar {
    width: 100%;
}

.betlist-toolbar-actions {
    margin-left: auto;
}

/* 베팅내역 - 모바일 테이블 가로 스크롤 */
body.mobile .betlist-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.mobile .betlist-table-wrap > .table {
    width: max-content;
    min-width: 100%;
    margin-bottom: 0;
    table-layout: auto;
}

body.mobile .betlist-table-wrap > .table th,
body.mobile .betlist-table-wrap > .table td {
    white-space: nowrap;
    vertical-align: middle;
}


/*모달팝업*/


.modal-content {
    background-color: #22293e;
}

.join_modal_box {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.join_modal_box .modal-content {
    max-height: 900px;
    height: 100%;
}

.join_modal_content {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    #modal_signup .join_modal_box {
        max-width: calc(100vw - 24px);
        width: calc(100vw - 24px);
        margin: 12px auto;
    }

    #modal_signup .join_modal_box .modal-content {
        max-height: calc(100dvh - 24px);
    }

    #modal_signup .join_modal_content {
        max-height: calc(100dvh - 200px);
    }

    #modal_signup .btn-close-modal-signup {
        right: 12px;
        top: -16px;
        padding: 10px 18px;
    }
}

.modal-header, .modal-footer {
    color: white;
    border: none;
}

.login_header_text {
    margin-top: -15px;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.login_header_text_second {
    color: rgb(182, 182, 182);
    font-size: 13px;
    font-weight: 400;
}

.modal_header {
    width: 100%;
    color: white;
}

.form-control {
    font-size: 13px;
    padding: 10px 10px;
}


    .form-control:focus {
    }

.col-form-label {
    color: white;
    font-size: 14px;
    font-weight: 600;
}


.login_button, .submit_button {
    color: white;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #df5110;
}

.join_code_check {
    color: white;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #165d2c;
}

.join_button {
    color: white;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #ffc936;
}

.forgot_password_button {
    color: white;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #e3792200;
}

.phone_number {
    margin-right: 5px;
    display: inline;
    width: 70%;
}

.phone_number_check {
    color: white;
    width: 27%;
    border: none;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #1a9cff;
}

.telegram_button {
    color: white;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #1f81e3;
}

    .telegram_button a {
        text-decoration: none;
        color: white;
    }

.btn-close-modal {
    color: white;
    position: absolute;
    right: 30px;
    top: -20px;
    padding: 15px 25px;
    border-radius: 10px;
    background-color: #36373b;
    border: none;
}

.btn-close-modal-signup {
    color: white;
    position: absolute;
    right: 30px;
    top: -20px;
    padding: 15px 25px;
    border-radius: 10px;
    background-color: #36373b;
    border: none;
    z-index: 9999;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-rgb(35, 35, 35)t-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px #36373b inset !important;
    -webkit-text-fill-color: #fff !important;
}


/*전체공통*/

.ck-content h1 {
    color: #fff;
}

.ck-content p {
}

.ck-content {
    background-color: #1b1d23 !important;
}


/*.withdrawal_page_text label {
    color: black;
}*/

.withdrawal_page_text input {
    color: black;
}

.withdrawal_page_text input#rctkey_800200,
.withdrawal_page_text input#bbsreqrctamt_800200 {
    color: var(--bs-secondary-color);
}

.withdrawal_page_text input#rctkey_800200:focus,
.withdrawal_page_text input#bbsreqrctamt_800200:focus {
    color: var(--bs-body-color);
}

.withdrawal_page_text input#rctkey_800200::placeholder,
.withdrawal_page_text input#bbsreqrctamt_800200::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

/*.deposit_page_text label {
    color: black;
}*/

/* 입금 현재보유/최소신청 - 출금 비활성 input과 동일한 텍스트 색상 */
.deposit_page_text input.form-control[readonly].text-warning,
.deposit_page_text input.form-control[readonly].text-warning:focus {
    color: #ffc107 !important;
    -webkit-text-fill-color: #ffc107;
}

.deposit_page_text input#bbsreqrctamt_800100 {
    background-color: #36373B !important;
}

/* 입금신청 금액 - 브라우저 자동완성(계정아이디 등) 방지 */
#form_800100_rctreq .charge-amount-input {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background-color: #36373B !important;
}

#form_800100_rctreq .charge-amount-input[readonly],
#form_800100_rctreq .charge-amount-input:focus {
    background-color: #36373B !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    opacity: 1;
}

#form_800100_rctreq .charge-amount-input:-webkit-autofill,
#form_800100_rctreq .charge-amount-input:-webkit-autofill:hover,
#form_800100_rctreq .charge-amount-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #36373B inset !important;
    box-shadow: 0 0 0 1000px #36373B inset !important;
    caret-color: #fff;
}

.point_page_text label {
    color: black;
}

.overlay_card {
    opacity: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

    .overlay_card:hover {
        width: 100%;
        opacity: 1;
        backdrop-filter: blur(7px);
        transition: 0.3s;
    }

.game_list_play_btn {
    position: absolute;
    top: 50%;
    width: 60px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    border-radius: 50%;
    padding: 0;
}


    .game_list_play_btn img {
        width: 60px;
    }

    .game_list_play_btn:hover {
        cursor: pointer;
        box-shadow: 0 0 30px #e5194586;
    }

        .game_list_play_btn:hover img {
            width: 70px;
            transition: 0.1s ease-out;
        }



.minigame_swiper .swiper-slide {
    width: 100%;
}

    .minigame_swiper .swiper-slide img {
        border-radius: 10px;
    }


/*미니게임페이지*/

.mini_game_item_box_100300 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .mini_game_item_box_100300 img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .mini_game_item_box_100300:hover .card_overlay_play {
        opacity: 1;
    }

.minigame_swiper .swiper-slide img {
    border-radius: 10px;
}
