/* about */
.about {overflow: hidden;}
.about .inner {padding: 110px 0;}
.about-list {}
.about-item {display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding-bottom: 65px;}
.about-item + .about-item {padding-top: 65px;}
.about-item .icon {}
.about-item .text-group {min-width: 1178px;}
.about-item em {font-family: 'InkLipquid'; font-size: 40px; font-weight: 600; color: #000;}
.about-item em .num {color: #0090ff;}
.about-item p {font-size: 19px; font-weight: 300; line-height: 38px; letter-spacing: -0.19px; color: #000; margin-top: 20px;}
.about-item p strong {color: #0090ff; font-weight: 700;}

.about .image-group {display: flex; justify-content: space-between; padding-top: 90px;}
.about .image {position: relative; width: calc(33.33% - 13.33px); height: 420px; transition: border-color 250ms;}
.about .image::before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  border: 5px solid transparent; transition: .3s;}
.about .image:hover::before {border-color: #0090ff;}
.about .image img {border: 1px solid #ddd;}
.about .image:hover img {}
