@charset "utf-8";

/* 세로 테이블 */
.stable { width:100%; border:0; border-top:2px solid #113d8e; border-right:1px solid #ccc; }
.stable th,
.stable td { border-left:1px solid #ccc; border-bottom:1px solid #ccc; line-height:150%; padding:7px 5px; text-align:center; vertical-align:middle; font-weight:normal; }
.stable thead th { background:#f7f7f7; font-weight:bold; color:#555; }
.stable td.left { text-align:left; padding-left:5px; padding-right:5px; }
.stable td>ul { margin-bottom: 0; } /* 30을 0으로 */
.stable td>ul { padding-left: 2em; list-style-type: circle; }

caption { position:absolute; left:-5000px; width:0; height:0; font-size:0; line-height:0; }
.mobile_info { display: none; padding: 0 0 5px; line-height: 130%;  font-size: 13px; color: #a1097f; }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

@media (max-width: 568px) {
	.table_wrap { overflow-x: auto; overflow-y: hidden; }
	.stable { min-width:600px; width100%; }
	.mobile_info { display: block; }
}

/* 게시판 보기 */
.board_view { width:100%; margin-bottom:10px; }
.board_view table { width:100%; border:0; border-spacing:0; border-collapse:collapse;  margin-bottom:25px; }
.board_view table thead th { border-bottom:1px solid #ccc; text-align:center; border-right:1px solid #ddd; padding:9px 0 9px 0; background:#f4f4f4; line-height:130%; color:#333; font-weight:500; }
.board_view table .topline { border-top:2px solid #113d8e; }

.board_view table tbody td { border-bottom:1px solid #ccc; padding:9px 15px 9px 15px; line-height:130%; }
.board_view table tbody th { border-bottom:1px solid #ccc; border-right:1px solid #ddd; padding:9px 15px 9px 15px; line-height:130%; background:#f9f9f9; font-weight:500; }


.board_view table td.contentview { padding:20px 15px; line-height:170% !important; }




