.top_menu_wrap {
	padding: 1.5rem;
	background: #0969f9;
}
.top_menu_wrap .btn_wrap {
	display: flex;
	border-radius: .5rem;
	overflow: hidden;
	border: 1px solid #0b48a4;
}
.top_menu_wrap .btn_wrap a {
	display: block;
	font-size: 1.8rem;
	width: 100%;
	background: #0d5bce;
	color: #fff;
	padding: 1.2rem 0;
	text-align: center;
}
.top_menu_wrap .btn_wrap.sm a {
	font-size: 1.4rem;
}
.top_menu_wrap .btn_wrap a.active {
	background: #2badef;
	color: #fff963;
	border-radius: .5rem;
}
.top_menu_wrap .select_wrap {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.2rem;
}
.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: #0c2a68 url("../img/search.png") no-repeat center / 2rem;
}


.content_wrap > .title_wrap {
	padding: 1.2rem 2rem;
	background: #d7f2f9;
	border-bottom: 1px solid #ccc;
}
.content_wrap > .title_wrap p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #0f5cce;
}
.content_wrap .item_wrap,
.content_wrap .new_item_wrap {
	padding: 2rem 1.5rem;
	min-height: calc(100vh - 22.6rem);
	background: #f2fafc;
}
.content_wrap .new_item_wrap {
	min-height: calc(100vh - 18.3rem);
}
.content_wrap .item_wrap ul li {
	margin-bottom: 1.5rem;
}
.content_wrap .item_wrap ul li a {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
	border: 1px solid #ccc;
	border-radius: .5rem;
	background: #fff;
	gap: 1.5rem;
}
.content_wrap .item_wrap ul li a .txt_box .bank {
	font-size: 1.5rem;
	color: #999;
}
.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.3;
	word-break: break-all;
}
.content_wrap .item_wrap ul li a .txt_box .percent {
	font-size: 1.8rem;
	font-weight: 600;
	color: #f7696f;
}
.content_wrap .item_wrap ul li a .txt_box .percent em {
	font-size: 2.2rem;
	font-weight: 800;
	color: #f7696f;
}
.content_wrap .item_wrap ul li a .btn_box {
	text-align: right;
}
.content_wrap .item_wrap ul li a .btn_box p {
	display: inline-block;
	font-size: 1.4rem;
	padding: .5rem 1.3rem;
	color: #fff;
	font-weight: 700;
	border-radius: 2.5rem;
	white-space: nowrap;
}
.content_wrap .item_wrap ul li a .btn_box p:not(:last-child) {
	margin-bottom: .5rem;
}

/* 230619 CMA & 대환대출 추가 */
.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: #f7696f;
	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: #d0e0f4;
	font-size: 1.7rem;
	font-weight: 600;
	padding: .7rem 1rem;
	color: #0969f9;
	margin-top: 1.2rem;
}
.new_item_wrap ul li a .char {
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: -.1rem;
	color: #2badef;
}