@charset 'utf-8';



main {
    background-color: #ceeefc;
    background-image: url(/img/news/month/07/bg_main_top.png);
}

main:before {
    top: 110px;
    width: 270px;
    height: 200px;
    background-image: url(/img/news/month/07/07.png);
}

@media(max-width:1600px){
    main:before { top: 145px; left: 1%; background-size: 180px auto; background-position: left top;}
}
@media(max-width:991px){
    main:before { top: 230px;  background-size: 140px auto; }
}
@media(max-width:768px){
    main:before { top: 205px;  background-size: 120px auto; }
}
@media(max-width:576px){
    main:before { top: 177px;  background-size: 110px auto; }
}
@media(max-width:480px){
    main:before { top: 177px;  background-size: 95px auto; }
}



/*메인 new 보러가기*/



/*viual*/
main .visual .wrap { background-color: #e8b79a;}


/*메인 하단 배경*/
main .main-bg-box{ padding-bottom: 51%; margin-top: -13%; background: url(/img/news/month/07/bg_main_bottom.png) no-repeat bottom center / cover ;}
