@charset "utf-8";

/*
 * 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: 100px;
}
.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;
	}
}

#eclipse2 { width:100%; float:left; }
.eclipse-wrapper {position: relative;}
.eclipse-wrapper button {border: none; -webkit-appearance: none; appearance: none; cursor: pointer;}
button { background:transparent;}
.eclipse-hide {display: none !important;}

.eclipse-slider {transition: all 500ms;}
.eclipse-slides { float:left;padding:50px; border-radius: 0px; background: #fff; font-size: 50px; text-align: center; color: #000000; z-index: 1;}
.eclipse-slides img {max-width: 100%; margin-top:30px;}
.eclipse-active {z-index: 10;}

.eclipse-clone {z-index: 0 !important;}

.eclipse-arrow {display: block; position: absolute; top: 40%; z-index: 11; width: 80px;  margin: -18px 0 0; cursor: pointer;}
/*.eclipse-arrow.eclipse-prev {left: -50px; transform: rotate(180deg);}*/
.eclipse-prev:after {left: 0px;  color:#fff; font-size:50pt; content:'\f104';font-family:"FontAwesome"; }
.eclipse-next {right: 0px;}
.eclipse-next:after { right: 0px;color:#fff; font-size:50pt; content:"\f105";font-family:"FontAwesome";}

.eclipse-controls {position: relative; margin:0px auto; display:inline;text-align:center; z-index: 11; line-height: 0; transform: translateX(-50%); background:#333;}

.eclipse-paging {float: left; width:100%; background:#fff; padding:30px 0px;}
.eclipse-paging-button {width: 15px; height: 15px; margin: 0 0 0 10px; background: #c5c5c5; border-radius: 50%; text-indent: -9999em;}
.eclipse-paging-button:first-child {margin-left: 0;}
.eclipse-paging-active {background: #31bce5;}

.eclipse-auto-play {display: block; float: left; width: 25px; height: 25px; margin: 0 0 0 10px; background: url(images/play.png) 0 0 no-repeat; text-indent: -9999em;}
.eclipse-auto-stop {display: block; float: left; width: 25px; height: 25px; margin: 0 0 0 10px; background: url(images/stop.png) 0 0 no-repeat; text-indent: -9999em;}


.img-responsive { }
.eclipse-image{float:left; line-height:0px;}
.eclipse-item { font-size:1em;color:#fff;}
.eclipse_subject{ font-size:2.5em; color:#efefef; line-height:110%; }



/*.eclipse_subject{ font-size:2.5em; color:#efefef; line-height:110%; background:#643131; color:#ffffff; padding:10px 20px; display:inline-block; letter-spacing:-0.05em; text-shadow:1px 1px 1px rgba(0, 0, 0, 1); 
box-shadow:2px 2px 6px rgba(0, 0, 0, 1); }
.eclipse_subject{ font-size:2.5em; color:#efefef; line-height:110%; background:#ffffff; color:#333333; padding:10px 20px; display:inline-block; letter-spacing:-0.05em;  
box-shadow:2px 2px 6px rgba(0, 0, 0, 1); }*/



.view_div { font-size:1.5em; clear:both;}
.eclipse-text1 { font-size:2.2em; }
.eclipse-content  { width:50%; float:left; padding:15% 5%;}
.eclipse-href { background:#fff; color:#cc0000; padding:10px 30px; font-size:0.8em;}

@media (max-width: 767px) {
.eclipse-content  { width:50%; float:left; padding:5% 5%;}
.eclipse_subject{ font-size:1.4em; color:#efefef;  float:left;}
.view_div { font-size:0.9em; clear:both; text-align:left; }
.eclipse-arrow.eclipse-prev {left: 0px; }
.eclipse-arrow.eclipse-next {right: 0px;}
.m_mt0px { margin-top:0px; }
}

