/* Larger than Desktop HD */

@media (max-width: 1200px) {
	#head .gnb_opn {
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 14px;
        height: 11px;
        background: url(../img/bts.png) no-repeat 0 -65px;
        background-size: 60px 175px;
    }
	.container-sub{background:none;}
	#sider{display:none;}
	#content{margin:0 auto;border-left:1px solid #e2e2e2;width:100%;}
}
/* Larger than desktop */

@media (max-width: 1024px) {}
/* Larger than desktop */

@media (max-width: 992px) {
	#logo img{width:400px}
}
/* Larger than tablet */

@media (max-width: 768px) {	
    body{font-size:1em;}
	#logo {margin-top:60px	}
	#logo img{width:300px}
	.social{top:10px;}	
	#date{display:none;}
	#content{border:none;padding:0;padding-bottom:30px;background:none !important;}
}
/*iPhone 6Plus Landscape Mode*/

@media screen and (max-width: 736px) {}
/*iPhone 6 Landscape Mode*/

@media screen and (max-width: 667px) {}
/*Google Nexus and Other Large Smart Phones v1*/

@media screen and (max-width: 600px) {
	h2 img, h3 img, #tail img{width:100% !important;}
	
}
/*iPhone Landscape Mode and Mediium Smart Phones*/

@media screen and (max-width: 480px) {}
/*iPhone 6Plus Portrait Mode*/

@media screen and (max-width: 414px) {}
/*iPhone 6 Portrait Mode*/

@media screen and (max-width: 375px) {}
/*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/

@media screen and (max-width: 320px) {}