/* common css */
.txt_clamp_1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.txt_clamp_2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bg_gray_2f2f2f {
	background-color: #2f2f2f;
	/* background: url(https://stage1.edaily.co.kr/Publishing/kdh/2025/GAIF/img/guide_bg.png) no-repeat center;
  background-size: cover; */
}

.bg_gray_424242 {
	background-color: #424242 !important;
}

.bg_gray_eeeeee {
	background-color: #eeeeee;
}

.main_bg_wrap {
	position: relative;
	width: 100%;
	background-size: cover;
	justify-content: center;
	padding: 40px 0;
}

.bg_wrap {
	position: relative;
	width: 100%;
	background-size: cover;
	justify-content: center;
	padding: 80px 0;
}

.bg_banner_wrap {
	position: relative;
	width: 100%;
	background-size: cover;
	justify-content: center;
	padding: 55px 0;
}

.font_w600 {
	font-weight: 600 !important;
}

.col_000 {
	color: #000 !important;
}

.col_a4a4a4 {
	color: #a4a4a4 !important;
}

.col_444 {
	color: #444 !important;
}

.col_fff {
	color: #fff !important;
}

.col_ff0000 {
	color: #ff0000 !important;
}

.text_align_center {
	text-align: center !important;
}

.mt_m30 {
	margin-top: -30px !important;
}

.mt_m40 {
	margin-top: -40px !important;
}

.mb_5 {
	margin-bottom: 5px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_38 {
	margin-bottom: 38px !important;
}

.mb_70 {
	margin-bottom: 70px !important;
}

.ml_25 {
	margin-left: 25px !important;
}

.mt_12 {
	margin-top: 12px !important;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_17 {
	margin-top: 17px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_65 {
	margin-top: 65px !important;
}

.mt_75 {
	margin-top: 75px !important;
}


.slick-arrow.l_nrev {
	position: absolute;
	z-index: 9999;
	left: -40px;
	top: 85px;
	border: none;
}

.slick-arrow.r_next {
	position: absolute;
	z-index: 9999;
	right: -40px;
	top: 85px;
	border: none;
}


.tv_sec_line {
	display: flex;
	flex-direction: column;
	/* gap: 33px; */
	width: 1200px;
	margin: 0 auto;
}

.vod_sec_line {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 1289px;
	margin: 0 auto;
	height: 370px;
	overflow: hidden;
	padding: 0 50px;
}

	.vod_sec_line::before {
		content: '';
		position: absolute;
		right: 0px;
		top: 0px;
		width: 43px;
		height: 400px;
		background-color: #eee;
		overflow: hidden;
		z-index: 999;
	}

.tv_head {
	display: flex;
	justify-content: space-between;
}

.tv_head_tit {
	font-weight: 600;
	font-size: 22px;
	color: #FFF;
}

.tv_head_txt {
	position: relative;
	color: #000;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -1.5px;
}

.tv_head_icon {
	position: absolute;
	right: -20px;
	top: 2px;
	z-index: 1;
	padding: 0px;
	padding: 0 0 20px 100%;
	transition: all 0.2s ease-out;
}

.tv_head_icon_wrap a {
	position: relative;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -1.5px;
	display: flex;
	gap: 10px;
}

.tv_head_icon:hover {
	transform: translateY(-3px);
}

.total_view_btn a {
	position: relative;
	color: #c5c5c5;
	font-size: 13px;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
	padding: 6px 23px;
	margin-top: 5px;
	display: flex;
}

	.total_view_btn a:hover {
		background-color: #000;
		border: 1px solid #929292;
	}

.tv_news_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 45px;
	overflow: hidden;
}

.tv_news_item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.tv_news_items {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 370px;
}

	.tv_news_items a {
		background: pink;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}
/* .tv_news_item:last-child {
			margin-bottom: 65px;
		} */
.vods_news_list {
	/* display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			gap: 45px; */
	/* overflow: hidden; */
	display: flex;
}
/* .tv_news_item:hover .tv_news_lank {
			background-color: #aaaaaa;
			color: #000;
			font-weight: 500;
		} */

.tv_news_img {
	overflow: hidden;
	max-height: 150px;
	border-radius: 7px;
}

	.tv_news_img img {
		aspect-ratio: 16 / 9;
	}

		.tv_news_img img:hover {
			transform: scale(1.1);
			-ms-transition-duration: 1s;
			-moz-transition-duration: 1s;
			-webkit-transition-duration: 1s;
			transition-duration: 1s;
		}

.tv_news_item:hover .vod_news_tit {
	text-decoration: underline;
	opacity: 0.6;
}


.tv_news_tit {
	position: relative;
	line-height: 1.5;
	color: #FFF;
	font-weight: 500;
	font-size: 18px;
}

.tv_news_item:hover .tv_news_tit {
	text-decoration: underline;
	opacity: 0.6;
}

.tv_news_items:hover .tv_news_tit {
	text-decoration: underline;
	opacity: 0.6;
}

.tv_news_left_part {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tv_news_lank {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.5px;
	background-color: #e61d25;
	border-radius: 5px;
	margin-top: 3px;
	height: 19px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
}

.tv_gold_medal {
	width: 27px;
	height: 41px;
	margin: 0 auto;
}

.tv_news_info_wrap {
	display: flex;
	gap: 15px;
}

.tv_news_info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.named {
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: -10px;
}

/* edaily on 중앙 배너 */
.center_ad_in {
	position: relative;
	margin: 0 auto;
	width: 1080px;
	height: 128px;
	background-color: rgb(219, 223, 222);
}

.ad_close_bn {
	position: absolute;
	top: -5px;
	right: -25px;
	font-size: 18px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	line-height: 1;
	color: #ff0000;
}

/* 주요뉴스 */
.tv_news_sec_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 36px;
	width: 1200px;
	margin: 0 auto;
}

.tv_news_sec_img {
	width: 130px;
	height: 78px;
	display: inline-table;
	overflow: hidden;
}

	.tv_news_sec_img img {
		aspect-ratio: 16 / 9;
		width: 130px;
	}

.tv_news_sec_maintit {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, 0%);
	background: rgb(0 0 0 / 73%);
	color: #fff;
	padding: 5px 10px;
	font-size: 30px;
	line-height: 1.5;
	width: 88%;
	text-align: center;
}

.tv_news_sec_tit {
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 50px;
	font-size: 18px;
	font-weight: 500;
}

.tv_news_sec_cont {
	position: relative;
	width: 745px;
	height: 372px;
	overflow: hidden;
}

	.tv_news_sec_cont a:hover img {
		transform: scale(1.1);
		-ms-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
	}

.tv_news_sec_list {
	font-size: 0;
	width: 440px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

	.tv_news_sec_list li {
		display: inline-block;
		text-align: center;
	}

		.tv_news_sec_list li a:hover {
			text-decoration: underline;
		}


		.tv_news_sec_list li a:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0px;
			width: 100%;
			height: 3px;
		}

		.tv_news_sec_list li a.active {
			border-bottom: 1px solid #fff;
			display: flex;
		}

		.tv_news_sec_list li a {
			position: relative;
			display: flex;
			gap: 20px;
			text-align: left;
			color: #000;
			line-height: 1.5;
			text-decoration: none;
			font-size: 16px;
			overflow: hidden;
			align-items: center;
		}

			.tv_news_sec_list li a .tv_news_sec_img img:hover {
				width: 130px;
				overflow: hidden;
			}

			.tv_news_sec_list li a:hover,
			.tv_news_sec_list li a.active {
				background: #fff;
				display: flex;
			}

				.tv_news_sec_list li a:hover .tv_news_sec_img img {
					transform: scale(1.1);
					-ms-transition-duration: 1s;
					-moz-transition-duration: 1s;
					-webkit-transition-duration: 1s;
					transition-duration: 1s;
				}
/* TV LIVE 메인 */
.tv_live_tab_wrap {
	display: flex;
	justify-content: space-between;
}

.tv_live_tab {
	width: 100%;
	height: auto;
}

.tabnav {
	display: flex;
	width: 768px;
	position: relative;
}

	.tabnav li::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 1px;
		height: 100%;
		background-color: #ff0000;
		z-index: 1;
	}

	.tabnav li {
		display: inline-block;
		width: 50%;
		text-align: center;
		border-bottom: 2px solid #ff0000;
		background: #ff0000;
		height: 44px;
	}

		.tabnav li a:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0px;
			width: 100%;
			height: 3px;
		}

		.tabnav li a.active:before {
			background: #ff0000;
		}

		.tabnav li a {
			position: relative;
			display: block;
			background: #fff;
			color: #444444;
			padding: 0 30px;
			line-height: 2.5;
			text-decoration: none;
			font-size: 17px;
			border-bottom: 2px solid #ff0000 !important;
			border: 1px solid #000;
			height: 44px;
		}

			.tabnav li a:hover,
			.tabnav li a.active {
				background: #ff0000;
				color: #fff;
				border: none;
				font-weight: 600;
			}

.tabcontent {
	border-top: none;
	overflow: hidden;
}

.tv_tab_img {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

	.tv_tab_img img {
		width: 100%;
		height: 100%;
		display: flex;
		/* background: #474096; */
	}

/* TV LIVE */
.tv_live_wrap {
	display: flex;
	justify-content: space-between;
}

.tv_live_img_wrap {
	width: 768px;
	height: 434px;
	overflow: hidden;
}

.on_air_wrap {
	display: flex;
	flex-direction: column;
	width: 373px;
	justify-content: space-between;
}

.on_air_list_tit_top {
	display: flex;
	gap: 10px;
	padding-left: 20px;
	padding: 17px;
	background-color: #f7f7f7;
	border-top: 4px solid #000;
	height: 64px;
	font-size: 18px;
}

.on_air_list_tit_bottom {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	font-weight: 600;
	height: 30px;
	color: #FFF;
	align-items: center;
}

.review_tit {
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	line-height: 2.3;
	background-color: #3c3c3c;
	height: 30px;
	width: 138px;
	text-align: center;
}

.home_icon {
	width: 19px;
	height: 18px;
}

.on_air_choice {
	position: relative;
}

	.on_air_choice li {
		position: relative;
		display: flex;
		gap: 10px;
		height: 53px;
		align-items: center;
		padding-left: 10px;
		border-bottom: 1px solid #000;
	}

		.on_air_choice li a {
			display: flex;
			gap: 10px;
			align-items: center;
			width: 100%;
			height: 100%;
		}

		.on_air_choice li:first-child {
			color: #fff;
			background-color: #ff050a;
			border-bottom: none;
		}

			.on_air_choice li:first-child::before {
				position: absolute;
				left: -17px;
				top: 0;
				content: '';
				width: 0;
				/* height: 12px; */
				border-style: solid;
				border-width: 26px 17px 26px 0px;
				border-color: transparent #ff050a transparent;
			}

		.on_air_choice li:nth-child(2) {
			border-bottom: 1px solid #cecece;
		}

			.on_air_choice li:nth-child(2):hover {
				background-color: #dfdfdf;
			}

				.on_air_choice li:nth-child(2):hover .choice_next {
					color: #ff050a;
				}

				.on_air_choice li:nth-child(2):hover .choice_name {
					color: #ff050a;
				}

		.on_air_choice li:nth-child(3):hover {
			background-color: #dfdfdf;
			color: #000;
		}

			.on_air_choice li:nth-child(3):hover .choice_next {
				color: #ff050a;
			}

			.on_air_choice li:nth-child(3):hover .choice_name {
				color: #ff050a;
			}

.sec_tit {
	font-size: 29px;
}

.choice_next {
	font-size: 12px;
	font-weight: 400;
	color: #8f4f50;
}

.choice_tit {
	font-weight: 500;
	color: #000;
	line-height: 1.4;
	display: flex;
	gap: 10px;
	background: cadetblue;
}

.choice_name {
	font-size: 18px;
	font-weight: 500;
	color: #494949;
	max-width: 190px;
	height: 23px;
	width: auto;
	line-height: 1.2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.choice_edu_tit {
	font-size: 14px;
	font-weight: 500;
	color: #494949;
	max-width: 200px;
	height: 23px;
	width: auto;
	line-height: 1.5;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.on_air_choice_line {
	position: relative;
	display: flex;
	gap: 17px;
	align-items: center;
}

.choice_bar {
	margin-top: 0x;
	width: 1px;
	height: 13px;
	background-color: #a0a0a0;
}


.on_air_view {
	position: relative;
	border: 1px solid #979797;
}

	.on_air_view li {
		position: relative;
		color: #494949;
		display: flex;
		gap: 20PX;
		height: 46px;
		background-color: #FFF;
		align-items: center;
		padding-left: 16px;
		border-bottom: 1px solid #cecece;
	}

		.on_air_view li:hover {
			background-color: #dfdfdf;
		}

			.on_air_view li:hover .choice_edu_tit {
				color: #ff050a;
			}

.onair_txt {
	padding-left: 16px;
	font-size: 18px;
}

	.onair_txt::before {
		content: '';
		position: absolute;
		left: 0;
		width: 11px;
		height: 11px;
		background-color: #ff0000;
		border-radius: 20px;
		top: 5px;
	}

.onair_num {
	font-size: 13px;
	color: #777;
	font-weight: 500;
}

.onair_time {
	font-size: 13px;
	color: #777;
	letter-spacing: 0.5px;
}

/* MARKET NOW */
.market_now_wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.market_now_tit {
	line-height: 1;
	color: #2a2a2a;
	font-weight: 600;
	font-size: 35px;
	letter-spacing: -1px;
}

.market_now_info {
	display: flex;
	gap: 13px;
	align-items: center;
}

.edu_bar {
	margin-top: 0;
	width: 1px;
	height: 11px;
	background-color: #a0a0a0;
}

.point_onair_txt {
	position: relative;
	color: #ff0000;
	font-weight: 600;
	margin-top: -3px;
	font-size: 16px;
}

.market_now_info li {
	color: #5a5a5a;
	letter-spacing: -1px;
}

	.market_now_info li.market_txt:hover {
		color: #000;
		text-decoration: underline;
		font-weight: 600;
	}

.market_txt_time {
	font-size: 13px;
}

.market_txt {
	font-size: 13px;
}

/* TV LIVE & 무료공개방송 탭 메인 */
.edu_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.edu_container {
	display: flex;
	width: 1200px;
}

.edu_container_in {
	position: relative;
	width: 972px;
	height: auto;
	background: url(/resources/images/edu_tabs_l.png) no-repeat center;
	background-size: cover;
}

.edu_main_info {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	height: 437px;
}

.edu_main_info_txt {
	color: #fff;
	height: 394px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1.4;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.teacher_info_wrap {
	display: flex;
	flex-direction: column;
}

.teacher_name {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
}

.teacher_edutit {
	font-size: 52px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 435px;
	height: 120px;
	display: -webkit-inline-box;
	letter-spacing: -1.5px;
}

.teacher_edudate {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.5px;
}

.teacher_edu_info {
	height: 82px;
}

	.teacher_edu_info li {
		margin-bottom: 8px;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
		line-height: 1;
		letter-spacing: 0.5px;
		max-width: 300px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

.banner_edailyon_logo {
	position: absolute;
	bottom: 20px;
	right: 14px;
}

.teacher_img {
	/* height: 106%; */
	overflow: hidden;
	margin-top: -40px;
}

ul.edu_tabs {
	width: 228px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(/resources/images/edu_tabs_r.png) no-repeat center;
	background-size: cover;
	/* background: url(/resources/images/guide_bg.png) no-repeat center; */
	height: 492px;
	align-items: center;
}

	ul.edu_tabs li {
		position: relative;
		cursor: pointer;
		width: 117px;
		height: 117px;
		border-radius: 100px;
		overflow: hidden;
		background: #60598d;
	}

		ul.edu_tabs li.current {
			position: relative;
			width: 122px;
			height: 122px;
			border: 5px solid #fff;
			background: #f4d5ff;
			box-shadow: 0px 0px 20px 7px #bf75d3;
		}

.overlay {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 99999999 !important;
	color: #000;
	background: #f4d5ff;
	width: 100%;
	height: 100%;
}

ul.edu_tabs li:hover .overlay {
	opacity: 0.7;
	overflow: hidden;
	border-radius: 50px;
	width: 122px;
	height: 122px;
	font-weight: 600;
}

ul.edu_tabs li.current:hover .overlay {
	opacity: 0.7;
	width: 122px;
	height: 122px;
	font-weight: 600;
}

.edu_tab_content {
	display: none;
	height: 492px;
	padding: 55px 0 0 60px;
}

	.edu_tab_content.current {
		display: inherit;
	}

.participation_btn {
	display: flex;
	margin-top: 22px;
}

	.participation_btn a {
		color: #000;
		background: #ff0000;
		font-weight: 500;
		font-size: 17px;
		border-radius: 50px;
		text-align: center;
		width: 214px;
		height: 33px;
		font-weight: 600;
		line-height: 1.8;
	}

		.participation_btn a:hover {
			color: #FFF;
			background-color: #a30000;
		}

.url_icon_line {
	display: flex;
	gap: 6px;
	position: absolute;
	top: 7px;
	right: 58px;
}

.url_icon img {
	width: 26px;
	height: 26px;
}

.fist:hover {
	width: 26px;
	height: 26px;
	display: block;
	background: url(/resources/images/url_icon_01_hov.png) no-repeat center;
}

.onair_main_wrap {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.onair_main_img {
	width: 100%;
	height: 676px;
	overflow: hidden;
}

.onair_main {
	position: relative;
	display: flex;
}

	.onair_main li:nth-child(1) {
		display: flex;
		gap: 15px;
		width: 534px;
	}

	.onair_main li:nth-child(3) {
		width: 245px;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.onair_main li:nth-child(5) {
		width: 420px;
		display: flex;
		justify-content: space-between;
		padding-left: 54px;
		text-align: center;
	}

.onair_main_in {
	display: flex;
	align-items: center;
	position: relative;
}

.onair_main_bar {
	width: 1px;
	height: 65px;
	background-color: #d6d6d6;
	display: flex;
	margin-top: 6px;
}

.onair_round {
	width: 72px;
	height: 72px;
	border-radius: 50px;
	color: #fff;
	background-color: #ff050a;
	justify-content: center;
	align-items: center;
	display: flex;
	font-weight: 600;
	font-size: 15px;
}

.onair_round_tit {
	display: flex;
	gap: 11px;
	flex-direction: column;
}

.onair_main_tit {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: #2a2a2a;
	height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 300px;
	letter-spacing: -1.5px;
}

	.onair_main_tit:hover {
		color: #ff050a;
	}

.onair_main_sub {
	font-size: 25px;
	font-weight: 600;
	color: #949494;
	max-width: 230px;
	max-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}

	.onair_main_sub:hover {
		color: #000;
	}

.onair_main_time {
	font-size: 14px;
	color: #555;
	letter-spacing: 0px;
}

.tv_schedule {
	width: 70px;
	height: 70px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	border-radius: 8px;
	border: 1px solid #787878;
	align-items: center;
	justify-content: center;
	display: flex;
}

	.tv_schedule:hover {
		background-color: #2f2f2f;
		color: #fff;
		transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
		z-index: 3;
	}



/* 프로그램별 VOD */
.vod_tabs {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 0;
	margin: 0;
	height: 50px;
	row-gap: 60px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

	.vod_tabs .tabmenu {
		position: relative;
		list-style: none;
		padding: 12px 20px;
		color: #777;
		font-weight: 400;
		cursor: pointer;
		width: 50%;
		text-align: center;
	}

.tabmenu.active {
	position: relative;
	background: #ff0000;
	color: #fff;
	border-top: 2px solid #ff0000;
}

.contWrap {
	padding: 50px 0 0 0;
	background: #fff;
}

	.contWrap .tabCont {
		display: none;
		min-height: 100px;
		font-size: 20px;
	}

		.contWrap .tabCont.active {
			display: block;
		}

		.contWrap .tabCont.tabCont2 {
			color: #ff050a;
		}

.vod_news_wrap {
	display: flex;
	gap: 10px;
}

.vod_news_info {
	display: flex;
	gap: 20px;
	width: 100%;
	height: 55px;
}

.vod_news_txtbox {
	display: flex;
	max-width: 100px;
	min-width: 70px;
	gap: 10px;
	justify-content: right;
}

.vod_category {
	width: 20px;
	height: 17px;
}

.vod_category_num {
	font-size: 13px;
	color: #999;
	margin-top: 3px;
}

.vod_news_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 45px;
	overflow: hidden;
}
/* .vod_news_list:last-child {
				margin-bottom: 65px;
			} */
.vod_news_item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
}

.vod_news_img {
	overflow: hidden;
	/* max-height: 150px; */
	border-radius: 7px;
	margin-bottom: 13px;
	/* width: 425px; */
	/* gap: 50px; */
	display: flex;
}

	.vod_news_img:nth-child(3) {
		margin-right: -35px;
	}

	.vod_news_img img {
		aspect-ratio: 16 / 9;
		/* width: 387px; */
	}

		.vod_news_img img:hover {
			transform: scale(1.1);
			-ms-transition-duration: 1s;
			-moz-transition-duration: 1s;
			-webkit-transition-duration: 1s;
			transition-duration: 1s;
		}

.vod_news_tit {
	position: relative;
	width: 100%;
	max-width: 200px;
	line-height: 1.4;
	color: #000;
	font-weight: 500;
	font-size: 19px;
}

.vod_news_item:hover .vod_news_tit {
	text-decoration: underline;
}

/* 추가 */
.imgs:hover img {
	transform: scale(1.1);
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

/* 프로그램별 VOD 더보기 영역 */
.tv_more_btn {
	display: flex;
	position: relative;
	width: 410px;
	padding: 10px 0;
	border-radius: 50px;
	background-color: #f8f8f8;
	font-weight: 500;
	font-size: 15px;
	color: #868686;
	margin: 0 auto;
	justify-content: center;
	border: 1px solid #c3c3c3;
}

	.tv_more_btn:hover {
		box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
		color: #000;
	}

	.tv_more_btn:active {
		box-shadow: 0 4px 16px rgb(0 0 0 / 10%), inset 0 0 20px rgb(0 0 0 / 10%);
	}
/* .tv_more_btn::after{
				content: "";
				display: inline-block;
				width: .5em;
				height: .5em;
				margin: 0 0 0 .5em;
				border: solid #fff;
				border-width: 3px 0 0 3px;
				vertical-align: .2em;
				transform: rotate(-135deg);
			} */
.tv_more_list {
	overflow: hidden;
	max-height: 0;
	transition: none;
}

	.tv_more_list ul {
		display: inline-block;
		padding: 3em 2em 3.5em;
		text-align: left;
	}

	.tv_more_list li {
		margin-top: .5em;
	}
/* .tv_more_section.act .tv_more_btn::after{
				transform: rotate(45deg);
				vertical-align: -.1em;
			} */
.tv_more_section.act .tv_more_list {
	max-height: 100vh;
	transition: all .3s linear;
	width: 100%;
	display: contents;
}
/* .tv_more_section.act .tv_more_list:last-child {
				margin-bottom: 60px;
			} */
.vod_news_list .tv_more_list {
	margin-bottom: -0px;
}


/* 공지사항 & 시청자 한마디 */
.tv_notice_wrap {
	display: flex;
	width: 100%;
	height: 64px;
	border-bottom: 2px solid #000;
	background-color: #efefef;
	justify-content: center;
	align-items: center;
	gap: 85px;
	margin-top: 117px;
}

.tv_notice_icon {
	display: flex;
	gap: 10px;
	align-items: center;
}

.tv_notice_img {
	width: 31px;
	height: 31px;
}

	.tv_notice_img img {
		width: 31px;
		height: 31px;
	}

.tv_notice_txt {
	font-size: 19px;
	font-weight: 500;
}

	.tv_notice_txt:hover {
		color: #ff0000;
	}

/* 이데일리ON 파트너 무료방송 */
.tv_edu_banner {
	margin: 0 auto;
	width: 790px;
	height: 200px;
	border: 6px solid #d40000;
	color: #fff;
	background: url(/resources/images/tv_edu_center_bg.png) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

.tv_edu_banner_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.tv_edu_banner_in {
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	justify-content: center;
}

	.tv_edu_banner_in li {
		color: #fff;
		display: flex;
	}

.tv_edu_banner_info {
	display: flex;
	gap: 10px;
	align-items: center;
	line-height: 1;
}

.tv_edu_name {
	font-size: 25px;
	color: #fff;
	margin-bottom: 10px;
}

.tv_edu_home {
	width: 20px;
	height: 18px;
	margin-top: -10px;
}

.tv_edu_tit {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 22px;
	line-height: 1;
}

.tv_edu_date {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1;
}

.content_line {
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
}

.main_content_line {
	margin: 0 auto;
	width: 1200px;
	height: 1px;
	background-color: #d8d8d8;
}

/* VOD 슬릭 버튼 영역 */
.l_Prev {
	top: 0px;
	border: none;
	z-index: 999;
	width: 15px;
	height: 27px;
	position: absolute;
	left: 0;
}

	.l_Prev img {
		top: 60px;
		left: 15px;
		width: 15px;
		height: 27px;
	}

.r_Next {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	z-index: 999;
	width: 15px;
	height: 27px;
}

	.r_Next img {
		top: 60px;
		right: -15px;
		width: 15px;
		height: 27px;
	}


.tv_news_img .slick-slide img {
	display: block;
	padding: 0 20px !important;
}


.tv_news_list .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background: #fff;
}

.vods_news_list .slick-list {
	margin-bottom: -30px;
	width: 1287px;
	gap: 50px;
	padding-right: 50px;
	overflow: hidden;
}

.vods_news_list .slick-dots {
	/* display:none!important; */
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block !important;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 9999 !important;
	height: 30px;
	width: 100px;
	overflow: hidden;
}

	.vods_news_list .slick-dots li button:before {
		font-family: 'slick';
		font-size: 6px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 10px;
		text-align: center;
		content: '' !important;
		opacity: -0.75;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overflow: hidden;
		background-color: #fa4848 !important;
		border-radius: 50px;
	}

	.vods_news_list .slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
		background-color: #fa4848;
	}

	.vods_news_list .slick-dots li.slick-active button:before {
		opacity: 1;
		overflow: hidden;
		color: #fff;
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.vods_news_list .slick-dots li {
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
		background-color: #888888;
		border-radius: 50px;
	}

		.vods_news_list .slick-dots li button {
			font-size: 0;
			line-height: 0;
			display: block !important;
			width: 10px;
			height: 10px;
			padding: 5px;
			cursor: pointer;
			color: transparent;
			border: 0;
			outline: none;
			background-color: #fa4848;
			background: transparent;
			border-radius: 50px;
		}

.edu_live_box {
	display: inline-block;
	width: 58px;
	text-align: center;
	border-radius: 3px;
	padding: 0px 0 1px 0;
	color: #fff;
	margin-right: 10px;
	background: #e61d25;
}








.edu_news_list .slick-list {
	width: 1200px;
	gap: 50px;
	/* padding-right: 50px; */
	overflow: hidden;
	padding-bottom: 13px;
}

.edu_news_list .slick-dots {
	/* display:none!important; */
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block !important;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 9999 !important;
	height: 30px;
	width: 100px;
	overflow: hidden;
}

	.edu_news_list .slick-dots li button:before {
		font-family: 'slick';
		font-size: 6px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 10px;
		text-align: center;
		content: '' !important;
		opacity: -0.75;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overflow: hidden;
		background-color: #fa4848 !important;
		border-radius: 50px;
	}

	.edu_news_list .slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
		background-color: #fa4848;
	}

	.edu_news_list .slick-dots li.slick-active button:before {
		opacity: 1;
		overflow: hidden;
		color: #fff;
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.edu_news_list .slick-dots li {
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
		background-color: #888888;
		border-radius: 50px;
	}

		.edu_news_list .slick-dots li button {
			font-size: 0;
			line-height: 0;
			display: block !important;
			width: 10px;
			height: 10px;
			padding: 5px;
			cursor: pointer;
			color: transparent;
			border: 0;
			outline: none;
			background-color: #fa4848;
			background: transparent;
			border-radius: 50px;
		}

.edu_news_cont_info {
	position: absolute;
	bottom: -32px;
	display: flex;
	justify-content: center;
	z-index: 99999 !important;
	width: 100%;
}

	.edu_news_cont_info li {
		font-size: 15px;
	}

.edu_news_bar {
	width: 1px;
	height: 13px;
	background-color: #444;
	margin: 3px 10px;
}


.edu_news_img {
	position: relative;
	/* overflow: hidden; */
	/* max-height: 150px; */
	/* gap: 50px; */
	display: flex;
	z-index: 2;
}

	.edu_news_img::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 96px;
		background-color: rgb(0 0 0 / 65%);
		/* opacity: 0.7; */
	}

/* 활성화된 슬릭 슬라이더 검정 배경 비활성화 */
.slick-current .edu_news_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	background-color: transparent;
}

.slick-current .edu_news_tit li {
	position: relative;
	display: none;
	z-index: 2;
}

.edu_news_img:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	color: #000;
	background-color: rgba(194, 19, 19, 0.72);
}

/* .edu_news_img:nth-child(3) {
				margin-right:-35px;
			} */
.edu_news_img img {
	aspect-ratio: 16 / 9;
	/* width: 387px; */
	height: 96px;
}
/* .edu_news_img img:hover  {
				transform:scale(1.1);
				-ms-transition-duration: 1s;
				-moz-transition-duration: 1s;
				-webkit-transition-duration: 1s;
				transition-duration: 1s;
			} */

.edutv_news_items {
	display: flex;
	flex-direction: column;
	/* overflow: hidden; */
	width: 400px;
	height: 132px;
	/* z-index: 0; */
}

	.edutv_news_items a {
		background: pink;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.edutv_news_items:hover .tv_news_tit {
		text-decoration: underline;
		opacity: 0.6;
	}

.edu_news_tit {
	position: absolute;
	flex-direction: column;
	top: 27%;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 30px;
	text-align: center;
	width: 99%;
}

	.edu_news_tit li {
		color: #fff;
	}

.edu_nuew_sub {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 26px;
	padding: 0 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.edu_nuew_time {
	font-weight: 300;
	font-size: 13px;
}

/* VOD 슬릭 버튼 영역 */
.l_Prev_edu {
	top: 30px;
	border: none;
	z-index: 999;
	width: 15px;
	height: 27px;
	position: absolute;
	left: -35px;
}

	.l_Prev_edu img {
		top: 60px;
		left: 15px;
		width: 15px;
		height: 27px;
	}

.r_Next_edu {
	position: absolute;
	top: 30px;
	right: -35px;
	border: none;
	z-index: 999;
	width: 15px;
	height: 27px;
}

	.r_Next_edu img {
		top: 60px;
		right: -15px;
		width: 15px;
		height: 27px;
	}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blinking {
	animation: blink 2s infinite;
}

/* 공유 아이콘 모달창 */
.modal {
	position: absolute;
	display: none;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal_body {
	position: absolute;
	top: -250px;
	left: 20%;
	width: 380px;
	height: 264px;
	padding: 30px 23px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
	transform: translateY(-100%);
	z-index: 9;
	border: 1px solid #c8c4c2;
}

.madal_sns_wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 37px;
}

.modal_sns_link {
	width: 154px;
	height: 62px;
	margin: 0 auto;
	display: flex;
	gap: 30px;
}

	.modal_sns_link li {
		display: flex;
		width: 549px;
		height: 100%;
	}

		.modal_sns_link li a {
			width: 100%;
			height: 100%;
		}

.share_popup_tit {
	position: relative;
	width: 100%;
	height: 64px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	font-size: 22px;
	margin-top: -30px;
	line-height: 2.8;
}

	.share_popup_tit::before {
		content: '';
		position: absolute;
		bottom: -1px;
		left: -24px;
		width: 114%;
		height: 1px;
		background-color: #ccc;
	}

.copy_wrap {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.copy_txt {
	width: 232px;
	height: 42px;
	padding: 0 8px;
	border-radius: 2px;
	border: 1px solid #dddddd;
}

.copy_btn {
	width: 74px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
	background-color: #ccc;
}

	.copy_btn a {
		width: 100%;
		height: 100%;
		color: #210000;
		font-size: 17px;
		font-weight: 500;
		display: flex;
		justify-content: center;
		align-items: center;
	}

.modal_close_bn {
	position: absolute;
	top: 11px;
	right: 30px;
	font-size: 38px;
	cursor: pointer;
	width: 38px;
	height: 38px;
	line-height: 1;
	color: #373737;
	font-weight: 200;
}

.img_box {
	position: relative;
}

	.img_box a {
		display: flex;
	}

	.img_box img {
		width: 100%;
		height: 100%;
	}

		.img_box img.img_hover {
			display: none;
		}

	.img_box:hover img.img {
		display: none;
	}

	.img_box:hover img.img_hover {
		display: block
	}

.menu ul li a {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.6;
}

	.menu ul li a.on {
		border-bottom: 2px solid #e61d25;
		font-weight: 600;
		display: flex;
	}

.menu_sub ul li a.on {
	border-bottom: 2px solid #e61d25;
	font-weight: 600;
	color: #000;
}

/* PC 햄버거 메뉴 */
.category_wrap {
	position: relative;
	display: flex;
	column-gap: 20px;
	width: 100%;
	border-top: 1px solid #333;
	height: 300px;
	padding: 1.5rem 3rem;
	background-color: #eee;
}

	.category_wrap::before {
		content: '';
		position: absolute;
		left: -100%;
		top: -1px;
		width: 100%;
		height: 100%;
		background-color: #eee;
		border-top: 1px solid #333;
	}

	.category_wrap::after {
		content: '';
		position: absolute;
		right: -100%;
		top: -1px;
		width: 100%;
		height: 100%;
		background-color: #eee;
		border-top: 1px solid #333;
	}

.category_section {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	width: 100%;
	max-width: 100px;
	height: auto;
	/* background-color: aquamarine; */
}

	.category_section dd a:hover .category_line_txt {
		color: #7e7d7d;
		text-decoration: underline;
	}

.category_line_tit {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

	.category_line_tit a {
		font-weight: 500;
	}

		.category_line_tit a:hover {
			color: #ff050a;
		}

.category_line_info {
}

	.category_line_info a {
		display: flex;
		column-gap: 7px;
		align-items: flex-start;
		line-height: 1.3;
	}

.category_line_txt {
	width: 100%;
	font-size: 13px;
}

.blinking {
	animation: blink 2s infinite;
}

.onair_round.off {
	display: flex;
	width: 10px;
	height: 8px;
	border-radius: 50px;
	margin-top: 4px;
	background-color: #c7c7c7;
}

.onair_round.on {
	display: flex;
	width: 10px;
	height: 8px;
	border-radius: 50px;
	margin-top: 4px;
	background-color: #ff050a;
}