/*
 * Copyright inpleworks, Co.
*/

.xet-split-content-icon .xi-new {
	color: #c00;
}
.xet-split-content-icon .xi-update {
	color: #c500cc;
}
.xet-split-content-icon .xi-lock {
	color: #696969;
}



/* List
---------------------------------*/
.xet-split-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-split-list li { 
	margin: 0 0 5px; 
	padding: 0 0 0 10px;
	list-style:none; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-split-list li:last-child {
	margin: 0;
}
.xet-split-list li a { 
	color: #111; 
}
.xet-split-list li span {
	margin-right: 5px;
	color:#555; 
}
.xet-split-list li .replyNum a {
	color: #555;
}

/* Webzine
---------------------------------*/
.xet-split-webzine { 
	position: relative;
}
.xet-split-webzine .thumbnail {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.xet-split-webzine .thumbnail img {
	border-radius: 3px;
	vertical-align: top;
    width: 100%;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.xet-split-webzine .thumbnail .thumbnail-image-inner {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
    text-align: center;    
    z-index: 1;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    opacity: 1;
    visibility: visible;
}
.xet-split-webzine .thumbnail .thumbnail-image-inner a {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
	color: #fff;
}
.xet-split-webzine .thumbnail .thumbnail-image-inner i[class*="xi-"] {
	font-size: 20px;
}
.xet-split-webzine a {
	color: #111;
}
.xet-split-webzine p span,
.xet-split-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #555;
}




/* gallery
-------------------------------------- */ 
.xet-split-gallery .item {
	overflow: hidden;
}
.xet-split-gallery .thumbnail img {
	border-radius: 3px;
	vertical-align: top;
	width: 100%;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.xet-split-gallery .thumbnail {
	border-radius: 3px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: transparent;
    text-align: center;
}
.xet-split-gallery .thumbnail .thumbnail-image-inner {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
    text-align: center;    
    z-index: 1;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    opacity: 1;
    visibility: visible;
}
.xet-split-gallery .thumbnail .thumbnail-image-inner a {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
	color: #fff;
}
.xet-split-gallery .thumbnail .thumbnail-image-inner i[class*="xi-"] {
	font-size: 20px;
}
.xet-split-gallery a {
	color: #111;
}
.xet-split-gallery .captions p {
	word-wrap: break-word;
	margin-bottom: 5px;
}
.xet-split-gallery .captions p span {
	display: inline-block;
	margin: 0 5px;
	color: #555;
}
.xet-split-gallery .captions p a {
	color: #555;
}



/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	
	.xet-split-list li a:hover { 
		text-decoration: underline; 
	}
	
	.xet-split-webzine .thumbnail:hover img {
		-webkit-transform:scale(1.25); /* Safari and Chrome */
		-moz-transform:scale(1.25); /* Firefox */
		-ms-transform:scale(1.25); /* IE 9 */
		-o-transform:scale(1.25); /* Opera */
		transform:scale(1.25);
	}
	.xet-split-webzine .thumbnail .thumbnail-image-inner {
	    opacity: 0;
	    transform: rotate3d(0, 1, 0, 90deg);
	    transition: all 0.55s ease 0s;
	    visibility: hidden;
	    background: rgba(0, 0, 0, 0.5);
	}
	.xet-split-webzine .thumbnail:hover .thumbnail-image-inner {
	    opacity: 1;
	    transform: rotate3d(0, 1, 0, 0deg);
	    visibility: visible;
	}
	.xet-split-webzine a.title:hover {
		text-decoration: underline;
	}
	
	.xet-split-gallery .thumbnail .thumbnail-image-inner {
	    opacity: 0;
	    transform: rotate3d(0, 1, 0, 90deg);
	    transition: all 0.55s ease 0s;
	    visibility: hidden;
	    background: rgba(0, 0, 0, 0.5);
	}
	.xet-split-gallery .thumbnail:hover img {
		-webkit-transform:scale(1.25); /* Safari and Chrome */
		-moz-transform:scale(1.25); /* Firefox */
		-ms-transform:scale(1.25); /* IE 9 */
		-o-transform:scale(1.25); /* Opera */
		transform:scale(1.25);
	}
	.xet-split-gallery .thumbnail:hover .thumbnail-image-inner {
	    opacity: 1;
	    transform: rotate3d(0, 1, 0, 0deg);
	    visibility: visible;
	}
	.xet-split-gallery a.title:hover {
		text-decoration: underline;
	}
}