@charset "utf-8";


.head-page .research_item span{
    color: #036EB8;
}
.head-page .research_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.research_pg01 .lists{
    padding: 0 30px;
    box-sizing: border-box;
}
.research_pg01 .list{
    width: 31.32%;
    margin-right: 3.02%;
}
.research_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.research_pg03 .text {
    text-align: center;
    margin-top: 30px;
}
.research_pg02{
    background: url(../img/research_bg02.jpg) no-repeat center/cover;
}
.research_pg02 .lists{
    padding: 0 140px;
    box-sizing: border-box;
}
.research_pg02 .list{
    width: 178px;
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/research_bg02_list.png) no-repeat center/cover;
    margin-right: 8px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.research_pg02 .list:nth-child(7n){
    margin-right: 0;
}
.research_pg02 .list img{
    transition: all .4s;
    display: block;
    max-height: 100%;
}
.research_pg03 .swiper-slide{
    cursor: pointer;
}
.research_pg03 .img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 556px;
}
.research_pg03 .img img{
    transition: all .4s;
    max-height: 100%;
}

@media only screen and (min-width: 960px) {
    .research_pg02 .list:hover img{
        transform: scale(1.08);
    }
    .research_pg03 .swiper-slide:hover .img img{
        transform: scale(1.05);
    }
}
@media only screen and (max-width: 1600px) {
    .research_pg02 .lists {
        padding: 0 85px;
    }
    .research_pg03 .img{
        height: 467px;
    }
}
@media only screen and (max-width: 1480px) {
    .research_pg03 .img {
        height: 428px;
    }
    .research_pg02 .lists {
        padding: 0;
    }
}
@media only screen and (max-width: 1440px) {
    .research_pg03 .img {
        height: 415px;
    }
}
@media only screen and (max-width: 1400px) {
    .research_pg03 .img {
        height: 402px;
    }
    .research_pg02 .list {
        width: 165px;
        height: 191px;
    }
}
@media only screen and (max-width: 1366px) {
    .research_pg03 .img {
        height: 392px;
    }
}
@media only screen and (max-width: 1280px) {
    .research_pg03 .img {
        height: 380px;
    }
    .research_pg02 .list {
        width: 158px;
        height: 183px;
    }
}
@media only screen and (max-width: 1240px) {
    .research_pg03 .img {
        height: 366px;
    }
    .research_pg02 .list {
        width: 152px;
        height: 176px;
    }
}
@media only screen and (max-width: 1200px) {
    .research_pg03 .img {
        height: 354px;
    }
    .research_pg02 .list {
        width: 18%;
        height: 85px;
        margin-right: 2.5%;
        margin-bottom: 15px;
        padding: 15px;
        background: #fff;
    }
    .research_pg02 .list:nth-child(7n){
        margin-right: 2.5%;
    }
     .research_pg02 .list:nth-child(5n){
        margin-right: 0;
    }
    .research_pg02 .lists {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1080px) {
    .research_pg03 .img {
        height: 320px;
    }
}
@media only screen and (max-width: 1043px) {
    .research_pg03 .img {
        height: 307px;
    }
}
@media only screen and (max-width: 1024px) {
    .research_pg01 .lists{
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .research_pg01 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .research_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .research_pg02 .list {
        width: 48%;
        height: 80px;
        margin-right: 4%;
    }
    .research_pg02 .list:nth-child(7n) {
        margin-right: 4%;
    }
    .research_pg02 .list:nth-child(5n) {
        margin-right: 4%;
    }
    .research_pg02 .list:nth-child(2n) {
        margin-right: 0;
    }
    .research_pg02 {
        padding-bottom: 15px;
    }
   
    .research_pg03 .img {
        height: 368px;
    }
}