/*
 * Copyright inpleworks, Co.
*/

.xet-chic-content-icon .xi-new {
	color: #c00;
}
.xet-chic-content-icon .xi-update {
	color: #c500cc;
}
.xet-chic-content-icon .xi-lock {
	color: #696969;
}



/* List
---------------------------------*/
.xet-chic-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-chic-list li { 
	margin: 0 0 5px; 
	padding: 0 0 0 10px;
	list-style:none; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-chic-list li:last-child {
	margin: 0;
}
.xet-chic-list li a { 
	color: #111; 
}
.xet-chic-list li a:hover { 
	text-decoration: underline; 
}
.xet-chic-list li span {
	margin-right: 5px;
	color:#555; 
}
.xet-chic-list li .replyNum a {
	color: #555;
}

/* Webzine
---------------------------------*/
.xet-chic-webzine { 
	position: relative;
}
.xet-chic-webzine .thumbnail {
	overflow: hidden;
}
.xet-chic-webzine .thumbnail img {
	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-chic-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-chic-webzine .thumbnail .thumbnail-image-inner {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
    text-align: center;    
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    opacity: 0;
    transform: rotate3d(0, 1, 0, 90deg);
    transition: all 0.55s ease 0s;
    visibility: hidden;
}
.xet-chic-webzine .thumbnail .thumbnail-image-inner a {
	display: inline-block;
	margin: 0 5px;
	font-size: 18px;
	color: #111;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-chic-webzine .thumbnail:hover .thumbnail-image-inner {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
    visibility: visible;
}
.xet-chic-webzine .thumbnail .thumbnail-image-inner [class*="icon-"] {
	font-size: 24px;
}

.xet-chic-webzine .captions {}
.xet-chic-webzine a.title {
	color: #333;
}
.xet-chic-webzine a.title:hover {
	text-decoration: underline;
}
.xet-chic-webzine p span,
.xet-chic-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #555;
}



/* gallery
-------------------------------------- */ 
.xet-chic-gallery .item {
	overflow: hidden;
	background-color: #f9f9f9;
}
.xet-chic-gallery .thumbnail img {
	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-chic-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-chic-gallery .thumbnail {
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: transparent;
    text-align: center;
}
.xet-chic-gallery .thumbnail .thumbnail-image-inner {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
    text-align: center;    
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    opacity: 0;
    transform: rotate3d(0, 1, 0, 90deg);
    transition: all 0.55s ease 0s;
    visibility: hidden;
}
.xet-chic-gallery .thumbnail .thumbnail-image-inner a {
	display: inline-block;
	margin: 0 5px;
	font-size: 18px;
	color: #111;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-chic-gallery .thumbnail:hover .thumbnail-image-inner {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
    visibility: visible;
}
.xet-chic-gallery .thumbnail .thumbnail-image-inner [class*="icon-"] {
	font-size: 24px;
}
.xet-chic-gallery a.title {
	color: #333;
}
.xet-chic-gallery a.title:hover {
	text-decoration: underline;
}
.xet-chic-gallery .captions p {
	word-wrap: break-word;
	margin-bottom: 5px;
	color: #555;
}
.xet-chic-gallery .captions p span {
	display: inline-block;
	margin: 0 5px;
}

/* Work Gallery
-------------------------------------- */ 
.xet-chic-work {
	position: relative;
	overflow: hidden;
}
.xet-chic-work .item {
	overflow: hidden;
	height: calc((100vh - 105px)/2);
}
.xet-chic-work .col-title .item {
	height: auto;
	padding: 20px 10px;
}
.xet-chic-work .item a {
	color: #fff;
}
.xet-chic-work .thumbnail img {
	display: none;
	width: 100%;
	vertical-align: top;
}
.xet-chic-work .item .thumbnail {
	-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-chic-work .item:hover .thumbnail {
	 -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
.xet-chic-work .thumbnail {
	height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: transparent;
    text-align: center;
}
.xet-chic-work .thumbnail .thumbnail-image-inner {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;   
    bottom: 0;
    text-align: center;    
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    opacity: 0;
    transform: rotate3d(0, 1, 0, 90deg);
    transition: all 0.55s ease 0s;
    visibility: hidden;
}
.xet-chic-work .thumbnail .thumbnail-image-inner a {
	display: inline-block;
	margin: 0 5px;
	font-size: 18px;
	color: #111;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-chic-work .thumbnail:hover .thumbnail-image-inner {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
    visibility: visible;
}
.xet-chic-work .thumbnail .thumbnail-image-inner [class*="icon-"] {
	font-size: 24px;
}

/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.xet-chic-work .item,
	.xet-chic-work .col-title .item {
		height: calc((100vh - 135px)/3);
	}
}

/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	

	.xet-chic-work .thumbnail .thumbnail-image-inner a {
		margin: 0 10px;
	}
	.xet-chic-work .thumbnail .thumbnail-image-inner a:hover {
		opacity: .6;
	}
}