.board {}

.board_con_mo {
	display: none;
}
#board_page {
	padding: 100px 0 80px;
	margin-top: 134px;
}
#board_page .sub_container {
	max-width: 1400px;
}
#board_page .board_title {
	text-align: center;
	font-size: 35px;
	color: #1c1c1c;
	line-height: 1;
	margin-bottom: 32px;
}

#board_page .board_desc {
	font-size: 18px;
	color:#1c1c1c;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;white-space:pre;
}
.board_con_pc .mytv {
	margin-bottom: 50px;
}
#board_page .small_tit {
	font-size: 23px;
	line-height: 1;
	color:#444444;
	font-weight: 600;
	margin-bottom: 20px;
}

#board_page .small_tit .point {
	color: #cda892;
}
#board_page .mytv {
	position: relative;
}
#board_page .mytv .more {
	position: absolute;
	right: 0;
	top: 0;
}
#board_page .mytv .more a{
	font-size: 16px;
	color:#4b4b4b;
	font-weight: 500;
	line-height: 1;
}
#board_page .mytv .more img {
	width: 8px;
	height: 13px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#board_page .mytv .swiper-slide img,
#board_page .realstory .swiper-slide img  {
	cursor: pointer;
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
}
#board_page .mytv .swiper-slide .title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.4;
	color: #555555;
	font-weight: 400;
	/* 두 줄로 제한 및 ... 처리 */
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 보여줄 줄 수 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#board_page .realstory .swiper-slide .title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.4;
	color: #555555;
	font-weight: 400;
	white-space: nowrap;     
	overflow: hidden;         
	text-overflow: ellipsis;
}
#board_page .realstory .swiper-slide span {
	position: absolute;
	right: 0;
	bottom: 31px;
	background-color: #332e59;
	color:#fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 28px;
}
#board_page .mytv,
#board_page .realstory {
	position: relative;
}
#board_page .mytv .swiper-button-next::after,
#board_page .mytv .swiper-button-prev::after,
#board_page .realstory .swiper-button-next::after,
#board_page .realstory .swiper-button-prev::after  {
	display: none;
}
#board_page .mytv .swiper-button-next,
#board_page .realstory .swiper-button-next {
	position: absolute;
	right: -19px;
	width: 38px;
	opacity: 1;
}
#board_page .mytv .swiper-button-prev:hover,
#board_page .realstory .swiper-button-prev:hover,
#board_page .mytv .swiper-button-next:hover,
#board_page .realstory .swiper-button-next:hover {
	filter: brightness(0.9);
}

#board_page .mytv .swiper-button-prev,
#board_page .realstory .swiper-button-prev {
	position: absolute;
	left: -19px;
	width: 38px;
	opacity: 1;
}
#board_page .mytv .swiper-button-prev.swiper-button-disabled,
#board_page .mytv .swiper-button-next.swiper-button-disabled,
#board_page .realstory .swiper-button-prev.swiper-button-disabled,
#board_page .realstory .swiper-button-next.swiper-button-disabled  {
	opacity: 0;
	pointer-events: none; 
}
#board_page .mytv_pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	display: none; 
}
#board_page .mytv_pop .pop_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.5);
}
#board_page .mytv_pop .pop_close {
	position: fixed;
	width: 20px;
	height: 20px;
	object-fit: contain;
	background-color: #516272;
	right: 0;
	top: 0;
	padding: 20px;
	cursor: pointer;
	z-index: 102;
}
#board_page .mytv_pop .mytv_con {
	position: fixed;
	width: 60%;
	aspect-ratio: 16/9;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 102;
}
#board_page .mytv_pop .mytv_con iframe {
	width: 100%;
	height: 100%;
}
#board_page .event {
	margin-top: 70px;
}
#board_page .event ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	gap: 40px 30px;
	
}
#board_page .event ul li {
	width: calc(100% / 4 - 25px);
}

#board_page .event ul li img {
	width: 100%;
}
.view {
	width: 100%;
	margin: 70px 0 50px;
	text-align: center;
	border-top: 1px solid #1c1c1c;
}
.view_head {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.view_head h3 {
	font-size: 20px;
	color:#1c1c1c;
	font-weight: 400;
	text-align: center;
}
.view_head p {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color:#a6a6a6;
	text-align: right;
}
.view_con {
	padding: 60px 0;
	border-bottom: 1px solid #dddddd;
	color:#626262;
	font-size: 16px;
	line-height: 1.5;
}
.view_con img {
	width: 60%;
	margin: 0 auto;
}
.pn_wrap > div {
	padding: 18px 0 18px 30px;
	display: flex;
	justify-content: start;
	gap: 0 60px;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
}
.pn_wrap > div a {
	flex: 1;
	text-align: left;
	position: relative;
	color:#a6a6a6;
}
.pn_wrap > div a::before {
	position: absolute;
	content: "|";
	left: -20px;
	top: 0;
	font-size: 14px;
	color:#ddd;
	font-weight: 500;
}
.btn_area {
	text-align: center;
}
.btn_area a button{
	font-size: 20px;
	color:#fff;
	font-weight: 400;
	padding: 14px 90px;
	background-color: #444444;
	cursor: pointer;
}

@media (max-width: 1200px){
	#board_page .event ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 20px;
		
	}
	#board_page .event ul li {
		width: calc(100% / 3 - 15px);
	}
}
@media (max-width: 768px){
	.mo_sub_menu button {
		pointer-events: none;
	}
	.mo_sub_menu button::after {
		display: none;
	}
	.board_con_pc {
		display: none;
	}
	.board_con_mo {
		display: block;
	}
	#board_page {
		padding: 80px 0;
		margin-top: 154px;
	}
	#board_page .board_title {
		font-size: 28px;
		margin-bottom: 50px;
	}
	#board_page .board_desc {
		font-size: 16px;
		word-break: keep-all;
	}

	#board_page .mytv_pop .mytv_con {
		position: fixed;
		width: 80%;
	
	}
	#board_page .mytv .more a{
		font-size: 16px;
		color:#4b4b4b;
		font-weight: 500;
		line-height: 1;
	}
	#board_page .mytv .more img {
		width: 28px;
		height: 19px;
		vertical-align: middle;
		margin-bottom: 4px;
	}
	#board_page .mytv ul,
	#board_page .realstory ul {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 15px;
	}
	#board_page .mytv ul li,
	#board_page .realstory ul li {
		width: calc(100% / 2 - 7.5px);
	}
	#board_page .mytv ul li .thumb {
		width: 100%;
	}
	#board_page .mytv ul li .thumb img {
		width: 100%;
	}
	#board_page .realstory ul li .title {
		font-size: 15px;
		margin-top: 10px;
		line-height: 1.3;
		letter-spacing: -0.5px;
		color:#6f6f6f;
		white-space: nowrap;     
		overflow: hidden;         
		text-overflow: ellipsis; 
	}
	#board_page .mytv ul li .title {
		font-size: 15px;
		margin-top: 10px;
		line-height: 1.3;
		letter-spacing: -0.5px;
		color:#6f6f6f;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* 보여줄 줄 수 */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#board_page .realstory ul li {
		position: relative;
	}
	#board_page .realstory ul li span {
		position: absolute;
		right: 0;
		bottom: 29.5px;
		background-color: #332e59;
		color:#fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 28px;
	} 
	#board_page .mytv ul {
		margin-bottom: 50px;
	}
	#board_page .event {
		margin-top: 50px;
	}
	#board_page .event ul {
		gap: 20px ;
	}
	#board_page .event ul li {
		width: calc(100% / 2 - 10px);
	}
	.more_btn {
		cursor: pointer;
		display: flex;
		margin: 50px auto;
		justify-content: center;
		padding: 15px 0;
		background-color: transparent;
		width: 50%;
		align-items: center;
		gap: 0 24px;
		font-size: 20px;
		font-weight: 500;
		color:#3d3d3d;
		border: 1px solid #a3a3a3;
		border-radius: 50px;
	}
	.more_btn img {
		object-fit: contain;
		width: 20px;
		height: 10px;
	}
	
	.view {
		margin: 50px 0 40px;
	}
	.view_head {
		padding: 20px 0;
		flex-direction: column;
		gap:16px 0;
	}
	.view_head h3 {
		font-size: 16px;
	}
	.view_head p {
		position: static;
		font-size: 18px;
		text-align: center;
	}
	.view_con {
		padding: 40px 0;
		font-size: 18px;
	}
	.view_con > div {
		word-break: keep-all;
	}
	.view_con img {
		width: 100%;
	}
	.pn_wrap > div {
		padding: 10px 0;
		gap: 0 30px;
		font-size: 16px;
	}
	.pn_wrap > div a {
		flex: 1;
		text-align: left;
		position: relative;
		color:#a6a6a6;
	}
	.pn_wrap > div a::before {
		position: absolute;
		content: "|";
		left: -15px;
		top: 0;
		font-size: 14px;
		color:#ddd;
		font-weight: 500;
	}
	.btn_area {
		text-align: center;
	}
	.btn_area a button{
		font-size: 20px;
		color:#fff;
		font-weight: 400;
		padding: 14px 90px;
		background-color: #444444;
		cursor: pointer;
	}
}

@media (max-width: 375px){
	#board_page .mytv ul {
		gap: 10px 0;
	}
	#board_page .mytv ul li {
		width: 100%;
	}
	#board_page .mytv ul li .title {
		font-size: 18px;
	}
	.view_con {
		padding: 20px 0;
		font-size: 16px;
	}
	.pn_wrap > div {
		gap: 0 20px;
		font-size: 14px;
	}
	.pn_wrap > div a::before {
		left: -10px;
	}
}