@charset "utf-8";
* {margin:0; padding:0;} /*css인증변경건.txt*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button {margin:0; padding:0;font:normal 0.9em '나눔 고딕','Nanum Gothic','맑은 고딕','Malgun Gothic','Apple-Gothic','애플고딕',dotum,'돋움',gulim,'굴림',sans-serif;-webkit-text-size-adjust:none;}
img {border:0; vertical-align:top;}
ul, dl, ol {list-style:none;}/*목록태그*/
fieldset, legend {display:block; border:0; /*height:0, clear:both*/}


a:link {font-family:"돋움"; font-size:12px; line-height:15px; text-decoration:none; color:#424242;}
a:visited {font-family:"돋움"; font-size:12px; line-height:15px; text-decoration:none; color:#424242;}
a:active {font-family:"돋움"; font-size:12px; line-height:15px; text-decoration:none; color:#424242;}
a:hover {font-family:"돋움"; font-size:12px; line-height:15px; text-decoration:none; color:#424242;}



/*공통*/
#box {position:relative; width:700px; margin:o auto; text-align:center;}


/*메인*/


/*메인하단*/



/*서브top*/


/*서브*/


/*모바일 전후사진 페이징 카테고리별로 색상변화*/



/*서브하단*/



/*메인상단*/
.mobile-menu {
    display: block;
    position:fixed;
    top: 2px;
    left: 557px;
    z-index: 4500;
    width: 112px;
    height: 56px;
    padding: 0px;
    border: 0;
	outline: none;
}
.menuwrap {
    position:fixed;
    top: 59px;
    left: -200px; 
    z-index: 4400;
    overflow: auto;
    width: 189px; 
    height: 1139px;
    padding: 0px;
    box-sizing: border-box;
    transition: left .3s ease-in-out; 
    background-color: #ffffff;
	border:1px solid #510505;
}
.menuwrap.on {
    left:510px;
}

.menu_home {background-color: #510505;}
