.media_wrap {display:flex; padding:100px 0;}

.media_wrap .title > h2 {color:#000; font-size:70px; margin-top:10px; font-weight:600;}
.media_wrap .title > p {color:rgba(51,51,51); font-size:20px; margin-top:20px; line-height:30px;}
.media_wrap .title > span {color:#FF4800; font-size:35px; display:block; font-weight:600;}

.media_slide .wrapper {overflow:hidden;}
.media_slide .wrapper .swiper-container {border-radius:20px; overflow:hidden; position:relative;}
.media_slide .swiper-slide img {width:100%;}
.media_slide .swiper-control {display:flex;justify-content: center; margin-top:20px; gap:20px; font-size:20px;}
.media_slide .swiper-pagination {position:relative; top:0; bottom:0; width:auto; line-height:0; display: flex; align-content: center; flex-wrap: nowrap; align-items: center;}
.media_slide .swiper-pagination span {}
.media_slide .swiper-pagination-bullet-active {background:#ff4800;}

.media_slide .swiper-button-prev, .media_slide .swiper-button-next {position:relative; top:0; left:0; width:auto; height:auto; margin-top:0; color:#000; right:0;}
.media_slide .swiper-button-prev:after, .media_slide .swiper-button-next:after {content:none;}

.media_slide .swiper-container .swiper-button-prev,
.media_slide .swiper-container .swiper-button-next {position:absolute; top:50%; font-size:40px; margin-top:-20px; display:block; right:auto; left:auto;}

.media_slide .swiper-container .swiper-button-prev {left:30px;}
.media_slide .swiper-container .swiper-button-next {right:30px;}

.media_search {background:#fff; padding:20px 0;}
.media_search .category {display:flex; gap:10px; flex-wrap: wrap;}
.media_search .category a {background-color: #eee; color: #777; line-height: 40px; padding: 0 20px; display: inline-block; border-radius: 5px; font-size: 18px; border-radius:20px; font-weight:500;}
.media_search .category a.active {background:#FF4800; color:#fff;}

.media_result {padding:0 0 100px 0;}
.media_result h2 {font-size:45px; font-weight:600; display:flex; justify-content: space-between; line-height: 35px;}
.media_result h2 a {background-color: #eee; color: #777; line-height: 35px; padding: 0 20px; display: inline-block; border-radius: 5px; font-size: 14px;}

.list_wrap {display:grid; gap:30px; grid-template-columns: 1fr 1fr 1fr; margin-top:30px;}
.list_wrap .list {min-width: 0;}
.list_wrap .thumb {border-radius:15px; overflow:hidden;}
.list_wrap .thumb img {width:100%; aspect-ratio: 16 / 9;}
.list_wrap .description {margin-top:10px;}
.list_wrap .description h2 {display:block; font-size:22px; overflow: hidden; text-overflow: ellipsis; font-weight:600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height:26px;}
.list_wrap .description .summary {margin-top:10px; display:block; font-weight:400; font-size:14px; line-height:20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#777;}
.list_wrap .description .flex {display:flex; gap:10px; line-height:24px; margin-top:10px; font-weight:400; color:#777; font-size:12px;}
.list_wrap .description .flex .category {background-color: #FFF3EB; color: #FF4800; line-height: 24px; padding: 0 10px; border-radius:5px;}

.media_banner {margin-bottom:100px;}



/* 반응형 카드 레이아웃 */
.ax-card {width: 100%; box-sizing:border-box; background: #FFEDE5; border: 1px solid #f8f9fa; border-radius: 32px; padding: 32px; box-shadow: 0 15px 35px rgba(255, 72, 0, 0.05); transition: all 0.4s ease; text-decoration: none; display: flex; flex-direction: column; color: inherit; overflow: hidden;}

/* 데스크톱 가로형 변환 */
@media (min-width: 768px) {
	.ax-card {
		max-width: 1280px;
		flex-direction: row-reverse; /* 오브젝트를 우측으로, 텍스트를 좌측으로 */
		align-items: center;
		gap: 40px;
		padding: 48px;
		margin:0 auto;
	}
	
	.ax-card-content {
		flex: 1;
		text-align: left;
	}

	.ax-card-object-wrapper {
		flex: 1;
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {
    .ax-card {
        padding: 48px 100px;
    }
}

.ax-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(255, 72, 0, 0.12);
}

/* 컨셉 오브젝트 영역 */
.ax-card-object {
	height: 240px;
	background: radial-gradient(circle at center, #fffcfb 0%, #fff5f2 100%);
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff2ed;
}

.object-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(#ff480006 1px, transparent 1px), linear-gradient(90deg, #ff480006 1px, transparent 1px);
	background-size: 20px 20px;
}

/* 미니 아이콘 */
.mini-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	background: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	border: 1px solid #f1f5f9;
	opacity: 0.6;
}

.icon-plan { top: 15%; left: 10%; }
.icon-strategy { bottom: 20%; left: 8%; }
.icon-finance { bottom: 25%; right: 8%; }

.transformation-stage {
	position: relative;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

/* 비포(Before) */
.doc-before {
	position: absolute;
	width: 100px;
	height: 130px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 12px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.03);
	z-index: 1;
	transform: rotate(-5deg) translate(-10px, -5px);
	transition: opacity 1s, transform 1s;
}

/* 애프터(After) */
.doc-after {
	position: absolute;
	width: 110px;
	height: 140px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	border: 2px solid #ff4800;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 15px 35px rgba(255, 72, 0, 0.2);
	z-index: 2;
	opacity: 0;
	transform: translate(20px, 15px) rotate(10deg) scale(0.92);
	transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
	overflow: hidden;
}

.doc-after.active {
	opacity: 1;
	transform: translate(15px, 10px) rotate(6deg) scale(1);
}

.doc-after::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -150%;
	width: 80%;
	height: 200%;
	background: linear-gradient(to right, transparent, rgba(255,255,255,0.6), transparent);
	transform: rotate(35deg);
}

.doc-after.active::before {
	animation: shineSweep 2.5s infinite;
}

/* 반짝임 */
.sparkle {
	position: absolute;
	background: #ff4800;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	z-index: 5;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease;
}

.sparkle.active {
	opacity: 1;
	transform: scale(1);
	filter: drop-shadow(0 0 8px #ff4800);
}

.s1 { width: 14px; height: 14px; top: -5%; right: -5%; }
.s2 { width: 10px; height: 10px; bottom: 10%; left: -5%; }
.s3 { width: 12px; height: 12px; top: 40%; right: -12%; }

.line { height: 4px; background: #e2e8f0; border-radius: 2px; margin-bottom: 8px; }
.after-brand { 
	height: 50px; 
	background: linear-gradient(135deg, #ff4800 0%, #ff7a45 100%); 
	border-radius: 8px; 
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

@keyframes shineSweep {
	0% { left: -150%; }
	40% { left: 150%; }
	100% { left: 150%; }
}

/* Typography */
.ax-card-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1e293b;
	letter-spacing: -0.03em;
	margin-bottom: 16px;
    margin-top:20px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.ax-card-title {
		font-size: 2rem;
		margin-top:0;
		margin-bottom: 20px;
	}
}

.highlight-dot { color: #ff4800; }

.ax-card-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
	word-break: keep-all;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.ax-card-desc {
		font-size: 1.1rem;
		margin-bottom: 40px;
	}
}

.cta-btn {
	display: inline-block;
	width: 100%;
	padding: 16px;
	background: #ff4800;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(255, 72, 0, 0.2);
	transition: all 0.3s ease;
	box-sizing:border-box;
}

@media (min-width: 768px) {
	.cta-btn {
		width: auto;
		padding: 16px 48px;
		font-size: 1.1rem;
	}
}

.cta-btn:hover {
	filter: brightness(1.1);
	box-shadow: 0 10px 25px rgba(255, 72, 0, 0.3);
}

.mobile-br { display: block; }
@media (min-width: 768px) { .mobile-br { display: none; } }
		
		
		
@media (min-width: 981px) and (max-width: 1360px) {
	.media_wrap {padding-left:36px!important; padding-right:36px!important;}
	.media_result {padding-left:36px!important; padding-right:36px!important;}
}

@media (max-width: 980px) {
	.media_wrap {padding:50px 32px;}
	.media_wrap .title > span {font-size:20px;}
	.media_wrap .title > h2 {font-size:45px;}
	.media_wrap .title > p {font-size:13px; line-height:20px;}
	
	.media_slide .wrapper .swiper-container {border-radius:0;}
	
	.media_result {padding:0 32px 50px 32px;}
	.media_result h2 {font-size:32px;}
	
	.media_best_swiper {padding:50px 0;}
	.media_best_swiper > .wrapper > h2 {padding:0 32px;}
	.media_best_swiper .swiper-container {padding:0 32px;}
	
	.list_wrap {margin-top:15px; grid-template-columns: 1fr;}
	
	
	.media_banner .wrapper {padding:0; border-radius:0;}
	.media_banner .wrapper h2 {font-size:24px;}
	.media_banner .wrapper p {font-size:14px; line-height:18px;}
	
    .media_search .category a {
        font-size: 15px;
        line-height: 36px;
        border-radius: 36px;
    }

	
}