/* ------------------------------------	광고 배너 CSS ---------------------------------------------	*/
.banner_01	{position:absolute; width: calc(100% - 340px); bottom:0; left:0; height:141px; overflow:hidden;} /* 메인 PC */

#banner_02	{width:100%; height:120px; margin-top:30px; overflow:hidden;}

#banner_03	{width:100%; height:120px; margin-top:0px; overflow:hidden;}

#banner_04	{width:100%; height:120px; margin-top:30px; overflow:hidden;}

#banner_05	{width:100%; height:120px; margin-top:30px; overflow:hidden;}

#banner_06	{width:100%; height:120px; margin-top:30px; overflow:hidden;}

#banner_07	{width:100%; height:120px; margin-top:30px; overflow:hidden;}


@media screen and (max-width:1024px) {
.banner_01	{position: relative; width: 100%;} /* 메인 모바일 */

#banner_02	{}

#banner_03	{}

#banner_04	{}

#banner_05	{}

#banner_06	{}

#banner_07	{}

}


/* ------------------------------------	광고 배너 CSS ---------------------------------------------	*/
