body {
  background-color: #e5e5e6;
}

/* 전체레이아웃 */
.pr_container_main {
  position: relative;
 
  margin: 0 auto;
  width: 1200px;
  height: 100%;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pr_container {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* 메뉴 왼쪽 */
pr_nav_left {
  position: absolute;
  margin-top: 30px;
  margin-left: 25px;
  width: 200px;
}

/* 메뉴 위쪽 */
pr_nav_top {
 
 position: relative;


}

.pr_nav_top {
 margin-left: 0px;


}

pr_nav_top1 {
 
  margin-left: 200px;
  display:none;
}

/* 상호, 문의전화 */
pr_logo {
	display:inline-block;
	vertical-align:top;
	border: 0px solid #ebcbcc;


}
pr_logo_menu {
	float: right;
	display:inline-block;
	vertical-align:top;
	border: 0px solid #ebcbcc;
}


/* 오른쪽 콘텐츠 */
.pr_section {
 
  margin-left: 200px;
}

.pr_section_main {
  padding:0;
  margin-left: 0px;
}

.pr_section_tail {
 
  margin-left: 0px;
}
/* 하단 */
.pr_tail {
	float:left;
	display:inline;
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 50px; 
	padding:0px;  
	font-size:0.8em;
	text-align:left;
	background: #e5e5e6;
	
}
.pr_tail_wrapper {
    position:relative;
	margin:0 auto;
	padding:0 0 0 0px;
	width:100%;
}



@media screen and (max-width: 1220px) { 

.pr_container {

  width: 100%;
 
}


.pr_container_main {

  width: 100%;
 
}



pr_nav_left {

  width: 20%;
   
  
  margin-left: 5px;
 

}
pr_nav_top1, .pr_section {
  /* position is static by default */
  margin-left: 20%;
}

/* 하단 */




}


@media screen and (max-width: 800px) {


pr_nav_top1 {

  display:inline-block;
  margin-bottom:20px;
 
}

pr_logo_menu {

  display:none;
 
}

pr_nav_left {

  display:none;
  width: 0%;
   
  
  margin-left: px;
}
pr_nav_top, pr_nav_top1, .pr_section, .pr_nav_top {
  /* position is static by default */
  margin-left: 0px;
}


pr_nav_top1 {

  width: 100%
 
}

/* 상호, 문의전화 */

.pr_tail_wrapper {
   
	 width: 97%
	
}


}
@media screen and (max-width: 600px) { 




}