	/************************************************************************/
	#travels .txtWrap{
		overflow:hidden;
		width:40%;
		padding:10% 0;
		text-align:center;
	}
	#travels .txtWrap li{
		position:relative;z-index:1;
		margin-left:-100%;
		vertical-align:top;
		font-size:13px;line-height:20px;color:#444444;
		padding:0px 10%;
		visibility:hidden;opacity:0;
		transition:visibility 0.25s, opacity 0.25s;
	}
	#travels .txtWrap li.sel{
		z-index:5;
		transition:visibility 0.25s linear 0.25s, opacity 0.25s linear 0.25s;
		visibility:visible;opacity:1;
	}
	#travels .txtWrap h6{
		padding-bottom:12px;
		font-family: 'Vollkorn', serif;
		font-size:42px;line-height:42px;color:#333333;
	}
	#travels .txtWrap h5{
		padding-bottom:30px;
		font-size:20px;line-height:20px;
	}
	#travels .txtWrap .boxBtn{
		margin-top:15%;
	}
	#travels .page{
		padding-top:15%;
		padding-bottom:10%;
		font-size:30px;line-height:30px;color:#888888;vertical-align:bottom
	}
	#travels .page .now{font-size:40px;line-height:40px;color:#e69778;}
	/* 이미지 */
	#travels .fadeSlider{
		overflow:hidden;
		position:absolute;
		right:0;top:0;
		width:60%;
	}
	/* 화살표 */
	#travels .centrol{
		position:absolute;z-index:10;
		left:40%;top:50%;
		height:80px;line-height:80px;
		padding:0 2%;
		text-align:center;font-size:30px;color:#444444;
		background:#fff;
		box-shadow:2px 2px 4px rgba(0,0,0,0.4);
		transform:translateX(-50%)translateY(-50%);
	}
	#travels .centrol .arrowL,
	#travels .centrol .arrowR{
		display:inline-block;vertical-align:bottom;
		width:30px;height:80px;
		transition:background-position 0.3s;
	}
	#travels .centrol .arrowL{background:url(../images/travels/arrowL.png) no-repeat center left;}
	#travels .centrol .arrowR{background:url(../images/travels/arrowR.png) no-repeat center right;}
	#travels .centrol .arrowL:hover,
	#travels .centrol .arrowR:hover{
		background-position:center;
	}