@charset "utf-8";

#research {
    margin-bottom: 5rem;
    padding: 0;
}

#research h2 {
    margin-top: 0rem;
    margin-bottom: 2rem;
    line-height: 5rem;
    background-repeat: no-repeat;
    height: 5rem;
    padding-left: 1rem;
    text-shadow: 1px 2px 3px #fff;
    background-image: url(../img/publication/text_back5.png);
    background-size: cover;
    width: 400px;
    position: relative;
    top: 2rem;
}

#research .backimg {
    height: 30vh;
}

#research h3 {
   margin-top: 2rem;
}

#research p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

#research p.authors {
    font-weight: 400;
    font-size: 1rem;
}

#research .imgbox {
    height: 20rem;
    padding: 1.5rem;
}

#research .imgbox img{
    height: 100%;
}

#research .imgbox-2017 {
    height: 9rem;
}

#research .imgbox-2018-No4 {
    height: 22rem;
}

#research .imgbox-2018-No6 {
    height: 22rem;
}

#research .imgbox-2020-No14, .imgbox-2020-No16 {
    display: flex;
}

#research .line {
    height: 1rem;
    width: 90%;
    border-bottom: 1px solid rgb(190, 190, 190);
    margin: 1rem 0;
}
