body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'verdena','arial','돋움','굴림';
}

#Bodywrap {
	width:100%;
}

.Menuwrap {
	position: fixed;
	top:0;
	width:100%;
	height: 100px;
	border-bottom:2px solid #e6ebf0;
	background: #fff;
	z-index:200;
}

.Menuwrap .Menu {	
	width:1000px;
	height:100px;
	margin:0 auto;
}

.Menuwrap .Menu .logo {
	width:147px;
	height:32px;
	float:left;
	margin-top:34px;
}

.Menuwrap .Menu .right_menu {
	width:403px;
	height:23px;
	padding:0;
	margin-top:40px;
	float:right;
}

.Menuwrap .Menu .right_menu li {
	float:left;
	overflow:hidden;
	margin-right:25px;
}

.Menuwrap .Menu .right_menu li.last {
	margin:0;
	cursor:pointer;
}

.Contentswrap {
	width:100%;
	z-index:100;
}

.Contentswrap .cont_01 {
	height:578px;
	margin-top:97px;
	background: url('/rt_img/bg_01.jpg');
}

.Contentswrap .cont_01 .detail {
	width:1000px;
	height:578px;
	margin:0 auto;
}

.Contentswrap .cont_01 .detail .detail_img {
	position:absolute;
}

.Contentswrap .cont_01 .down_btn {
	position:relative;
	top:375px;
	width:319px;
	height:82px;
}

.Contentswrap .cont_02 {
	height:580px;
	background: url('/rt_img/bg_02.jpg') repeat-x;
}

.Contentswrap .cont_02 .detail {
	width:1000px;
	height:580px;
	margin:0 auto;
}

.Contentswrap .cont_02 .detail .detail_img {
	position:absolute;
}

.Contentswrap .cont_02 .down_btn {
	position:relative;
	top:375px;
	left:567px;
	width:319px;
	height:82px;
}

.Contentswrap .cont_03 {
	height:580px;
	background: url('/rt_img/bg_03.jpg') repeat-x;
}

.Contentswrap .cont_03 .detail {
	width:1000px;
	height:580px;
	margin:0 auto;
}

.Contentswrap .cont_03 .detail .detail_img {
	position:absolute;
}

.Contentswrap .cont_03 .down_btn {
	position:relative;
	top:375px;
	width:319px;
	height:82px;
}

.Contentswrap .cont_04 {
	height:1620px;
}

.Contentswrap .cont_04 .detail {
	width:1000px;
	height:1573px;
	margin:0 auto;
}

.Contentswrap .cont_04 .detail .detail_img {
	position:absolute;
}

.Contentswrap .cont_04 .down_btn {
	position:relative;
	top:224px;
	left:500px;
	width:319px;
	height:82px;
}

.Copywrap {
	height:70px;
	margin:0 auto;
	background: #7c7c7c;
	color:#ccc;
	line-height:70px;
	text-align:center;
	z-index:101;
}

img {
	border:0;
}
