#servicebox{position: relative;padding: 5vw 0 160px;z-index: 2;background: white;}
#servicebox .flywoon {
    position: absolute;
    top: 70px;
    left: 135px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #6c9cadcc;
    mix-blend-mode: multiply;
    z-index: 1;
    animation: 20s fuwafuwa infinite;
}
#servicebox .flywoon.rightJ{
    left: auto;
    right: 39px;
    top: auto;
    bottom: 183px;
    width: 50px;
    height: 50px;
    animation: 16s fuwafuwa infinite;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0,0)
    }

    35% {
        transform: translate(-50px,-20px)
    }

    65% {
        transform: translate(20px,50px)
    }

    100% {
        transform: translate(0,0)
    }
}
#servicebox .linfo{display: flex;flex-wrap: wrap;}
#servicebox .linfo .item{width: calc(50% - 20px);display: flex;flex-direction: column;align-items: center;margin: 10px 10px;padding: 15px 0;webkit-box-shadow: 0 5px 15px rgb(33 32 36 / 10%);box-shadow: 0 1px 10px rgb(211 211 211 / 29%);}
#servicebox .linfo .item img{width: 150px;margin-bottom: 20px;}
#servicebox .ttile{width: 100%;display: flex;justify-content: center;margin-bottom: 50px;flex-direction: column;align-items: center;}
#servicebox .ttile h2{
    font-size: 38px;
    color: #484848;
    }
#servicebox .linfo .item h2{font-size: 26px;color: #4d4d4d;margin-bottom: 20px;border-top: #999999 1px solid;border-bottom: #999999 1px solid;}
#servicebox .linfo .item p{font-size: 17px;color: #838383;padding: 15px 20px;/* background: #e5e5e594; */border-radius: 12px;width: calc(95% - 40px);}

@media screen and (max-width: 1460px) {
	#servicebox .flywoon{
	    width: 60px;
	    height: 60px;
	    left: 85px;
	    top: 187px;
	    opacity: 0.5;
	}
	#servicebox .flywoon.rightJ{
    width: 30px;
    height: 30px;
    bottom: 300px;
    right: 26px;
}
}
@media screen and (max-width: 640px) {
	#servicebox .linfo .item{width: 98%;margin: 22px 1%;}
	#servicebox .linfo .item p{font-size: 14px;width: calc(96% - 40px);padding: 10px 10px;display: flex;min-height: 125px;align-items: center;}
	#servicebox .linfo .item h2{font-size: 20px;}
	#servicebox .linfo .item img{
	    width: 90px;
	}
	#servicebox .flywoon{
    width: 30px;
    height: 30px;
    left: 63px;
}
}

@media screen and (max-width: 480px) {
	#servicebox .ttile{
	    margin-bottom: 15px;
	}
	#servicebox{
    padding: 50px 0;
}
	#servicebox .linfo .item img{width: 180px;}
	
}