@charset "utf-8";

.memberTable { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: var(--fs16); } 
.memberTable thead th { background: var(--base1); color: white; padding: 10px 10px; font-weight: 600; text-align: center; } 
.memberTable tbody td { border-bottom: 1px solid #d9d9d9; padding: 17px 10px; color: #333; text-align: center;} 
.memberTable tbody th {background: #f7f7f7; font-weight: 400; border-bottom: 1px solid #d9d9d9; text-align: center;}




/* ************************ 태블릿 이하(~991) ************************ */
@media screen and (max-width: 991px) {

}



/* ************************ 모바일 이하(~767) ************************ */
@media screen and (max-width: 767px) {


.memberTable tbody td {font-size: 15px; padding: 17px 5px;}

}



/* ************************ 모바일 이하(~500) ************************ */
@media screen and (max-width: 500px) {

}