@charset "utf-8";

/*
 *
 *	style:zengarden style
 *
 */

body {background: #e8ecef;}

/*======================================
	pageH
======================================*/
.pageH {
	padding-bottom: 25%;
	background: url(../images/header-bg.png) center bottom no-repeat;
	background-size: cover;
}



/*======================================
	sec1
======================================*/
.sec1 {
	margin-top: -13%;
	background: url(../images/sec1-bg.png) 118% 3% no-repeat;
	background-size: 73% auto;
}



/*======================================
	watch
======================================*/
.watch {
	overflow: hidden;
	position: relative;
	margin: 2em 0;
}
.watch .watchBg {
	width: 100%;
}
.watch .watch1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40.667%;
}
.watch .watch2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 37.333%;
}



/*============================================================================

	responsive

============================================================================*/
@media screen and (min-width:640px) {
	/*======================================
		sec1
	======================================*/
	.sec1 {
		margin-top: -5%;
		padding-bottom: 17%;
		background-position: 89% 3%;
		background-size: auto 100%;
	}



	/*======================================
		watch
	======================================*/
	.watch {margin: -11% 0 50px;}
	.watch .watch1 {width: 38.437%;}
	.watch .watch2 {width: 37.656%;}

}
