@charset "utf-8";
.topbox {background-image: url(/img/page/bylife1/top_img.png);}
.topbox.bg2 {background-image: url(/img/page/bylife2/top_img.png);background-color: #ffe5ed;}
.topbox.bg3 {background-image: url(/img/page/bylife3/top_img.png);background-color: #eef1ff;}
.topbox.bg4 {background-image: url(/img/page/bylife4/top_img.png);background-color: #d0e4ed;}
.topbox.bg5 {background-image: url(/img/page/bylife5/top_img.png);background-color: #e9f5da;}

/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
   
}