.top_menu_wrap {
	padding: 1.5rem 0;
	background: #2989a2;
}
.top_menu_wrap .btn_wrap {
	display: flex;
	overflow: hidden;
	padding: 0 1.5rem;
	border-bottom: 1px solid #167488;
}
.top_menu_wrap .btn_wrap a {
	display: block;
	font-size: 1.8rem;
	width: calc(100% / 3);
	color: #fff;
	padding: 1.2rem 0;
	text-align: center;
}
.top_menu_wrap .btn_wrap a.active {
	color: #ffe180;
	font-weight: 700;
	border-bottom: 4px solid #ffe180;
}
.top_menu_wrap .btn_wrap.sm a {
	font-size: 1.4rem;
}
.top_menu_wrap .select_wrap {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.2rem;
	padding: 0 1.5rem;
}
.top_menu_wrap .select_wrap form {
	display: flex;
	gap: .7rem;
	flex-grow: 1;
}
.top_menu_wrap .select_wrap form select {
	width: 40%;
	height: 4rem;
	display: block;
	font-size: 1.3rem;
	appearance: auto;
	border: none;
	padding: 1rem .8rem;
	border-radius: .5rem;
	flex-grow: 1;
	background: #fff;
	-webkit-text-fill-color: #333;
	opacity: 1;
}
.top_menu_wrap .select_wrap form select:disabled {
	background: #fff;
}
.top_menu_wrap .select_wrap form select option {
	font-size: 1.3rem;
}
.top_menu_wrap .select_wrap .search {
	display: block;
	text-indent: -9999px;
	width: 4.5rem;
	height: inherit;
	border-radius: .5rem;
	background: #004c5e url("../img/search.png") no-repeat center / 2rem;
}


.content_wrap > .title_wrap {
	padding: 1.2rem 2rem;
	background: #e0f8ff;
}
.content_wrap > .title_wrap p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.content_wrap .item_wrap {
	padding: 2rem 1.5rem;
	min-height: calc(100vh - 22.1rem);
	background: #fff;
}
.content_wrap .item_wrap ul li {
	margin-bottom: 1.5rem;
}
.content_wrap .item_wrap ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
	border: 1px solid #2989a2;
	border-radius: .5rem;
	background: #fff;
	gap: .5rem;
}
.content_wrap .item_wrap ul li a .txt_box {
	display: grid;
	grid-template-columns: 4fr 1fr;
	column-gap: 1.5rem;
}
.content_wrap .item_wrap ul li a .txt_box .bank {
	font-size: 1.5rem;
	color: #999;
	order: 1;
}
.content_wrap .item_wrap ul li a .txt_box .name {
	font-size: 2rem;
	font-family: 'pretendard', sans-serif;
	font-weight: 700;
	padding: .5rem 0;
	line-height: 1.2;
	word-break: break-all;
	order: 3;
}
.content_wrap .item_wrap ul li a .txt_box .percent {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 800;
	color: #ed5a24;
	order: 2;
	grid-row: span 2;
	text-align: right;
}
.content_wrap .item_wrap ul li a .txt_box .percent em {
	font-size: 2.4rem;
	font-weight: 800;
	color: #ed5a24;
	margin-top: .5rem;
}
.content_wrap .item_wrap ul li a .btn_box {
	text-align: left;
}
.content_wrap .item_wrap ul li a .btn_box p {
	display: inline-block;
	min-width: 9rem;
	text-align: center;
	font-size: 1.4rem;
	padding: .5rem 1.3rem;
	color: #333;
	font-weight: 700;
	white-space: nowrap;
	border-radius: .5rem;
}
.content_wrap .item_wrap ul li a .btn_box p:not(:last-child) {
	margin-right: .3rem;
}
.content_wrap .item_wrap ul li a .btn_box br {
	display: none;
}

/* 230619 CMA & 대환대출 추가 */
.new_item_wrap {
	padding: 2rem 1.5rem;
	background: #fff;
	min-height: calc(100vh - 25.8rem);
}
.new_item_wrap ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.new_item_wrap ul li a {
	display: block;
	background: #fff;
	padding: 1.5rem;
	border: 1px solid #ccc;
	border-radius: .5rem;
}
.new_item_wrap ul li a .title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .6rem;
	gap: 1rem;
}
.new_item_wrap ul li a .title_wrap .title {
	font-size: 2rem;
	font-family: 'pretendard', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new_item_wrap ul li a .title_wrap .rate {
	font-size: 1.7rem;
	font-weight: 800;
	color: #ed5a24;
	letter-spacing: -.1rem;
	white-space: nowrap;
}
.new_item_wrap ul li a .title_wrap .rate em {
	font-size: 2.2rem;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	white-space: inherit;
}
.new_item_wrap ul li a .content_wrap table {
	border-collapse: separate;
	border-spacing: 0 .5rem;
}
.new_item_wrap ul li a .content_wrap table th,
.new_item_wrap ul li a .content_wrap table td {
	font-size: 1.7rem;
}
.new_item_wrap ul li a .content_wrap table th {
	font-weight: 700;
	padding-right: 1.5rem;
}
.new_item_wrap ul li a .content_wrap table td {
	color: #999;
	line-height: 1.4;
}
.new_item_wrap ul li a .content_wrap table td pre {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}
.new_item_wrap ul li a .note {
	width: fit-content;
	background: #e2e2e2;
	font-size: 1.7rem;
	font-weight: 600;
	padding: .7rem 1rem;
	color: #333;
	margin-top: 1.2rem;
	border-radius: .5rem;
}
.new_item_wrap ul li a .char {
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: -.1rem;
	color: #2989a2;
}