input {color:#000}
input[type="text"]:focus, select:focus {
  outline: 1px solid #0071c1;
}
input::placeholder {
  color: #bfbfbf;
}
a:visited{
    color: unset;
    /* text-decoration: none; */
}
.material-symbols-outlined.filled {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.top_smenu_li, .top_smenu_li a::before,  #footer .footer_menu .menu_left ul, #top_logovNew .top_smenuNew ul {
list-style:none
}

.search-law-wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
/*
¿ÞÂÊ ¿µ¿ª
*/
.law-left-box {width:62%}
.law-left-box .hug-title {
	font-weight:600;
	padding:10px 0 10px 10px;
}
.law-left-box .search-law-table {
	border-bottom: solid 1px #ccc;
	margin-bottom:35px;
}
	.law-left-box .search-law-table th {
		text-align:center;
		height:50px;
		border-top: solid 1px #ccc;
		font-weight:400;
	}
	.law-left-box .search-law-table th a {
		color: #308ef1;
	}
	.law-left-box .search-law-table td {
		text-align:center;
		border-top: solid 1px #ccc;
	}
	.law-left-box .search-law-table td a {
		color: #000;
	}

.law-left-box .search-law-table th:hover:has(a), .law-left-box .search-law-table td:hover:has(a) {
background:#fcf3cf;
text-decoration:underline;
}
.masbox-wrap {
    display: flex;
    justify-content: center;
	width:100%;
}
.masbox-wrap .masbox {
    position: absolute;
    width: 1px;
    height: 1px;
    display: none;
	margin-right:auto;
	z-index:9
}
.masbox-wrap .masbox .masbox_masg {
    position: relative;
    box-sizing: content-box;
    background: #fdffea;
    text-align: left;
    padding: 10px 10px 11px 10px;
    border: solid 1px #cccccc;
    box-shadow: 5px 5px #dddddd90;
    top: -52px;
    left: -52px;
    border-radius: 5px 5px;
	width: max-content;
	font-weight:400;
}
.th-title {}
.bubname:hover ~ .masbox {
    display: block;}

/*
¿À¸¥ÂÊ ¿µ¿ª
*/
.law-right-box {width:38%; margin-top:10px;}

	a:link .uline {color:#000;}
	a:visited .uline {color:#0000ff; }
	a:hover .uline {text-decoration:underline; color:#EF8700; }
	a:link .uline1 {color:#1FA600 !important;}
	a:hover .uline1 {text-decoration:underline !important; color:#1FA600 !important;}
	a:visited .uline1 {text-decoration:underline !important; color: #C00 !important;}

	.lawday-table {background:#fff;border: solid 10px #fff;}
	.lawday-table th {height:30px;  line-height:160%;}
	.lawday-table td {height:30px; text-align:center; border-bottom: solid 1px #D9D9D9;}
	.lawday-table td:first-child {text-align:right}
	.lawday-table tr:last-child td { border-bottom: solid 0px #D9D9D9;}
	.lawday-table td.date:has(a):hover {
		background: #fcf3cf;
	}
	.lawday-table td.chse a span::before {
		content:'¡æ';
		display:inline-flex;
		width:15px;
		height:15px;
		margin-right:10px;
	}
.jibub-layer {}
	.jibub-layer .jibub-title {
		display: flex;
		align-items: center;
		margin:0px 0 10px 0;
		justify-content: flex-start;
	}
		.jibub-layer .jibub-title .btn-view-bub {
		    color: #fff;
			background: #595959;
			border-radius: 3px 3px;
			font-size:14px;
			padding:2px 7px;
			margin-left:auto
		}
		.jibub-layer .jibub-title a {
			font-weight:600;
			color:#000;
		}

	.jibub-layer .jibub-box {
		display: flex;
		align-items: center;
		background: #e3eff9;
		padding: 15px;
		border-radius: 10px 10px;
		flex-direction: column;
	}
		.jibub-layer .jibub-box .jibub-box-ttl {
			font-weight:600;
			text-align: center;
			padding:5px 0;
		}
		.jibub-layer .jibub-box div {
			width:100%;
			margin-bottom:10px;
			text-align: center;
		}
	.jibub-layer .material-symbols-outlined,
	.jiwon-layer .material-symbols-outlined {
		font-size: 18px;
		margin-left:10px;
	}

.jiwon-layer {}
	.jiwon-layer .jiwon-title {
		display: flex;
		align-items: center;
		margin:0px 0 10px 0;
		justify-content: space-between;
	}
		.jiwon-layer .jiwon-title .btn-view-bub {
		    color: #fff;
			background: #7f7f7f;
			border-radius: 3px 3px;
			font-size:12px;
			padding:2px 7px;
		}
		.jiwon-layer .jiwon-title a {color:#195EA9;}
	.jiwon-layer .jiwon-box {
		display: flex;
		align-items: center;
		background: #f5f5f5;
		padding: 15px;
		border-radius: 10px 10px;
		flex-direction: column;
	}
		.jiwon-layer .jiwon-title .jibub-box-ttl {
			font-weight:600;
			text-align: center;
			padding:5px 0;
		}
		.jiwon-layer .jiwon-box div {
			width: 100%;
			margin-bottom: 10px;
			text-align: center;
		}

.infoline {
	font-size:14px;
	color:#7f7f7f;
	text-align:right !important;
}
.more-court-line {
	display: flex;
    align-items: center;
	justify-content: center;
	margin-top:10px;
}
	.more-court-line .btn-more-court {
		display: flex;
		align-items: center;
		justify-content: center;
		padding:8px 20px;
		background: #156082;
		border-radius:5px 5px;
		color:#fff;
		}
	.more-court-line .btn-more-court:hover {
		background: #084561;

	}
.Atitle {
    font-weight: 600;
    letter-spacing: -1px;
    color: #195EA9;
    height: 26px;
    padding: 3 0 0 0;
    text-align: left;
}


.c2 {
    color: #FF4800;
    text-decoration: none;
}