body {
	/*overflow-y:scroll;*/
	/*2024-09-20 백그라운드 컬러 광현 추가*/
	background: hsla(205, 46%, 10%, 1);
	background: linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0E1C26", endColorstr="#2A454B", GradientType=1 );
}
img { max-width:100%; }

.ellip{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}
.nodrag {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select:none;
}
.check-big {
	width:15px;
	height:15px;
	vertical-align:-3px;
}
.check-big2 {
	width:20px;
	height:20px;
	vertical-align:-5px;
}
.ellip{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}

@media all and (min-width:1025px){
	/* 데스크탑 CSS 작성 */
}
@media all and (min-width:768px) and (max-width:1024px){
	/* 태블릿 및 노트북 CSS 작성 */
}
@media only screen and (max-width:480px){
	/* 모바일 */
}

/*
@ import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@ import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@ import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@ import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@ import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
*/



/* 광현이 코드 시작 */
/* ?ver=<?=time()?> */

/*메인페이지 h6태그 부분 색상변경*/
.inactive-color { 
	font-weight:bold;
	font-size: 20px !important;
	/*color:#e83e8c !important;*/ 
	background-image: -webkit-linear-gradient(90deg, hsla(341, 94%, 49%, 1) 0%, hsla(16, 90%, 77%, 1) 100%);
    color: transparent !important;
    -webkit-background-clip: text;
}

/*글씨 두껍게 변경*/
.text-light {
	font-weight:bold;

}

/*메뉴 단 글씨 색상변경*/
a.text-light:hover {
	font-weight:bold;
	text-decoration: underline;
	color: rgb(248 113 113) !important;
	transition: all 0.5s ease-in;
}

/*배우마다 비디오 개수 글씨*/
.horizontal-img-box span{
	background: linear-gradient(to right top, #861657, #ffa69e);
    color: transparent; 
	-webkit-background-clip: text;
    font-weight: bold;
}

/*메인 조회수*/
p.sub-title {
	color: white !important;
	font-weight: bold;
}

/*영상 상세 조회수 글자색 변경*/
.text-right{
	color: #ff7755 !important;
	font-weight: bold;
	font-size: 17px;
}

/*아티스트 테마 배우이름 색상 변경*/
.horizontal-img-box .title:hover{
	color:#fe628e !important;
}

/*메뉴 단 #부분 색상변경*/
.app-nav .tag:before{
	background: linear-gradient(to right top, #861657, #ffa69e);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}

/* 배우 신장or사이즈 검색 css*/
select.form-control:not([size]):not([multiple]){
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #b8babc;
    background-color: #090812;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	
}

/* 배우명 검색 css*/
.form-inline .form-control{
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #b8babc;
    background-color: #090812;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-weight: bold;

}

/* 네비 메뉴 */
.app-nav{
	
	background: hsla(205, 46%, 10%, 1);
	background: linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0E1C26", endColorstr="#2A454B", GradientType=1 );



}



/* 광현이 코드 끝 */