.mo {display: none;}
.sch_mt {
	margin-top: 23px;
}
.sch_mt2 {
	margin-top: 23px;
}
.sch_ml {
	margin-left:20px;
}
.list_no_w {
	width: 100px;
}
.news_box {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 50px;
}
.team_photo .news_img {
	overflow: hidden;
	position: relative;
	width: 350px;
	height: auto;
	border-radius: 10px; 
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 1px;
}
.team_photo .news_img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);  
	transition: all 0.2s ease-in-out;
}

.team_photo .news_img img {
	/*transition: all 0.6s ease 0s;*/
	width: 100%;
	height: auto;
}

	@media all and (min-width: 768px) {
		.line_ellipsis {
			white-space: nowrap; 
			overflow: hidden; 
			-o-text-overflow: ellipsis; 
			text-overflow: ellipsis;
			max-width: 690px;
		}
	}
	@media all and (min-width: 992px) and (max-width: 1199px) {
		.list_photo_img {
			/*height: 280px;*/
		}
	}
	@media all and (min-width: 768px) and (max-width: 991px) {
		.list_photo_img {
			/*height: 300px;*/
		}
	}
	@media all and (min-width: 1px) and (max-width: 767px) {
		.mo {display: block;}
		.sch_mt {
			margin-top:10px;
		}
		.sch_mt2 {
			margin-top: 5px;
		}
		.sch_ml {
			margin-left:0px;
		}
		.search_btn {
			display: block;
			width: 100%;
			height: 48px;
			line-height: 48px;
			padding: 0;
			margin: 10px 0;
			background-color: #48a63e;
			border: 0px;
			border-radius: none;
			cursor: pointer; 
			font-size: 16px; 
			font-weight: 400;
			color: #fff;
		}
		.amboard .search_form_box {
			background-color: #fff;
		}
		button.btn_board {
			width: 100%;
			margin-top: 10px;
		}
		.ellipsis{
			width:100%;
			overflow: hidden;
			-o-text-overflow: ellipsis; 
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2; /* ���μ� */
			-webkit-box-orient: vertical;
			word-wrap:break-word; 
			line-height: 20px;
			height: 40px;
			padding-right: 30px;
		} 
		.list_no_w {
			width: 70px;
			vertical-align: top;
		}

		.news_box {
			grid-template-columns: 1fr;
		}		
	}



/* ���� ũ�� */

.title h1 strong {
	font-size: 2.5rem; 
	color: #000; 
}
.sub_board_section .title {
	padding-left: 0; 
}
.crew_section {
	padding: 120px 0;
}
.top_title {
	position: relative;
	margin-bottom: 90px;
}
.top_title p {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.035em;
	line-height: 48px;
	color: #242424;
	text-align: center;
}
.top_title p .text_primary {
	color: #2cb400;
}

.top_title p .text_primary a {
	color: #2cb400;
}
.top_title p .text_primary a:hover {
	color: #2cb400;
}
.crew_section .btn {
	margin-top: 30px;
	margin-left: 50%;
    transform: translateX(-50%);
}
.crew_section .btn a {
	color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
	padding: 15px 80px;
    line-height: 50px;
    margin: 0 7.5px;
	background: #2cb400;
    border: 2px solid #2cb400;
    transition: all 0.2s;
}
.crew_section .btn a:hover {
	background: #fff;
	color: #2cb400;
}
.crew_section .news_list .news_text {
	width: 100%;
}


@media (max-width:1200px) {
	.crew_section .container {		
		max-width: 1170px;
	}
	.top_title p {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px; 
	}
	.title h1 strong {
		font-size: 1.875rem; 
	}
	.crew_section {
		padding: 60px 0 !important;
	}
	.crew_section .container {
		max-width: 960px;
	}
	.top_title {
		margin-bottom: 70px;
	}
	.top_title p {
		font-size: 24px;
		line-height: 38px;
	}
	.crew_section .news_box {gap: 5px;}
	.team_photo .news_img {
		box-shadow: rgba(0, 0, 0, 0) 0 0 10px 1px;
		border: 1px solid #ddd; 
		width: 100%;
	}	
	.team_photo .news_img img {
		width: 100%;
		height: auto;
	}	
	.crew_section .grey {
		font-size: 16px;
	}
	.crew_section .btn {
		display: block;
		width: 100%;
	}

	.crew_section .news_list .news_text {
		overflow: scroll;
	}
}

@media (max-width: 360px) {
	.team_photo .news_img {
		width: 300px !important; 
	}	
}