
.gallery-items { font-size: 0; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.gallery-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.gallery-contents { position: relative; }

.gallery-contents:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  -webkit-transition: border-bottom-width 500ms ease;
  -o-transition: border-bottom-width 500ms ease;
  transition: border-bottom-width 500ms ease;
}

.gallery-item.active .gallery-contents:after { border-bottom-width: 30px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none;

}
.NoBullet li {
	margin:2% auto !important;
}
.gallery-item {
	width: 33%;
	margin:2% auto !important;
}

.gallery-item .thumbnail {
   position: relative;
    overflow: hidden;
}
.gallery-contents:after { border-bottom-color: #f3f3f5; z-index:9991; }

.gallery-expander { background: #f3f3f5;  z-index:9991 !important; }

.gallery-expander-contents {
  margin: 0 auto;
}


.RSLkShow {
	color:#000 !important;
}
.BxLkDetailBox li {
	margin:0 !important;
	padding:0 !important;
	background-position:0;
}
.BxLkDetailBoxText {
	width:90%;
	margin:0 auto !important;
	padding:20px 2% !important;
	background:#fff;
	color:#333 !important;
}
.BxLkDetailBoxText img {
	width:100%;
}
.BxLkDetailBoxText h3  {
	font-size:20px;
	text-transform:uppercase;
	line-height:24px;
}
.BxLkDetailBoxText h6, .BxLkDetailBoxText h5 {
	color:#333 !important;
	display:block !important;
}
.BxLkDetailBoxText p {
	padding:0px 5%;
	text-transform:uppercase;
	color:#333;
	font-size:12px;
    font-family: 'gotham_lightregular';
	text-align:center;
}
.BxLkDetailSpanText {
	font-size:22px !important;
	line-height:24px;
}
.BxLkDetailSpanText span {
	color:#ff6c0c;
}

.BxLkDetailBoxText p {
	margin-top:20px;
}
.BxLkDetailBoxText p.BxLkDetailSpanText {
	margin-top:5px;
}

.BxLkDetailBoxText h4 {
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	color:#666666;
	letter-spacing:8px;
	padding:18px 0;
}

.RSLookBookShowRight h3 {
	letter-spacing:1px;
	font-size:16px;
	line-height:20px;
}
.RSLookBookShowRight h3 span {
    font-family: 'gothamboldregular';
	color:#000;
}
.RSLookBookShowRight p {
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}
.RSLookBookShowRight h3 a {
	color:#000;
}

@media (max-width: 1440px) {
	.LookBookMainShow {
		width:100%;
		max-width:1200px;
		margin:0 auto;
	}
	.BxLkDetailBoxText p {
		padding:0px 1%;
		font-size:10px;
		letter-spacing:0;
	}
	.BxLkDetailSpanText {
		font-size:18px !important;
		line-height:20px;
	}
}

@media (min-width: 640px) and (max-width: 999px) {
	.gallery-expander-contents { width: 640px; }
}





@media (max-width: 768px) {

	
	/*.LookBookShowLeft {
		display:none !important;
	}*/
	
	.BxLkDetailBox {
		margin-top:10px;
	}
	
	.LookBookClose {
		height:0;
	}
	.LookBookClose img {
		margin:0;
	}
	.RSLKClose {
		display:block !important;
	}

	.LookBookShowRight h3 {
		letter-spacing:0px;
		font-size:16px !important;
		line-height:20px !important;
		padding:10px 0 0 0;
	}
	.LookBookShowRight p {
		font-size:14px;
		line-height:20px;
		margin-bottom:10px;
	}
	
	.RSLookBookShowRight .FAQTitle {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 20px 8px 0px;
		letter-spacing:1px;
	}

}
@media (max-width: 639px) {

.gallery-expander-contents { width: 100%; }
}

.gallery-expander-contents:after {
  clear: both;
  display: table;
  content: '';
}

.gallery-expander-contents > div.col {
  float: left;
  width: 480px;
}


@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col { width: 310px; }
}
@media (max-width: 639px) {

.gallery-expander-contents > div.col {
  float: none;
  padding: 25px 20px 0;
  width: auto;
}

.NoBullet  li.gallery-item {
	margin:20px auto !important;
}


}

.gallery-expander-contents > div.col + div.col { margin-left: 40px; }
@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col + div.col { margin-left: 20px; }
}
@media (max-width: 639px) {

.gallery-expander-contents > div.col + div.col { margin-left: 0px; }
}

.gallery-expander-contents div.close {
  position: absolute;
  top: 10px;
  right: 20px;
}

.gallery-expander-contents div.title {
  font-weight: 500;
  color: #D28A3C;
}

.gallery-expander-contents div.contents {
  margin-top: 10px;
  border-top: 1px solid #BCB098;
  border-bottom: 1px solid #BCB098;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #797262;
}

.gallery-expander-contents div.image > img {
  width: 100%;
  display: block;
}
@media (max-width: 350px) {
	.gallery-item {
		margin:20px auto !important;
	}
}