/*
 * Copyright inpleworks, Co.
*/

/*------------------------------------------------------------------------------------------------------------------ */
/* Common */
/*------------------------------------------------------------------------------------------------------------------ */
.xet-sense-content .category {
	color: #8d99a7
}
/* 썸네일 공통
------------------------------------------------*/
.xet-sense-content .thumbnail {
	position: relative;
	transition: all 0.3s ease-out;
}
.xet-sense-content .thumbnail figure {
	position: relative;
	text-align: center;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.xet-sense-content .thumbnail a {
	z-index: 4;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: right;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.xet-sense-content .thumbnail a>span {
	width: 40px;
	height: 40px;
	margin: 20px;
	font-size: 18px;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #313131;
	background-color: #fff;
	transition: all 0.3s ease-out;
}
.xet-sense-content .thumbnail img {
	display: block;
	vertical-align: top;
    width: 100%;
	transition: all 0.3s ease-out;
}
.xet-sense-content .thumbnail figcaption {
	z-index: 2;   
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    transform: translate3d(0,100%,0);
    transition: all .5s ease-in-out;
    color: #c1c1c1;
}
.xet-sense-content .thumbnail figcaption .subject {
	color: #fff;
}
.xet-sense-content .thumbnail figcaption span {
	display: inline-flex;
	align-items: center;
	margin: 0 4px;
}

/* 썸네일 Hover
------------------------------------------------*/
.xet-sense-content .thumbnail:hover {
	background-color: rgba(0,0,0,1) !important;
}
.xet-sense-content .thumbnail:hover img {
	opacity: 0.5 !important;
	transform: scale(1.1) !important;
}
.xet-sense-content .thumbnail:hover a {
	opacity: 1 !important;
}
.xet-sense-content .item:not(.slick-slide) .thumbnail:hover figcaption,
.xet-sense-content .item.slick-current .thumbnail:hover figcaption {
	opacity: 1 !important;
	transform: translate3d(0,0,0);
}
.xet-sense-content .xet-sense-scroll .slick-current figure:hover {
	background-color: rgba(0,0,0,.5) !important;
}

/*------------------------------------------------------------------------------------------------------------------ */
/* List */
/*------------------------------------------------------------------------------------------------------------------ */
.xet-sense-table {}
.xet-sense-table .flex-table-tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(197,210,224,.7);
}
.xet-sense-table .flex-table-td {}
.xet-sense-table .flex-table-td .subject {
	color: #fff;
}
#xet-layout-wrp.light-sub .xet-sense-table .flex-table-td .subject {
	color: #1b1b1b;
}
@media (max-width: 767px) {
	.xet-sense-table .flex-table-tr {
		padding: 10px 0 0;
	}
	.xet-sense-table .flex-table-td {
		position: relative;
		padding: 0;
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------------------------------------------------------------ */
/* Webzine */
/*------------------------------------------------------------------------------------------------------------------ */
.xet-sense-webzine { 
	position: relative;
}
.xet-sense-webzine .caption {
	display: flex;
	align-items: center;
}
.xet-sense-webzine .caption span {
	display: inline-flex;
	align-items: center;
	margin-right: 6px;
}
.xet-sense-webzine .caption span a { 
}


/*------------------------------------------------------------------------------------------------------------------ */
/* Masonry gallery */
/*------------------------------------------------------------------------------------------------------------------ */
/* category filter */  
.xet-sense-masonry-filter { 
	text-align: center;
    margin-bottom: 20px; 
}
.xet-sense-masonry-filter button {
	position: relative;
	display: inline-block; 
	cursor: pointer;
	margin: 0 5px 10px;
    padding: 6px 20px;
    font-size: 14px;	
    font-weight: 500;
	text-decoration:none;
	text-transform: uppercase;
	background: none;
	color: #dbdbdb;
	border: 0;
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.xet-sense-masonry-filter button.current {
	color: #fff;
}
.xet-sense-masonry-filter button.current:before { 
	content: '';
    height: 2px;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #8d99a7;
}

/* colorset - light mode */
.xet-content.light-sub .xet-sense-masonry-filter button {
	color: #353535;
}
.xet-content.light-sub .xet-sense-masonry-filter button.current {
	color: #1b1b1b;
}




/* init Isotope */
.visible_item{
 	display:none;
}


/*------------------------------------------------------------------------------------------------------------------ */
/* Blog */
/*------------------------------------------------------------------------------------------------------------------ */
.xet-sense-blog .item {}
.xet-sense-blog .item .caption span {
	display: inline-flex;
	align-items: center;
	margin: 0 3px;
}


/*------------------------------------------------------------------------------------------------------------------ */
/* Scroll */
/*------------------------------------------------------------------------------------------------------------------ */
.xet-sense-scroll {
	height: 50vh;
	overflow: hidden;
}
.xet-sense-scroll .item {
	margin: 0;
	background-color: #000;
}
.xet-sense-scroll .thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .5;
}
.xet-sense-scroll .thumbnail a {
	display: none;
} 
.xet-sense-scroll .item.slick-current .thumbnail a {
	display: block;
}
.xet-sense-scroll .item.slick-current .thumbnail {
	opacity: 1;
}
.xet-sense-scroll .slick-dots {
	position: absolute;
	bottom: 10px;
	margin-top: 0;
}
.xet-sense-scroll .slick-dots li button:before {
	background: #fff !important;
}
.xet-sense-scroll .slick-prev {
	left: 30px;
}
.xet-sense-scroll .slick-next {
	right: 30px;
}
.xet-sense-scroll .slick-prev, 
.xet-sense-scroll .slick-next {
	opacity: 1;
	background: #fff;
}
.xet-sense-scroll .slick-prev:before, 
.xet-sense-scroll .slick-next:before {
	color: #3b3b3b;
}


/* responsive */
@media (max-width: 767px) {	
	.xet-sense-masonry-filter button { 
		margin: 0 5px 10px;
	    padding: 4px 10px;
	}
	.xet-sense-container .item {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.xet-sense-scroll .item {
		margin: 0 10px;
	}
	.xet-sense-blog .item a.link {
		left: 30px;
		right: 30px;
		bottom: 30px;
	}
}

