.mo_btn {
  display: none;
}
.close_btn {
  display: none;
}
.mo_th {
  display: none;
}
.all_rank_btn {
  display: none;
}
.slot-item.slot-item2 ul.on li {
  display: block !important;
}
.mo_block {
  display: none !important;
}
.f_menu {
  display: none;
}
.m_logo {
  display: none;
}
@media screen and (max-width: 1828px) {
  .content {
    max-width: calc(100% - 578px);
  }

  .sports-list .d-flex {
    flex-flow: column;
  }
  .sports-list .table-area {
    overflow: auto;
    overflow-y: hidden;
  }

  .news_item.news_item-2 ul {
    margin: 0 -20px;
    padding-right: 0;
  }
  .news_item.news_item-2 ul li {
    padding: 0 20px;
  }
  .news_item.news_item-2 ul li .child-box {
    gap: 15px;
  }

  .slot-item.slot-item2 ul {
    gap: 28px 0;
    margin: 0 -14px;
    flex-wrap: wrap;
  }
  .slot-item.slot-item2 ul li {
    width: calc(100% / 6);
    padding: 0 14px;
    box-sizing: border-box;
  }
  .slot-item.slot-item2 ul li:nth-child(n + 9) {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .review-detail {
    gap: 10px;
  }
  .bonus_game ul {
    flex-flow: column;
  }
  .bonus_game ul li:first-of-type {
    max-width: 100%;
  }
  .comment-area .small_box .small_tit {
    max-width: 500px;
    word-break: keep-all;
  }
  .comment-area .small_box .login-btn {
    min-width: 105px;
  }

  .free_notice ul {
    flex-wrap: wrap;
    gap: 14px 0;
    margin: 0 -7.5px;
  }
  .free_notice ul li {
    padding: 0 7.5px;
  }
  .free_notice ul li .child-box {
    gap: 10px;
  }
  .free_notice ul li .child-box .txt-box .bt_txt,
  .free_notice ul li .child-box .txt-box .bt_txt .user_info {
    /*flex-wrap: wrap;*/
  }
}

@media screen and (max-width: 1500px) {
  .tab-btn {
    flex-flow: column-reverse;
    gap: 20px;
  }
  .tab-btn > .banner-box {
    max-width: 100%;
  }

  .sports-list .d-flex {
    gap: 20px;
  }
  .sports-list .category-box {
    max-width: 150px;
  }
}

@media screen and (max-width: 1486px) {
  .live-game ul {
    margin: 0 -20px;
  }
  .live-game ul li {
    padding: 0 20px;
  }
  .live-game ul li .child-box .icon-date {
    gap: 5px;
  }

  .news_item.news_item-2 ul {
    margin: 0 -5px;
  }
  .news_item.news_item-2 ul li {
    padding: 0 5px;
  }
  .news_item.news_item-2 ul li .child-box {
    flex-flow: column;
  }
  .news_item.news_item-2 ul li .child-box .img-box {
    width: 100%;
    aspect-ratio: 16/10;
  }
  .news_item.news_item-2 ul li .child-box .txt-box .txt {
    font-size: 15px;
  }
  .news_item.news_item-2 ul li .child-box .txt-box .tit {
    font-size: 18px;
  }

  .pr_wt_sec ul {
    flex-flow: column;
    gap: 20px;
  }
  .pr_wt_sec ul li {
    width: 100%;
  }

  .slot-item.slot-item2 ul li {
    width: calc(100% / 5);
    padding: 0 14px;
    box-sizing: border-box;
  }
  /* .slot-item.slot-item2 ul li:nth-child(n+6) {display: none;} */

  .free_notice ul li .child-box > .img-box {
    min-width: 55px;
  }
}

@media screen and (max-width: 1250px) {
  .mo_btn {
    display: block;
    width: 30px;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav ul {
    gap: 15px;
    width: auto;
  }
  header nav ul li a {
    gap: 4px;
  }
  header nav ul li a img {
    width: 15px;
  }
  header nav ul li .member_btn {
    padding: 8px 10px;
  }

  #wrap > .aside-area {
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    min-width: 300px;
    z-index: 9999;
    overflow-y: auto;
    display: flex !important;
  }
  #wrap > .aside-area.open {
    left: 0 !important;
  }
  #wrap > .aside-area.show {
    left: 0 !important;
  }
  .close_btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 30px;
  }
  .advert-area {
    position: sticky;
    top: 0;
  }

  .m_logo {
    display: block;
    width: 243px;
    height: auto;
  }
  .m_logo img {
    width: 100%;
    height: auto;
  }

  .f_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: block;
    z-index: 5;
    background: #1f2533;
  }
  .f_menu ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .f_menu ul li {
    position: relative;
    width: calc(100% / 5);
    box-sizing: border-box;
  }
  .f_menu ul li:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.3);
  }
  .f_menu ul li:last-of-type:before {
    display: none;
  }
  .f_menu ul li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 6px 0;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .f_menu ul li a .icon {
    width: 21px;
    height: auto;
  }
  .f_menu ul li:first-child a .icon {
    width: 24px;
    margin-bottom: 1px;
  }
  .f_menu ul li a .icon img {
    width: 100%;
    height: auto;
  }
  .f_menu ul li a .tit {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: var(--wt);
  }

  .content {
    max-width: calc(100% - 200px);
  }

  #wrap {
    display: flex;
  }
  .content {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .live-game ul {
    margin: 0 -5px;
  }
  .live-game ul li {
    padding: 0 5px;
  }

  .data-list ul li {
    width: calc(100% / 2);
  }

  .review-sec .d-flex {
    flex-flow: column;
  }
  .fixed-box {
    width: 100%;
    padding: 20px;
  }
  .fixed-box .txt {
    margin-top: 10px;
  }
  .review-sec .d-flex .review-area .review-content figure {
    margin-bottom: 20px;
  }

  .sports-list .d-flex {
    flex-flow: column;
  }
  .sports-list.first .category-box1 {
    position: relative;
  }
  .sports-list.first .d-flex {
    gap: 40px;
  }
  .sports-list .category-box {
    max-width: 100%;
  }
  .sports-list .category-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  /* .sports-list .category-box ul li {flex: 0 0 auto; width: 180px; border-right: 1px solid rgba(255, 255, 255, 0.5);} */
  .sports-list .category-box ul li {
    width: calc(100% / 2);
  }
  .sports-list .category-box ul li:last-of-type {
    border-right: 0;
  }

  /* 모바일 테이블 레이아웃 깨짐 방지 - 관련 규칙 주석 처리 */
  /* .sports-list .table-area2 {overflow: hidden;} */
  /* .sports-list .table-area2 table {overflow: initial;} */
  /* .sports-list .table-area2 thead {display: none;} */
  /* .sports-list .table-area2 tbody {border-right: 0; border-left: 0;} */
  /* .sports-list .table-area2 tr {position: relative; display: flex; flex-wrap: wrap; gap: 10px; padding: 20px 50px; padding-right: 0; border-top: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5); box-sizing: border-box;} */
  /* .sports-list .table-area2 td {position: relative; display: flex; align-items: center; justify-content: flex-start; height: auto;} */
  /* .sports-list .table-area2 td:nth-child(1) {display: flex; align-items: center; justify-content: center; width: 30px; font-size: 13px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);} */
  /* .sports-list .table-area2 td:nth-child(2) {top: 18px; width: auto;} */
  /* .sports-list .table-area2 td:nth-child(3) {top: -3px; align-items: flex-end; width: auto;} */
  /* .sports-list .table-area2 td:nth-child(4) {top: -3px; align-items: flex-end;} */
  /* .sports-list .table-area2 td:nth-child(5) {top: -3px; align-items: flex-end;} */
  /* .sports-list .table-area2 td:nth-child(7) {top: -3px; align-items: flex-end;} */
  /* .sports-list .table-area2 td:nth-child(6) {order: 9; flex-flow: column; justify-content: center; align-items: flex-start; top: -5px; width: 100%; padding-left: 38px;} */
  /* .sports-list .table-area2 td:nth-child(8) {position: absolute; top: 10px; right: 10px; z-index: 2;} */

  .sports-list .category-box.category-box2 ul {
    flex-flow: column;
    overflow: hidden;
  }
  .sports-list .category-box.category-box2 ul li {
    width: 100%;
    border-right: 0;
  }

  .cp_info ul li .child-box {
    flex-flow: column;
  }
  .cp_info ul li .child-box .cp_logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .cp_info ul li .child-box .txt-box {
    width: 100%;
    padding: 0;
  }
  .cp_info ul li .child-box .btn-box {
    width: 100%;
  }
  .cp_info ul li .child-box .btn-box .cp_btn {
    max-width: 100%;
  }
  .cp_info ul li .child-box .cp_logo:before,
  .cp_info ul li .child-box .txt-box:before {
    display: none;
  }

  .mypage-sec .bonus_game > ul > li:last-of-type {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: var(--black_0f);
  }

  .free_notice ul {
    flex-flow: column;
    overflow: hidden;
  }
  .free_notice ul li {
    flex: initial;
    width: 100%;
  }
  .free_notice ul li .child-box {
    height: 140px;
  }

  .slot-item ul {
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -10px;
  }
  .slot-item ul li {
    flex: initial;
    width: calc(100% / 2);
    padding: 0 10px;
    box-sizing: border-box;
  }

  .live-game ul li {
    width: 100%;
  }

  .coin-inq ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .coin-inq ul li {
    width: 100%;
  }

  .sec4 .coin-inq ul {
    width: calc(100% + 30px);
    margin-left: -16px;
    margin-right: -20px;
  }

  .content {
    max-width: 100%;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  /* 모바일에서 advert-area가 content 밖으로 나가도록 */
  .advert-area.mo_block {
    position: relative;
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0;
  }
  .advert-area {
    position: fixed;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    max-width: 100vw;
    width: 100vw;
    height: 150px;
    z-index: 3;
    margin: 0;
    padding: 28px 0 0;
  }

  .tab-btn ul {
    gap: 7px;
  }
  .tab-btn ul li a {
    font-size: 24px;
  }

  .data-list ul {
    gap: 30px 0;
  }

  .review-sec .d-flex .review-area .review-hd .tit {
    font-size: 18px;
    line-height: 1.4;
    word-break: break-all;
  }

  /* 모바일 테이블 레이아웃 깨짐 방지 - 관련 규칙 주석 처리 */
  /* .sports-list .table-area thead {display: none;} */
  /* .sports-list .table-area tr {display: flex; width: 100%; padding: 20px; gap: 5px; box-sizing: border-box;} */
  /* .sports-list .table-area td {display: flex; align-items: center; justify-content: flex-start; text-align: left; height: auto; font-size: 14px;} */
  /* .sports-list .table-area1 td:nth-child(1) {width: 35%;} */
  /* .sports-list .table-area1 td:nth-child(2) {justify-content: center; width: 47%;} */
  /* .sports-list .table-area1 td:nth-child(3) {justify-content: center; width: 15%;} */
  /* .sports-list .table-area1 td:nth-child(4) {width: 4%;} */
  /* .sports-list .table-area1 td:nth-child(5) {justify-content: center; width: 15%;} */
  /* .sports-list .table-area table {border-top: 1px solid rgba(255, 255, 255, 0.5)} */

  .mo_th {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lg);
    height: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .mo_th p {
    width: calc(100% / 3);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--wt);
  }

  /* 모바일 테이블 레이아웃 깨짐 방지 - 관련 규칙 주석 처리 */
  /* .sports-list .table-area2 tr {position: relative; display: flex; flex-wrap: wrap; gap: 10px; padding: 20px 30px; padding-right: 0; border-top: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5);} */

  .tab-btn ul li.active a {
    padding-bottom: 10px;
    color: var(--pr);
    border-bottom: 1px solid var(--pr);
  }

  .news_item ul li .child-box {
    flex-flow: column;
  }
  .news_item.news_item-1 ul li .child-box .img-box {
    min-width: auto;
    width: 100%;
  }
  .news_item.news_item-1 ul li .child-box .txt-box .txt {
    font-size: 15px;
  }
  .news_item.news_item-1 ul {
    padding-right: 0;
  }

  .notice-list ul {
    height: 200px;
    overflow: auto;
  }
  .notice-list ul li {
    width: 100%;
  }

  .cp_info ul li .child-box {
    padding: 20px;
  }

  .review-detail {
    flex-flow: column;
  }
  .review-detail .cp_info-fixed {
    position: relative;
    top: 0;
    min-width: auto;
    width: 100%;
    padding: 0;
  }

  .comment-area .small_box {
    flex-flow: column;
    gap: 20px;
  }
  .comment-box {
    padding: 20px 20px 30px;
  }
  .submit-btn {
    width: 100%;
  }
  .comment-textarea textarea {
    height: 200px;
  }

  .pager ul .arrow_btn.arrow_prev {
    margin-right: 5px;
  }
  .pager ul .arrow_btn.arrow_next {
    margin-left: 5px;
  }
  .pager ul .arrow_btn a img {
    width: 25px;
  }
  .pager ul .arrow_btn {
    width: 25px;
  }
  .pager ul .num a {
    width: 25px;
  }
  .bonus_game ul li .child-box .bonus_game-item .txt {
    font-size: 15px;
    word-break: keep-all;
    line-height: 1.3;
  }

  footer {
    padding: 30px 20px;
    /* margin: 0 -20px; */
    margin-bottom: 150px;
    box-sizing: border-box;
  }
  footer .f-container .txt {
    font-size: 17px;
    word-break: keep-all;
    line-height: 1.3;
  }

  .live-game ul li .child-box {
    padding: 0 !important;
  }

  .tit-box .tit {
    font-size: 18px;
  }
  .tit-box2 .toggle_btn {
    font-size: 14px;
  }

  .sports-list .category-box ul li {
    width: calc(100% / 3);
  }

  .sports-list .category-box ul li .child-box .sports-name p {
    gap: 10px;
    font-size: 14px;
  }
  .sports-list .category-box ul li .child-box .sports-name .icon {
    width: 20px;
  }

  .aside-area .logo {
    margin-bottom: 20px;
  }
  .aside-area .language {
    margin-top: 30px;
  }
  .aside-area .menu ul li .child-box .tit {
    height: 45px;
  }
  .aside-area .menu ul li .child-box .toggle-box {
    gap: 15px;
  }
  .advert-area2 {
    aspect-ratio: 240 / 150;
  }

  .free_notice ul li .child-box .txt-box .tit {
    font-size: 15px;
  }

  .mo_block {
    position: initial;
    display: flex !important;
  }
  .pc_block {
    display: none !important;
  }
  footer {
    margin-bottom: 0 !important;
  }

  .free_notice ul li .child-box > .img-box {
    min-width: 100px;
  }
  .free_notice ul li .child-box .txt-box .bt_txt .chat_v p {
    gap: 2px;
    font-size: 8px;
  }
  .free_notice ul li .child-box .txt-box .bt_txt .chat_v p > img {
    width: 13px;
  }

  .write_form {
    padding: 20px;
  }
  .write_form .input-box {
    margin-bottom: 20px;
  }
  .write_form .input-box input {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .write_form .input-box .add_input .add_btn {
    width: 20px;
    right: 10px;
  }
  .write_form .input-box textarea {
    padding: 10px;
    font-size: 14px;
  }
  .write_form .input-box .input_item .del_btn {
    width: 20px;
    right: 10px;
  }
}

@media screen and (max-width: 600px) {
  header {
    height: 70px;
  }
  footer {
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%;
    right: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .advert-area {
    height: auto;
  }
  section.main {
    padding: 25px 15px 20px;
  }
  .free_notice ul li .child-box {
    gap: 15px;
    padding: 15px;
    height: 120px;
  }
  .free_notice ul li .child-box .txt-box {
    gap: 6px;
  }
  .free_notice ul li .child-box .txt-box .bt_txt {
    flex-wrap: wrap;
  }

  .data-list ul {
    margin: 0;
  }
  .data-list ul li {
    width: 100%;
    padding: 0;
  }

  .news_item.news_item-2 ul li {
    width: 100%;
  }
  .news_item.news_item-2 ul li:nth-child(n + 3) {
    display: none;
  }

  /* .pr_wt_sec ul li .child-box {flex-flow: column; gap: 15px; padding: 10px;} */
  /* .pr_wt_sec ul li .child-box .img-box {width: 100%;} */

  .pr_wt_sec.pr_wt_sec2 ul li .child-box {
    gap: 15px;
    padding: 15px;
  }
  .pr_wt_sec ul li .child-box .txt-box .tit {
    margin-bottom: 10px;
  }
  .pr_wt_sec ul li .child-box .txt-box .bt_txt {
    flex-wrap: wrap;
  }

  .bonus_game ul li:last-of-type .child-box {
    height: auto;
  }
  .bonus_game2 ul li:last-of-type .child-box {
    height: 220px;
  }
  .bonus_game ul li:last-of-type .child-box .bonus_game-item {
    width: calc((100% - 20px) / 2);
  }

  .bonus_game2 ul li:first-of-type .child-box > .d-flex {
    flex-flow: column;
  }
  .bonus_game2 ul li:first-of-type .child-box {
    height: auto;
  }

  .pr_wt_sec.pr_wt_sec2 {
    max-height: 286px;
  }

  .popup {
    max-width: calc(100% - 40px);
    padding: 30px 20px;
  }

  .visual .kv-banner {
    height: 170px;
  }

  .slot-item.slot-item2 ul {
    margin: 0 -5px;
  }
  .slot-item.slot-item2 ul li {
    width: calc(100% / 2);
    padding: 0 5px;
  }
  /* .slot-item.slot-item2 ul li:nth-child(n+3) {display: none;} */

  .sports-list .category-box ul {
    justify-content: space-between;
  }
  .sports-list .category-box ul li {
    width: calc(100% / 2 - 15px);
  }
  .sports-list .category-box ul li .child-box {
    height: 45px;
  }

  .bonus_game2 ul li:first-of-type .child-box .profile-area .profile-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
    overflow: visible;
    line-height: 1.2;
  }
  .bonus_game2 ul li:first-of-type .child-box .rank-area {
    display: none;
  }
  .all_rank_btn {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: var(--or);
  }
  .all_rank_btn:after {
    content: '▾';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: var(--or);
  }
  .all_rank_btn.on:after {
    content: '▴';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: var(--or);
    text-decoration: underline;
  }

  .sports-list .table-area td {
    font-size: 13px;
  }

  .tab-btn ul li.active a,
  .tab-btn ul li a.active {
    padding-bottom: 5px;
  }

  .review-sec {
    margin-top: 30px;
  }

  /* 600px 이하에서 language 상단 마진 제거 */
  .aside-area .language {
    margin-top: 0 !important; /* Override the 900px rule */
  }

  /* 좋아요/댓글(챗/하트) 폰트 크기 키우기 - free_notice, pr_wt_sec, pr_wt_sec2 공통 */
  .free_notice ul li .child-box .txt-box .bt_txt .chat_v p,
  .pr_wt_sec ul li .child-box .txt-box .bt_txt .chat_v p,
  .pr_wt_sec2 ul li .child-box .txt-box .bt_txt .chat_v p {
    font-size: 14px !important;
  }
  .free_notice ul li .child-box .txt-box .bt_txt .chat_v span,
  .pr_wt_sec ul li .child-box .txt-box .bt_txt .chat_v span,
  .pr_wt_sec2 ul li .child-box .txt-box .bt_txt .chat_v span {
    font-size: 14px !important;
  }
  .free_notice ul li .child-box .txt-box .bt_txt .chat_v img,
  .pr_wt_sec ul li .child-box .txt-box .bt_txt .chat_v img,
  .pr_wt_sec2 ul li .child-box .txt-box .bt_txt .chat_v img {
    width: 16px !important;
    height: 16px !important;
  }

  .sports-list.first .category-box.category-box1 .category-content-wrapper {
    flex-direction: row !important;
  }
  #category-toggle-btn.more-btn {
    margin-right: 12px !important;
  }
  .sports-list.first .sports-categories {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 !important;
  }
  .sports-list.first .category-box.category-box1 .category-content-wrapper {
    gap: 0 !important;
  }

  .category-content-wrapper.category-border {
    padding: 0 16px !important;
  }
  .sports-list.first .category-box.category-box1 .category-content-wrapper {
    gap: 8px !important;
  }
  .sports-list.first .sports-categories {
    gap: 6px !important;
  }
  #category-toggle-btn.more-btn {
    margin-right: 4px !important;
  }

  .sports-list .table-area1 tbody tr {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  }
  .sports-list .table-area1 tbody tr td {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 8px 2px;
    font-size: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
  }
  .sports-list .table-area1 tbody tr td:last-child {
    border-right: none;
  }
  .sports-list .table-area1 tbody tr td:first-child {
    /* display: none !important; */
  }

  /* 메인페이지 등 모든 위치에서 .bt_txt .chat_v 폰트/아이콘 크기 강제 */
  .bt_txt .chat_v p,
  .bt_txt .chat_v span {
    font-size: 14px !important;
  }
  .bt_txt .chat_v img {
    width: 16px !important;
    height: 16px !important;
  }

  /* 헤더(칼럼명) 3분할 */
  .sports-list .table-area1 thead tr {
    /* display: none !important; */
  }
  .sports-list .table-area1 thead th {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    font-size: 13px;
    padding: 8px 2px;
    white-space: normal;
    background: none;
    border: none;
  }
  .sports-list .table-area1 thead th:first-child {
    /* display: none !important; */
  }

  /* 바디(데이터) 3분할 */
  .sports-list .table-area1 tbody tr {
    display: flex !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  }
  .sports-list .table-area1 tbody tr td {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 8px 2px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    border: none;
  }
  .sports-list .table-area1 tbody tr td:first-child {
    /* display: none !important; */
  }

  /* mo_th 보이게 */
  .sports-list .table-area1 .mo_th {
    display: flex !important;
    width: 100%;
    background: #232a3a;
    border-radius: 14px;
    margin-bottom: 4px;
    padding: 0;
  }
  .sports-list .table-area1 .mo_th p {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0;
    margin: 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 데이터 셀 크기 축소 */
  .sports-list .table-area1 tbody tr td {
    font-size: 11px;
    padding: 4px 1px;
    line-height: 1.2;
  }

  /* thead 숨김 */
  .sports-list .table-area1 thead {
    /* display: none !important; */
  }
  /* mo_th 3분할 */
  .sports-list .table-area1 .mo_th {
    /* display: none !important; */
  }
  /* 데이터 3분할, 폰트 더 작게 */
  .sports-list .table-area1 tbody tr {
    display: flex !important;
    width: 100%;
  }
  .sports-list .table-area1 tbody tr td {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    white-space: normal;
    word-break: break-all;
    background: none;
    border: none;
    overflow: hidden;
  }
  .sports-list .table-area1 tbody tr td:first-child {
    /* display: none !important; */
  }

  /* 모바일에서 thead(칼럼명)는 항상 보이게 */
  .sports-list .table-area1 thead {
    /* display: table-header-group !important; */
  }
  /* .mo_th는 숨김 */
  .sports-list .table-area1 .mo_th {
    /* display: none !important; */
  }
  /* 나머지 3분할, 폰트 등은 그대로 */
  .sports-list .table-area1 thead tr {
    /* display: table-row !important; */
  }
  .sports-list .table-area1 th {
    width: 33.33% !important;
    min-width: 0 !important;
    text-align: center !important;
    font-size: 11px !important;
    padding: 7px 0 !important;
    white-space: normal !important;
    word-break: break-all !important;
    color: #fff !important;
    border: none !important;
    vertical-align: middle !important;
  }
  .sports-list .table-area1 th:first-child {
    /* display: none !important; */
  }
  .sports-list .table-area1 tbody tr {
    /* display: table-row !important; */
    background: none !important;
  }
  .sports-list .table-area1 td {
    width: 33.33% !important;
    min-width: 0 !important;
    text-align: center !important;
    font-size: 10px !important;
    padding: 6px 0 !important;
    white-space: normal !important;
    word-break: break-all !important;
    background: none !important;
    border: none !important;
    vertical-align: middle !important;
  }
  .sports-list .table-area1 td:first-child {
    /* display: none !important; */
  }

  /* 종목명, 팀명, 아이콘 등 폰트/아이콘 크기 축소 */
  .sports-list .table-area1 .sports-name p,
  .sports-list .table-area1 .home-team,
  .sports-list .table-area1 .away-team {
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /*
  .sports-list .table-area1 .sports-name .icon,
  .sports-list .table-area1 .sport-icon {
    width: 16px !important;
    min-width: 12px !important;
    height: 16px !important;
    max-width: 18px !important;
    vertical-align: middle !important;
  }
  */
  /* td 내부 모든 텍스트 더 작게 */
  .sports-list .table-area1 td * {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  /* 모든 데이터(리그명, 종목명, 팀명, 아이콘 등) 폰트/아이콘 크기 확실히 축소 */
  .sports-list .table-area1 td,
  .sports-list .table-area1 td *,
  .sports-list .table-area1 .g_name,
  .sports-list .table-area1 .t_name,
  .sports-list .table-area1 .league,
  .sports-list .table-area1 .sports-name,
  .sports-list .table-area1 .sports-name *,
  .sports-list .table-area1 .sport-icon {
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  /*
  .sports-list .table-area1 .sports-name .icon,
  .sports-list .table-area1 .sport-icon {
    width: 14px !important;
    min-width: 10px !important;
    height: 14px !important;
    max-width: 16px !important;
    vertical-align: middle !important;
  }
  */

  body .sports-list .table-area1 th,
  body .sports-list .table-area1 td,
  body .sports-list .table-area1 td *,
  body .sports-list .table-area1 th *,
  body .sports-list .table-area1 .g_name,
  body .sports-list .table-area1 .t_name,
  body .sports-list .table-area1 .league,
  body .sports-list .table-area1 .sports-name,
  body .sports-list .table-area1 .sports-name *,
  body .sports-list .table-area1 .sport-icon {
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  /*
  body .sports-list .table-area1 .sports-name .icon,
  body .sports-list .table-area1 .sport-icon {
    width: 14px !important;
    min-width: 10px !important;
    height: 14px !important;
    max-width: 16px !important;
    vertical-align: middle !important;
  }
  */
}

@media screen and (max-width: 425px) {
  .pr_wt_sec ul li .child-box {
    gap: 10px;
  }
  .pr_wt_sec ul li .child-box .txt-box .bt_txt .user_info .name {
    font-size: 13px;
  }
  .pr_wt_sec ul li .child-box .txt-box .bt_txt .user_info .date {
    font-size: 13px;
  }

  .f_menu {
    height: 70px;
  }
  /* .f_menu ul li a .icon {width: 17px;}
  .f_menu ul li:first-child a .icon {width: 20px;} */
  .f_menu ul li a .tit {
    font-size: 12px;
  }
}

@media screen and (max-width: 345px) {
  .sports-list .table-area td {
    font-size: 12px;
  }
}

@media screen and (max-width: 322px) {
  .sports-list .table-area td {
    font-size: 11px;
  }
}
.sports-list.first .d-flex {
  /* 기존 inline flex-flow: row; 를 덮어쓰고 세로 스택으로 전환 */
  flex-direction: column !important;
}
@media screen and (max-width: 600px) {
  .sports-list.first .sports-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sports-list.first .category-box.category-box1 {
  max-width: none !important;
  width: 100% !important;
  position: relative !important; /* sticky 유지 안 해도 된다면 삭제 */
}
.sports-list.first .sports-categories {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.sports-list.first .sports-categories li {
  width: calc(16.666% - 10px) !important;
  flex: 0 0 calc(16.666% - 10px) !important;
  max-width: calc(16.666% - 10px) !important;
}
@media screen and (max-width: 600px) {
  .sports-list.first .sports-categories li {
    width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }
}
/* Category box layout overrides */
.sports-list.first .category-box.category-box1 .category-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
/* Expand category list and ensure flex layout */
.sports-list.first .category-box.category-box1 .category-content-wrapper .sports-categories {
  flex: 1;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 0;
  margin: 0;
}
/* Ensure category toggle button aligned vertically center */
.sports-list.first .category-box.category-box1 .category-content-wrapper .category-toggle {
  display: flex;
  align-items: center;
  margin: 0;
}
/* Override child-box height to support vertical centering */
.sports-list.first .category-box.category-box1 .sports-categories li .child-box {
  height: auto !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
/* Override li width inside category grid to use grid track width */
.sports-list.first .category-box.category-box1 .sports-categories li {
  width: auto !important;
  box-sizing: border-box;
}

/* 메인페이지 등 모든 위치에서 .bt_txt .chat_v 폰트/아이콘 크기 강제 */
.bt_txt .chat_v p,
.bt_txt .chat_v span {
  font-size: 14px !important;
}
.bt_txt .chat_v img {
  width: 16px !important;
  height: 16px !important;
}

@media screen and (max-width: 600px) {
  /* .mo_th는 숨김 */
  .sports-list .table-area1 .mo_th {
    display: none !important;
  }
  /* thead(칼럼명)는 table-row, th는 table-cell, 가로 3분할, 검정 배경 */
  .sports-list .table-area1 thead tr {
    display: table-row !important;
  }
  .sports-list .table-area1 thead th {
    display: table-cell !important;
    width: 33.33% !important;
    min-width: 0 !important;
    text-align: center !important;
    font-size: 11px !important;
    padding: 7px 0 !important;
    white-space: normal !important;
    word-break: break-all !important;
    color: #999 !important;
    border: none !important;
    vertical-align: middle !important;
  }
  .sports-list .table-area1 thead th:first-child {
    /* display: none !important; */
  }
  /* 데이터 3분할, 시간(첫 칸) 수직 중앙정렬 */
  .sports-list .table-area1 tbody tr {
    display: table-row !important;
    background: none !important;
  }
  .sports-list .table-area1 td {
    display: table-cell !important;
    width: 33.33% !important;
    min-width: 0 !important;
    text-align: center !important;
    font-size: 10px !important;
    padding: 6px 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: none !important;
    border: none !important;
    vertical-align: middle !important;
  }
  .sports-list .table-area1 td:first-child {
    /* display: none !important; */
  }
}

@media (max-width: 767px) {
  /* collapsed: 한 줄에 2개, 2개만 */
  .sports-list.first .category-box.category-box1 .sports-categories.collapsed {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  .sports-list.first .category-box.category-box1 .sports-categories.collapsed > li {
    width: 50% !important;
    display: block !important;
  }
  .sports-list.first
    .category-box.category-box1
    .sports-categories.collapsed
    > li:nth-child(n + 3) {
    display: none !important;
  }

  /* expanded: 한 줄에 2개씩, 전체 */
  .sports-list.first .category-box.category-box1 .sports-categories:not(.collapsed) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  .sports-list.first .category-box.category-box1 .sports-categories:not(.collapsed) > li {
    width: 50% !important;
    display: block !important;
  }

  #category-toggle-btn.more-btn {
    margin-top: 24px !important;
  }

  .sports-list.first .category-box.category-box1 ul li {
    width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    box-sizing: border-box !important;
  }

  .sports-list.first .category-box.category-box1 .child-box {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .sports-list.first .category-box.category-box1 .sports-name {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .sports-list.first .category-box.category-box1 .sports-name p {
    font-size: 11px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sports-list.first .category-box.category-box1 .sports-name div {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* 카테고리 텍스트 div 요소에도 ellipsis 적용 */
  .sports-list.first .category-box.category-box1 .sports-name p div {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  /* 모바일 카테고리 아이콘 크기 강제 설정 */
  .sports-list .category-box ul li .child-box .sports-name .icon,
  .sports-list .category-box ul li .child-box .sports-name .icon svg,
  .sports-list .category-box ul li .sports-name .icon,
  .sports-list .category-box ul li .sports-name .icon svg,
  .sports-list .category-box .sports-name .icon,
  .sports-list .category-box .sports-name .icon svg,
  .sports-list .category-box1 ul li .child-box .sports-name .icon,
  .sports-list .category-box1 ul li .child-box .sports-name .icon svg,
  .sports-list.first .category-box.category-box1 .sports-name .icon,
  .sports-list.first .category-box.category-box1 .sports-name .icon svg,
  .sports-list.first .sports-categories .icon,
  .sports-list.first .sports-categories .icon svg,
  .sports-list.first .sports-categories .sport-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
  }

  .sports-list .table-area1 th,
  .sports-list .table-area1 td,
  .sports-list .table-area1 .home-team,
  .sports-list .table-area1 .away-team,
  .sports-list .table-area1 .league,
  .sports-list .table-area1 .sports-name,
  .sports-list .table-area1 .sports-name p {
    font-weight: 700 !important;
  }

  .sports-list .table-area1 th:first-child,
  .sports-list .table-area1 td:first-child {
    width: 15% !important;
    min-width: 16px !important;
    max-width: 20% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sports-list .table-area1 th:nth-child(2),
  .sports-list .table-area1 td:nth-child(2),
  .sports-list .table-area1 th:nth-child(3),
  .sports-list .table-area1 td:nth-child(3),
  .sports-list .table-area1 th:nth-child(4),
  .sports-list .table-area1 td:nth-child(4) {
    width: 30% !important;
    min-width: 0 !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  body .sports-list .table-area1 th,
  body .sports-list .table-area1 td,
  body .sports-list .table-area1 .home-team,
  body .sports-list .table-area1 .away-team,
  body .sports-list .table-area1 .league,
  body .sports-list .table-area1 .sports-name,
  body .sports-list .table-area1 .sports-name p {
    font-weight: 700 !important;
  }
}

@media (max-width: 767px) {
  .sports-list .table-area1 td,
  .sports-list .table-area1 th,
  .sports-list .table-area1 .home-team,
  .sports-list .table-area1 .away-team,
  .sports-list .table-area1 .league {
    font-size: 10px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    color: #fff !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }
}

/*
  .sports-list .table-area1 .sport-icon,
  .sports-list .table-area1 .icon svg,
  .sports-list .table-area1 svg,
  .sports-list .table-area1 .icon,
  .sports-list .table-area1 .sports-name .icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
  }
*/

.more-btn:focus {
  outline: none !important;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .news_item.news_item-1 ul li .child-box {
    align-items: flex-start !important;
  }
  .news_item.news_item-1 ul li .child-box .txt-box {
    display: block !important;
    align-items: initial !important;
    text-align: left !important;
  }
  .news_item.news_item-1 ul li .child-box .txt-box .tit {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .news_item.news_item-1 ul li .child-box .txt-box {
    min-width: 0 !important;
    width: 100% !important;
  }
  .news_item.news_item-1 ul li .child-box .txt-box .tit,
  .news_item.news_item-1 ul li .child-box .txt-box .tit span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 1024px) {
  #wrap > .aside-area {
    position: fixed;
    top: 0;
    left: -300px !important;
    height: 100vh;
    min-width: 300px;
    z-index: 9999;
    overflow-y: auto;
    display: flex !important;
  }

  #wrap > .aside-area.open {
    left: 0 !important;
  }

  .f_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: block;
    z-index: 5;
    background: #1f2533;
  }

  /* Day mode styles */
  body.light .f_menu {
    background: #fff;
  }

  body.light .f_menu ul li a .icon img {
    filter: brightness(0);
  }

  body.light .f_menu ul li a .tit {
    color: #111;
  }

  body.light .aside-area {
    background: var(--black_0f);
  }
}

/* 스포츠 인사이트 상세 페이지 팀 이미지 갭 조정 */
@media screen and (max-width: 768px) {
  .team-images {
    gap: 100px !important;
  }
}
