@charset "utf-8";
/* - .scholar general
 ------------------------------------------------------------ */

.scholar header {
    background-image: url(../images/bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DBD9DA;
    text-align: center;
    height: 70vh;
}
 .scholar-igo .contents .outline {
    background-image: url(../images/igo.png);
    background-position: left 10px top;
    background-repeat: no-repeat;
    width: 1040px;
    margin: 0 auto;
    padding: 46px 10px 0 395px;
    height: 393px;
}
