﻿.home-global{position:relative;padding-bottom:3%}
.home-global .title-wrap{position:relative}
.home-global .home-title{color:#fff;text-align:left;position:absolute;top:10%;left:5%}
.home-global .global-list{display:flex;flex-wrap:wrap}
.home-global .global-list li{width:calc(100% / 3)}
.home-global .global-list .title{position:relative;color:#fff;font-size:22px;font-weight:700;background:#223e92;padding:15px 10px;text-align:center;line-height:1.2}
.home-global .global-list li:nth-child(2) .title{background:#2e5392}
.home-global .global-list .title::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:25px solid #223e92}
.home-global .global-list li:nth-child(2) .title::after{border-top-color:#2e5392}
.home-global .global-list .info{padding:40px}
@media (max-width:1280px){.home-global .global-list .title{padding:10px;font-size:18px}
.home-global .global-list .title::after{border-width:15px}
.home-global .global-list .info{padding:25px}}
@media (max-width:990px) and (min-width:769px){.home-global .global-list .title{padding:10px 5px;font-size:15px}
.home-global .global-list .title::after{border-width:10px}
.home-global .global-list .info{padding:15px;font-size:15px}}
@media (max-width:768px){.home-global .global-list li{width:calc(100% / 2)}
.home-global .global-list .info{padding:20px}}
@media (max-width:540px){.home-global .global-list li{width:100%}}
.home-service .service-list li img{margin-bottom:20px;width:100%;aspect-ratio:1;object-fit:cover}