.law_txt {
	text-align: center;
	line-height: 1.5;
	font-weight: 400;
}

.law_txt a {
	vertical-align: baseline;
	text-decoration: underline;
}

.law_txt b {
	font-weight: 500;
}

.law_table {
	font-size: 16px;
	border-collapse: separate;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 50px;
}

.law_table th {
	/*background-color: #1c4561;*/
	background-color: #16867d;
	color: #fff;
	padding: 34px 0;
	border: solid #cfcfcf;
	border-width: 1px 0 0 1px;
	font-weight: 400;
	font-size:20px;
}

.law_table td {
	padding: 10px 26px;
	/*height: 86px;*/height: auto;
	max-height: fit-content;
	border: solid #cfcfcf;
	border-width: 1px 0 0 1px;
	line-height: 28px;
	font-weight: 400;
	box-sizing: border-box;
    font-size:20px;
}

.law_table td a {vertical-align: initial;}

.law_table td.num {
	text-align: center;
}

.law_table td.date {
	text-align: center;
}

.law_table td.part {
	padding: 35px 10px 10px 10px;
	vertical-align: top;
	/*background-color: #eff4f7;*/
	background-color: #f3f3f3;
	text-align: center;
	line-height: 1.3;
}

.law_table tbody:not(.fir) tr:first-child td {
	border-top-color: #1c4561;
	z-index: 2;
}

.table-law-type {
	margin-bottom: 85px;
	padding: 14px 0;
	width: 100%;
	font-size: 20px;
	border-collapse: separate;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	text-align: center;
}

.table-law-type tr {
	/* height: 100px */
	
}

.table-law-type td {
	padding: 10px 0px;
	width: 20%;
	border-right: 1px solid #c6c6c6;
	font-weight: 500;
	cursor: pointer;
	cursor: hand;
	p
	{
	font-size
	:
	20px;
}

}
.table-law-type td.active {
	position: relative;
}

.table-law-type td.active::after {
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 100%;
	height: 8px;
	background-color: #16867d;
	content: '';
}

.table-law-type td:last-child {
	border-right: none;
}

.text_indent {
	padding-left: 20px;padding-right:10px;
}

.title-wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 25px 0;
}

.view_law_page { #lawTitle { border-top:1pxsolid#000;
	border-bottom: 1px solid #c6c6c6;
	text-align: center;
	height: 208px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; . preview-wrap { position : relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%; # mainTitle { font-size : 40px;
	font-weight: 600;
}

#btnViewLaw {
	position: absolute;
	padding: 8px 14px;
	display: flex;
	gap: 10px;
	width: fit-content;
	right: 0;
	bottom: -64px;
	font-size: 20px;
}

}
}
ul.title-wrap { #korTitle , #engTitle { font-size:20px;
	
}

}
}
ul.title-wrap #engTitle::before {
	content: "· ";
}

ul.title-wrap #korTitle::before {
	content: "· ";
}

}
.page_info_bottom ul>p {
	line-height: 34px;
}

#btnViewLaw {
	border: 1px solid #16867d;
	background-color: #16867d;
	color: white;
	padding: 5px;
	border-radius: 2em;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	/* 숨기기 */
	z-index: -1;
	opacity: 0;
}

.show {
	opacity: 1;
	z-index: 1000;
	transition: all .5s;
}

.window {
	position: relative;
	width: 100%;
	height: 100%;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	/* 임시 지정 */
	width: 500px;
	height: 800px;
	/* 초기에 약간 아래에 배치 */
	transform: translate(-50%, -40%);
}

.show .popup {
	transform: translate(-50%, -50%);
	transition: all .5s;
}

#popup-title {
	margin: 20px 20px 20px 20px;
}

#popup-contents {
	margin: 0px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	height: 85%;
	border: 1px solid gray;
}

/* 202403 추가 */
.db_table {
	font-size: 20px;
	border-collapse: separate;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin: 30px 0;
}

.db_table th {
	/*height: 86px;*/
	height: 60px;
	/*background-color: #1c4561;*/
	background-color: #16867d;
	color: #fff;
	/*padding: 10px;*/
	border: solid #cfcfcf;
	border-width: 1px 0 0 1px;
}

.db_table td {
	/*height: 86px;*/
	height: 60px;
	border: solid #cfcfcf;
	border-width: 1px 0 0 1px;
	padding: 7px 10px;
	line-height: 28px;
	font-weight: 200;
	box-sizing: border-box;
	vertical-align: middle !important;
}

.db_table td.num {
	text-align: center;
}

.db_table td.date {
	text-align: center;
}

.db_table td.part {
	vertical-align: top;
	background-color: #f3f3f3;
	text-align: center;
	font-weight: 400;
}

.db_table td.part-margin {
	vertical-align: middle;
	background-color: #f3f3f3;
	text-align: center;
}

.db_table tbody:not(.fir) tr:first-child td {
	border-top-color: #1c4561;
	z-index: 2;
}

.law_item2 {h2 { font-weight:800;
	
}

ul>li {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -1px;
	padding-bottom: 7px;
	strong
	{
	font-weight
	:
	800;
}

p {
	line-height: 34px;
}

p.inner_tab {
	margin-left: 20px;
}

}
}
.top {
	margin-top: 40px;
	margin-bottom: 20px;
	/*     	text-align: center; */
}

.bt3 {
	margin-top: 0;
	margin-bottom: 60px;
}

.underline {
	font-weight: 600;
	text-decoration: underline;
	text-underline-position: under;
}

.dbService { > .div-wrap-flex-column-gap80 { padding-bottom:50px;
	
}

}
.pccv_db_table {
	font-size: 20px;
	border-collapse: separate;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin: 30px 0;
}

.pccv_db_table th {
	height: 60px;
	background-color: #16867D;
	color: #fff;
	/*padding: 10px;*/
	border: solid #cfcfcf;
	border-width: 1px 0 0 1px;
}

.pccv_db_table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.pccv_db_table td {
	height: 60px;
	border: solid #cfcfcf;
	border-width: 1px 0 0 1px;
	padding: 7px 10px;
	line-height: 28px;
	font-weight: 200;
	box-sizing: border-box;
	vertical-align: middle !important;
	text-align: center;
}

.dbService .table_box{position: relative;}
.dbService .table_box:before {
	content: '●\A●\A●';
	position: absolute;
	left: 50%;
	font-size: 8px;
	line-height: 15px;
	color: #cfcfcf;
	white-space: pre;
	text-align: center;
	top: -63px;
}

.table_box {
	height: 95px;
	margin-top: 80px;
	background-color: #EFF4F7;
	border: solid #cfcfcf;
	border-width: 1px 0 1px 0;
}

.table_box .table_under_txt p {
	font-size: 25px;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
}

.table_box_underline {
	color: #16867d;
	text-decoration: underline;
	text-underline-position: under;
}

.en .law_item2 > .page_info_bottom > ul > li {padding-bottom: 15px;font-size: 18px;}
.en .law_item2 h2 {font-size: 30px;}
.en .text_indent p {text-align:justify;font-size:17px;}

.db_icon_table_01 {position: relative;margin-top:110px;}
.db_icon_table_02 {position: relative;margin-top:110px;}
.db_icon_table_01::before {content:"";width:155px;height: 68px;position: absolute;left:648px;top: -46px; background: url("/images_renew/service/db_icon_01.png") no-repeat;}
.db_icon_table_01::after {content:"";width:155px;height: 80px;position: absolute;left:1129px;top: -64px; background: url("/images_renew/service/db_icon_02.png") no-repeat;}
.db_icon_table_02::before {content:"";width: 108px;height: 85px;position: absolute;left: 668px;top: -62px; background: url("/images_renew/service/db_icon_03.png") no-repeat;}
.db_icon_table_02::after {content:"";width: 116px;height: 71px;position: absolute;left: 1167px;top: -52px; background: url("/images_renew/service/db_icon_04.png") no-repeat;}



