@font-face {
	font-family: 'GenSenMaruGothic JP';
	src: url('../font/GenSenMaruGothicJP-Regular.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'GenSenMaruGothic JP';
	src: url('../font/GenSenMaruGothicJP-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'GenSenMaruGothic JP';
	src: url('../font/GenSenMaruGothicJP-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'GenSenMaruGothic JP';
	src: url('../font/GenSenMaruGothicJP-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

body {
	background-color: #ffa6c7;
}

a {
	text-decoration: none;
}

/* 主視覺區塊 */
.cover {
	position: relative;
	overflow: hidden;
}

.cover_logo_wrap {
	background-color: #e4007f;
	position: relative;
	padding: 20px 0 0;
	display: flex;
	justify-content: center;
	gap: 22px;
}

.logo_kotex img {
	width: 52px;
}

.logo_udn img {
	width: 70px;
}

.logo_kim img {
	width: 104px;
}

.logo_uwriting img {
	width: 41px;
}

@media (min-width: 512px) {
	.cover_logo_wrap {
		gap: 30px;
	}

	.logo_kotex img {
		width: 68px;
	}

	.logo_udn img {
		width: 91px;
	}

	.logo_kim img {
		width: 136px;
	}

	.logo_uwriting img {
		width: 54px;
	}
}

@media (min-width: 768px) {
	.cover_logo_wrap {
		padding: 20px 0 20px 40px;
		justify-content: flex-start;
	}

	.cover_logo_wrap a:hover {
		transform: scale(1.1);
	}
}

.main_wrap {
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/kv_bg.jpg?v=20250621') no-repeat;
	background-size: cover;
	background-position: bottom;
	margin-top: -4px;
}

.main_wrap h1 {
	display: none;
}

.main_img_box {
	width: clamp(550px, 82vw, 1180px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.main_img {
	display: block;
	width: 100%;
	padding-top: 24px;
}

.main_2025 {
	display: block;
	max-width: 113px;
	width: 10%;
	padding-top: 24px;
	position: absolute;
	top: 3%;
	right: 31.4%;
	animation: breath 1.5s ease-in-out infinite;
	/* 提升縮放後的銳利度，改善小螢幕顯示模糊 */
	image-rendering: -webkit-optimize-contrast; /* Safari */
	image-rendering: crisp-edges;
	backface-visibility: hidden;
}

@keyframes breath {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.main_content {
	width: 357px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.main_content {
		width: 95%;
		max-width: 820px;
	}
}

.advisor {
	display: block;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(3, 3, 3, 0.45);
	font-size: 10px;
	text-align: right;
	padding-right: 36px;
	margin-top: -4px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.main_content_title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
}

.main_content_title h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	position: relative;
	padding-top: 8px;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.main_content_title h2 {
		font-size: 3vw;
	}
}
@media (max-width: 767px) {
	.main_content_title h2 {
		font-size: 5.2vw;
	}
}

.main_title_dk {
	display: none;
}

.main_title_deco {
	width: 20px;
}

.main_content_desc {
	display: inline-block;
	font-size: 12px;
	color: #353535;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin: 10px 0 40px;
	padding: 6px 10px 4px;
	background-color: rgba(255, 255, 255, 0.9);
	left: 50%;
	transform: translateX(-50%);
}

.main_content_desc span {
	color: #cc2458;
}

@media (min-width: 768px) {
	.advisor {
		font-size: clamp(0.625rem, 0.3393rem + 0.5952vw, 0.875rem);
		margin-top: 4px;
		padding-right: 5%;
	}

	.main_content_title {
		gap: 20px;
	}

	.main_title_dk {
		display: block;
	}

	.main_title_mb {
		display: none;
	}

	.main_title_deco {
		width: 30px;
	}

	.main_content_desc {
		font-size: clamp(0.75rem, 0.3214rem + 0.8929vw, 1.125rem);
		margin: 10px 0 60px;
	}
}

.cover_content_wrap {
	display: flex;
	flex-direction: column;
	margin: auto;
	position: relative;
	background-color: #ffe6f4;
	margin-top: -4px;
}

.cover_slogan {
	font-size: 28px;
	font-weight: 700;
	color: #2f2965;
	position: relative;
	margin: 14px auto 40px;
	z-index: 1;
}

.cover_slogan img {
	width: 142px;
	margin: 0 6px -1px 6px;
}

.advantage_wrap {
	position: relative;
}

.advantage_bg {
	width: 1200px;
	position: absolute;
	top: -88px;
	left: 50%;
	transform: translateX(-50%);
}

.advantage {
	display: flex;
	justify-content: center;
	gap: 20px;
	position: relative;
}

.advantage_part1 img {
	width: 132px;
	z-index: 1;
	position: relative;
}

.advantage_part1 picture {
	position: relative;
}

.advantage_part1 picture::after {
	content: '';
	display: block;
	width: 645px;
	height: 413px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_1_mb_bg.png?v=20250621') no-repeat;
	background-size: contain;
	position: absolute;
	top: -165px;
	right: 28px;
}

.advantage_part2 img {
	width: 132px;
	position: relative;
	z-index: 1;
}

.advantage_part2 picture {
	position: relative;
}

.advantage_part2 picture::after {
	content: '';
	display: block;
	width: 678px;
	height: 472px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_2_mb_bg.png?v=20250621') no-repeat;
	background-size: contain;
	position: absolute;
	top: -115px;
	left: -12px;
}

@media (min-width: 768px) {
	.cover_slogan {
		font-size: clamp(1.75rem, 1.1786rem + 1.1905vw, 2.25rem);
		margin: 10px auto 70px;
	}

	.cover_slogan img {
		width: 180px;
		margin: 0 6px -2px 12px;
	}

	.advantage {
		align-items: center;
	}

	.advantage_part1 {
		gap: 100px;
		margin-top: 0;
	}

	.advantage_part1 img {
		width: 313px;
	}

	.advantage_part1 picture::after {
		background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_1_bg.png?v=20250621') no-repeat;
		background-size: contain;
		top: -55%;
		right: -5%;
	}

	.advantage_part2 picture::after {
		background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_2_bg.png?v=20250621') no-repeat;
		background-size: contain;
		top: -45%;
		left: -4%;
	}

	.advantage_part2 {
		gap: 50px;
	}

	.advantage_part2 img {
		width: 310px;
	}
}

.advantage_part1 .advantage_list {
	padding-right: 20px;
}

.advantage_part2 .advantage_list {
	padding-left: 50px;
}

.advantage_list li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #2f2965;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	margin-bottom: 20px;
}

.advantage_list li:last-child {
	margin-bottom: 0;
}

.advantage_list b {
	font-weight: 700;
	font-size: 20px;
}

.advantage_part2 .advantage_list li {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.advantage_list li {
		font-size: 20px;
	}

	.advantage_list b {
		font-size: 24px;
	}

	.advantage_part2 .advantage_list li {
		margin-bottom: 20px;
	}
}

.advantage_part1 .advantage_list li::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_dot1.png?v=20250621') no-repeat;
	background-size: contain;
	position: absolute;
	top: 3px;
	left: -30px;
	z-index: 1;
}

.advantage_part2 .advantage_list li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_dot2.png?v=20250621') no-repeat;
	background-size: contain;
	position: absolute;
	top: -3px;
	left: -30px;
}

.advantage_list {
	position: relative;
}

.advantage_part2 .advantage_list::before {
	content: '';
	display: block;
	width: 55px;
	height: 36px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/advantage_deco2.png?v=20250621') no-repeat;
	background-size: contain;
	position: absolute;
	top: -65px;
	left: 5%;
}

.advantage_divider {
	display: block;
	position: relative;
	width: 731px;
	margin: 52px auto;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.advantage_part2 .advantage_list li::before {
		width: 24px;
		height: 24px;
		left: -32px;
	}

	.advantage_part2 .advantage_list::before {
		top: -36px;
		left: -55px;
	}

	.advantage_divider {
		margin: 70px auto;
		left: 0;
		transform: none;
	}
}

.cover_content_whoever {
	font-size: 28px;
	font-weight: 700;
	color: #2f2965;
	text-align: center;
	margin: 52px 0 8px;
	position: relative;
}

.qa_wrap {
	margin: 20px 20px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.cover_content_whoever {
		margin-top: 70px;
		font-size: clamp(1.75rem, 1.1786rem + 1.1905vw, 2.25rem);
	}

	.qa_wrap {
		margin: 20px 20px 44px;
		flex-direction: row;
		justify-content: center;
		gap: 58px;
	}
}

.qa {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.question_box img {
	width: 128px;
	vertical-align: middle;
	margin-top: -10px;
	position: relative;
	z-index: 2;
}

.question1_pic {
	margin-right: -20px;
}

.question2_pic {
	margin-left: -20px;
}

.question1,
.question2 {
	background-color: #fff;
	font-size: 20px;
	color: #0c184c;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.question1 {
	padding: 12px 20px 10px 30px;
}

.question2 {
	padding: 12px 30px 10px 20px;
}

.answer {
	display: block;
	background-color: rgba(255, 138, 186, 0.5);
	padding: 30px 20px 20px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #3e4565;
	font-weight: 500;
	margin: -16px 0 0 0;
	position: relative;
	border-radius: 5px;
}

/* 介紹區塊 */
.intro {
	background-color: #ffe6f4;
	position: relative;
	overflow: hidden;
}

.summary {
	width: 100%;
	max-width: 918px;
	padding: 0 20px 20px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.summary_action {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #2f2965;
	margin-bottom: 10px;
}

.summary_action b {
	font-size: 24px;
	font-weight: 700;
}

.summary_title {
	background-color: #e4007f;
	position: relative;
	border-radius: 10px 10px 0 0;
	filter: drop-shadow(0px 4px 16px rgba(228, 0, 127, 0.4));
}

.summary_title h2 {
	display: none;
}

.summary_title img {
	display: block;
	width: max(60%, 280px);
	margin: auto;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.summary_action {
		margin-bottom: 24px;
	}

	.summary_action b {
		font-size: 28px;
	}

	.summary_title img {
		width: 60%;
	}

	.summary_title::before,
	.summary_title::after {
		content: '';
		display: block;
		width: 35px;
		height: 35px;
		background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/flower.png?v=20250621') no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}

	.summary_title::before {
		left: 8%;
	}

	.summary_title::after {
		right: 8%;
	}
}

.summary_content {
	background-color: #fff;
	padding: 0 20px 24px;
	border-radius: 0 0 10px 10px;
	filter: drop-shadow(0px 4px 16px rgba(228, 0, 127, 0.4));
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}

.napkin {
	width: clamp(77px, 10vw, 130px);
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 2;
}

.calendar {
	width: clamp(89px, 12vw, 148px);
	position: absolute;
	top: 14%;
	right: 0;
	z-index: 2;
}

.summary_content_desc {
	font-size: 16px;
	font-weight: 700;
	color: #0c184c;
	line-height: 1.8;
	text-align: center;
	padding: 20px 10px;
}

.class_time_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

@media (min-width: 768px) {
	.summary_content {
		padding: 0 20px 43px;
	}

	.napkin {
		top: 26%;
	}

	.calendar {
		top: 20%;
	}

	.summary_content_desc {
		padding: 43px 0 36px;
		font-size: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem);
	}

	.summary_content_desc span br {
		display: none;
	}

	.class_time_wrap {
		flex-direction: row;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.napkin {
		top: 36%;
		left: -7%;
	}

	.calendar {
		top: 28%;
		right: -3%;
	}
}

.class_time_box {
	width: 100%;
	max-width: 360px;
	display: flex;
	justify-content: center;
	background-color: #e4007f;
	padding: 25px 12px 10px;
	flex-grow: 1;
}

.date {
	font-size: clamp(3rem, 2.6479rem + 1.5023vw, 4rem);
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin: 0 10px 0 0;
}

.date span {
	display: block;
	font-size: 24px;
	margin-top: 12px;
}

.apply {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.apply span {
	font-size: clamp(1.375rem, 1.331rem + 0.1878vw, 1.5rem);
	color: #fff;
	font-weight: 500;
}

.apply a {
	font-size: 24px;
	color: #783282;
	border-radius: 60px;
	background-color: #fff;
	font-weight: 700;
	padding: 14px 24px 10px;
	margin-bottom: 12px;
	box-shadow: 0px 4px 4px #cc2458;
	white-space: nowrap;
}

.apply a:hover {
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
}

.summary_plan {
	display: inline-block;
	color: #fff;
	font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
	font-weight: 700;
	line-height: 1.8;
	background-color: rgba(255, 138, 186, 0.8);
	border-radius: 64px;
	margin: 20px 0 12px;
	text-align: center;
	padding: 12px 30px;
}

.summary_content_note {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.summary_content_note img {
	width: 129px;
	margin-left: -24px;
}

.summary_note {
	display: block;
	font-size: clamp(0.75rem, 0.662rem + 0.3756vw, 1rem);
	font-weight: 500;
	color: #0c184c;
	line-height: 1.4;
	text-align: justify;
}

.summary_note > br {
	display: none;
}

@media (min-width: 512px) {
	.summary_content_note img {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.apply a {
		padding: 14px 40px 10px;
	}

	.summary_plan {
		margin: 36px 0 28px;
	}

	.summary_note {
		line-height: 1.8;
	}

	.summary_note > br {
		display: inline-block;
	}
}

.summary_cond {
	font-size: clamp(0.625rem, 0.581rem + 0.1878vw, 0.75rem);
}

.gift_note_wrap {
	position: relative;
}

.gift_note {
	font-size: clamp(0.625rem, 0.581rem + 0.1878vw, 0.75rem);
	font-family: 'GenSenMaruGothic JP', 'Microsoft JhengHei', sans-serif;
	vertical-align: baseline;
	color: #0c184c;
	width: 100px;
	margin: -10px 0 0 16px;
	line-height: 1.4;
}

@media (max-width: 425px) {
	.gift_note {
		margin: -10px 0 0 -3px;
		width: 90px;
	}
}

.summary_content_bg {
	width: 100%;
	margin-top: -300px;
}

.upgrade {
	background-image: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/upgrade_bg.png?v=20250621');
	background-color: #ffa6c7;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -4px;
	padding: 60px 0 40px;
	position: relative;
}

@media (min-width: 768px) {
	.upgrade {
		padding: 80px 0 40px;
	}
}

@media (min-width: 1200px) {
	.upgrade {
		background-size: contain;
	}
}

.title_upgrade {
	text-align: center;
	font-size: clamp(1.25rem, 1.05rem + 0.55vw, 1.75rem);
	color: #ff326c;
	margin: 20px 0;
	position: relative;
}

.title_upgrade b {
	font-size: clamp(1.75rem, 1.6rem + 0.7vw, 2.25rem);
	position: relative;
}

.title_upgrade b::after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: url('/kotex/teacher2025/images/summary_deco.png?v=20250621') no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 200%;
	left: 84%;
}

@media (min-width: 768px) {
	.title_upgrade b::after {
		width: 110px;
		height: 110px;
		bottom: 50%;
		left: 140%;
		transform: translateY(50%);
	}
}

@media (max-width: 425px) {
	.title_upgrade b {
		display: block;
		margin: 10px 0 0;
	}
}

.intro_desc {
	width: min(95%, 1000px);
	margin: auto;
	position: relative;
}

.intro_desc::before {
	content: '';
	display: block;
	width: 200px;
	height: 212px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/summary_arrow.png?v=20250621') no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 112%;
	left: -50px;
}

@media (min-width: 512px) {
	.intro_desc::before {
		bottom: 107%;
		left: -50px;
	}
}

@media (min-width: 768px) {
	.intro_desc::before {
		width: 300px;
		height: 318px;
		bottom: 95%;
		left: -95px;
	}
}

@media (min-width: 1024px) {
	.intro_desc::before {
		width: 400px;
		height: 425px;
	}
}

.intro_desc p {
	color: #2f2965;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

.intro_desc p span {
	color: #e4007f;
}

.lesson_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}

.lesson_point {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.lesson_point img:nth-child(1) {
	order: 1;
}

.lesson_point img:nth-child(2) {
	order: 3;
}

.lesson_point img:nth-child(3) {
	order: 2;
}

.lesson_point img:nth-child(4) {
	order: 4;
}

.lesson_point img {
	width: 48%;
}

@media (min-width: 512px) {
	.lesson_point {
		width: 350px;
	}
}

@media (min-width: 900px) {
	.lesson_wrap {
		flex-direction: row;
		justify-content: center;
		gap: 10px;
	}

	.lesson_point {
		width: 286px;
	}

	.lesson_point img:nth-child(1) {
		width: 128px;
	}

	.lesson_point img:nth-child(2) {
		width: 139px;
		order: 2;
	}

	.lesson_point img:nth-child(3) {
		width: 139px;
		order: 3;
	}

	.lesson_point img:nth-child(4) {
		width: 128px;
	}
}

.lesson_pic_wrap {
	position: relative;
}

.lesson_pic_wrap span {
	display: inline-block;
	font-size: clamp(0.75rem, 0.618rem + 0.5634vw, 1.125rem);
	color: #ff326c;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 6px 10px;
	position: absolute;
	left: -8px;
	top: 10px;
}

.lesson_pic {
	width: 335px;
	aspect-ratio: 521/287;
	overflow: hidden;
	margin: auto;
}

@media (min-width: 512px) {
	.lesson_pic_wrap span {
		top: 20px;
	}

	.lesson_pic {
		width: 472px;
	}
}

@media (min-width: 768px) {
	.lesson_pic {
		width: 521px;
	}
}

.lesson_pic img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: 0 -30px;
}

.swiper-container {
	width: 335px;
	height: 280px;
	position: relative;
	margin: 0 auto 100px;
}

.swiper {
	width: 100%;
}

@media (min-width: 512px) {
	.swiper-container {
		width: 472px;
		height: 390px;
	}
}

@media (min-width: 768px) {
	.swiper-container {
		width: 580px;
		height: 225px;
	}

	.swiper {
		width: 520px;
	}
}

@media (min-width: 900px) {
	.swiper-container {
		width: 818px;
		height: 216px;
	}

	.swiper {
		width: 755px;
	}
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

@media (min-width: 768px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: flex;
		color: #000000;
	}
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	transform: scale(1.1);
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: transparent;
}

.swiper-button-next {
	right: 0;
	justify-content: flex-end;
}

.swiper-button-prev {
	left: 0;
	justify-content: flex-start;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 22px;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #000000;
}

/* 場次講者區塊 */
.schedule {
	padding: 20px 0 40px;
	margin-top: -65px;
	position: relative;
}

.schedule_title {
	font-size: clamp(1.75rem, 1.5519rem + 0.8451vw, 2.3125rem);
	font-weight: 700;
	color: #0c184c;
	text-align: center;
	margin-bottom: 20px;
}

.schedule_content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-direction: column;
	padding: 0 20px;
}

.schedule_lineup {
	padding: 50px 0 20px;
	border-radius: 10px;
	width: 335px;
}

@media (min-width: 512px) {
	.schedule {
		background-image: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/schedule_bg_2.png?v=20250621');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}
}

@media (min-width: 768px) {
	.schedule {
		padding: 108px 0 254px;
	}

	.schedule_lineup {
		width: 447px;
	}

	.schedule_title {
		margin-bottom: 39px;
	}
}

@media (min-width: 1024px) {
	.schedule {
		background-size: contain;
		background-position: bottom center;
	}

	.schedule_content {
		flex-direction: row;
		margin-bottom: 39px;
		padding: 0;
		align-items: flex-start;
	}
}

.day1 {
	background-color: #d8dbff;
}

.day2 {
	background-color: #ffe6f4;
}

.schedule_class_time_box {
	background-color: transparent;
	padding: 0;
	margin: 0 auto 20px;
	gap: 30px;
}

.schedule_date,
.schedule_apply span {
	color: #0c184c;
}

.schedule_apply a {
	color: #000;
	box-shadow: none;
}

@media (min-width: 768px) {
	.schedule_class_time_box {
		margin: 0 auto 44px;
	}

	.lineup_info {
		padding: 0 24px;
	}
}

.teacher {
	display: flex;
	align-items: center;
}

.teacher_info {
	width: 200px;
	padding: 40px 12px 20px 24px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	flex-shrink: 0;
}

.name {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #0c184c;
	border-bottom: 1px solid #ffd833;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.name b {
	font-size: 24px;
}

.experience {
	list-style: disc;
	color: #0c184c;
	font-weight: 500;
	padding-left: 20px;
}

.transparent {
	color: transparent;
}

.experience li {
	font-size: 12px;
	line-height: 1.4;
}

.nowrap {
	white-space: nowrap;
}

.teacher_pic {
	width: 135px;
	position: relative;
}

.teacher_pic_interactive {
	cursor: pointer;
}
.teacher_pic_interactive_text {
	display: none;
}
@media (max-width: 1024px) {
	.only_web {
		display: none;
	}
	.teacher_pic_interactive_text {
		display: block;
		color: #e4007f;
		font-size: 14px;
		cursor: pointer;
		transition: all 0.3s ease;
		margin: 10px 0 0;
	}
}
@media (max-width: 767px) {
	.teacher_pic_interactive_text {
		font-size: 12px;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: var(--swiper-pagination-bottom, -5px);
	}
}

@media (min-width: 768px) {
	.name b {
		font-size: clamp(1.5rem, 0.9286rem + 1.1905vw, 2rem);
	}

	.experience li {
		font-size: 14px;
	}

	.teacher_pic {
		width: 200px;
	}
}

.teacher_pic::after {
	content: '';
	display: block;
	width: 147px;
	height: 62px;
	background: url('https://pgw.udn.com.tw/gw/photo.php?u=https://event.udn.com/kotex/teacher2025/images/teacher_deco.png?v=20250621') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	right: -4px;
}

/* 添加hover遮罩 - 只針對互動式講者 */
.teacher_pic_interactive::before {
	content: '講者介紹';
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
}

.teacher_pic_interactive:hover::before {
	opacity: 1;
}

.teacher_pic img {
	display: block;
	width: 95px;
	margin: auto;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

/* flip動態效果 - 只針對互動式講者 */
.teacher_pic_interactive.flipping img {
	transform: rotateY(180deg);
}

@media (min-width: 768px) {
	.teacher_pic {
		width: 200px;
	}

	.teacher_pic img {
		width: 160px;
	}

	.teacher_pic_interactive::before {
		width: 160px;
		height: 160px;
		font-size: 18px;
	}

	.teacher_pic::after {
		width: 218px;
		height: 92px;
		bottom: -15px;
		right: -20px;
	}
}

/* 彈窗樣式 */
.teacher_modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.3s ease;
	align-items: center;
	justify-content: center;
}

.teacher_modal.show {
	opacity: 1;
}

.teacher_modal_content {
	background-color: #fff;
	padding: 80px;
	border-radius: 50%;
	width: 600px;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	transform: scale(0.7);
	transition: transform 0.3s ease;
	overflow: hidden;
	border: 10px solid #d8dbff;
}

.teacher_modal.show .teacher_modal_content {
	transform: scale(1);
}

.teacher_modal_close {
	position: absolute;
	top: calc(50% - 280px);
	right: calc(50% - 280px);
	width: 48px;
	height: 48px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.teacher_modal_close:hover {
	background-color: #e4007f;
}

.teacher_modal_text {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	max-height: 100%;
	overflow-y: auto;
	padding: 0 20px;
}

.teacher_modal_text h3 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
}

.teacher_modal_text hr {
	border-top: 1px solid #ee60af;
	border-bottom: 0;
	margin: 20px 0;
}

.teacher_modal_text p {
	font-size: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

.teacher_modal_text strong {
	color: #0c184c;
	font-weight: 700;
}

/* 手機版 - 超出畫面的圓形彈窗 */
@media (max-width: 767px) {
	.teacher_modal {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.teacher_modal_content {
		width: 130vw;
		height: 130vw;
		padding: 20% 15%;
		transform: scale(0.7);
		position: absolute;
		top: 50%;
		left: 50%;
		transform-origin: center;
		transform: translate(-50%, -50%) scale(0.7);
	}

	.teacher_modal.show .teacher_modal_content {
		transform: translate(-50%, -50%) scale(0.85);
	}

	.teacher_modal_close {
		top: calc(50% - 50vw);
		right: calc(50% - 50vw);
		width: 35px;
		height: 35px;
		font-size: 24px;
	}

	.teacher_modal_text {
		padding: 0;
		overflow-y: auto;
	}

	.teacher_modal_text h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.teacher_modal_text p {
		margin-bottom: 10px;
		line-height: 1.4;
	}
}

/* 極小手機 */
@media (max-width: 480px) {
	.teacher_modal_content {
		width: 140vw;
		height: 140vw;
		padding: 22% 17%;
		transform: translate(-50%, -50%) scale(0.75);
	}

	.teacher_modal.show .teacher_modal_content {
		transform: translate(-50%, -50%) scale(0.9);
	}

	.teacher_modal_close {
		top: calc(50% - 66vw);
		right: calc(50% - 48vw);
	}

	.teacher_modal_text h3 {
		margin-bottom: 10px;
	}
}

.share {
	position: relative;
	margin-top: 20px;
	padding: 0 20px 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #0c184c;
}

.share span {
	display: inline-block;
	background-color: #e4007f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 10px 10px;
	position: absolute;
	left: -1px;
	top: -24px;
}

.share h3 {
	background-color: #fff;
	padding: 44px 24px 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.share h3::after {
	content: '';
	display: block;
	width: 247px;
	height: 1px;
	background-color: #e4007f;
	position: relative;
	top: 2px;
}

@media (min-width: 768px) {
	.share span {
		font-size: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem);
	}

	.share h3 {
		font-size: clamp(1rem, 0.7857rem + 0.4464vw, 1.1875rem);
	}

	.share h3::after {
		width: 100%;
	}
}

.no_hash {
	margin-top: 0;
}

.no_hash h3 {
	padding: 20px 24px 4px;
}

.share p {
	background-color: #fff;
	padding: 10px 24px 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.share_last {
	border-bottom: 1px solid #fff;
}

/* footer 區壞 */
.footer_bg {
	display: none;
}

@media (min-width: 768px) {
	.footer_bg {
		display: block;
		width: 100%;
		margin: -170px 0 -6px;
		position: relative;
		z-index: -1;
	}
}

@media (min-width: 1200px) {
	.footer_bg {
		margin: -220px 0 -6px;
	}
}

.footer {
	background-color: #0c184c;
	padding: 35px 10px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	position: relative;
}

@media (min-width: 768px) {
	.footer {
		padding: 42px 0 72px;
		gap: 40px;
	}
}

.footer .logo_wrap {
	width: 225px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

@media (min-width: 512px) {
	.footer .logo_wrap {
		width: 100%;
		flex-wrap: nowrap;
	}
}

.footer .logo_kotex img {
	width: 68px;
}

.footer .logo_udn img {
	width: 91px;
}

.footer .logo_kim img {
	width: 136px;
}

.footer .logo_uwriting img {
	width: 54px;
}

.footer .note {
	font-size: 10px;
	line-height: 1.5;
	color: #fff;
	padding: 0 10px;
	text-align: center;
}

#floatBtn {
	position: fixed;
	bottom: 10%;
	right: 10px;
	width: 117px;
	z-index: 99999;
}

#floatBtn img {
	display: block;
	margin: 5px 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#floatBtn {
		position: fixed;
		bottom: 10%;
		right: 10px;
		width: 80px;
		z-index: 99999;
	}

	#floatBtn img {
		display: block;
		margin: 5px 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#floatBtn {
		position: fixed;
		bottom: 20px;
		right: 5px;
		width: 80px;
		z-index: 99999;
	}

	#floatBtn img {
		display: block;
		margin: 5px 0;
		width: 100%;
	}
}
