

/* ¸Þ´º ÃÖ´ë »çÀÌÁî 100% (Á¦ÇÑ¾øÀ½) ÃÖ¼Ò »çÀÌÁî 1344px(70%)¿¡¼­ ½ºÅ©·Ñ Á¦¾î 1100px ÀÌÇÏÀÏ°æ¿ì ¸Þ´º È­¸éÀÌ ƒÆÁ?*/

.menu_wrap_div{width:100%;/* text-align:center;margin: 0 auto; */}

.global_menu_div{
	              width:100%; 
                  min-width:1100px; 
				  height:50px; 
				  min-height:50px; 
				  background-color: rgb(13,28,47);
				  border: 0px solid red;
			     }
				 
.local_menu_div{
	              width: 100%; 
				  min-width: 1100px; 
				  height: 0px;
				  position: absolute; 
				  z-index: 30; 
				  background-color: rgba(239,239,239,0.90);
				  border: 0px solid red;
				}
				  
.chapter_menu_div{
	              width: 100%;
				  min-width: 1100px; 
				  height: 50px;
				  background-color: rgba(224,224,224,0.80);
				  border: 0px solid red;
				}

.content_view_div{
	              width: 100%;
				  height: 100%;
				  min-width: 1100px;
				  background-color: rgba(0,0,0,0);
				 }


/* ¼ÒºÐ·ù ¸Þ´º »ó´Ü°íÁ¤ ¼³Á¤ min-width:1344px;*/

.pd_top_80{padding-top:50px;}
.top_bar_fix{ width:100%;/* height:55px;*/text-align:center;top:0;left:0;position:fixed;}