.mrl-grid.shortcut_wrapper{
    margin-bottom: 150px;
}
.shortcut_wrapper .shortcut{
    height: 100%;
    padding: 24px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
}
.shortcut_wrapper .col-xs-12, .shortcut_wrapper .col-md-4 {
    height: auto;
    margin-bottom: 24px;
}
.shortcut .img{
    width: 100%;
    max-width: 400px;
    margin:0 auto;
}
@media screen and (min-width: 1200px) {
    .researchWrapper {
        margin-bottom: 120px;
    }
}
.shortcut .title{
    font-weight: bold;
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    line-height: 1.5;
}

.researchArea{
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 42px;
}

.researchArea .title {
    margin-bottom: 16px;
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .researchArea .title {
        font-size: 24px;
        margin-bottom: 36px
    }
}

.imgWrapper {
    width: 50%;
}

.wrapper-vertical img{
    /* max-width: 300px; */
    height: 300px;
    object-fit: contain;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-right: 24px;
}
p {
    line-height: 1.5;
}
ul li {
    margin-bottom: 12px;
    line-height: 1.5;
}
.blue {
    color: #229647;
}
.green {
    color: #0C3673;
}
.red {
    color: #94101f;
}

/* carousel */
.mrl-grid.carouselWrapper {
    height: 612px;
}
.mrl-grid.carousel {
    padding: 12px;
    height: auto;
    align-items: center;
    height: 500px;
}
.carousel img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 24px;
    margin: auto;
    box-sizing: border-box;
}
.navigator {
    width: 28px;
    cursor: pointer;
    fill: #999;
}
.mrl-grid.thumbnail {
    justify-content: center;
    -webkit-justify-content: center;
    height: 64px;
    padding: 0;
    overflow: hidden;
}
.thumbnailWrapper {
    width: 50px;
    height: 50px;
    overflow:hidden;
    display: flex;
    justify-content: center;
    margin: 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px;
}
.thumbnail img {
    width: 100%;
    height: auto;
    opacity: .5;
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    transition: .3s;
}
.thumbnail img:hover {
    opacity: 1;
}
.thumbnail img.active {
    opacity: 1;
}