@charset "utf-8";
/*-------------------------------------------------
Main Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2016. 8. 17.
-------------------------------------------------*/
/* 비쥬얼 */
.visualType_long {
	position: relative;
	}
.visual_img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../../images/rol/main/visual.jpg) no-repeat center 0; 
	background-size:cover;	
	opacity: 0;
	}	
#body.active .visual_img{
	transition: opacity 3s 2s ease;
	animation: slide 8s 2s ease;
	opacity:1;
	}
.rolypoly {
	position: relative;
	float: left;
	width: 212px;
	height: 326px;
	margin: 45px 45px 0 100px;
	background: url(../../images/rol/main/rolypoly.png) no-repeat 0 0; 
	z-index: 10;
	}	
.container {
	position: relative;
	float: left;
	margin-top: 93px;
	color: #fff;
	z-index: 10;
	}
.visual_title {
	margin-bottom: 20px;
	letter-spacing: -0.06em;
	font-size: 2.903em;
	font-family: NotoT;
	}	
.visual_title span {
	color: #fb9416;
	font-family: NotoB;
	}
.visual_title span.point02 {
	color: #89c736;
	}
.container .line_txt {
	float: left;
	margin: 23px 20px 0 0;
	font-size: 1.143em;
	font-family: NotoT;
	}	
.container .line_txt:before,
.container .line_txt:after {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 17px;
	background: #fff;
	content:'';
	}
.container .line_txt:after {
	margin: 17px 0 0;
	}	
.container .btn_link {
	float: left;
	}
	
/* 콘텐츠 기본 STYLE
------------------------*/
.txt_title {
	margin: 6px 0 16px;
	}
.txt_title02 {
	margin-bottom: 16px;
	letter-spacing: -0.1em;
	color: #252525;
	}
.contype_small {
    width: 158px;
    padding: 17px 19px 20px 23px;
	}	
.contype_small .txt {
	letter-spacing: -0.1em;
	}		
.guide_info {
	background: #1ca8dd url(../../images/rol/main/icon_guide.gif) no-repeat center bottom;
	letter-spacing: -0.1em;
	}
.guide_info a { 
	color: #0c4861;
	}
.guide_info .txt_title span {
	color: #fff;
	}		
/* 음식구분표 */
.food_division {
	height: 163px;
	background: #fff url(../../images/rol/main/food_division.gif) no-repeat center bottom;
	border-bottom: none;
	}
.food-division .txt_title02{font-size:1.048em;}	
.food_division .txt_title02 span {
	color: #d9394a;
	}

/*식사구성 오뚝이 */	
.rolypoly_food {
	width: 161px;
	height: 163px;
    padding-left: 20px;
	background: #906ecb url(../../images/rol/main/rolypoly_food.gif) no-repeat center bottom;
	border-bottom: none;
	}
.rolypoly_food .txt_title span {
	color: #fff;
	}
.rolypoly_food a {
	color: #3d2f59;
	}