/* s: 260803 제휴카드 */


/* 탭 css 추가 */
.tab-menu-type3 ul{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.tab-menu-type3 ul .tab-link{
	text-align: center;
	flex: 1 0 25%;
}

.card-swiper {
	border-radius: 16px;
	margin-bottom: 50px;
}

.card-swiper-img.mobile {
	display: none;
}

.card-custom-pagination {
	display: flex;
	position: absolute;
	right: 24px;
	bottom: 20px;
	z-index: 5;
}

.card-custom-pagination .fraction {
	width: 50px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	background: rgb(51 51 51 / 25%);
	padding: 0;
}

.card-custom-pagination .control {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: rgb(51 51 51 / 25%);
	margin-left: 8px;
}

.card-custom-pagination .control .swiper-button-auto {
	width: 100%;
	height: 100%;
	background-size: 23% auto;
}

.ev-card-detail {
	color: #000000;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
}

.ev-card-detail .card-header {
	background-color: #f6f6f6;
	padding: 30px 60px;
	display: flex;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.ev-card-detail .card-header-img {
	width: 160px;
	flex: none;
}

.ev-card-detail .card-header-info {
	flex: 1;
}

.ev-card-detail .card-title {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.ev-card-detail .card-subtitle {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
}

.ev-card-detail .card-body {
	padding: 40px 50px;
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.ev-card-detail .benefit-section {
	flex: 1.05;
	display: flex;
	flex-direction: column;
}

.ev-card-detail .benefit-section:not(:has(~ .promo-section)) .benefit-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.ev-card-detail .section-title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}

.ev-card-detail .benefit-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ev-card-detail .benefit-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F6F6F6;
	padding: 15px 20px;
	border-radius: 10px;
	min-height: 80px;
}

.ev-card-detail .benefit-cond {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
}

.ev-card-detail .benefit-cond::before {
	content: '';
	flex: none;
	width: 13px;
	height: 10px;
	background: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5.44444L4.38462 9L12 1" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
	background-size: contain;
}

.ev-card-detail .benefit-val {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	text-align: right;
}

.ev-card-detail .benefit-val-main {
	font-size: 20px;
	font-weight: 600;
	color: #3617CE;
}

.ev-card-detail .benefit-val-desc {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
}

.ev-card-detail .promo-section {
	flex: 0.95;
	display: flex;
	position: relative;
	background: #fff;
	overflow: hidden;
	border: 4px solid #aaaaaa;
	border-radius: 16px;
	box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
	min-height: 270px;
}

.ev-card-detail .promo-card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	filter: grayscale(100%);
	opacity: 5%;
}

.ev-card-detail .promo-card {
	z-index: 1;
	width: 100%;
	padding: 35px 40px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}


.ev-card-detail .promo-badge {
	background-color: #EAEAEA;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 30px;
	margin-bottom: 5px;
}

.ev-card-detail .promo-headline {
	font-size: 27px;
	font-weight: 900;
	color: #3717CE;
	margin-bottom: 16px;
	letter-spacing: -0.04em;
}

.ev-card-detail .promo-bullet-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	z-index: 1;
}

.ev-card-detail .promo-bullet-item {
	font-size: 16px;
	color: #555555;
	line-height: 1.5;
	padding-left: 12px;
	position: relative;
	word-break: keep-all;
}

.ev-card-detail .promo-bullet-item::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}

.ev-card-terms {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 40px 50px;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	background-color: #fff;
	margin-top: 40px;
}

.ev-card-terms .cond-section {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.ev-card-terms .cond-section-head {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ev-card-terms .cond-section-title {
	font-size: 21px;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.05em;
}

.ev-card-terms .cond-divider {
	display: block;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.ev-card-terms .cond-period {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	letter-spacing: -0.05em;
	gap: 10px;
}

.ev-card-terms .cond-period .label {
	font-weight: 700;
	color: #000;
	white-space: nowrap;
	min-width: 110px;
}

.ev-card-terms .cond-period .value {
	font-weight: 400;
	color: #555;
}

.ev-card-terms .cond-period .value .lst-terms > li {
	font-size: inherit;
	line-height: inherit;
}

.ev-card-terms .cond-subtitle {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.ev-card-terms .cond-desc {
	font-size: 16px;
	color: #555;
	line-height: 1.875;
	word-break: keep-all;
}

.ev-card-terms .cond-table::after {
	content: none;
}

.ev-card-terms .cond-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #3717ce;
	border-bottom: 1px solid #3717ce;
}

.ev-card-terms .cond-table thead th {
	background-color: #f7f6fb;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	padding: 14px 8px;
	border-bottom: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}

.ev-card-terms .cond-table thead th:last-child {
	border-right: none;
}

.ev-card-terms .cond-table tbody td {
	text-align: center;
	font-size: 18px;
	color: #000;
	padding: 14px 8px;
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}

.ev-card-terms .cond-table tbody td:last-child {
	border-right: none;
}

.ev-card-terms .cond-table tbody tr:first-child td {
	border-top: none;
}

.ev-card-terms .promo-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ev-card-terms .promo-item {
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ev-card-terms .promo-item-title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

.lst-terms {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.lst-terms > li {
	position: relative;
	padding-left: 12px;
	font-size: 16px;
	color: #555;
	line-height: 1.875;
	word-break: keep-all;
}

.lst-terms > li::before {
	content: '\b7\a0';
	position: absolute;
	left: 0;
	top: 0;
}

.lst-terms > li strong {
	font-weight: 700;
	color: #555;
}

.lst-terms > li.lst-terms-row {
	display: flex;
	align-items: flex-start;
	column-gap: 0.2rem;
	margin-top: 0;
	margin-left: 0;
}

.lst-terms-row > strong {
	flex: none;
	white-space: nowrap;
}

.lst-terms-body {
	flex: 1;
	min-width: 0;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.lst-terms-body .sub-list {
	margin-top: 0 !important;
	padding-left: 12px;
}

.lst-terms .sub-list {
	margin-top: 4px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.lst-terms .sub-list > li {
	position: relative;
	color: #555;
	line-height: 1.6;
	word-break: keep-all;
}

.lst-terms .sub-list .sub-list {
	padding-left: 12px;
}



.acc-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.acc-list .acc-list-item {
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.acc-list .acc-list-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

.acc-group .acc-content .acc-list strong {
	font-size: inherit;
}



.ev-card-detail .card-footer {
	padding: 30px 15px;
	background-color: #F6F6F6;
}

.ev-card-detail .card-footer .btn-wrap {
	margin-top: 0;
}



@media (max-width: 1080px) {
	.card-swiper {
		border-radius: 0.7rem;
		margin-bottom: 1.5rem;
	}

	.card-swiper-img.pc {
		display: none;
	}

	.card-swiper-img.mobile {
		display: block;
	}

	.card-custom-pagination {
		right: 0rem;
		bottom: auto;
		top: 0rem;
	}
	
	.card-custom-pagination .fraction {
		width: auto;
		height: 2.33rem;
		line-height: 2.33rem;
		font-size: 1rem;
		padding: 0 1.1rem;
        top: 1.1rem;
        right: 4.4rem;
	}
	
	.card-custom-pagination .control {
		width: 2.33rem;
		height: 2.33rem;
		top: 1.1rem;
        right: 1.6rem;
		margin-left: 0;
	}
	
	.card-custom-pagination .control .swiper-button-auto {
		width: 100%;
		height: 100%;
		background-size: 23% auto;
	}

	.ev-card-detail {
		border-radius: 0.7rem;
	}

	.ev-card-detail .card-header {
		gap: 1.2rem;
		padding: 1.5rem;
	}

	.ev-card-detail .card-header-img {
		width: 7rem;
	}

	.ev-card-detail .card-header-img img {
		width: 100%;
	}

	.ev-card-detail .card-title {
		font-size: 1.35rem;
		margin-bottom: 0.6rem;
	}

	.ev-card-detail .card-subtitle {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.ev-card-detail .card-body {
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
		padding: 1.5rem;
	}

	.ev-card-detail .benefit-section {
		width: 100%;
	}

	.ev-card-detail .section-title {
		font-size: 1.35rem;
		margin-bottom: 1.15rem;
	}

	.ev-card-detail .benefit-list {
		gap: 0.7rem;
	}

	.ev-card-detail .benefit-section:not(:has(~ .promo-section)) .benefit-list {
		grid-template-columns: 1fr;
	}

	.ev-card-detail .benefit-item {
		height: auto;
		min-height: 4.5rem;
		padding: 0.7rem 1.5rem;
		border-radius: 0.45rem;
	}

	.ev-card-detail .benefit-cond {
		font-size: 1.2rem;
		gap: 0.4rem;
	}

	.ev-card-detail .benefit-val-main {
		font-size: 1.2rem;
	}

	.ev-card-detail .benefit-val-desc {
		font-size: 0.85rem;
	}

	.ev-card-detail .benefit-cond::before {
		width: 0.72rem;
		height: 0.56rem;
	}

	.ev-card-detail .promo-section {
		width: 100%;
		border-radius: 1.2rem;
		min-height: 16.7rem;
	}

	.ev-card-detail .promo-card {
		padding: 2rem 1.8rem;
	}

	.ev-card-detail .promo-badge {
		font-size: 1.05rem;
		padding: 0.4rem 0.75rem;
		margin-bottom: 0.4rem;
	}

	.ev-card-detail .promo-headline {
		font-size: 1.8rem;
		margin-bottom: 1.15rem;
	}

	.ev-card-detail .promo-bullet-list {
		gap: 0.4rem;
	}

	.ev-card-detail .promo-bullet-item {
		font-size: 1.05rem;
		padding-left: 0.9rem;
	}

	.ev-card-detail .card-footer {
		padding: 1.5rem 1.2rem;
	}

	.ev-card-terms {
		gap: 1.5rem;
		padding: 1.5rem;
		border-radius: 0.7rem;
		margin-top: 3rem;
	}

	.ev-card-terms .cond-section {
		gap: 0.7rem;
	}

	.ev-card-terms .cond-section-head {
		gap: 1.15rem;
	}

	.ev-card-terms .cond-section-title {
		font-size: 1.35rem;
	}

	.ev-card-terms .cond-period {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.28rem;
		font-size: 1.2rem;
	}

	.ev-card-terms .cond-subtitle {
		font-size: 1.2rem;
	}

	.ev-card-terms .cond-subtitle.text-primary {
		font-size: 1.35rem;
	}

	.ev-card-terms .cond-desc {
		font-size: 1.05rem;
		line-height: 1.71;
	}

	.ev-card-terms .cond-table thead th,
	.ev-card-terms .cond-table tbody td {
		font-size: 1.05rem;
		padding: 0.44rem;
		line-height: 1.14;
		word-break: keep-all;
		height: 3.2rem;
	}

	.ev-card-terms .promo-item {
		padding: 1.15rem;
		gap: 0.7rem;
		border-radius: 0.7rem;
	}

	.ev-card-terms .promo-item-title {
		font-size: 1.2rem;
	}

	.lst-terms {
		gap: 0.5rem;
	}

	.lst-terms > li {
		padding-left: 0.67rem;
		font-size: 1.05rem;
		line-height: 1.71;
	}

	.lst-terms-body .sub-list {
		padding-left: 0.67rem;
	}

	.lst-terms .sub-list {
		margin-top: 0.2rem;
		gap: 0.2rem;
	}

	.lst-terms .sub-list .sub-list {
		padding-left: 0.67rem;
	}

	.lst-terms > li.lst-terms-row {
		flex-direction: column;
	}
	
	.acc-group.acc-type1.mobile-type1:has(.acc-list) {
		margin: 2.2rem 0 0;
		border: 1px solid #d9d9d9;
		border-radius: 0.7rem;
	}

	.acc-group.acc-type1.mobile-type1:has(.acc-list) .btn-toggle {
		padding: 1.2rem 1.5rem;
		font-size: 1.35rem;
		font-weight: 700;
	}

	.acc-group.acc-type1.mobile-type1:has(.acc-list) .btn-toggle:after {
		right: 1.5rem;
	}

	.acc-group.acc-type1.mobile-type1:has(.acc-list) .acc-content {
		padding: 0.8rem 1.2rem 1.2rem;
		font-size: 1.05rem;
	}

	.acc-group.acc-type1.mobile-type1:has(.acc-list) .acc-content strong {
		font-size: inherit;
	}

	.acc-list {
		gap: 0.7rem;
	}

	.acc-list .acc-list-item {
		background-color: transparent;
		gap: 0.5rem;
	}

	.acc-list .acc-list-title {
		font-size: 1.05rem;
		line-height: 1.71;
	}
}



/* e: 260803 제휴카드 */