@charset "utf-8";

@media only screen and (min-width : 1024px){
	html{*overflow:hidden;}
	body{}
	
	#pc_wrap{width:1040px; margin:0 auto;}
	.tablet_frame{position:relative; background-image:url("/img/tablet.png"); background-position:center top; background-repeat:no-repeat; height:851px; width:580px; /*float:left;*/ margin:0 auto;}
	.text_area{display:none; width:460px; padding:100px 20px; float:left;}
	
	.tablet_wrap{position:relative; top:67px; left:27px; min-width:320px; max-width:525px; width:100%; height:700px; display:inline-block; overflow-y:scroll;}
	/*
	.tablet_wrap{
		position:absolute;
		top:86px;
		left:49.70%;
		*left:50%;
		margin-left:-239px;
		height:650px;
		overflow-y:scroll;
		max-width:479px;
		width:100%;
	}
	*/

	.top_btn {display:none;} 
}

@media only screen and (max-width : 1024px){
	.text_area{display:none;}  
}

@media screen and (min-height: 649px) {
	html{*overflow:auto scroll;}
	
}