.elementor-339 .elementor-element.elementor-element-468f0be{--display:flex;}.elementor-339 .elementor-element.elementor-element-efbc5fc .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-339 .elementor-element.elementor-element-812fa13 .elementor-button{background-color:#1D6DB1;font-size:18px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-radius:25px 25px 25px 25px;}.elementor-339 .elementor-element.elementor-element-812fa13 .elementor-button-content-wrapper{flex-direction:row;}.elementor-339 .elementor-element.elementor-element-d629e96{--display:flex;}.elementor-339 .elementor-element.elementor-element-3606431{width:100%;max-width:100%;}.elementor-339 .elementor-element.elementor-element-54df131{--display:flex;}.elementor-339 .elementor-element.elementor-element-83b44e2{--display:flex;}.elementor-339 .elementor-element.elementor-element-81e8b07{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-339 .elementor-element.elementor-element-6f2a9bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-339 .elementor-element.elementor-element-cd6721c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-339 .elementor-element.elementor-element-8f3e47a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-339 .elementor-element.elementor-element-3fc29a3{--display:flex;}.elementor-339 .elementor-element.elementor-element-583ebd0{--display:flex;}.elementor-339 .elementor-element.elementor-element-c790f0c{--display:flex;}.elementor-339 .elementor-element.elementor-element-de47c96{--display:flex;}.elementor-339 .elementor-element.elementor-element-699863e iframe{height:330px;}@media(min-width:768px){.elementor-339 .elementor-element.elementor-element-6f2a9bf{--width:33.3%;}.elementor-339 .elementor-element.elementor-element-cd6721c{--width:33.3%;}.elementor-339 .elementor-element.elementor-element-8f3e47a{--width:33.3%;}}/* Start custom CSS for html, class: .elementor-element-3606431 *//* CSS - 페이지 밖으로 나갈 가능성 있는 요소만 !important 처리 */

/* 기본 컨테이너 설정 */
.luxury-company-info {
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

.luxury-company-info * {
    box-sizing: border-box;
}

/* 골드 액센트 제거 (모바일) */
@media (max-width: 1023px) {
    .gold-accent, .gold-accent-2 {
        display: none !important;
    }
}

/* 헤더 텍스트 */
.luxury-header h2 {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.luxury-header p {
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* COMPANY 정보 카드 - 페이지 나갈 가능성 높음 */
.info-card:nth-child(1) p {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

/* 연락처 카드 텍스트 */
.contact-card p,
.contact-card strong,
.contact-card a {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
}

.contact-card a[href*="t.me"] {
    word-break: break-all !important;
    max-width: 100% !important;
}

/* 서비스 카드 리스트 */
.service-card li {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.service-card li span:last-child {
    flex: 1 !important;
    min-width: 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* 통계 숫자 */
.stat-number {
    word-break: break-all !important;
}

/* 모바일 대응 - 페이지 나갈 가능성 높은 요소만 */
@media (max-width: 767px) {
    .luxury-company-info {
        padding: 20px 15px !important;
    }
    
    /* COMPANY 텍스트 작게 */
    .info-card:nth-child(1) p {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    
    /* 연락처 텍스트 */
    .contact-card a {
        font-size: 14px !important;
        word-break: break-all !important;
    }
    
    /* 서비스 텍스트 */
    .service-card li span:last-child {
        font-size: 13px !important;
    }
    
    /* 그리드 레이아웃 수정 */
    .luxury-basic-info {
        display: block !important;
    }
    
    .info-card {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    .premium-contact {
        display: block !important;
    }
    
    .contact-card, .service-card {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    
    .premium-promise > div:last-child {
        display: block !important;
    }
    
    .commitment-item {
        margin-bottom: 20px !important;
    }
}

/* 태블릿 */
@media (min-width: 600px) and (max-width: 767px) {
    .premium-contact {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }
    
    .info-card {
        width: calc(50% - 8px) !important;
        display: inline-block !important;
        vertical-align: top !important;
        margin-right: 8px !important;
        margin-bottom: 8px !important;
    }
    
    .info-card:nth-child(2n) {
        margin-right: 0 !important;
    }
}

/* 데스크탑 */
@media (min-width: 1024px) {
    .gold-accent, .gold-accent-2 {
        display: block !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4168a1f *//* 에볼루션 카지노 정보 섹션 - 테이블 수정 */
.evolution-info-wrapper {
    background: rgba(10, 14, 26, 0.8);
    padding: 25px 15px;
    margin: 25px 0;
    border: 1px solid rgba(212,175,55,0.2);
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* 타이틀 */
.title-section {
    text-align: center;
    margin-bottom: 25px;
}

.title-section h2 {
    color: #d4af37;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}

.title-section p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* 정보 테이블들 - 모바일에서는 무조건 세로 배치 */
.info-tables {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.info-table {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 10px;
    overflow: hidden;
}

.info-table:last-child {
    margin-bottom: 0;
}

/* 테이블 제목 */
.table-title {
    background: rgba(212,175,55,0.1);
    padding: 15px;
    border-bottom: 1px solid rgba(212,175,55,0.2);
}

.table-title h3 {
    color: #d4af37;
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
}

.table-title h3 span {
    margin-right: 8px;
    font-size: 18px;
}

/* 테이블 스타일 - 모바일 최적화 */
.info-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.info-table tr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table td {
    padding: 12px 15px;
    word-break: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
}

.info-table td:first-child {
    color: #d4af37;
    font-weight: 500;
    width: 40%;
}

.info-table td:last-child {
    color: rgba(255,255,255,0.9);
    width: 60%;
}

/* 이메일 링크 */
.info-table a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    border-bottom: 1px dashed rgba(212,175,55,0.5);
    word-break: break-all;
}

/* 회사 소개 */
.company-intro {
    background: rgba(212,175,55,0.05);
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid rgba(212,175,55,0.15);
    width: 100%;
}

.company-intro h3 {
    color: #d4af37;
    font-size: 18px;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
}

.company-intro h3 span {
    margin-right: 8px;
    font-size: 20px;
}

.company-intro p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.company-intro p:last-child {
    margin-bottom: 0;
}

/* 참고 사항 */
.note-box {
    margin-top: 20px;
    padding: 12px 15px;
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    border-left: 3px solid rgba(212,175,55,0.5);
}

.note-box p {
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}

/* 구조화 데이터 숨기기 */
.evolution-info-wrapper > div > div[style*="display: none"] {
    display: none !important;
}

/* 태블릿 (750px 이상)에서만 수평 배치 */
@media (min-width: 750px) {
    .evolution-info-wrapper {
        padding: 30px 20px;
        margin: 30px 0;
    }
    
    .title-section h2 {
        font-size: 22px;
    }
    
    .title-section p {
        font-size: 15px;
    }
    
    .info-tables {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
    }
    
    .info-table {
        width: 50% !important;
        min-width: 0 !important;
        flex: 1 1 50%;
        margin-bottom: 0;
    }
}

/* 태블릿 대형 (900px 이상) */
@media (min-width: 900px) {
    .info-tables {
        gap: 20px;
    }
    
    .table-title {
        padding: 18px;
    }
    
    .table-title h3 {
        font-size: 17px;
    }
    
    .info-table td {
        padding: 14px 18px;
    }
}

/* 데스크탑 (1024px 이상) */
@media (min-width: 1024px) {
    .evolution-info-wrapper {
        padding: 35px 25px;
        margin: 35px 0;
        border-radius: 12px;
    }
    
    .title-section h2 {
        font-size: 24px;
    }
    
    .info-tables {
        gap: 25px;
    }
    
    .company-intro {
        padding: 25px;
    }
    
    .company-intro h3 {
        font-size: 19px;
    }
    
    .company-intro p {
        font-size: 15px;
    }
}

/* 대형 데스크탑 (1200px 이상) */
@media (min-width: 1200px) {
    .evolution-info-wrapper {
        padding: 40px 30px;
        margin: 40px auto;
        max-width: 1200px;
    }
    
    .title-section h2 {
        font-size: 26px;
    }
    
    .title-section p {
        font-size: 16px;
    }
    
    .info-tables {
        gap: 30px;
    }
    
    .table-title {
        padding: 20px;
    }
    
    .table-title h3 {
        font-size: 18px;
    }
    
    .info-table td {
        padding: 16px 20px;
    }
    
    .company-intro {
        padding: 30px;
    }
    
    .company-intro h3 {
        font-size: 20px;
    }
    
    .company-intro p {
        font-size: 16px;
    }
    
    .note-box p {
        font-size: 14px;
    }
}

/* 태블릿에서도 여전히 문제가 있다면 (화면이 좁은 경우) */
@media (min-width: 750px) and (max-width: 850px) {
    .info-table {
        flex: 1 1 calc(50% - 10px) !important;
        min-width: 0 !important;
        width: calc(50% - 10px) !important;
    }
    
    .info-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* 인라인 스타일 오버라이드 */
@media (max-width: 749px) {
    .info-tables {
        display: block !important;
        flex-direction: column !important;
    }
    
    .info-table {
        width: 100% !important;
        min-width: 100% !important;
        flex: none !important;
    }
}/* End custom CSS */