/*
 * Copyright inpleworks, Co.
*/

.xet-plus-content-icon .xi-new {
	color: #c00;
}
.xet-plus-content-icon .xi-update {
	color: #c500cc;
}
.xet-plus-content-icon .xi-lock {
	color: #696969;
}



/* List
---------------------------------*/
.xet-plus-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-plus-list li { 
	margin: 0 0 5px; 
	padding: 0 0 0 10px;
	list-style:none; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-plus-list li:last-child {
	margin: 0;
}
.xet-plus-list li a { 
	color: #111; 
}
.xet-plus-list li a:hover { 
	text-decoration: underline; 
}
.xet-plus-list li span {
	margin-right: 5px;
	color:#555; 
}
.xet-plus-list li .replyNum a {
	color: #555;
}

/* Webzine
---------------------------------*/
.xet-plus-webzine { 
	position: relative;
}
.xet-plus-webzine .item {
}
.xet-plus-webzine .thumbnail a {
	display: block;
	height: 100%;
}
.xet-plus-webzine .thumbnail img {
	vertical-align: top;
    width: 100%;
}
.xet-plus-webzine .captions {}
.xet-plus-webzine a.title {
	color: #333;
}
.xet-plus-webzine a.title:hover {
	text-decoration: underline;
}
.xet-plus-webzine p span,
.xet-plus-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #555;
}



/* gallery
-------------------------------------- */ 
.xet-plus-gallery .item {
	background: #f9f9f9;
}
.xet-plus-gallery .thumbnail img {
	vertical-align: top;
	width: 100%;
}
.xet-plus-gallery a.title {
	color: #333;
}
.xet-plus-gallery a.title:hover {
	text-decoration: underline;
}
.xet-plus-gallery .captions p {
	word-wrap: break-word;
	margin-bottom: 5px;
	color: #555;
}
.xet-plus-gallery .captions p span {
	display: inline-block;
	margin: 0 5px;
}

/* scroll
-------------------------------------- */ 
.xet-plus-scroll {
	position: relative;
	overflow: hidden;
}
.xet-plus-scroll .item {
}
.xet-plus-scroll .thumbnail img {
	width: 100%;
	vertical-align: top;
}
.xet-plus-scroll .thumbnail {
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-align: center;
}
.xet-plus-scroll .thumbnail .thumbnail-image-inner {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
    text-align: center;    
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}
.xet-plus-scroll .thumbnail .thumbnail-image-inner a {
	z-index: 3;
	display: block;
	padding: 0 15px;
	height: 100%;
	color: #fff;
}

.xet-plus-scroll .thumbnail .category { 	
	z-index: 4;
	position: absolute;
	left: 15px;	
	top: 15px;
	text-align: center;
	font-size: 12px;
	padding: 5px 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,.3);
	border: 1px solid #fff;
	color: #fff;
}
.xet-plus-scroll .thumbnail .more { 	
	z-index: 5;
	position: absolute;
	right: 12px;	
	bottom: 6px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.xet-plus-scroll .thumbnail .triangle-bottomright {
	z-index: 4;
	position: absolute;
	right: 0px;	
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 50px solid rgba(0,0,0,.5);
	border-left: 50px solid transparent;
}
.xet-plus-scroll .thumbnail .triangle-bottomleft {
	width: 0;
	height: 0;
	border-bottom: 50px solid rgba(0,0,0,.5);
	border-right: 50px solid transparent;
}

/* caption */
.xet-plus-scroll .caption {
	color: #333;
}
.xet-plus-scroll .caption a {
	color: #333;
}
.xet-plus-scroll .caption p {
	margin-bottom: 5px;
	color: #555;
}
.xet-plus-scroll .caption p span { 
	display: inline-block;
	margin: 0 5px;
}

/* scroll btn */
.xet-plus-scroll .xet-scroll-next, 
.xet-plus-scroll .xet-scroll-prev {
	position: absolute;
    bottom: -10px;
    z-index: 10;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.xet-plus-scroll .xet-scroll-next {
	right: 50%;
	margin-right: -100px;
    background-image: url('../img/arrows-next.png');
}
.xet-plus-scroll .xet-scroll-prev {
	left: 50%;
	margin-left: -100px;
    background-image: url('../img/arrows-prev.png');
}
.xet-scroll-next.swiper-button-disabled, 
.xet-scroll-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.xet-scroll-pagination .swiper-pagination-current {
	font-size: 150%;
}
.xet-scroll-pagination .swiper-pagination-bullet {
    background-color: #000;
}
.xet-scroll-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #58c4a7;
}


/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	
	.xet-plus-scroll .thumbnail .thumbnail-image-inner {
	    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	    opacity: 0;
	    transform: rotate3d(0, 1, 0, 90deg);
	    transition: all 0.55s ease 0s;
	    visibility: hidden;
	}	
	.xet-plus-scroll .thumbnail .thumbnail-image-inner a {
		font-size: 18px;
		margin: 0 10px;
	}
	.xet-plus-scroll .thumbnail:hover .thumbnail-image-inner {
	    opacity: 1;
	    transform: rotate3d(0, 1, 0, 0deg);
	    visibility: visible;
	}
}