/* ========================================
   커스텀 스타일 - 컨디션 카지노
   index.php용 스타일시트
   ======================================== */

/* ========================================
   1. 공통 스타일
   ======================================== */

/* 이미지 반응형 */
.img11111 {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

/* ========================================
   2. 드롭다운 메뉴
   ======================================== */

.dropbtn {
    background-color: #594f50;
    color: white;
    padding-left: 8px;
    font-size: 12px;
    border: none;
    color: #ffffff;
    width: 150px;
    height: 28px;
    text-align: left;
}

.dropdown {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

.dropdown-content {
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-size: 12px;
}

.dropdown-content a:hover {
    background-color: #5D5D5D;
    color: #ffffff;
    font-size: 12px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #72612b;
    color: #ffffff;
    font-size: 12px;
}

/* ========================================
   3. 게임 리스트 버튼
   ======================================== */

.btn-set-gamelist {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-set-gamelist .nav-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.btn-set-gamelist .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 10px; /* 좌우 간격 조정 */
}

/* ========================================
   4. 반응형 디자인 (모바일)
   ======================================== */

@media (max-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: block;
        padding: 20px 20px 10px 20px;
        font-size: 1.2rem;
        color: #25283D;
        font-weight: bold;
        right: 0;
        text-align: right;
        background: url(../images/main/top_logo4.png) top center no-repeat;
        background-position: 50% 50%;
        background-size: auto 42px;
    }
}