@charset "utf-8";


.main-nav .about_item a:after {
    transform: scale(1);
    opacity: 1;
}
.honors_swiper .swiper-container {
    padding: 10px 0 0;
    box-sizing: border-box;
}
.about_pg01 .lists{
    overflow: hidden;
}
.about_pg01 .split-text{
    
}
.about_pg01 video{
    width: 47%;
    float: right;
    margin-bottom: 14px;
    margin-left: 40px;
}
.about_pg02 .swiper-container{
    position: initial;
}
.about_pg02 .lists {
    position: relative;
    padding: 0 75px;
    box-sizing: border-box;
}
.about_pg02 .lists::after{
    content: "";
    display: block;
    height: 1px;
    background: #FFFFFF;
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
}
.about_pg02 .swiper-button-next, .about_pg02 .swiper-button-prev{
    width: 52px;
    height: 52px;
    background: #4fc3f7;
}
.about_pg02 .swiper-button-next:after, .about_pg02 .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
}
.about_pg02 .swiper-button-next{
    right: -0;
    top: 85px;
}
.about_pg02 .swiper-button-prev{
    left: 0;
    top: 85px;
}
.about_pg02 .list{
    padding: 0 15px;
    box-sizing: border-box;
    height: 315px;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_pg02 .year{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    font-size: 20px;
}
.about_pg02 .scale_box{
    background: transparent;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_pg02 .scale_box::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
}
.about_pg02 .tit{
    margin-top: 25px;
    font-size: 16px;
}
.about_pg02 .desc {
    margin-top: 15px;
}
.about_pg02 .desc::-webkit-scrollbar {
    width: 4px; 
}
.about_pg02 .desc::-webkit-scrollbar-thumb {
    background: #036EB8;
}
.about_pg02 .desc::-webkit-scrollbar-track {
    background: rgba(255,255,255,1);
}
@media only screen and (min-width: 960px) {
    .about_pg02 .list:hover{
        background: rgba(255, 255, 255, .15);
        box-shadow: 0px 10px 20px 0px rgba(25,27,35,0.15);
    }
    .about_pg02 .list:hover .year {
        transform: translateY(6px);
    }
    .about_pg02 .swiper-button-next:hover, .about_pg02 .swiper-button-prev:hover{
        background: #1976d2;
    } 
    .about_pg02 .swiper-button-next:hover::after, .about_pg02 .swiper-button-prev:hover::after{
        color: #fff;
    }
}
@media only screen and (max-width: 960px) {
    .about_pg01 video{
        margin-left: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .about_pg01 video{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .about_pg02 .swiper-button-next, .about_pg02 .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .about_pg02 .swiper-button-next:after, .about_pg02 .swiper-button-prev:after{
        font-size: 14px;
    }
    .about_pg02 .swiper-button-next{
        top: 61px;
    }
    .about_pg02 .swiper-button-prev{
        top: 61px;
    }
    .about_pg02 .list{
        padding: 0;
    }
    .about_pg02 .lists{
        padding: 0 55px;
    }
    .about_pg02 .year{
        height: 50px;
        font-size: 16px;
    }
    .about_pg02 .lists::after{
        top: 61px;
    }
    .about_pg02 .list{
        height: 248px;
    }
    .swiper_btns{
        margin-top: 20px;
    }
    .patent-item .pi-name{
        margin-top: 15px;
    }
}