/* 메인 콘텐츠 영역 */



body {
    background: linear-gradient(180deg, #08050E 35.58%, #160538 100%);
    width:100%;
    height:auto;
}

main {
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main_whole_area2 {
    width:100%;
    margin:0 auto;
    padding-bottom:150px;
    min-height: calc(100vh - 390px); /* 630px은 헤더 높이 + 푸터 높이 값 --> 최종 헤더 높이 변경 시 값 변경 필요 */
}

.main_whole_area3 {
    width:100%;
    margin:0 auto;
    min-height: calc(100vh - 390px); /* 630px은 헤더 높이 + 푸터 높이 값 --> 최종 헤더 높이 변경 시 값 변경 필요 */
}

/* 게시판 영역 */

.board1 {
    width:100%;
    max-width: 1200px;
    height: 100%;
    margin:0 auto;
    margin-top:60px;
}

.board1_wrap {
    width:100%;
    height: 100%;
    max-width: 1200px;
    margin:0 auto;
}


/* 게시판 제목 및 소카테고리 부분 */
.board1_title {
    width: 100%;
    height:24px;
}

.board_title h3 {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.board_nav {
    margin-top:30px;
}

.nav_title {
    display: flex;
    gap:5%
}

.ntt_on {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;
}

.ntt_on2 {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;
}

.ntt_on3 {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;
    display: none;
}

.ntt {
    color: rgba(255, 255, 255, 0.45);
    font-family: 'SUIT';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition:all 0.3s linear;
}

.ntt2 {
    color: rgba(255, 255, 255, 0.45);
    font-family: 'SUIT';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition:all 0.3s linear;
}

.ntt3 {
    color: rgba(255, 255, 255, 0.45);
    font-family: 'SUIT';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition:all 0.3s linear;
    display: none;
}

.ntt:hover {
    color: white;
}

.ntt2:hover {
    color: white;
}

.ntt3:hover {
    color: white;
}


/* 필터 및 검색 기능 */

.adjust_area {
    width:1200px;
    height:36px;
    margin-top:26px;
    display: flex;
    align-items: center;
    gap : 15px;
}

.filter_wrap2 {
    display: flex;
    gap: 4%
}

.filter_area {
    width:76px;
    height:30px;
    background-color: rgba(99, 51, 167, 1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter:hover {
    cursor: pointer;
}

.filter {
    background-color: transparent;
    border: transparent;
    appearance: none;
    width: 76px;
    height:30px;
    /*padding-left: 18px;*/
    color:white;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.filter option {
    background-color: #0f0911;
    border:transparent;
    color:white;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 400;
}

.search_area {
    /*margin-left:818px;*/
    width:306px;
    height:35px;
    display: flex;
    border-radius: 6px;
    border: 0.5px solid #3D3D3D;
    background: #1C1C1C;
    align-items: center;
    margin-left: auto;
}

.search_area2 {
    /*margin-left:818px;*/
    width:306px;
    height:35px;
    display: flex;
    border-radius: 6px;
    border: 0.5px solid #3D3D3D;
    background: #1C1C1C;
    align-items: center;
    margin-left: auto;
}



.s_filter {
    border: none;
    background: transparent;
    margin-left:5px;
    margin-right:10px;
    width:66px;
    height:28px;
    padding-left:6px;
    padding-right:3px;
    appearance: none;
    background-image:url(../img/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 8px;
    font-family: 'SUIT';
    color:#fff;
    font-size:14px;
    font-weight: 400;
}

.s_filter option {
    background-color: #0f0911;
    color:#fff;
    font-family: 'SUIT';
    font-size:14px;
    font-weight:400;
}

input {
    border: none;
    background: transparent;
    color:#fff;
    font-family: 'SUIT';
    font-size:14px;
    font-weight: 400;
    width: 180px;
}

.search_input button {
    border:none;
    background: transparent;
    background-image:url(../img/search_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:13px;
    height:13px;
    margin-bottom: 3px;
}


/* 게시판 테이블 */

table {
    margin:0 auto;
}

.table_area {
    width: 1200px;
    height: 100%;
    margin-top:34px;
    margin-left: auto;
    margin-right: auto;
}

/* 게시판 상단 헤드 부분 영역 */

thead {
    background-color: rgba(32, 32, 32, 1);    
}

th {
    text-align: center;
    color: #FFF;
    font-family: 'SUIT';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.th1 {
    width:86px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    border-top:solid 1px rgba(61, 61, 61, 1);
}

.th2 {
    width:664px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    border-top:solid 1px rgba(61, 61, 61, 1);
}

.th3 {
    width:200px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    border-top:solid 1px rgba(61, 61, 61, 1);
}

.th4 {
    width:140px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    border-top:solid 1px rgba(61, 61, 61, 1);
}

.th5 {
    width:110px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    border-top:solid 1px rgba(61, 61, 61, 1);
}

/* 게시글 메인 부분 영역 */


td {
    text-align: center;
    color: #FFF;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.title_name {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.2s linear;
}

.cmt_num {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'SUIT';
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin-left:5px;
}

.notice_icon img {
    width:13.38px;
    height:13px;
}

.image_icon img {
    width:13.38px;
    height:13px;
    margin-left:5px;
}

.new_icon img {
    width:13px;
    height:9.14px;
    border-radius: 1.5px;
    margin-left:3px;
}

.td1 {
    width:86px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    color:rgba(255, 255, 255, 0.38);
    align-items: center;
    justify-content: center;
}

.td2 {
    width:664px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    text-align: left;
}


.td3 {
    width:200px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.td4 {
    width:140px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
}

.td5 {
    width:110px;
    height:40px;
    border-bottom:solid 1px rgba(61, 61, 61, 1);
}

/* 게시글 작성 버튼 */
.write_btn_wrap {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 10px;
}

.write_btn {
    width: 100px;
    height: 35px;
    border-radius: 5px;
    background-color: #353535;
    border: none;
    color: #fff;
    font-family: 'SUIT';
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s linear;
}

.write_btn:hover {
    background-color: #252525;
}

/* 게시글 번호 및 넘기기 */

.pg_num_area {
    width:100%;
    height:35px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.pg_num {
    width:105px;
    height:35px;
    margin:0 auto;
    display: flex;
}

.num_click1 {
    width: 35px;
    height:35px;
    border-radius: 4px 0px 0px 4px;
    border-top: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
    border-left: 1px solid #3D3D3D;
    background: #1C1C1C;
    position:relative;
    transition: all 0.2s linear;
}

.num_click1:hover {
    background:#141414;
}

.num_click1::after {
    content: '';
    display: block;
    background-image: url(../img/num_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:8px;
    height:8px;
    position: absolute;
    top:13px;
    left:14px;
}

.num_click2 {
    width: 35px;
    height:35px;
    border: 1px solid #3D3D3D;
    background: #1C1C1C;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.2s linear;
}

.num_click2:hover {
    background:#141414;
}

.num_click2 span {
    color:#fff;
    font-family: 'SUIT';
    font-size:15px;
    font-weight:400;
}

.num_click3 {
    width: 35px;
    height:35px;
    border-radius: 0px 4px 4px 0px;
    border-top: 1px solid #3D3D3D;
    border-right: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
    background: #1C1C1C;
    position: relative;
    transition: all 0.2s linear;
}

.num_click3:hover {
    background:#141414;
}

.num_click3::after {
    content: '';
    display: block;
    background-image: url(../img/num_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:8px;
    height:8px;
    position: absolute;
    top:13px;
    left:14px;
}

/* 슬롯 게임 css 별도 추가 */

.option_area {
    width:100%;
    max-width: 1200px;
    height:auto;
    margin-top: 35px;
}

.slot_option {
    display: flex;
    width:308px;
    height:30px;
    align-items: center;
    gap:10px;
}

.s_option_on {
    width: 101px;
    height: 30px;
    border-radius: 15px;
    background: #6333A7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_option_on span {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.s_option2 {
    width: 86px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #BD8CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 0.1s linear;
}

.s_option2:hover {
    background-color:#111111;
}

.s_option2 span {
    color: #BD8CFF;
    font-family: 'SUIT';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.s_option3 {
    width: 101px;
    height: 30px;
    border: 1px solid #BD8CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 0.1s linear;
}

.s_option3:hover {
    background-color:#111111;
}

.s_option3 span {
    color: #BD8CFF;
    font-family: 'SUIT';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.slot_game_area {
    width:100%;
    max-width: 1200px;
    height: 100%;
    margin-top:40px;
    margin-left:auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(5, 242px);
    grid-auto-rows: 230px;
}

.slot_game {
    width:225px;
    height:255px;
    border-radius: 10px;
    position: relative;
    transition: all 0.15s linear;
}

.slot_game:hover {
    transform: scale(1.025);
}

.slg_title {
    color: #BD8CFF;
    font-family: 'SUIT';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    margin-top:15px;
    margin-bottom: 8px;
}

.slg_op {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slg_img img {
    width: 227px;
    height:133px;
    border-radius: 10px;
}

/* 공식인증 보증업체 리스트 영역 */

.wr_area {
    width:100%;
    margin-top:30px;
    display: grid;
    grid-template-columns: repeat(2, 600px);
    grid-auto-rows: 215px;
}

.wr_list {
    width: 589px;
    height: 202px;
    border-radius: 10px;
    border: 1px solid #3D3D3D;
    background: rgba(23, 23, 23, 0.50);
    display: flex;
    transition: all 0.25s linear;
}

.wr_list:hover {
    background: rgba(23, 23, 23, 0.70);
    border:1px solid rgba(189, 140, 255, 1);
}

.wr_text_area {
    width:280px;
    height:117px;
    margin-top:56px;
    margin-left: 30px;
}

.text_up {
    width: 280px;
    height: 60px;
    margin-bottom:33px;
}

.wr_title {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.wr_body {
    color: #FFF;
    font-family: SUIT;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_down {
    width:280px;
    height:24px;
    display: flex;
    color: rgba(255, 255, 255, 0.50);
    font-family: SUIT;
    font-size: 13px;
    font-weight: 400;
    gap:40px;
}

.comment span {
    margin-left: 5px;
}

.view span {
    margin-left: 5px;
}


.wr_img_area {
    width:168px;
    height:171px;
    border-radius: 10px;
    margin-top:14px;
    margin-left:100px;
}

.wr_img_area img {
    width:168px;
    height:171px;
    border-radius: 10px;
}

/* 제휴업체 리스트 영역 */

.pt_area {
    width:100%;
    margin-top:30px;
    display: grid;
    grid-template-columns: repeat(5, 241px);
    grid-auto-rows: 319px;
}

.pt_list {
    width: 230px;
    height: 304px;
    border-radius: 10px;
    border: 1px solid #3D3D3D;
    background: rgba(23, 23, 23, 0.50);
    transition:all 0.25s linear;
}

.pt_list:hover {
    background: rgba(23, 23, 23, 0.70);
    border:1px solid rgba(189, 140, 255, 0.85);
}

.pt_img_area {
    width: 210px;
    height: 171px;
    border-radius:10px;
}

.pt_img_area img {
    width:210px;
    height:171px;
    border-radius:10px;
    margin-top:11px;
    margin-left:10.3px;
}

.pt_text_area {
    width:180px;
    height:auto;
    margin-top:32px;
    margin-left:18px;
}

.text_up2 {
    width: 180px;
    height:52px;
    margin-bottom:13px;
}

.pt_title {
    color: #FFF;
    font-family: 'SUIT';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pt_date {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

.id_level {
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 5px;
}

.pt_round {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

.text_down2 {
    max-width:180px;
    height:24px;
    display: flex;
    gap:15px;
    align-items: center;
}

.pt_comment {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 500;
}

.pt_comment span {
    margin-left:4px;
}

.pt_view {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 500;
}

.pt_nickname {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 500;
}

.pt_nickname2 {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
}

.pt_nickname3 {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 500;
}

.pt_view span {
    margin-left:4px;
}



/* 푸터 영역 */

footer {
    width:100%;
}

.footer_area {
    width:100%;
    margin:0 auto;
    height:180px;
    background-color:#0f0911;
}

.footer_area2 {
    width:100%;
    margin:0 auto;
    height:180px;
    background-color:#0f0911;
}

.footer_wrap {
    width:100%;
    height:180px;
    justify-content: center;
    float:left;
    margin:0 auto;
}

.footer_up {
    width: 100%;
    max-width: 690px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top:58px;
    margin-left:auto;
    margin-right:auto;
    justify-content: center;
}

.footer_down {
    width: 690px;
    height: 24px;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.logo_gray {
    width:114px;
    height:28px;
    background-image: url(../img/arena_logo_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 70px;
}

.footer_text {
    display: flex;
    gap:70px;
}

.footer_text a{
    color: #FFF;
    font-family: 'SUIT';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

}

.footer_down {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: 'SUIT';
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}


/* break point1 - 1200px */

/* 보증 제휴 게시판 */

@media all and (max-width:1200px) {
    .board1 {
        max-width: 800px;
    }

    .board_title h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
    }

    .ntt_on {
        font-size: 16px;
    }

    .ntt {
        font-size: 16px;
    }

    .adjust_area {
        width: 100%;
    }

    .wr_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 5px;
    }

    .wr_list {
        width: 100%;
        padding: 20px;
    }

    .wr_text_area {
        margin-top: 0;
        margin-left: 0;
        width: 60%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .wr_img_area {
        margin-top: 0;
        margin-left: 0;
        height: auto;
        width: 50%;
    }

    .text_up {
        width: 100%;
        margin-bottom: 0;
        padding-top: 20px;
        padding-right: 20px;
        height: 60px;
    }

    .text_down {
        padding-top: 40px;
        font-size: 12px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        row-gap: 5px;
        width: 100%;
        height: auto;
        margin-top: auto;

    }

    .wr_title {
        font-size: 15px;
        max-height: 50px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        word-break: break-word;
    }

    .wr_img_area img {
        width: 100%;
        height: 100%;
    }

    .filter_area {
        width: 65px;
        height: 25px;
        border-radius: 4px;
    }

    .filter {
        font-size: 14px;
    }

    .filter option {
        font-size: 14px;
    }

}

/* 포토 게시판 (커뮤니티 - 잭팟 인증,포토) (보증제휴 - 제휴업체) */

@media all and (max-width:1200px) {
    .pt_area {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 6px;
    }

    .ntt_on2 {
        font-size: 16px;
    }

    .ntt2 {
        font-size: 16px;
    }

    .ntt_on3 {
        font-size: 16px;
    }

    .ntt3 {
        font-size: 16px;
    }

    .pt_list {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .pt_img_area {
        width: 100%;
        padding: 10px;
        height: 70%;
    }

    .pt_img_area img {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .pt_title {
        width: 100%;
    }

    .text_up2 {
        width: 100%;
    }

    .pt_text_area {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin: 0;
        margin-top: 8px;
    }

    .slg_title {
        margin-top: 0;
    }

    .text_down2 {
        height: auto;
    }

    .pt_title {
        font-size: 14px;
    }

    .pt_comment {
        font-size: 12px;
    }

    .pt_view {
        font-size: 12px;
    }

}

/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:1200px) {
    .slot_game_area {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 6px;
        grid-auto-rows: 180px;
        row-gap: 6px;
    }

    .slot_game {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .slg_img {
        height: 60%;
        margin-bottom: 15px;
    }

    .slg_img img {
        width: 100%;
        height: auto;
    }

}

/* 줄글 형태 게시판 - 자유, 유머, 홍보 등 */

@media all and (max-width:2560px) {
    .table_area {
        width: 100%;
    }

    .th1 {
        width: 11%;
    }

    .th2 {
        width: 50%;
    }

    .th3 {
        width: 15%;
    }

    .th4 {
        width: 15%;
    }

    .th5 {
        width: 9%;
    }

    .td2 {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .td3 {
        width: 15%;
        display: flex;
        align-items: center;
    }

    .td1 {
        width: 11%;
        display: flex;
        align-items: center;
    }

    .td4 {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .td5 {
        width: 9%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    table {
        width: 100%;
        margin: 0;
    }

    th {
        font-size: 14px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    td {
        font-size: 14px;
    }

    thead {
        display: flex;
        flex:1;
    }

    .title_name {
        font-size: 14px;
        max-width: 540px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    tr {
        display: flex;
        flex:1;
    }

}

@media all and (max-width:1200px) {

    .title_name {
        font-size: 14px;
        max-width: 340px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}



/* break point2 - 800px */

@media all and (max-width:800px) {
    .board1 {
        max-width: 640px;
        margin-top: 40px;
    }

    .wr_title {
        font-size: 14px;
    }

    .wr_img_area {
        width: 60%;
    }

    .wr_list {
        padding-right: 10px;
        padding-left: 15px;
    }

    .text_up {
        padding-right: 10px;
    }
}

/* 포토 게시판 (커뮤니티 - 잭팟 인증,포토) (보증제휴 - 제휴업체) */

@media all and (max-width:800px) {
    .pt_area {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 6px;
    }
}

/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:800px) {
    .slot_game_area {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 6px;
        grid-auto-rows: 180px;
        row-gap: 6px;
    }

    .main_whole_area2 {
        min-height: calc(100vh - 300px);
    }

    .main_whole_area3 {
        min-height: calc(100vh - 300px);
    }

    .slot_game {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .slg_img {
        height: 60%;
        margin-bottom: 15px;
    }

    .slg_img img {
        width: 100%;
        height: auto;
    }

    .search_area2 {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .s_option_on span {
        font-size: 13px;
    }

    .s_option2 span {
        font-size: 13px;
    }

}


/* break point2 - 800px */


@media all and (max-width:800px) {
    .th3, .th4, .td3, .td4 {
        display: none; /* 작은 화면에서는 작성자와 날짜 열 숨기기 */
    }

    .th2, .td2 {
        width: 80%; /* 제목 열 너비 확장 */
    }

    .cmt_num, .image_icon, .new_icon {
        margin-left: 2px; /* 아이콘 간격 줄이기 */
    }
}

/* break point3 - 640px */

/* 보증 제휴 게시판 */

@media all and (max-width:640px) {
    .main_whole_area2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_whole_area3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wr_area {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-auto-rows: 200px;
        column-gap: 0;
        row-gap: 10px;
    }

}

/* 포토 게시판 (커뮤니티 - 잭팟 인증,포토) (보증제휴 - 제휴업체) */
@media all and (max-width:640px) {
    .ntt_on {
        padding-bottom: 0;
        border-bottom: none;
    }

    .ntt_on2 {
        padding-bottom: 0;
        border-bottom: none;
    }

    .ntt_on3 {
        padding-bottom: 0;
        border-bottom: none;
    }

    .ntt_on2 {
        display: none;
    }

    .ntt_on3 {
        display: block;
    }

    .ntt2 {
        display: none;
    }

    .ntt3 {
        display: block;
    }
}

/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:640px) {
    .slot_game_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        grid-auto-rows: 220px;
        row-gap: 25px;
    }

    .slg_img {
        width: 100%;
        margin-bottom: 15px;
        height: 80%;
    }

    .option_area {
        margin-top: 20px;
    }
}

/* 줄글 게시판 */

@media all and (max-width:515px) {
    .th1 {
        font-size: 13px;
    }

    .th2 {
        font-size: 13px;
    }

    .th5 {
        font-size: 13px;
    }

    .td1 {
        font-size: 13px;
    }

    .td2 {
        font-size: 13px;
    }

    .td5 {
        font-size: 13px;
    }

    .title_name {
        font-size: 13px;
    }

}

@media all and (max-width:485px) {

    .th1 {
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 10%;
    }

    .td1 {
        width: 10%;
        display: flex;
    }

    .th2 {
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 75%;
    }


    .th5 {
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 3%
    }

    .td5 {
        width: 3%
    }

    tr {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }

    .th5 {
        flex-grow: 1;
    }

    .td5 {
        flex-grow: 1;
    }

    thead {
        display: flex;
    }

    .td1 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 11.5px;
    }

    .td5 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 11.5px;
    }

    .td2 {
        display: flex;
        align-items: center;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 75%;
    }

    .title_name {
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12.8px;
        font-weight: 500;
    }
}


/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:500px) {

    .slot_game_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        grid-auto-rows: 220px;
        row-gap: 15px;
    }


    .slg_img {
        width: 100%;
        margin-bottom: 15px;
        height: 60%;
    }

}



/* 반응형 break point 4 - 430px */

/* 보증 제휴 게시판 */

@media all and (max-width:430px) {
    .board1 {
        margin-top: 40px;
    }

    .board1 h3 {
        font-size: 18px;
    }

    .ntt_on {
        font-size: 15px;
        line-height: normal;
        padding-bottom: 0;
        border-bottom: none;
    }

    .text_down {
        padding-top: 40px;
    }

    .ntt {
        font-size: 15px;
        line-height: normal;
    }

    .adjust_area {
        flex-direction: column;
        align-items: normal;
        height: auto;
    }

    .search_area {
        margin-left: 0;
    }

    .wr_list {
        height: auto;
    }

    .wr_area {
        grid-auto-rows: 180px;
    }

}

/* 포토 게시판 (커뮤니티 - 잭팟 인증,포토) (보증제휴 - 제휴업체) */
@media all and (max-width:430px) {
    .filter_wrap2 {
        gap: 2%
    }

    .pt_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 6px;
    }


    .ntt_on2 {
        font-size: 15px;
    }

    .ntt2 {
        font-size: 15px;
    }

    .ntt_on3 {
        font-size: 15px;
    }

    .ntt3 {
        font-size: 15px;
    }

}

/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:430px) {

    .slg_img {
        width: 100%;
        margin-bottom: 15px;
        height: 50%;
    }

    .slot_game_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        grid-auto-rows: 150px;
        row-gap: 15px;
    }

    .slg_title {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .slg_op {
        font-size: 12px;
    }

}



/* 반응형 break point 4 - 375px */

/* 보증 제휴 게시판 */

@media all and (max-width:375px) {
    .search_area {
        width: 100%;
    }

    .wr_list {
        padding-left: 14px !important;
    }

    .search_input {
        width: 100%;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }

    .search_input input {
        width: 100%;
    }
}

/* 포토 게시판 (커뮤니티 - 잭팟 인증,포토) (보증제휴 - 제휴업체) */
@media all and (max-width:375px) {
    .pt_area {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-auto-rows: 200px;
        column-gap: 6px;
        grid-gap: 6px;
    }

    .pt_list {
        height: auto;
        flex-direction: row;
        padding-bottom: 0;
    }

    .pt_img_area {
        width: 70%;
        height: 100%;
    }

    .pt_text_area {
        max-width: 180px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
    }

    .text_up2 {
        margin-bottom: 50px;
    }

    .pt_title {
        white-space: wrap;
        max-height: 50px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        word-break: break-word;
        font-weight: 500;
    }

}


/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:375px) {

    .slg_img {
        width: 100%;
        margin-bottom: 15px;
        height: 60%;
    }

    .slot_game_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        grid-auto-rows: 150px;
        row-gap: 15px;
    }

    .slg_title {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .slg_op {
        font-size: 11px;
    }

    .slot_option {
        width: 100%;
    }
}


/* 줄글 게시판 */

@media all and (max-width:375px) {
    .title_name {
        max-width: 230px;
    }
}

/* 줄글 게시판 */

@media all and (max-width:343px) {
    .title_name {
        max-width: 200px;
    }

    .td5 {
        display: none;
    }

    .th5 {
        display: none;
    }

    .th1 {
        width: 15%;
    }

    .td1 {
        width: 15%;
    }

    .th2 {
        width: 85%;
    }

    .td2 {
        width: 85%;
    }
}


/* 반응형 break point 4 - 320px */

/* 보증 제휴 게시판 */

@media all and (max-width:320px) {
    .wr_area {
        grid-auto-rows: 160px;
    }

    .text_down {
        padding-top: 35px;
    }

    .wr_title {
        font-size: 13px;
        line-height: 20px;
    }

    .text_down {
        font-size: 11px;
    }

    .text_up {
        padding-top: 10px;
    }
}

/* 포토 게시판 (커뮤니티 - 잭팟 인증,포토) (보증제휴 - 제휴업체) */
@media all and (max-width:320px) {
    .pt_list {
        flex-direction: column;
        padding-bottom: 4px;
    }

    .pt_area {
        grid-auto-rows: 240px;
    }

    .text_up2 {
        margin-bottom: 10px;
    }

    .pt_img_area {
        width: 100%;
        padding-bottom: 5px;
        height: 60%;
    }

    .pt_text_area {
        width: 100%;
        height: auto;
        flex-grow: 1;
        max-width: 100%;
    }

    .pt_title {
        white-space: nowrap;
        display: block;
        margin-bottom: 5px;
    }

    .slg_title {
        margin-bottom: 4px;
    }
}

/* 슬롯 게임 - 슬롯 게임존 */

@media all and (max-width:320px) {

    .slg_img {
        height: 50%;
    }

    .slot_game_area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        grid-auto-rows: 120px;
        row-gap: 15px;
    }


}

@media all and (max-width:375px) {
    .search_area2 {
        width: 100%;
    }
}

/* 카지노 랭킹전 새로운 페이지 추가 내용 */

body.my-custom-bg {
    background: #010205 !important; /* 원하는 배경색으로 변경 */
}

.casino_wrap {
    width: 100%;
    height: auto;
    margin-top: 17px;
}

.casino_bg {
    width: 100%;
    height: 652px;
    background-image: url(../img/casino_ranking.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ca_ranking_wrap {
    width: 100%;
    height: 100%;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
}

.ca_ranking_up {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ca_icon_zone {
    width: 71px;
    height: 71px;
    background-image: url(../img/shield_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ca_rank_ent {
    width: 100%;
    height: 45px;
    background-image: url(../img/entrance.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}

.ca_rank_ent:hover {
    transform: scale(102%);
    box-shadow: 0 0 30px 0 rgba(183, 129, 253, 0.35);
}


.ca_ranking_middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.my_ranking {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    width: 100%;
    margin-top: 26px;
}


.my_ranking h5 {
    width: 100%;
    color: #FFF;
    font-family: 'SUIT';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-left: 5px;
}

.mr_ttl2 span {
    color: #C59CFF;
    font-family: 'SUIT';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.mr_ttl2 {
    display: flex;
    align-items: center;
}

.my_price {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.my_price h5 {
    width: 100%;
    color: #FFF;
    font-family: 'SUIT';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-left: 5px;
}

.ca_ranking_down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.ca_end {
    display: flex;
}

.ca_end h5 {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.line {
    margin-top: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.568);
}

.deadline_wrap h4 {
    text-align: center;
    font-family: 'SUIT';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    background: linear-gradient(180deg, #E4CFFF 0%, #BB8DF9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ca_end span {
    color: #FFF;
    text-align: center;
    font-family: 'SUIT';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-right: 3px;
}

.ready_ttl {
    color: #DFC8FF;
    text-align: center;
    font-family: 'SUIT';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-top: 30px;
    display:none;
}

