@charset "UTF-8";
._articleTable .artclTable{
		width: 100%;
		border-width: 2px 0 0 0;
		border-color: #a90056;
		border-style: solid;
		table-layout:fixed;
	}
	._articleTable .artclTable caption{
		display: none;
	}
	/*¸ñ·Ï_Çìµå*/
	._articleTable .artclTable thead th{
		background: #f7f7f7;
		border: 1px solid #cacaca;
		border-bottom: 1px solid #525252;
		font-size: 13px;
	}
	/*¸ñ·Ï_Çìµå+¸ñ·Ï°ø¿ë*/
	._articleTable .artclTable th,
	._articleTable .artclTable td{
		border-width: 0 1px 1px 1px;
		border-color: #cacaca;
		border-style: solid;
		padding: 7px 0;
		text-align: center;
		font-size: 11px;
	}


.search_sanhak fieldset { display:flex; justify-content:flex-end; }
.search_sanhak .box-search { position: relative; display: inline-block; background: #ebebeb; height: 40px; line-height: 40px; padding: 0 50px 0 15px; border-radius: 100px; min-width: 300px; }
.search_sanhak .box-search input:nth-child(1) { position: relative; top: 1px; width: 100%; height: 100%; background: transparent; border: 0; }
.search_sanhak .box-search input:nth-child(2) { position: absolute; right: 0; top: 0; width: 40px; height: 100%; background: url("../images/btn_search.png") no-repeat center center; text-indent: -9999px; cursor: pointer; }