@charset "utf-8";




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.JSL_MAIN_04{width: 100%; height:auto; float: left; background-size: cover; overflow-x:hidden; margin-top: -120px ; position: relative}
.JSL_MAIN_04 .contents-container{ }
.JSL_MAIN_04:before {
  width: 100%; height: 180px; border-radius: 0px 0px 0px 200px; content: "";  background-color: #fff; position: absolute; left: 0px; top: 0px; z-index: 1
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.JSL_MAIN_04{width: 100%; height:auto; float: left; background-size: cover; overflow-x:hidden; margin-top:0px ; position: relative}
.JSL_MAIN_04 .contents-container{ }
.JSL_MAIN_04:before {
display: none
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

