@charset "utf-8";
.tblType01 {overflow:hidden;width:100%;margin:1rem 0;}
.tblType01 table{position:relative;text-align:center;border-spacing:0px;border-collapse:separate;border-top:1px solid #000;border-bottom:1px solid #aaa;margin-bottom:-1px;left:-1px;table-layout:fixed;}
.tblType01 th,
.tblType01 td {padding:1.2rem 1rem;font-family:'Pretendard';font-size:16px;font-weight:500;color:#555;border-bottom:1px solid #E0E0E0;border-left:1px solid #E0E0E0;text-align:center;word-break:normal}
.tblType01 th {padding:1.2rem 1rem;font-weight:700;color:#333;text-align:center;background:#F6F7F9;word-break:keep-all;-webkit-print-color-adjust:exact}
.tblType01 thead th{border-bottom:1px solid #aaa;}

@media screen and (max-width:768px) {
	.tblArea {position:relative;}
	.tblArea:before {content:'';position: absolute; top: -45px; right: 0; width: 36px;height: 44px;-webkit-background-size: cover; background-size: cover;background-image: url(/images/m_drag.png);}
	
	.tblType01{ overflow-x: auto;}
	.tblType01 table {min-width: 640px;}
	.tblType01 th,
	.tblType01 td {padding: 0.8rem; font-size:0.86rem; }
}