/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-debut-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-debut-list li { 
	margin: 0 0 10px; 
	padding: 0 0 0 10px;
	list-style:none; 
	color:#555; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-debut-list li:last-child {
	margin: 0;
}
.xet-debut-list li .title { 
	margin-right: 5px;
	color: #333; 
}
.xet-debut-list li .title:hover { 
	color: #111;
	text-decoration: underline;
}
.xet-debut-list li .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-debut-list li span {
	margin-right: 5px;
	color:#555; 
}


/* Webzine
---------------------------------*/
.xet-debut-webzine { 
	position: relative;
}
.xet-debut-webzine .thumbnail {
	position: relative;
}
.xet-debut-webzine .thumbnail img {
	vertical-align: top;
    width: 100%;
}

.xet-debut-webzine a.title {
	color: #333;
}
.xet-debut-webzine a.title:hover {
	color: #111;
	text-decoration: underline;
}
.xet-debut-webzine p {
	color: #777;
}
.xet-debut-webzine p span,
.xet-debut-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}



/* Filter gallery(light box)
-------------------------------------- */ 
/* category filter */  
.xet-debut-filter { 
	text-align: center;
    margin-bottom: 30px; 
}
.xet-debut-filter button {
	display: inline-block; 
	cursor: pointer;
	margin: 0 0 10px;
    padding: 8px 30px;
    font-size: 14px;	
	text-decoration:none;
	background: none;
	color: #333;
	border: 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-debut-filter button.current { 
    background-color: #58c4a7;
    color: #fff;
}

/* thumbnail */
.xet-debut-effect {
	position: relative;
}
.xet-debut-effect .xet-table {
	display: table;
	table-layout: fixed;
	width: 100%;	
	height: inherit;
}
.xet-debut-effect .xet-table .table-cell {	
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}

.xet-debut-effect figure {
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #000;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-effect figure img {
	position: relative;
	display: block;
	vertical-align: top;
    width: 100%;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-effect figure.grayscale img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /*     Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.xet-debut-effect figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 15px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.xet-debut-effect figure figcaption::before,
.xet-debut-effect figure figcaption::after {
	pointer-events: none;
}
.xet-debut-effect figure figcaption a {
	color: #fff;
}
.xet-debut-effect figure figcaption p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, 
	-webkit-transform 0.35s;
	transition: opacity 0.35s, 
	transform 0.35s;
}
.xet-debut-effect figure figcaption p.subject {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #fff;
}
.xet-debut-effect figure figcaption p.icon {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-debut-effect figure figcaption p.icon > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #111;
}

/* hover */
.xet-debut-effect figure:hover img {
	opacity: 0.5;
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}
.xet-debut-effect figure.grayscale:hover img {
	-webkit-filter: grayscale(0); 
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.xet-debut-effect figure:hover p.subject {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-debut-effect figure:hover p.icon {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* init Isotope */
.visible_item{
 	display:none;
}


/* content */
.xet-debut-container .title {
	color: #333;
}
.xet-debut-container a.title:hover {
	color: #111;
	text-decoration: underline;
}
.xet-debut-container p,
.xet-debut-container p a {
	color: #777;
}
.xet-debut-container p span {
	display: inline-block;
	margin: 0 5px;
}


/* portfolio */
.xet-debut-container.portfolio .item {
	overflow: hidden;
}
.xet-debut-container.portfolio .item > div,
.xet-debut-container.portfolio .thumbnail {
	height: inherit;
}
.xet-debut-container.portfolio .xet-debut-effect {
	position: relative;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-container.portfolio .xet-debut-effect figure {
	height: inherit; 
	background: none
}
.xet-debut-container.portfolio .xet-debut-effect figcaption {
	opacity: 0;
	background-color: rgba(0,0,0,.5);
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-container.portfolio .xet-debut-effect:hover figcaption {
	opacity: 1;
}
.xet-debut-container.portfolio .xet-debut-effect:hover {
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

/* =========================================
   xet plus_gallery 
========================================= */

.xet-plus-gallery.xet-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  gap: 16px;
}

.xet-plus-gallery.xet-row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}


.xet-plus-gallery .item {
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 14px;
  box-sizing: border-box;
}


.xet-plus-gallery .item.equalheight {
  height: auto !important;
  min-height: 0 !important;
}


.xet-plus-gallery .thumbnail {
  position: relative;
  overflow: hidden;
  background: #000;
}

.xet-plus-gallery .thumbnail > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.xet-plus-gallery .thumbnail img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;   
  object-fit: cover;     
  vertical-align: top;
  transition: transform 0.3s linear;
}


.xet-plus-gallery .captions {
  padding: 16px !important;
  text-align: center !important; 
  box-sizing: border-box;
}

.xet-plus-gallery .captions .inner {
  display: block;
}

.xet-plus-gallery .title-grp {
  margin: 0 !important;
}

.xet-plus-gallery .title-grp .title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  text-align: center !important;
  word-break: keep-all;
}

.xet-plus-gallery .title-grp .title:hover {
  color: #111;
}


.xet-plus-gallery .title-grp .comment {
  display: inline-block;
  vertical-align: middle;
}


@media (min-width: 1024px) {
  .xet-plus-gallery.xet-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xet-plus-gallery .thumbnail > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s linear;
  }

  .xet-plus-gallery .item:hover .thumbnail > a::after {
    opacity: 1;
  }

  .xet-plus-gallery .item:hover .thumbnail img {
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {
  .xet-plus-gallery.xet-row {
    padding: 12px !important;
    gap: 12px !important;
  }

  .xet-plus-gallery .captions {
    padding: 12px !important;
  }
}

@media (max-width: 479px) {
  .xet-plus-gallery.xet-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* 여기 중요 */
    padding: 10px !important;
    gap: 10px !important;
  }

  .xet-plus-gallery.xet-row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .xet-plus-gallery .captions {
    padding: 10px !important;
  }

  .xet-plus-gallery .title-grp .title {
    font-size: 13px;
    line-height: 1.35;
  }
}

/* responsive */
@media (max-width: 767px) {	
	.xet-debut-filter button { 
		margin: 0 0 10px;
	    padding: 5px 15px;
	    font-size: 13px;
	}
	.xet-debut-container .grid-item {
		text-align: center;
	}

}



