@charset "utf-8";

/*----------------------------------- GT THEME  ----------------------------------------
-- 온웹(ONWEB) GT테마에 포함된 파일입니다.
-- GT테마는 상용테마로 구매자의 허용된 사이트 외에는 사용하실 수 없습니다.
-- Theme Name: GT/ Maker: ONWEB
----------------------------------------------------------------------------------------*/

.swiper_item .slide-caption__title {
	width:100% !important;
	font-size: 60px;
	line-height:60px;
	font-family: 'NanumSquare';
	font-weight: 100;
	letter-spacing:-1px;
	margin-bottom:20px;
	text-transform: uppercase;
}
.swiper_item .slide-caption__bar {
	margin:0 auto; padding:0px; width:100px; height:1px; background-color:#FFF; margin-top:30px; margin-bottom:30px;
}

.swiper_item .slide-caption__desc {
	width:100% !important;
	font-size: 16px;
	font-family: 'NanumBarunGothic';
	line-height:25px;
	font-weight: 500;
	margin-top: 0;
	margin:0 auto; padding:0px;
	max-width:500px; 
	word-break:normal;
	word-break:break-word;
	text-align: center;
	text-align:jusity;
}

.swiper_item  .btn-0 {
  	background-color:rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.swiper_item .btn-0:hover {
  background-color:rgba(255, 255, 255, 1.0);
}

.swiper_item .btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background-color:rgba(255, 255, 255, 0); 
}

.swiper_item .btn-2:hover:after {
  	width: 100%;
	background-color:rgba(255, 255, 255, 1.0); 
	border-radius:30px;
}

/* BUTTON 5 */
.swiper_item .btn-5 {
  overflow: hidden;
}

.swiper_item .btn-5::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.swiper_item .btn-5:hover:after {
  height: 100%;
  width: 135%;
}