body {
	margin: 0;
	font-size: 10px;
}

.sp40 {
	display: block;
	width: 100%;
	height: 25px;
}

.line {
	display: block;
	width: 100%;
	height: 1px;
	background: #F1F1F1;
}

.sp72 {
	display: block;
	width: 100%;
	height: 72px;
}

.bb_sec_pgtitle01.page-header {
	margin: 0 auto;
	/* border-bottom: 1px solid #F3F3F3; */
	background: #fff;
}

.bb_sec_pgtitle01 .bb_text_pgtitle {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0.8rem;
	color: #4C4C50;
	margin: 0;
}

.bb_sec_pgtitle01 .bb_text_pgtitle .order {
	background: #F5F5F6;
	color: #525D6C;
	padding: 8px 16px;
	border-radius: 300px;
	font-size: 12px;
}

.bb_sec_line_01 h1.bb_text_pgtitle:not(.bb_text_pgtitle_bg)::before {
	display: none;
}

.bb_sec_line_01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* max-width: 1920px; */
	margin: 0 auto 0px;
	padding: 16px 32px;
	border-bottom: 1px solid #F3F3F3;
}

.bb_sec_line_01 h1.bb_text_pgtitle {
	max-width: 880px;
}

/* 배지 옆에 표시될 선택값 */
.selected-mirror {
	color: #4C4C50;
	border: 0;
	max-width: 40vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( prefers-color-scheme : dark) {
	.selected-mirror {
		background: #1e1e1e;
	}
}

/* 우측 셀렉트 박스 */
.controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

.select-wrap {
	position: relative;
}

.select-wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 700;
	width: 96%;
	max-width: 740px;
	min-width: 400px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	font-size: 18px;
}

.select-wrap select:focus {
	outline: 2px solid var(--focus);
	outline-offset: 2px;
}

/* 전체 공사 화면(원가계산서/공정표)용 - 단위공사 전환이 의미 없는 경우 */
.select-wrap_all_cnstwk select {
	max-width: none;
	width: auto;
	cursor: default;
	text-overflow: clip;
	color: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
	opacity: 1;
}

.select-wrap_all_cnstwk select:disabled {
	color: inherit;
	-webkit-text-fill-color: inherit;
	opacity: 1;
}

.select-wrap_all_cnstwk select:focus {
	outline: none;
}

.select-wrap .chev {
	pointer-events: none;
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.bb_sec_line_01 .controls svg {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.left_info {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	font-size: 14px;
	min-height: 38px;
}

.left_info .date_list, .left_info .price_list {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.price_list {
	gap: 1.6rem;
}

.left_info ul:not(.more_t) {
	padding: 0;
}

.left_info ul li {
	list-style: none;
	display: inline-block;
}

.left_info ul li:nth-child(odd) {
	color: #666666;
	margin-right: 4px;
	font-weight: 500;
	font-size: 12px;
}

.left_info ul li:nth-child(even) {
	color: #68686A;
	font-weight: 700;
}

.date_list ul:first-child::after {
	display: inline-block;
	clear: both;
	content: "";
	width: 1px;
	height: 10px;
	background: #b2b2b2;
	margin: 0 0.8rem;
}

.price_list ul:first-child li:nth-child(even) {
	color: #3a3a3c;
	font-weight: 800;
	font-size: 17px;
}

.more_t {
	display: flex;
	padding: 8px 16px;
	border-radius: 300px;
	align-items: center;
	justify-content: space-evenly;
}

.more_t.more_p {
	color: #FF647C;
	background: #FEF6F6;
}

.more_t.more_m {
	background: #F6F9FE;
	color: #6A98F1;
}

.price_list .more_t.more_p li:nth-child(odd) {
	color: #F46873;
}

.price_list .more_t.more_p li:nth-child(even) {
	color: #F24452;
	font-size: 16px;
}

.price_list .more_t.more_m li:nth-child(odd) {
	color: #6A98F1;
}

.price_list .more_t.more_m li:nth-child(even) {
	color: #4780EE;
	font-size: 16px;
}

.cmpltSelect-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.cmpltSelect-btn-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #525D6B;
	color: #FFF;
	cursor: pointer;
}

.cmpltSelect-btn-wrap button {
	color: #FFF;
	background: transparent;
	border: none;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: -0.4px;
}

#comboArrow2 {
	cursor: pointer;
	margin-right: -4px;
	transition: transform .2s ease;
	transform: rotate(-90deg);
}

.cmpltSelect {
	position: absolute;
	top: 100%;
	right: 0;
	display: flex;
	min-width: 165px;
	width: max-content;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	z-index: 1000;
	border-radius: 10px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
}

.cmpltBtn {
	width: 100%;
	text-align: left;
	color: #525D6C;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: -0.4px;
	background: transparent;
}

.cmpltBtn:hover {
	color: #4780EE;
}

.cntr-am-area {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}

.cntrAmTooltipBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cntrAmTooltip {
	position: absolute;
	top: 100%;
	right: 0;
	width: 580px;
	display: inline-flex;
	justify-content: center;
	gap: 1rem;
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	padding: 10px;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
	z-index: 1000;
}

#cntrAmTooltip ul li:nth-child(even) {
	color: #68686A;
	font-weight: 700;
	font-size: 14px;
}

/*상단 버튼*/
.bb_sec_line_02 .left_btn_list ul {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin: 0 auto;
	max-width: 1920px;
}

.bb_sec_line_02 .left_btn_list ul li {
	list-style: none;
	background: #F2F4F6;
	padding: 10px 16px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
	color: #525D6C;
	font-weight: 700;
}

.bb_sec_line_02 .left_btn_list ul li:hover {
	color: #1E2B3D;
	background: #DFE0E2;
}

.bb_sec_line_02 .left_btn_list ul li:last-child {
	background: #3182F6;
	color: #fff;
	font-weight: 600;
}

.bb_sec_line_02 .left_btn_list ul li:last-child:hover {
	background: #1B69D9;
}

/* 툴바 */
.toolbar-wrap {
	/* padding: 16px 32px 0; */
	
}

.toolbar {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* max-width: 1920px; */
	margin: 0 auto;
	justify-content: space-between;
	padding: 16px 32px 8px;
	background-color: #fff;
}

/* 카테고리 탭 */
.categories {
	flex: 1 1 420px;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 2px;
}

.categories::-webkit-scrollbar {
	display: none;
}

.pill {
	max-width: 180px;
	padding: 12px 14px;
	border-radius: 999px;
	background: transparent;
	color: #72777C;
	font-weight: 500;
	font-size: 13.5px;
	line-height: 1;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease,
		transform .02s ease;
	letter-spacing: -0.6px;
}

.pill[aria-selected="true"] {
	background: #F3FAFF;
	color: #4780EE;
	font-weight: 600;
}

.pill:hover {
	transform: translateY(-1px);
}

/* 토글 스위치 */
.toolbar_search .switch {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	color: #525D6C;
	font-weight: 500;
	position: absolute;
	left: 240px;
	top: 24px;
}

.toolbar_search .switch input {
	position: absolute;
	opacity: 0;
}

.toolbar_search .switch .track {
	width: 40px;
	height: 22px;
	border-radius: 999px;
	background: #cfd4dc;
	position: relative;
	transition: background .2s ease;
	border: 1px solid #e5e7eb;
}

.toolbar_search .switch .thumb {
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	transition: left .2s ease;
}

.toolbar_search .switch input:checked+.track {
	background: #1ACE80;
	border-color: #1ACE80;
}

.toolbar_search .switch input:checked+.track .thumb {
	left: 20px;
}

/* 옵션 그룹 */
.options {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-left: auto;
}

/* 버튼 */
.options .btn {
	padding: 9px 13px;
	border-radius: 6px;
	border: 0;
	background: #F2F4F6;
	font-size: 12.5px;
	color: #525D6C;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: transform .02s ease, background .2s ease;
	height: auto;
	letter-spacing: -0.6px;
}

.btn:hover {
	background: #f9fafb;
}

.btn.ghost {
	background: #F2F4F6;
	color: #525D6C;
}

.btn.ghost.on {
	background: #F24452;
	color: #fff;
}

.btn.ghost.off {
	background: #B3BAC0;
	color: #fff;
}

.check_bar {
	display: flex;
	gap: 12px;
	align-content: center;
	flex-direction: row;
}

/* 체크박스 */
.check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #525D6C;
	font-weight: 600;
}

.check input {
	width: 20px;
	height: 20px;
	accent-color: #2563eb;
	border-radius: 8px;
}

/* 검색 */
.toolbar_search {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 1.6rem;
	align-items: center;
	gap: 0.4rem;
	/* max-width: 1920px; */
	margin: 0 auto;
	padding: 16px 32px 10px;
	background: #F6F9FE;
}

.search {
	position: relative;
	min-width: 220px;
}

.search input {
	min-width: 200px;
	max-width: 360px;
	width: 360px;
	padding: 8px 46px 8px 14px;
	border-radius: 300px;
	border: 1px solid rgba(60, 63, 79, 0.20);
	background: #FFF;
	color: #1f2937;
	font-size: 12px;
}

.search input::placeholder {
	color: #6b7280;
}

.search svg {
	position: absolute;
	right: 15px;
	top: 46%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	opacity: .65;
}

.container:has(.toolbar-wrap) .contents.full>.contents-layout {
	height: calc(100vh - 210px);
}

/* 반응형 */
@media ( max-width : 860px) {
	.options {
		flex-wrap: wrap;
	}
}

/*변경개요*/
h1.bb_text_pgtitle {
	display: flex;
}

.folder_svg {
	width: 24px;
	height: 24px;
}

.folder_svg svg {
	width: 24px;
	height: 24px;
}

/* 카드 공통 */
.prgpymnt_amt .rg-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.prgpymnt_amt .rg-card+.rg-card {
	margin-top: 12px;
}

.prgpymnt_amt .rg-card.is-active {
	background: #FFFFFF;
	padding: 22px 36px 30px;
	background: #F5F7F9;
	border-radius: 0 0 1.6rem 1.6rem;
}

.prgpymnt_amt:has(.rg-card[style*="display: none"]) .rg-card.is-active {
	border-radius: 1.6rem;
}

/* 헤더 */
.prgpymnt_amt .rg-head {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.prgpymnt_amt .rg-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.prgpymnt_amt .rg-step {
	font-size: 13.5px;
	color: #1F2937;
	background: #F2F4F6;
	padding: 0px 12px;
	border-radius: 6px;
	height: 36px;
	line-height: 36px;
}

.prgpymnt_amt .rg-step strong {
	font-weight: 800;
}

.prgpymnt_amt .rg-amount {
	font-size: 14px;
	color: #6B7280;
}

.prgpymnt_amt .rg-amount b {
	color: #636A71;
	font-weight: 800;
	font-size: 20px;
	margin-left: 4px;
}

/* 상태 칩 */
.prgpymnt_amt .rg-chip {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.2px;
}

.prgpymnt_amt .rg-chip--writing {
	background: #EDEAFF;
	color: #5B4BFF;
	align-self: anchor-center;
}

/* 메타 */
.prgpymnt_amt .rg-meta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.prgpymnt_amt .rg-meta li {
	font-size: 12px;
	color: #72777C;
}

.prgpymnt_amt .rg-meta b {
	color: #636A71;
	font-weight: 700;
	margin-left: 4px;
}

/* 구분 화살표 */
.prgpymnt_amt .rg-divider {
	display: flex;
	justify-content: center;
	margin: 14px 0;
	position: relative;
}

.prgpymnt_amt .rg-toggle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #E5E7EB;
	background: #252525;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* 변경 블록 */
.prgpymnt_amt .rg-change {
	border: 1px solid #E5E7EB;
	border-radius: 12px;
	background: #fff;
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.prgpymnt_amt .rg-change__row {
	display: grid;
	grid-template-columns: 78px 1fr;
	align-items: center;
	gap: 32px;
}

.prgpymnt_amt .rg-label {
	display: inline-block;
	background: #F3F4F6;
	color: #343536;
	font-size: 12.5px;
	border-radius: 999px;
	padding: 0px 6px;
	text-align: center;
	font-weight: 600;
	height: 28px;
	line-height: 28px;
	max-width: 80px;
	width: 72px;
}

.prgpymnt_amt .rg-prev {
	font-size: 14px;
	color: #6B7280;
	text-align: right;
	font-weight: 400;
}

.rg-prev-inner .rg-prev-item {
	align-items: center;
	font-size: 12px;
}

.prgpymnt_amt .rg-prev em {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
}

.prgpymnt_amt .rg-prev .pos {
	color: #2563EB;
}

.prgpymnt_amt .rg-prev .neg {
	color: #E11D48;
}

/* 사유 말줄임 (한 줄) */
.prgpymnt_amt .rg-reason {
	margin: 0;
	font-size: 13px;
	color: #3D4859;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: -0.6px;
	text-align: right;
}

.rg-change__row:first-child {
	border-bottom: 1px dashed #D2D2D2;
	padding-bottom: 16px;
}

/* CTA 버튼 */
.prgpymnt_amt .rg-btn-primary {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 10px;
	background: #EF4444;
	color: #fff;
	font-size: 14.6px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: -0.7px;
}

.prgpymnt_amt .rg-btn-primary:hover {
	filter: brightness(0.96);
}

.bottom_line {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

/* 반응형 */
@media ( max-width : 640px) {
	.prgpymnt_amt {
		padding: 14px;
	}
	.prgpymnt_amt .rg-change__row {
		grid-template-columns: 84px 1fr;
	}
	.prgpymnt_amt .rg-reason {
		font-size: 13px;
	}
}

.prgpymnt_amt00 {
	padding: 0;
}

.rg-card:first-child .rg-head {
	padding: 28px 36px 0;
	position: relative;
	gap: 6px;
}

/*변경현황 타이틀 & 버튼 */
.section_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 2.4rem;
}

.section_title h2 {
	color: #3D4859;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.5px;
}

.section_title h2 span {
	font-size: 16px;
	font-weight: 800;
	color: #4780EE;
}

.price_box {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}

.price_box ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.6rem;
}

.price_box ul li:first-child {
	color: #72777C;
	font-size: 13px;
	font-weight: 500;
}

.price_box ul li:first-child strong {
	color: #2A435D;
	font-size: 16.5px;
	font-weight: 750;
	margin-left: 6px;
}

.price_box ul li:nth-child(2) {
	font-size: 13px;
	color: rgba(255, 34, 68, 0.70);
	font-weight: 500;
}

.price_box ul li:nth-child(2) strong {
	color: #F24452;
	font-size: 16.5px;
	font-weight: 700;
	margin-left: 4px;
}

.section_title button.btn_0p {
	background: linear-gradient(97deg, #31C1F6 -18.68%, #8B24AD 96.31%);
	box-shadow: 0 5.429px 27.143px 0 rgba(60, 60, 60, 0.25);
}

.section_title button.list_add_btn {
	background: linear-gradient(90deg, #3182F6 0%, #2453AD 96.77%);
	box-shadow: 0 5.429px 27.143px 0 rgba(60, 60, 60, 0.25);
}

.section_title button:not(.open_list_btn) {
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	padding: 4px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	border: 0;
	font-size: 13px;
	font-weight: 450;
	letter-spacing: -0.5px;
	height: 38px;
}

/*변경현황 카드*/
.list_card ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.list_card ul li {
	cursor: pointer;
}

.list_card ul li.add_card {
	border-radius: 14px;
	border: 1px solid rgba(71, 128, 238, 0.10);
	background: linear-gradient(113deg, #F9FCFE 26.8%, #FFF 46.63%, #ECF6FC 93.33%);
	box-shadow: 0 4px 22px 0 rgba(71, 128, 238, 0.16);
	text-align: center;
	padding: 2.4rem;
	height: 150px;
}

.list_card ul li.add_card a {
	font-size: 1.8rem;
	color: #4780EE;
	font-weight: 600;
	letter-spacing: -0.45px;
}

.list_card ul li.add_card a svg {
	border-radius: 300px;
	background: #DEEEFF;
	box-shadow: 0 4px 14px 0 rgba(71, 128, 238, 0.40);
	display: block;
	margin: 0 auto 2.4rem;
	padding: 1.3rem;
	width: 40px;
	height: 40px;
}

.list_card ul li:not(.add_card) {
	border-radius: 14px;
	background: linear-gradient(103deg, #FBFBFD 11.85%, #F3F6F9 81.41%);
	padding: 2.4rem;
	height: 150px;
	border-radius: 14px;
	background: linear-gradient(103deg, #FBFBFD 11.85%, #F3F6F9 81.41%);
}

.list_card ul li:not(.add_card) a {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}

.list_card ul li .card_t {
	color: #525D6B;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.5px;
	height: 10px;
}

.list_card ul li .card_date {
	color: #72777C;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.35px;
	margin-top: -8px;
}

.list_card ul li .card_date strong {
	font-weight: 600;
	margin-left: 4px;
}

.list_card ul li .card_p_r, .card_p_b {
	text-align: right;
	font-family: "Min Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.list_card ul li .card_p_r, .price_box .decrs, .price_box .decrs strong
	{
	color: #F24452 !important;
}

.list_card ul li .card_p_b, .price_box .incrs, .price_box .incrs strong
	{
	color: #4780EE !important;
}

.card_price {
	color: #303030;
	font-family: "Min Sans";
	font-size: 18.5px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.4px;
	text-align: right;
	margin-top: -15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card_price span {
	font-size: 12px;
	color: #72777C;
	font-weight: 500;
}

.list_card {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.list_card ul {
	display: grid;
	grid-template-columns: 0.8fr repeat(5, 1fr);
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	/* position: relative; */
	width: 110%;
}

span.arrow_card {
	border-radius: 300px;
	background: #FFF;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.09);
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 44px;
	position: absolute;
	top: 65%;
	transform: translate(0%, 0%);
	z-index: 99;
	cursor: pointer;
}

span.arrow_card a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

span.arrow_card_right {
	right: -20px;
}

span.arrow_card_left {
	left: -20px;
}

.list_card::after {
	display: inline-block;
	background: linear-gradient(270deg, #FFF 12.5%, rgba(255, 255, 255, 0.00)
		105.5%);
	width: 100px;
	height: 150px;
	clear: both;
	content: "";
	position: absolute;
	right: 0;
	z-index: 80;
	top: 0;
}

.section_line {
	position: relative;
}

.section_line:not(:first-child) {
	border-top: 1px solid #ebebeb;
	margin-top: 4rem;
	padding-top: 3.2rem;
}

/*이전변경이력*/
.open_list_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #d9e3fb;
	border-radius: 10px;
	background: #fff;
	cursor: pointer
}

.open_list_btn .icon {
	display: none !important;
	line-height: 0
}

/* 기본 모두 숨김 */
/* 열린 상태: 화살표만 표시 + 회전 */
.open_list_btn[aria-expanded="true"] .icon.chevron {
	display: inline-flex !important
}

.open_list_btn[aria-expanded="true"] .icon.chevron svg {
	transition: transform .25s ease;
	transform: rotate(180deg)
}

/* 닫힌 상태: - 만 표시 (화살표는 완전 숨김) */
.open_list_btn[aria-expanded="false"] .icon.minus {
	display: inline-flex !important
}

/* 리스트 애니메이션 */
.list_ul {
	overflow: hidden;
	transition: max-height .28s ease
}

.list_ul[hidden] {
	display: none !important
}

/* 내용 스타일 (간단 예시) */
.list_ul ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
}

.list_ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-radius: 12px;
	background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%),
		linear-gradient(270deg, #ECF7FB 0.06%, #EAF2FF 99.94%), #F8FBFE;
	padding: 14px 18px;
}

.left_cn, .right_cn {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.date_t_p strong {
	margin-left: 4px;
	color: #555C64;
	font-family: "Min Sans VF";
	font-size: 14px;
	/* font-style: normal; */
	font-weight: 600;
	/* line-height: 100%; */
	letter-spacing: -0.32px;
}

.ch_left {
	color: #fff;
	font-size: 12px;
	background: #4780EE;
	padding: 8px 14px;
	border-radius: 300px;
}

.ch_left strong {
	margin-left: 4px;
}

.lt_tb_price, .date_t_p {
	color: #72777C;
	font-size: 14px;
	display: flex;
	align-items: center;
}

@media ( max-width : 640px) {
	.list_ul li {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
}

.list_ul[hidden] {
	display: none !important;
}

.list_ul li:hover {
	box-shadow: 0 4px 24px 0 rgba(12, 32, 82, 0.08);
	background: #f4f4f4;
}

.list_ul li:not(:last-child) {
	margin-bottom: 1.6rem;
}

.lt_tb_price strong {
	color: #2A435D;
	font-size: 18px;
	font-weight: 700;
	margin-left: 6px;
}

span.arrow_card_right:hover svg, span.arrow_card:hover svg {
	filter: opacity(0.5);
}

/* Loading */
.prgr-cover:has(.prgr-loader) {
	    background: transparent !important;
    padding: 0rem !important;
    left: 0 !important;
}

.prgr-cover {
	position: relative;
	margin: 0 auto;
	left: 42% !important;
	padding: 4rem !important;
	border-radius: 5px !important;
	background: none !important;
	font-size: 1.4rem;
}

.prgr-cover .prgpyLoading span {
	color: #0080FF !important;
}

.prgr-cover .prgr-loader {
	background: url(/eurecax/static/common/ajax-loader.gif) no-repeat center;
	display: block;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	border: 0;
	margin: 0 auto;
	cursor: inherit;
	outline: none;
	text-align: center;
}

.prgr-time .prgr-time-text {
	display: none;
}