	#travels{
		overflow:hidden;
		padding:10% 5% 5% 145px;
		background:url(../images/travels/bg.png) no-repeat left bottom;
		background-size:60% 100%;
	}
	#travels .controlSlider{
		position:relative;
		margin:0 auto;
		width:200px;min-width:auto;
		padding:0;
		text-align:center;
		background:none;
	}
	#travels ul {
		margin-top:10%;
	}
	#travels ul li{
		width:352px;
		padding-right:50px;
		text-align:center;vertical-align:top;
	}
	#travels ul .num{
		position:absolute;z-index:5;left:0;top:0;
		width:172px;height:62px;line-height:62px;
		font-size:18px;text-align:center;color:#993f70;font-weight:bold;
		background:#f2f2f2;
		transform-origin:0px 0px;
		transform:rotate(90deg)translateY(-62px);
	}
	#travels ul .loader{
		height:456px;line-height:456px;color:#fff;
	}
	#travels ul .base{
		height:100%;
		opacity:0.5;
		transition:opacity 0.3s;
		background:rgba(153,63,112,0);
	}
	#travels ul:hover li .base{
		opacity:1;
		background:rgba(153,63,112,0.5);
	}
	#travels ul li:hover .base{
		opacity:0;
	}
	#travels ul .base h6{color:#fff;opacity:0.7;}
	#travels ul .over{
		opacity:0;
		transition:opacity 0.3s;
	}
	#travels ul li:hover .over{
		opacity:1;
	}
	#travels ul li:nth-child(even){
		margin-top:80px;
	}
	#travels ul h6{
		display:inline-block;vertical-align:middle;
		padding-top:30px;
		font-size:30px;line-height:30px;color:#993f70;
		font-family: 'Montserrat','맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
	}
	#travels ul h5{
		padding:15px 0 20px 0;
		font-size:18px;line-height:18px;color:#979797;
	}