@charset "utf-8"; /*컨텐츠 페이지 공통 css*/

#main>div{width:100%;}
#main>div h3{overflow:hidden; position:absolute; width:1px; height:1px; padding:0; margin:0; border:0; clip:rect(1px 1px 1px 1px); clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); white-space:nowrap;}
#main .tablet, #main .cont-02{display:none;}
#main>div>div>div p img{width:100%; height:auto;}

@media screen and (min-width:768px){
    #main .mobile{display:none;}
    #main .tablet{display:block;}
}

@media screen and (min-width:1280px){
    #main .tablet{display:none;}
	#main .cont-02{display:block; position:relative;}
    #main .pc{position:absolute; top:0; left:50%; transform:translate(-50%, 0);}
	#main>div>div>div p{text-align:center;}
	#main>div>div>div p img{width:1920px;}
}

@media screen and (min-width:1920px){
	#main .cont-02{width:100%; height:auto !important;}
	#main .pc{position:inherit;}
	#main>div>div>div p img{width:100%;}
}