@charset "utf-8";

.inner.pd,
.inner.pd * {
	box-sizing: border-box;
}
.main_titbox {
	/* flex-wrap:wrap; */
}
/**********회생파산 검색창***********/
.bankrupt_search_wrapper {
	width: 100%;
	padding: 10rem 0;
	/*			background-color: rgba(39, 89, 231, 0.8);;*/
}

.bankrupt_search_wrapper .comment {
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: rgba(39, 89, 231, 0.8);
	font-weight: 900;
	letter-spacing: 8px;
	/*			text-emphasis: circle; */
}

.bankrupt_search_wrapper .input-wrapper {
	display: flex;
	width: 60%;
	gap: 1rem;
	position:relative;
	z-index:5;
	margin-left:auto;
	margin-right:auto;
}

.bankrupt_search_wrapper .input-wrapper button {
	width:10rem;
	font-size: 1.5rem;
	background-color: rgb(39, 89, 231);
	height: 5rem;
	color: #fff;
	border-radius: 5rem !important;
/*	box-shadow: 1rem 1rem 0 #9ebcfd;*/
	z-index:3;
	flex-shrink: 0;
}
.bankrupt_search_wrapper .btn-shadow {
	width:10rem;
	height:5rem;
	background-color: #9ebcfd;;
	position:absolute;
	right:-1rem;
	bottom:-1rem;
	z-index: 0;
	border-radius: 5rem;
    transition: transform 0.2s ease;
} 
.bankrupt_search_wrapper .input-wrapper button:hover + .btn-shadow,
.input-wrapper button:active + .btn-shadow {
	transform: translate(-1rem, -1rem)
}

.bankrupt_search_wrapper .input-wrapper button img {
	width: 30px;
	margin-left: 5px;
	vertical-align: middle;
}

.bankrupt_search_wrapper input[type="text"] {
	padding-top: 5px;
	padding-left: 30px;
	font-size: 1.2rem;
	height: 5rem;
	border: 3px solid #275ae7;
	border-radius: 5rem !important;
	box-shadow: 1rem 1rem 0 #9ebcfd;
	
}
br.mobile {
	display:none;
}
.bankrupt_search_wrapper input[type="text"]::placeholder {
	font-size:1.2rem;
	font-weight: 500;
}
@media (max-width:768px) {
	html,body {font-size: 14px;}
	br.mobile {
		display:block;
	}
	.btn-shadow {width: 70px !important;}
	.bankrupt_search_wrapper {
		padding-top:2rem;
		padding-bottom:2rem;
		width:100%;
	}
	#id__form_search_word_submit {
		width: 100%;
	}
	#id__search_word_input {flex:1; height: 3rem;}
	
	.bankrupt_search_wrapper .input-wrapper {width:100%;}
	.bankrupt_search_wrapper .input-wrapper button{width:70px !important; height:3rem;}
	.bankrupt_search_wrapper .input-wrapper .btn-shadow{ height:3rem;}
	.bankrupt_search_wrapper .input-wrapper button * {margin:0;}
	.bankrupt_search_wrapper .input-wrapper button span{
		display:none;
	}
	.bankrupt_search_wrapper .comment {
		display:none;}
		.bankrupt_search_wrapper .input-wrapper button img {
margin-left: 0;
}

}
/**********회생파산 검색 결과 리스트***********/
.SeeAllBtn {
	width: 15rem;
	height: 3.5rem;
	font-size: 1.2rem;
	display: flex;
	margin-left: auto;
	margin-bottom: .5rem;
	background-color: #333;
	color: #fff;
	align-items:center;
	justify-content: center;
}

.bankruptcy_result .tbody .tr .th,
.bankruptcy_result .tbody .tr .td {
	align-content: center;
}

.bankruptcy_result .tbody .tr:hover * {
	background-color: #5078eb;
	color: #fff;
}

.bankruptcy_result .tbody .tr .td {
	font-size: 1.2rem;
	font-family: 'Pretendard';
	font-weight: 500;
}

/**** 검색 결과 : pc ****/
@media only all and (min-width:1025px) {

	.bankruptcy_result .thead,
	.bankruptcy_result .tbody .tr {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
.bankruptcy_result .thead .th:first-child,
	.bankruptcy_result .tbody .td:first-child {
		width: 60px;
	}
.bankruptcy_result .thead .th:nth-child(2),
	.bankruptcy_result .tbody .td:nth-child(2) {
		width: 120px;
	}
.bankruptcy_result .thead .th:nth-child(3),
	.bankruptcy_result .tbody .td:nth-child(3) {
		width: 160px;
	}

.bankruptcy_result .thead .th:nth-child(4),
	.bankruptcy_result .tbody .td:nth-child(4) {
		width: 160px;
	}

.bankruptcy_result .thead .th:nth-child(5),
	.bankruptcy_result .tbody .td:nth-child(5) {
		flex: 1 1 auto;
		width:200px;
	}

.bankruptcy_result .thead .th:nth-child(6),
	.bankruptcy_result .tbody .td:nth-child(6) {
		flex: 1 1 auto;
		width:200px;
	}

.bankruptcy_result .thead .th:nth-child(7),
	.bankruptcy_result .tbody .td:nth-child(7) {
		width: 200px;
	}



	.bankruptcy_result .thead,
	.bankruptcy_result .tbody .tr {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

}

/**** 검색 결과 : 모바일 ****/
@media only all and (max-width:1024px) {
	.bankruptcy_result .tbody .tr:hover {
	background-color: #5078eb;
}
	.bankruptcy_result .thead,
	.bankruptcy_result .tbody .tr {
		width: 100%;
		display: flex;
		flex-direction: column;

	}
	.bankruptcy_result .tbody .tr .td{
		font-family: 'Pretendard';
		line-height: 130%;
		font-weight: 500;
	}
	.bankruptcy_result .tbody .tr .td:first-child {
		width: 200px;
	}
	.bankruptcy_result .tbody .tr .td:nth-child(2) {
		order:1;
	} 
	.bankruptcy_result .tbody .tr .td:nth-child(3) {
		width: auto;
		order:4;
	}

	.bankruptcy_result .tbody .tr .td:nth-child(4) {
		width: 250px;
		order:3;
	}

	.bankruptcy_result .tbody .tr .td:nth-child(5) {
		order:2;
		font-size: 1.5rem;
	}

	.bankruptcy_result .tbody .tr .td:nth-child(6) {
		flex: 1 1 auto;
		line-height: 130%;
		font-weight: 500;
		order:5;
		
	}

	.bankruptcy_result .tbody .tr .td:nth-child(7) {
		width: 400px;
		line-height: 130%;
		font-weight: 500;
		order:6;
	}

}

/*********************리드페이지 ***********************/
section,
article.claim-read {
	width: 100% !important;
}

/**************리드페이지 채권정보테이블****************/
.table-claim-info {
	border-top: 5px solid rgba(39, 89, 231, 0.8) !important;
	border-bottom: 5px solid rgba(39, 89, 231, 0.8) !important;
	border-left: 5px solid rgba(39, 89, 231, 0.8) !important;
	border-right: 5px solid rgba(39, 89, 231, 0.8) !important;
}
.table-claim-info > tbody > tr:nth-child(2) {
	border-top: 5px solid rgba(39, 89, 231, 0.8);
}
.history-table {
	margin:0;
}
.legal-table th, .legal-table td,
.history-table th, .history-table td {
	height:5rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 5rem;
}

.claim-info {
	color: var(--bs-gray) !important;
	font-weight: 900;
	background-color: var(--bs) !important;
}

.claim-info:hover {
	background-color: var(--bs-gray-500) !important;
	color: #af0000 !important;
}
.accordion-header > div {
	background-color:rgba(39, 89, 231, 0.8);
}
.accordion-item {
	border: 0 !important;
}

.accordion-button {
	margin: 0 !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	margin-right: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
	transform: rotate(180deg);
}

.accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	margin-right: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
	transform: rotate(0deg);
}

.first-td {
	border-right: 5px solid rgba(39, 89, 231, 0.8);
	padding: 50px 0 !important;
}

.img-wrapper {
	height: 400px;
}

.img-wrapper img {
	max-height: 400px;
	max-width: 500px;
}
.history-table thead tr {height:.8rem; !important}
.history-table thead tr th{
	background-color: #f5f5f5;
	line-height: 2rem;
	height:2rem;
	font-weight: 500;
}
.history-table tbody tr{
	border-top: 1px solid #f5f5f5;
}
/*************리드페이지 : 모바일****************/
@media screen and (max-width: 768px) {
	.main_titbox {
		/* flex-direction: column; */
		margin-bottom:1rem;
	}
	.SeeAllBtn {margin:1rem 0}
	h2 {
		position: static !important;
	}

	main {
		margin: 0;
		padding: 0;
	}

	section {
		transition: all 0.4s ease;
		padding: 3rem 0;
		border-radius: 0 !important;
	}


	#article-1 {
		width: calc(100vw - (100vw - 100%));
		padding: 2rem 0 !important;
	}

	#article-1 .articleHead {
		padding: 1rem;
		gap: 1rem;
	}
	.table-claim-info {
		width:100% !important;
	}
	.table-claim-info > .first-tr {
		width: 100%;
		display: flex;
		flex-direction: column;
		height: auto !important;
	}

	.first-td {
		display: block;
		width: 100% !important;
		max-width: none !important;
		border: 0 !important
	}
	.legal-table tr{
		display:flex;
		flex-direction: column;
	}
	.legal-table tr th, .legal-table tr td {
		display: flex;
		align-items:  center;
		justify-content:center;
		line-height: 3rem;
		height:3rem;
	}
	.legal-table tr td {
		border-bottom: 1px solid #275ae7
	}
	.history-table thead {
		display:none;
	}
	.history-table tbody tr {
		display:flex;
		flex-direction: column;
		border-bottom:  1px solid #275ae7
	}
	.legal-table tr:nth-child(2) td:last-child, .history-table tbody tr:last-child {
		border:none;
	}
	.history-table tbody tr td {
		line-height: 3rem;
		height:3rem;
		display:flex;
		align-items:center;
		justify-content: center;
	}
}

/************리드페이지 : 테이블 cont_main.css override *************/

#timeline-wrapper {
	background-color: white !important;
	cursor: auto;
	padding: 0;
	width: 100%;
	border: 0 ;
	box-shadow: none;
	border-radius:0 !important;
}
