@charset 'utf-8';



main {
    background-color: #f2e9d2;
    background-image: url(/img/news/month/02/bg_main_top.png), url(/img/news/month/02/bg_main.png);
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
}

main:before {
    top: 70px;
    background-image: url(/img/news/month/02/02.png);
}


@media(max-width:1600px){
    main:before { top: 120px}
}


@media(max-width:991px){
    main:before { top: 190px}
}

@media(max-width:768px){
    main:before { top: 170px}
}
@media(max-width:576px){
    main:before { top: 140px}
}
@media(max-width:480px){
    main:before { top: 135px}
}




/*메인 new 보러가기*/



/*viual*/
main .visual .wrap { background-color: #e8b79a;}


/*메인 하단 배경*/
main .main-bg-box{ padding-bottom: 66%; margin-top: -12%; background: url(/img/news/month/02/bg_main_bottom.png) no-repeat bottom center / cover ;}
