/**
	* selectbox를 a 태그로 해서 select 로 바꾸면서 클래스 추가함
	* 페이징이 span으로만 되어있어서 안에 a태그 넣고 추가함
*/
/* hjin 2021.10.21 selectbox를 a태그로 함-_- */
.select_s{width: 116px; height: 100%; margin-left: -20px; border: none; font-size: 16px; font-family: 'notokr-bold'; color: #565656;padding-left:15px;}
.pg_area span a {display:block; color:unset;}

/* 갤러리 게시판 임시로ㅋ */
.gallery_tmp {display:inline-table; height:200px; padding:10px; float:left;}
.gallery_tmp img {width:100%; max-height:200px;object-fit:cover;}

/* 리얼후기 review 리스트 강좌별 이미지 */
.boardReview .reviewArea .img_user img {width:100%; height:100%; object-fit:cover; left:0;}

/* 게시판 sub */
.pageNavi ul li {width:227px;}
.pageNavi ul li a {border-bottom:1px solid #eee; }
/* .pageNavi.deps2 {height: unset !important;} */
.pageNavi ul li.new_list_icon {
	position: relative;
}
.pageNavi ul li.new_list_icon::after {
	content:'';
	position: absolute;
	top:5px;left:5px;
	background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/new_list_icon.png);
	width: 30px;
	height:17px;
	background-size: 100% auto;
}
/* 갤러리 리스트 이미지 크기 제한 */
.thumImg img {width: 100% !important;height: 100% !important; object-fit: cover;}

/* 갤러리3 리스트 이미지 크기 제한 */
.onedayClassBoxList span.eventImgBox img {height: 404px;width: 290px;object-fit: cover;}

/* 이벤트 리스트 이미지 크기 제한 */
.eventBoxList span.eventImgBox img {height: 340px;width: 588px;object-fit: cover; border-radius:8px;}

/* 갤러리 뷰의 리스트 이미지 크기 제한 */
.thumList .bnfThumBox .thumImg img, img.storyImg {object-fit:cover; width:100%;}

/* 갤러리 뷰의 리스트 */
.galleryBox:nth-child(3n+1) {margin-left:0;}
.interviewThumBoxsub:nth-child(4n+1) {margin-left:0;}
.interviewThumBox:nth-child(3n+1) {margin-left:0;}


/* 갤러리 뷰의 리스트 */
.thumList .bnfThumBox:nth-child(4n+1) {margin-left:0;}

/* 게시판 뷰 이미지 크기 제한 */
.boardView table tr td div img {max-width:100%;}

/* 뷰티지식공유 리스트 카테고리 */
.tabStory {width:unset;}
.tabStory li a {width:109px;}

/* 수강생 리얼후기 > 등록하기 버튼 */
.boardBtnBox input.btnBrown {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	height: 67px;
	line-height: 67px;
	letter-spacing: -0.02em;
	color: #fff;
	font-family: 'notokr-medium';
	width: 213px;
	border: none;
	margin-top: -9px;
	cursor:pointer;
}

/* 메가뷰티 스토리 4번째꺼 */
.storyBox:nth-child(3n+1){
	margin-left:0;
}