@charset "utf-8";

#society .scroll table {
    border:0;
    border-spacing:0px;
    border-collapse:collapse;
}

/**/
#society .scroll_tb {
    text-align:center;
    /* border:1px solid #E0E0E0; */
    border-bottom:0;
    font-size:14px;
    display:none !important;
}

#society .scroll table {
    table-layout:fixed;
    width:100%;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #E0E0E0;
    overflow:hidden;
}

#society .scroll table th,
#society .scroll table td {
    text-align:center;
    padding:15px;
    border:1px solid #E0E0E0;
    font-size:16px;
    vertical-align:middle;
}
#society .scroll table th {
    background-color:#F8F9FA;
}
#society .scroll table td span {
    text-align:left;
    display:block;
}
#society .scroll table .table_text_left {
    text-align:left;
}


/*---------------반응형 미디어쿼리----------------*/

@media (max-width:1400px) {
  /* 스크롤 영역 활성화 */
  #society .scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  /* 내부 콘텐츠 너비 강제 지정 */
  #society .scroll_wd {
    min-width: 1400px; /* ✅ 핵심: width 말고 min-width */
    border: 1px solid #E0E0E0;
  }

  #society .scroll_tb {
    display: block !important;
    text-align: center;
    /* border: 1px solid #E0E0E0; */
    border-bottom: 0;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
  }

  /* 그림자 효과 유지 */
  #society .scroll_wrapper {
    position: relative;
  }

  #society .scroll_wrapper::before,
  #society .scroll_wrapper::after {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }

  #society .scroll_wrapper.shadow-left::before {
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, transparent 100%);
  }

  #society .scroll_wrapper.shadow-right::after {
    right: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.1) 0%, transparent 100%);
  }
}

@media (max-width:1200px) {

}

@media (max-width:1024px) {

}

@media (max-width:991px) {

}

@media (max-width:768px) {
    #society .scroll table th,
    #society .scroll table td,
    #society .scroll table td p {
        font-size:14px;
    }

    #society .scroll table th,
    #society .scroll table td {
        padding:5px;
    }
}
@media (max-width:640px) {
    #society .scroll table th,
    #society .scroll table td,
    #society .scroll table td p {
        font-size:14px;
    }

    #society .scroll table th,
    #society .scroll table td {
        padding:5px;
    }
}