.tab_box { width: 100%; height: 60px; }
.tab_box .tab_item { width: 50%; height: 100%; text-align: center; box-sizing: border-box; }
.tab_box .tab_item a { 
	width: 100%; height: 100%; line-height: 60px; 
	font-size: 16px; color: #2a2a2a; text-align: center; 
	box-sizing: border-box;
}

.tab_box.type_01 .tab_item.tab_01 { border: 1px solid #6a6a6a; border-bottom: 0px; }
.tab_box.type_01 .tab_item.tab_01 a { border: 1px solid #6a6a6a; border-bottom: 0px; border-right: 0px; } 

.tab_box.type_01 .tab_item.tab_02 { border: 1px solid #e0e0e0; border-bottom: 1px solid #6a6a6a; border-left: 1px solid #6a6a6a; border-right: 0px; }
.tab_box.type_01 .tab_item.tab_02 a { border: 1px solid #6a6a6a; border-bottom: 1px solid #6a6a6a; border-right: 0px; border-left: 0px; border-top: 0px; color: #979797; } 

.tab_box.type_01 .tab_item.tab_02:hover a { background-color: #574d9f; color: #fff; }


.tab_box.type_02 .tab_item.tab_01 { border: 1px solid #e0e0e0; border-bottom: 1px solid #6a6a6a; border-left: 0px; border-right: 1px solid #6a6a6a; }
.tab_box.type_02 .tab_item.tab_01 a { border: 1px solid #6a6a6a; border-bottom: 1px solid #6a6a6a; border-right: 0px; border-left: 0px; border-top: 0px; color: #979797; } 

.tab_box.type_02 .tab_item.tab_02 { border: 1px solid #6a6a6a; border-bottom: 0px; }
.tab_box.type_02 .tab_item.tab_02 a { border: 1px solid #6a6a6a; border-bottom: 0px; border-left: 0px; } 

.tab_box.type_02 .tab_item.tab_01:hover a { background-color: #574d9f; color: #fff; }


.search_box {
	width: 100%; height: 100px;
	margin-top: 45px;
	padding: 30px 90px;
	box-sizing: border-box;
	background-color: #fafafa;
}

.search_box select {
	width:130px; height: 100%;
	border: 1px solid #d0d0d0;
	padding: 0px 0px 0px 15px;
	font-size: 16px; color: #666666;
	font-family: 'NotoSansKR', sans-serif;
	box-sizing: border-box;
}

.search_box input {
	width: calc(100% - 180px); height: 100%;
	border: 1px solid #d0d0d0; border-left: 0px; border-right: 0px;
	padding: 0px 15px 0px 15px;
	font-size: 16px; color: #666666;
	font-family: 'NotoSansKR', sans-serif;
	box-sizing: border-box;
}

.search_box button {
	width: 40px; height: 100%;
	border: 0px; padding: 0px; margin: 0px;
	background-image: url(../images/search_icon.png);
	background-color: #2a2a2a;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;	
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.category_box { width: 100%; height: auto; margin-top: 45px; }
.category_box .category_item { width: 20%; height: auto; }
.category_box .category_item a { 
	width: 100%; height: 45px; line-height: 43px; 
	font-size: 16px; color: #6a6a6a; text-align: center;
	border: 1px solid #e0e0e0; 
	border-left: 0px;
	box-sizing: border-box; 
}
.category_box .category_item:first-child a { border-left: 1px solid #e0e0e0; }


.category_box .category_item a.active { background-color: #574d9f; color: #fff; }
.category_box .category_item a:hover { background-color: #574d9f; color: #fff; }

.tbl_box { width: 100%; height: auto; margin-top: 45px; }
.tbl_box table {
    border-collapse: collapse;
    table-layout: auto;
    word-break: break-all;
    width: 100%; height: auto;
}


.tbl_box table thead tr td { 
	height: 40px;
	font-size: 16px; color: #2a2a2a; text-align: center;
	border-top: 1px solid #e0e0e0;
	background-color: #fafafa;
}

.tbl_box table thead tr td.col_01 { width: 160px; }
.tbl_box table thead tr td.col_02 { width: auto; }
.tbl_box table thead tr td.col_03 { width: 100px; }
.tbl_box table thead tr td.col_04 { width: 175px; }

.tbl_box table tbody tr td { 
	padding: 30px 15px;
	text-align: center; font-size: 16px; color: #6a6a6a;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}
.tbl_box table tbody tr:hover td { background-color: #fafafa; }

.tbl_box table tbody tr td.col_02 { text-align: left; }
.tbl_box table tbody tr td.col_02 .tbl_label { 
	width: 40px; height: 24px; line-height: 22px; 
	border: 1px solid #574d9f;
	color: #574d9f; font-size: 14px; text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	margin-right: 15px;
}

.tbl_box table tbody tr td.col_02 .tbl_label.ok { color: #fff; background-color: #574d9f; }



@media (max-width: 479px){ 
	.tab_box { height: 40px; }
	.tab_box .tab_item a { line-height: 40px; font-size: 12px; }

	.search_box { height: 95px; padding: 30px 15px; }
	.search_box select { width: 70px; font-size: 12px; padding-left: 5px; }
	.search_box input { width: calc(100% - 105px); font-size: 12px; padding: 0px 5px; }

	.search_box button { width: 35px; background-size: 15px auto; }
	.tbl_box table thead tr td.col_01 { width: 70px; }
	.tbl_box table thead tr td.col_04 { display: none; }
	.tbl_box table tbody tr td.col_04 { display: none; }

	.tbl_box table thead tr td.col_03 { display: none; }
	.tbl_box table tbody tr td.col_03 { display: none; }

	.tbl_box table thead tr td { font-size: 12px; }
	.tbl_box table tbody tr td { padding: 20px 15px; font-size: 12px; }

	.tbl_box table tbody tr td.col_02 .tbl_label { 
		width: 35px; height: 20px; line-height: 18px; 
		font-size: 12px; margin-right: 0px; 
	}

	.category_box .category_item:first-child { width: 100%; }
	.category_box .category_item { width: 50%; }
	.category_box .category_item a { height: 35px; line-height: 33px; font-size: 12px; border-top: 0px; }
	.category_box .category_item:first-child a { border-left: 1px solid #e0e0e0; }
	.category_box .category_item:nth-child(2) a { border-left: 1px solid #e0e0e0; }
	.category_box .category_item:nth-child(4) a { border-left: 1px solid #e0e0e0; }
	.category_box .category_item:nth-child(1) a { border-top: 1px solid #e0e0e0; }

}

@media (max-width: 749px) and (min-width: 480px) { 
	.tab_box { height: 45px; }
	.tab_box .tab_item a { line-height: 45px; font-size: 14px; }

	.search_box { padding: 30px 15px; }
	.search_box select { width: 100px; font-size: 14px; padding-left: 5px; }
	.search_box input { width: calc(100% - 140px); font-size: 14px; padding: 0px 5px; }
	.tbl_box table thead tr td.col_01 { width: 70px; }
	.tbl_box table thead tr td.col_04 { display: none; }
	.tbl_box table tbody tr td.col_04 { display: none; }
	.tbl_box table tbody tr td.col_03 { padding: 15px 10px; }
	.tbl_box table tbody tr td .down_btn { font-size: 10px; }
	.tbl_box table thead tr td { font-size: 12px; }
	.tbl_box table tbody tr td { font-size: 12px; }
	.tbl_box table tbody tr td.col_02 .tbl_label { font-size: 12px; width: 35px; height: 20px; line-height: 18px; margin-right: 5px; }

	.category_box .category_item a { height: 40px; line-height: 38px; font-size: 12px; }


}

@media (max-width: 1023px) and (min-width: 750px) { 
	.tab_box { height: 45px; }
	.tab_box .tab_item a { line-height: 45px; font-size: 14px; }

	.search_box { padding: 30px 60px; }
	.search_box select { font-size: 14px; }
	.search_box input { font-size: 14px; }
	.tbl_box table thead tr td.col_01 { width: 100px; }
	.tbl_box table thead tr td.col_04 { display: none; }
	.tbl_box table tbody tr td.col_04 { display: none; }
	.tbl_box table tbody tr td.col_03 { padding: 15px 10px; }
	.tbl_box table tbody tr td .down_btn { font-size: 10px; }
	.tbl_box table thead tr td { font-size: 14px; }
	.tbl_box table tbody tr td { font-size: 14px; }
	.category_box .category_item a { font-size: 14px; }
}


@media (max-width: 1279px) and (min-width: 1024px) { 
	.tbl_box table thead tr td.col_01 { width: 120px; }
	.tbl_box table thead tr td.col_04 { width: 140px; }
}





/*
@media (max-width: 479px){ 

}

@media (max-width: 749px) and (min-width: 480px) { 

}

@media (max-width: 1023px) and (min-width: 750px) { 

}


@media (max-width: 1279px) and (min-width: 1024px) { 
	
}
*/