.x-nav-tabs {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #000;
    border-bottom: 0;
    box-shadow: none
}
.x-nav-tabs:before,
.x-nav-tabs:after {
    display: table;
    content: ""
}
.x-nav-tabs:after {
    clear: both
}
.x-nav-tabs>li {
    float: left;
    margin-bottom: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center
}
.x-nav-tabs.five-up>li {
    width: 20%
}
.x-nav-tabs.five-up>li:nth-child(5n) {
    border-right: 0
}
.tabbable:before,
.tabbable:after {
    display: table;
    content: ""
}
.tabbable:after {
    clear: both
}
.x-tab-content {
    overflow: auto;
    position: relative;
    margin-bottom: 1.313em;
    border-top: 0;
}
.x-tab-content .x-tab-pane {
    padding: 4%
}

.x-tab-content>.x-tab-pane {
    display: none
}

.x-tab-content>.active {
    display: block
}
/* */
.search_img {
    float:left;
    display:inline-block;
    width:20%;
}
.search_img.movie, .search_img.star {
	width:78.5px!important;
}
.search_img.star img {
	background:#666666;
	height:116px;
	width:78.5px;
}
.search_box {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #232323;
}
.search_info {
    float: left;
    display: inline-block;
    width: 80%;
    padding: 0px 20px;
}
.search_info.movie, .search_info.star {
	width:92%;
}
.subtext {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.search_row {
	width:100%;
    float:left;
    padding:12px;
}
.search_row.last {
    border-bottom:none;
}
.search_row.padd {
	margin-top: 0px;
}
.searchplus img {
	width: 206px;
	height: 113px;
}
.searchtime {
	position: absolute;
	margin-top: 0px;
	background-color: #000000;
	filter:alpha(opacity=30);
	-moz-opaticy: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF;
}
.x-tab-content .x-tab-pane {
    padding:2% 10%;
}
.x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover {
    color: #2979ff;
    background-color: #1a1a1a;
    box-shadow: inset 0 -3px 0 0 #2979ff!important;
}
.x-nav-tabs>li>a {
    padding: 0.75em;
    font-size: 14px;
    line-height: 1.3;
    color: #999999;
    background-color: #121212;
    box-shadow: inset 0 -3px 0 0 #434343;
}
.x-nav-tabs>li>a:hover {
    color: #666;
    background-color: #121212
}
.search_img {
    text-align:left;
}
.search_img img {
    max-height:116px;
}
.search_info div {
    color:#cccccc;
}
.search_info p {
	min-width:80%;
    overflow: hidden;
    height: 45px;
    margin:0;
}
.search_info h5 {
    color:#f5f5f5;
}
.search_eng {
    margin-right:10px;
}
.search_kor {
    margin-left:10px;
}
.search_sub1 {
    margin-right:5px;
}
.search_sub2 {
    margin-left:5px;
    margin-right:5px;
}
.search_sub3 {
    margin-left:5px;
}
.search_info img {
	width: 48px;
    display: inline-block;
    position: relative;
    margin-top: -10px;
    margin-right:4px;
}
.search_inline {
	display:inline-block;
}
.search_keywords {
	margin-left:8px;
	font-size:20px;
	font-weight:400;
}
.search_keywords span {
	color:#2979ff;
}
.x-nav-tabs-item a span {
	margin-left:4px;
}
@media all and (max-width:1440px) {
	.x-tab-content .x-tab-pane {
		padding:4%;
	}
	.search_info.movie, .search_info.star {
		width:88%;
	}
}
/* pagination */
.pgn {
    margin:0 auto;
    display:block;
    list-style: none;
    text-align: center;
}
.pgn li {
    display:inline-block;
    cursor:pointer;
}
.pgn a, .pgn span {
    display:inline-block;
    font-size:21px;
    text-shadow:none;
    background:none;
    border-radius:0px;
    box-shadow: none;
    color:#666666;
    padding-left: 10px;
    padding-right: 10px;
}
.pgn a:hover, .pgn span:hover {
    color:#e0e0e0;
}
.pgn_button a {
    width: 48px;
    border-radius: 5px;
    font-size:18px;
    line-height:24px;
    background:#242424;
}
.pgn_button a:hover {
    background:#434343;
}
.pgn_select a{
    font-size:40px;
    color:#e0e0e0;
}

/* Search Page Add */
.search_sub-body{
	width: 98%;
	height:70px;
	overflow:hidden;
	text-overflow:ellipsis;
}