/* 타블릿 */
@media (max-width: 800px) {
	#menu { top:0px; background-image:url('/img/mobile.bg.jpg'); height:60px; width:100%;}
	#menu li:first-child,
	#menu li.end,
	#menu li a { display:none; }
	.header .join { bottom:10px; }
	.mobile-menu-icon { display:block; }
	.mobile-logo { display:block;}
	.mobile-lang { display:block; }
	.header { 
		height:268px;
		background-size:800px;
		background-position:center 60px;
	}
	.hearthstone-bg { background-position:center 268px;}

	h2 { font-size: 18px; }
	h4 { font-size: 20px; }
	h6 { font-size: 20px;letter-spacing:-1px;word-spacing:-3px;line-height:1.3em;color:#ccffff; }
	p { font-size:15px !important;font-weight:600;line-height:10px; }
}
/* 모바일 */
@media (min-width: 320px) and (max-width: 480px)  {
	.header { 
		height:216px;
		background-size:600px;
		background-position:center 60px;
	}
	.hearthstone-bg { background-position:center 216px;}
	h2 { font-size: 14px; }
	h4 { font-size: 14px; }
	h6 { font-size: 17px;letter-spacing:-1px;word-spacing:-3px;line-height:1.2em; }
	p { font-size:13px !important;font-weight:600;line-height:10px; }
	.mobile { display:none; }
	.youtubeWrap {
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%;
	}
	.youtubeWrap iframe {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	}
	.mobile-hide { display:none; }
	td, th {padding: 0 5px 0 0; font-size: 12px!important;}
}


