/*Portfolio v2
------------------------------------*/
.sorting-block ul {
	margin: 0;
	padding: 0;
}

/*Sorting Navigation*/
.sorting-block .sorting-nav {
	margin-bottom: 30px;
}

.sorting-block .sorting-nav li {
	padding: 0 2px;
	font-size: 14px;
	cursor: pointer;
	list-style: none;
	display: inline-block;
}

.sorting-block .sorting-nav li.active {
	color: #0069ac;
	border-bottom: solid 1px #0069ac;
}

/*Sorting Navigation v1*/
.sorting-block .sorting-nav-v1 li {
	margin: 0 5px;
	font-size: 17px;
	font-style: italic;
}

/*Sorting Grid*/
.sorting-block .sorting-grid {
	list-style: none;
}

.sorting-block .sorting-grid li {
    line-height: 1.2em;
}

.sorting-block .sorting-grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 30px;
	height:170px;
	overflow:hidden;
}
.sorting-block .sorting-grid .mix .img-wrap {
	overflow-y:hidden;
}

/*Sorting Grid with Text*/
.sorting-block .sorting-grid li a:hover  {
	text-decoration: none;
	background: #72c02c;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.sorting-block .sorting-grid li .sorting-cover {	
	padding: 2px 8px 8px 8px;
	display: block;
	margin-top: 1px;
	background: #fcfcfc;
}

.sorting-block .sorting-grid li .sorting-cover p {	
	margin-bottom: 0;
	font:12px dotum;
}

.sorting-block .sorting-grid li .sorting-cover span {	
	font-size: 12px;
	font-family: 'dotum';
	font-weight: normal;
}

.sorting-block .sorting-grid li a:hover .sorting-cover {
	background: #0069ac;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.sorting-block .sorting-grid li a:hover .sorting-cover p,
.sorting-block .sorting-grid li a:hover .sorting-cover span {
	color: #fff;
}

.photo-wrap img { width:100%; }


@media (min-width: 992px) and (max-width:1200px) {
	.sorting-block .sorting-grid .mix {
		height: 160px;
	}
	.sorting-cover p {
		display:none;
	}
}

@media (min-width:767px) and (max-width: 991px) {
	.sorting-block .sorting-grid .mix {
		height: 260px;
	}
}

@media (max-width: 766px) {
	.sorting-block .sorting-grid .mix {
		height: 100%;
	}
}