@charset "utf-8";
::-webkit-scrollbar { display:none; } 


body { width: 100%; max-width: 500px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif; overflow-x: hidden; }
#wrapper { width: 100%; margin: auto; height: auto; position: relative; top: 0; overflow: hidden; z-index: 1; background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.3); }

/*
	## 서브내용
*/
.sub-content { position:relative; width: 100%; max-width: 500px; margin:0px 0px 50px; padding:0 5px }
.sub-content img { width:100%; }



.cont .red, .cont .txt { text-align:left;}
.cont .red { color:red; font-weight:bold;}
.cont .txt {font-size:12px; color:#959595;}