/* ===== WEBINAR PAGE ===== */
.webinar-hero {
	padding: 80px 0 60px;
	position: relative;
}
.webinar-hero .inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	position: relative;
}
.webinar-hero .content {
	flex: 1;
}
.webinar-hero .label {
	display: inline-block;
	font-family: 'Pretendard', sans-serif;
	font-size: 34px;
	line-height: 150%;
	color: #555555;
	font-weight: 600;
	margin-bottom: 18px;
}
.webinar-hero h2 {
	font-family: 'Pretendard', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 10px;
}
.webinar-hero .subtitle {
	font-family: 'Pretendard', sans-serif;
	font-size: 38.4px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.webinar-hero .desc {
	font-family: 'Pretendard', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 20px;
}
.webinar-hero .desc2 {
	font-family: 'Pretendard', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 72px;
}
.webinar-hero .btn-webinar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 22px 32px;
	gap: 10px;
	width: 303px;
	height: 72px;
	background: #3F579E;
	border-radius: 12px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.3s;
}
.webinar-hero .btn-webinar:hover {
	background: #2d4080;
}
.webinar-hero .btn-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.webinar-hero .btn-permanent {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 22px 32px;
	gap: 10px;
	width: 303px;
	height: 72px;
	background: #ffffff;
	border-radius: 12px;
	border: 2px solid #3F579E;
	color: #3F579E;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.3s;
}
.webinar-hero .btn-permanent:hover {
	background: #2d4080;
	color: #ffffff;
}
.webinar-hero .mascot {
	width: 160px;
	flex-shrink: 0;
	padding-top: 60px;
}
.webinar-hero .mascot img {
	width: 100%;
}

/* ===== INFO BOXES ===== */
.webinar-info-section {
	padding: 0 0 60px;
}
.webinar-info-box {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 24px 40px;
	gap: 40px;
	width: 100%;
	height: auto;
	min-height: 80px;
	background: #F4F7FB;
	border: 1px solid #DEDEDE;
	align-self: stretch;
	margin-bottom: 16px;
}
.webinar-info-box .box-label {
	width: 220px;
	flex-shrink: 0;
	background: #f4f6f9;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: flex-start;
	font-family: 'Pretendard', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
	padding: 0 20px;
	text-align: left;
}
.webinar-info-box .box-content {
	flex: 1;
	padding: 0 36px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-self: center;
	gap: 40px;
	flex-wrap: wrap;
}
.webinar-info-box .check-list {
	list-style: none;
	padding: 40px;
	margin: 0;
}
.webinar-info-box .check-list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	gap: 8px;
	height: 40px;
	align-self: stretch;
	font-family: 'Pretendard', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
}
.webinar-info-box .check-list li::before {
	content: "✓";
	color: #3f579e;
	font-weight: 700;
	flex-shrink: 0;
}

/* ===== 웨비나 주제 아이콘 ===== */
.webinar-topics {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	gap: 20px;
	width: 100%;
	flex-grow: 1;
	flex-wrap: wrap;
}
.webinar-topic-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	gap: 8px;
	min-width: 80px;
	flex-grow: 1;
}
.webinar-topic-item .topic-icon {
	width: 48px;
	height: 48px;
	background: #f0f3fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #3f579e;
}
.webinar-topic-item .topic-icon img {
	width: 28px;
	height: 28px;
	border: 0;
	outline: none;
	object-fit: contain;
}
.webinar-topic-item span {
	font-family: 'Pretendard', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #111111;
	text-align: center;
	white-space: nowrap;
}

/* ===== 웨비나 다시보기 ===== */
.webinar-video-section {
	width: 100%;
	align-self: stretch;
	padding: 0 0 80px;
}
.webinar-section-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #111;
	margin-bottom: 36px;
}
.webinar-video-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}
.webinar-video-card {
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
}
.webinar-video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.webinar-video-card .video-thumb {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	background: #000;
	border-radius: 12px;
	overflow: hidden;
}
.webinar-video-card .video-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.webinar-video-card .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 50%;
	pointer-events: none;
}
.webinar-video-card .play-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #fff;
}
.webinar-video-card .duration {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 2px 7px;
	border-radius: 4px;
}
.webinar-video-card .video-title {
	font-size: 1.6rem;
	color: #222;
	font-weight: 500;
	margin-top: 14px;
	line-height: 1.5;
}

/* ===== 이전 웨비나 살펴보기 ===== */
.webinar-past-section {
	background: rgb(244, 244, 244);
	border-radius: 20px;
	padding: 60px 40px 80px;
	margin-bottom: 40px;
}
.past-section-header {
	width: 100%;
	align-self: stretch;
	text-align: center;
	margin-bottom: 40px;
}
.past-section-header h3 {
	font-family: 'Pretendard', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: rgb(17, 17, 17);
}
/* ===== 연도 탭 ===== */
.year-tab-scroll {
	overflow-x: auto;
	scrollbar-width: none;
	margin-bottom: 36px;
	cursor: grab;
	-webkit-overflow-scrolling: touch;
}
.year-tab-scroll.dragging { cursor: grabbing; }
.year-tab-scroll::-webkit-scrollbar { display: none; }
.year-tabs {
	display: flex;
	gap: 10px;
	width: max-content;
	min-width: 100%;
	padding: 4px 0;
}
.year-tab {
	padding: 10px 28px;
	border-radius: 30px;
	border: none;
	background: transparent;
	color: rgba(17, 17, 17, 0.5);
	font-family: 'Pretendard', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
}
.year-tab:hover {
	color: rgb(17, 17, 17);
}
.year-tab.active {
	background: rgb(17, 17, 17);
	border: none;
	color: #fff;
}

/* ===== 연도별 카드 섹션 ===== */
.year-card-section { display: none; }
.year-card-section.active { display: block; }

.webinar-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ===== 웨비나 카드 ===== */
.webinar-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, box-shadow 0.2s;
}
.webinar-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.webinar-card .card-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f0f0f0;
}
.webinar-card .card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}
.webinar-card:hover .card-thumb img {
	transform: scale(1.04);
}
.webinar-card .card-thumb .btn-detail {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: rgba(255,255,255,0.92);
	color: #111;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	text-decoration: none;
	transition: background 0.2s;
}
.webinar-card .card-thumb .btn-detail:hover { background: #fff; }
.webinar-card .card-body {
	flex: 1;
	padding: 20px 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.card-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.webinar-round {
	font-size: 1.6rem;
	font-weight: 700;
	color: #3f579e;
	background: #eef1fa;
	padding: 3px 10px;
	border-radius: 4px;
}
.webinar-date {
	font-size: 1.6rem;
	color: #999;
}
.card-title {
	font-family: 'Pretendard', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	color: #111;
	line-height: 1.4;
	display: flex;
	align-items: baseline;
	overflow: hidden;
}
.card-title .title-text {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
}
.card-title .title-ellipsis { flex-shrink: 0; display: none; color: inherit; text-decoration: none; }
.card-subtitle {
	font-family: 'Pretendard', sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	padding: 0px 0px 20px 0px;
	display: flex;
	align-items: baseline;
	overflow: hidden;
}
.card-subtitle .subtitle-text {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
}
.card-subtitle .btn-detail { flex-shrink: 0; color: #666; display: none; }
.card-review {
	background: #ffffff;
	border-radius: 8px;
	padding: 10px 14px 10px 36px;
	position: relative;
	display: flex;
	align-items: center;
}
.card-review::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url('/static/img/sub/forum/ic_blurb.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}
.card-review p {
	font-size: 1.6rem;
	color: #555;
	line-height: 1.5;
	display: flex;
	align-items: baseline;
	overflow: hidden;
}
.card-review p .review-text {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	flex: 1;
	min-width: 0;
}
.card-review p .review-ellipsis {
	flex-shrink: 0;
	display: none;
	color: inherit;
	text-decoration: none;
}
.card-tags {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px 20px 0px;
	gap: 6px;
}
.card-tags span {
	font-size: 1.6rem;
	color: #3f579e;
	background: #eef1fa;
	padding: 3px 10px;
	border-radius: 20px;
}
.card-btns {
	display: flex;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
	padding-bottom: 10px;
	flex-wrap: wrap;
}
.card-btns .btn-inquiry {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #3f579e;
	border: 1px solid #3f579e;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.card-btns .btn-inquiry:hover {
	background: #3f579e;
	color: #fff;
}
.card-btns .btn-replay {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #555;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
	transition: color 0.2s;
}
.card-btns .btn-replay:hover { color: #3f579e; }

.card-divider {
	width: 100%;
	height: 1px;
	background-color: #666666;
	margin: 8px 0;
	flex-shrink: 0;
}

/* ===== 이전 웨비나 +더보기 버튼 ===== */
.btn-webinar-more {
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	min-width: 200px;
	max-width: 402px;
	height: 80px;
	padding: 0 40px;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 130%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	background: #3F579E;
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	cursor: pointer;
	transition: background 0.2s;
}
.btn-webinar-more:hover {
	background: #2d4080;
}

/* ===== 뉴스레터 구독 배너 (newAptBox10 override) ===== */
.webinar-newsletter-banner {
	background: #2e2a6e url("/static/img/sub/what/new_aptitude_img09.png") no-repeat center center / cover !important;
	margin-top: 0;
}
.webinar-newsletter-banner b,
.webinar-newsletter-banner dt b {
	color: #FFCD4A;
}
.webinar-newsletter-banner .btn_red {
	font-size: 1.8rem !important;
	line-height: normal !important;
	width: auto !important;
	height: auto !important;
	padding: 16px 40px !important;
}
.webinar-newsletter-banner .btn-newsletter {
	display: inline-flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 22px 32px !important;
	gap: 10px !important;

	width: 400px !important;
	height: 80px !important;

	background: #F93434 !important;
	border-radius: 12px !important;
	border: none !important;

	flex: none !important;
	order: 1 !important;
	flex-grow: 0 !important;

	color: #FFFFFF !important;
	font-size: 2.8rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	box-sizing: border-box !important;
}
.webinar-newsletter-banner .btn-newsletter:hover,
.webinar-newsletter-banner .btn-newsletter:visited,
.webinar-newsletter-banner .btn-newsletter:active {
	background: #F93434 !important;
	color: #FFFFFF !important;
}
.lse_contactus_wrapper {
	max-height: 665px;
	padding-top: 100px;
}
.lse_contactus_desc {
	font-weight: 400 !important;
	font-size: 3.2rem !important;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #cccccc;
	margin-top: 20px;
}
.lse_contactus_checker_list {
	display: flex;
	justify-content: center;
	gap: 55px;
}
.lse_contactus_checker {
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #cccccc;
	padding-left: 30px;
	background: url(/static/img/sub/what/leadership-edu/icon_check_green.png) no-repeat;
	background-size: 18px 18px;
	background-position: left center;
}
@media screen and (max-width: 750px) {
	.lse_contactus_wrapper { max-height: none; padding-top: 60px; padding-bottom: 60px; }
	.lse_contactus_desc { font-size: 16px !important; }
	.lse_contactus_checker_list { flex-direction: column; gap: 15px; }
	.lse_contactus_checker { width: inherit; margin: auto; }
}

/* ===== 다크 배너 ===== */
.webinar-dark-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 20px;
	gap: 10px;

	width: 100%;

	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/static/img/sub/forum/webinar_banner_bg.png") no-repeat center center / cover;

	align-self: stretch;

	position: relative;
	box-sizing: border-box;
}
.webinar-dark-banner .w1500 {
	position: relative;
	z-index: 1;
}
.banner-text h3 {
	font-size: 4.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.45;
	margin-bottom: 16px;
}
.banner-text > p {
	font-size: 3.2rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 150px;
}
.banner-stats {
	font-size: 6.4rem;
	font-weight: 600;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	gap: 24px;
	width: 35%;
}
.banner-stats li {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #FFFFFF;
	padding-top: 24px;
	padding-bottom: 48px;
}
.banner-stats strong {
	font-size: 6.4rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	width: 180px;
	flex-shrink: 0;
	text-align: left;
}
.banner-stats span {
	font-size: 2.2rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	align-self: flex-start;
}

/* ===== FAQ ===== */
.webinar-faq-section {
	padding: 80px 0 80px;
}
.webinar-faq-section .faq h4 { margin-bottom: 40px; font-size: 4.8rem; font-weight: 700; color: #111; }
.webinar-faq-section .faq ul { margin-bottom: -10px; }
.webinar-faq-section .faq ul li { background-color: #f8f8f8; border-radius: 10px; padding: 35px 45px; margin-bottom: 10px; cursor: pointer; }
.webinar-faq-section .faq ul li .title { position: relative; }
.webinar-faq-section .faq ul li .title p { font-size: 2.6rem; font-weight: 500; color: #333; padding: 0 35px; position: relative; transition: 0.5s; }
.webinar-faq-section .faq ul li .title p::before { content: "Q"; font-size: 2.6rem; font-weight: 700; color: var(--blue); position: absolute; top: 0; left: 0; }
.webinar-faq-section .faq ul li .title button { position: absolute; top: -6px; right: -13px; z-index: 5; padding: 20px; border: none; background: url("../img/sub/what/evaluation_icon03.png") no-repeat center center / auto; transform-origin: center center; transition: all 0.5s; cursor: pointer; }
.webinar-faq-section .faq ul li .answer { background-color: #fff; padding: 30px 60px; border-radius: 10px; overflow: hidden; margin-bottom: 35px; position: relative; top: 35px; cursor: default; }
.webinar-faq-section .faq ul li .answer p { font-size: 2.6rem; font-weight: 300; color: #555; letter-spacing: -0.01em; line-height: 1.9444; position: relative; }
.webinar-faq-section .faq ul li .answer p::before { content: "A"; font-size: 2.6rem; font-weight: 700; color: #ddd; position: absolute; top: -2px; left: -30px; }
.webinar-faq-section .faq ul li .answer p:not(:first-of-type)::before { display: none; }
.webinar-faq-section .faq ul li.on .title button { transform: scaleY(-1); }

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 900px) {
	.webinar-hero h2 { font-size: 2.8rem; }
	.webinar-hero .label { font-size: 2rem; }
	.webinar-hero .subtitle { font-size: 2rem; }
	.webinar-hero .desc { font-size: 1.8rem; }
	.webinar-hero .desc2 { font-size: 1.8rem; }
	.webinar-hero .mascot { display: none; }
	/* Bug3: 600~900px 구간 버튼 텍스트 줄바꿈 방지 — 텍스트 길이에 맞게 자동 확장 */
	.webinar-hero .btn-webinar,
	.webinar-hero .btn-permanent { width: auto; white-space: nowrap; }
	.webinar-info-box { padding: 20px 24px; gap: 20px; }
	.webinar-info-box .box-label { min-width: 110px; width: auto; font-size: 1.8rem; }
	.webinar-info-box .box-content { padding: 0 16px; }
	.webinar-info-box .check-list { padding: 20px; }
	.webinar-info-box .check-list li { font-size: 1.8rem; height: auto; }
	.webinar-card-grid { grid-template-columns: repeat(2, 1fr); }
	.past-section-header h3 { font-size: 2.8rem; color: rgb(17, 17, 17); }
	.year-tab { font-size: 1.7rem; padding: 8px 22px; }
	.banner-text h3 { font-size: 2.6rem; }
	.banner-text > p { font-size: 2rem; }
	.banner-stats { width: 50%; }
	.banner-stats strong { font-size: 4.8rem; }
	.banner-stats span { font-size: 1.7rem; }
	.banner-stats { gap: 20px; }
	.webinar-faq-section .faq h4 { font-size: 3.6rem; }
	.webinar-faq-section .faq ul li { padding: 30px; }
	.webinar-faq-section .faq ul li .title p { font-size: 1.8rem; }
	.webinar-faq-section .faq ul li .answer { padding: 20px 50px; margin-bottom: 20px; top: 20px; }
	.webinar-faq-section .faq ul li .answer p { font-size: 1.6rem; }
	.webinar-dark-banner { padding: 60px 20px; }
}
/* Bug2: 600~750px 구간 뉴스레터 버튼 고정폭(400px) 대응 */
@media screen and (max-width: 750px) {
	.webinar-newsletter-banner .btn-newsletter {
		width: 100% !important;
		max-width: 100% !important;
		font-size: 2.2rem !important;
		height: auto !important;
		padding: 16px 24px !important;
	}
}
@media screen and (max-width: 600px) {
	.webinar-hero { padding: 40px 0 30px; }
	.webinar-hero h2 { font-size: 2.2rem; }
	.webinar-hero .label { font-size: 1.6rem; }
	.webinar-hero .subtitle { font-size: 1.6rem; }
	.webinar-hero .desc { font-size: 1.5rem; }
	.webinar-hero .desc2 { font-size: 1.5rem; margin-bottom: 32px; }
	.webinar-hero .btn-group { flex-direction: column; }
	.webinar-hero .btn-webinar,
	.webinar-hero .btn-permanent { width: 100%; box-sizing: border-box; font-size: 1.6rem; height: auto; padding: 16px 20px; }
	.webinar-info-box { flex-direction: column; padding: 16px 20px; gap: 0; }
	.webinar-info-box .box-label { min-width: unset; width: 100%; padding: 12px 0; font-size: 1.6rem; background: transparent; }
	.webinar-info-box .box-content { padding: 0; }
	.webinar-info-box .check-list { padding: 10px 0; }
	.webinar-info-box .check-list li { font-size: 1.5rem; height: auto; }
	.webinar-topics { gap: 4px; flex-wrap: nowrap; justify-content: space-between; }
	.webinar-topic-item { min-width: 0; flex: 1 1 0; }
	.webinar-topic-item .topic-icon { width: 36px; height: 36px; }
	.webinar-topic-item .topic-icon img { width: 20px; height: 20px; }
	.webinar-topic-item span { font-size: 1.1rem; white-space: normal; word-break: keep-all; }
	.webinar-card-grid { grid-template-columns: 1fr; gap: 16px; }
	.webinar-card .card-body { padding: 16px 18px 20px; gap: 8px; }
	.card-title { font-size: 1.7rem; }
	.card-subtitle { font-size: 1.4rem; }
	.card-tags span { font-size: 1.3rem; }
	/* Bug1: ≤600px에서 연회색 배경 위 흰색 텍스트 → 진한 색으로 수정 */
	.past-section-header h3 { font-size: 2.2rem; color: rgb(17, 17, 17); }
	.webinar-past-section { padding: 40px 20px 60px; border-radius: 12px; }
	.year-tab { font-size: 1.5rem; padding: 7px 18px; }
	.banner-text h3 { font-size: 2rem; }
	.banner-text > p { font-size: 1.6rem; margin-bottom: 32px; }
	.banner-stats { width: 100%; gap: 16px; }
	/* Bug4: 모바일 통계 항목 간 과도한 하단 패딩 축소 */
	.banner-stats li { padding-bottom: 24px; }
	.banner-stats strong { font-size: 3.6rem; }
	.banner-stats span { font-size: 1.5rem; }
	.webinar-faq-section .faq h4 { font-size: 2.4rem; }
	.webinar-faq-section .faq ul li { padding: 25px; }
	.webinar-faq-section .faq ul li .answer { margin-bottom: 20px; top: 20px; }
	.webinar-dark-banner { padding: 40px 20px; }
	.webinar-newsletter-banner .btn-newsletter { font-size: 2rem !important; padding: 8px 20px !important; }
}
