@charset "utf-8";

/*------------------------------------------

	@ Style Name	/css/concept/top.css

--------------------------------------------

		- Contents
		- Module

------------------------------------------*/

/*------------------------------------------
 *	Contents
------------------------------------------*/
#container {
	background-image:url(/imgs/concept/bg.png);
}

/*	Main Contents
------------------------------------------*/
#mainContents .contents section { overflow:hidden; }
#mainContents .contents section .wrapper {
	float:right;
	width:405px;
	padding:45px 0 0 45px;

}
#mainContents .contents section .wrapper p {
	line-height:1.6;
	margin:30px 0 0 0;
}
#mainContents .contents section figure {
	float:left;
	width:426px;
}
#mainContents .contents .odd .wrapper {
	float:left;
	width:405px;
	padding:25px 0 0 25px;
}
#mainContents .contents .odd figure { float:right; }
#mainContents .contents .care .wrapper { background:url(/imgs/concept/top/bg_sec01.png) 0 0 no-repeat; }
#mainContents .contents .location .wrapper { background:url(/imgs/concept/top/bg_sec02.png) 0 0 no-repeat; }
#mainContents .contents .living .wrapper { background:url(/imgs/concept/top/bg_sec03.png) 0 0 no-repeat; }
#mainContents .contents .health .wrapper { background:url(/imgs/concept/top/bg_sec04.png) 0 0 no-repeat; }

#mainContents .contents .care,
#mainContents .contents .location,
#mainContents .contents .living {
	margin:50px 0 90px 0;	
}
