@charset "utf-8";

/* ------- INTERVIEW ---------------------------------------------- */

.interview-detail-main .image{
	background-image: url("../img/img_main.jpg");
	background-position: center 20%;
}
#interview-sec1 .image{
	background-image: url("../img/img_photo1.jpg");
	background-position: right center;
}
#interview-sec2 .image{
	background-image: url("../img/img_photo2.jpg");
	background-position: center 30%;
}
#interview-sec3 .image{
	background-image: url("../img/img_photo3.jpg");
}
.oneday-schedule-inner .image{
	background-image: url("../img/img_oneday.jpg");
}
@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}

