/* common */
body{
    background-color: #000;
    color: #fff;
}
:root {
	--base: 0.4;
	--accent: hsl(8 100% 55%);
	--overlay: color-mix(in lch, canvas 70%, transparent);
    --buffer: 40;
    --ppc: 10;
    --pad: 8;
    --content-length: 0;
}
.forMob{display: none !important;}
.dn{display: none !important;}
.green{
    color: #6ED34A;
}
.red{
    color: #E03A3A;
}
.blue{
    color: #0940A1;
}
.textac{
    text-align: center;
}
.inner{
    max-width: 1200px;
    margin: 0 auto;
}
.titleWrap h3{
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: -1.6px;
}
.titleWrap p{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.72px;
    margin-top: 29px;
}
.container .scrolldown{display: none;}
/* kv */
.videoWrap{
    width: 100%;
    background: #454545;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.videoWrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.videoGuide{
    color: #999;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-top: 28px;
}
.kv img{
    width: 100%;
}

/* con1 */
.con1 .text{
    background: url('../image/con1_bg.png') no-repeat bottom;

}
.con1 .bg img{
    width: 100%;
}
.con1 .text{
    top: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
    margin: 0 auto;
    line-height: 1;
    width: 100%;
}
.con1 [data-split]{
    color: #6ED34A;
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -2px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.con1 p {
	font-family: "Noto Serif", serif;
}
.con1 p.first{
    line-height: 0;
}


.con2{
    padding-bottom: 200px;
}
.con2 .titleWrap{
    padding-bottom: 115px;
}
.con2 ul{
    display: flex;
}
.con2 ul .arcContainer{
    position: relative;
    width: calc(100% / 6);
    height: 180px;
    text-align: center;
    line-height: normal;
}
.con2 ul .arcContainer .arcText{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}
.con2 ul .arcContainer .arcText>span{
    display: block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.44px;
}
.con2 ul .arcContainer .arcText>span .percent{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.con3{
    padding-bottom: 190px;
}
.con3 .titleWrap{
    padding-bottom: 39px;
}
.con3 ul{
    display: flex;
    gap: 24px;
}
.con3 ul li{
    flex: 1;
}
.con3 ul li h4{
    padding-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
}
.con3 ul li>div{
    display: flex;flex-direction: column;gap: 20px;
}
.con3 ul li .progressWrap{
    position: relative;
    height: 60px;
    background-color: #333;
}
.con3 ul li .progressWrap .progressBar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 60px;
    border-radius: 0px 50px 50px 0px;
    transition: width 1s ease;
}
.con3 ul li:nth-child(1) .progressWrap .progressBar{
    background-color: #225DC5;
}
.con3 ul li:nth-child(2) .progressWrap .progressBar{
    background-color: #0AA4B4;
}
.con3 ul li:nth-child(3) .progressWrap .progressBar{
    background-color: #6ED34A;
}
.con3 ul li .progressWrap .progressBar .text{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 10px 0 25px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.con3 ul li .progressWrap .progressBar .text .name{
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    flex-shrink: 0;
}
.con3 ul li .progressWrap .progressBar .text .num{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
}
.con3 ul li .progressWrap .progressBar .text .percent{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
}

.con4{
    padding-bottom: 224px;
}
.con4 .titleWrap{
    padding-bottom: 100px;
}
.con3 .bottom{
    padding-top: 20px;
    text-align: right;
    color: #777;
}
.con4 .content {}
.con4 .content .conTit{
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #777;
}
.con4 .content .conTit .left{
    width: 33.3%;
    padding-bottom: 27px;
    color: #777;
}
.con4 .content .conTit .right{
    position: relative;
    width: 66.7%;
    padding-bottom: 27px;
}
.con4 .content .conTit .right::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -2px;
    background-color: #E03A3A;
    border-radius: 50px;
    transform-origin: right center;
    transform: scaleX(0);
}
.con4 .content.ani .conTit .right::after{
    animation: rightline 1.4s linear forwards;
}
@keyframes rightline {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}
.con4 .content .conTit .name{
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}
.con4 .content .conTit .num{
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
}
.con4 .content .conTit .percent{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.con4 .content .img{
    display: flex;
    justify-content: space-between;
}
.con4 .content .img li{
    position: relative;
}
.con4 .content .img li .avatarBg{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.con4 .content.ani .img li:nth-child(10) .avatarBg{
    animation-name: fillavatar;
    animation-delay: 0s;
}
.con4 .content.ani .img li:nth-child(9) .avatarBg{
    animation-name: fillavatar;
    animation-delay: 0.2s;

}
.con4 .content.ani .img li:nth-child(8) .avatarBg{
    animation-name: fillavatar;
    animation-delay: 0.4s;

}
.con4 .content.ani .img li:nth-child(7) .avatarBg{
    animation-name: fillavatar;
    animation-delay: 0.6s;

}
.con4 .content.ani .img li:nth-child(6) .avatarBg{
    animation-name: fillavatar;
    animation-delay: 0.8s;

}
.con4 .content.ani .img li:nth-child(5) .avatarBg{
    animation-name: fillavatar;
    animation-delay: 1.0s;

}
.con4 .content.ani .img li:nth-child(4) .avatarBg{
    animation-name: fillavatar2;
    animation-delay: 1.2s;

}
@keyframes fillavatar {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
@keyframes fillavatar2 {
    0% {
        width: 100%;
    }
    100% {
        width: 42.5%;
    }
}
.con4 .content .bottom{
    padding-top: 100px;
    text-align: right;
    color: #777;
}
.con4 .content .bottom p{
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.64px;
}
.con4 .content .bottom p + p{
    margin-top: 5px;
}

.con5{
    padding-bottom: 245px;
}
.con5 .titleWrap{
    text-align: center;
    margin-bottom: 69px;
}
.con5 .titleWrap h3{
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -2px;
}
.con5 .titleWrap strong{
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -2px;
}
.con5 .titleWrap p{
    margin-top: 19px;
}
.con5 .map2{
    text-align: center;
    margin-top: 58px;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
}
.con5 .map{position: relative;}

.con5 .map .bg{position: relative;}
.con5 .map .bg .pin{
    position: absolute;
    width: 15px;
    height: 25px;
    background: url('../image/con5_pin2.svg') no-repeat bottom;
    cursor: pointer;
}
.con5 .map .bg .pin .hoverLogo{
    display: none;
    position: absolute;
    width: 110px;
    height: 42px;
    /* top: calc(-100% - 20px); */
    top: -47px;
    left: 50%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.con5 .map .bg .pin .hoverLogo img{}
.con5 .map .bg .pin .hoverLogo::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 8px 4px 0px 4px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    transform: translateX(-50%);
}
.con5 .map .bg .pin.hover .hoverLogo{display: flex;}

.con5 .map .layerWrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
/* .con5 .map .layerWrap .layerSwiper{
    width: 320px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
} */
.con5 .map .layerWrap .layer{
    width: 320px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}
.con5 .map .layerWrap .layer .layerTop{
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}
.con5 .map .layerWrap .layer .layerTop .noImg{
    display: block;
    width: 100%;
    height: 170px;
    background: #D9D9D9;
}
.con5 .map .layerWrap .layer .layerTop img{
    width: 100%;
}
.con5 .map .layerWrap .layer .layerLogo{
    position: absolute;width: 64px;height: 64px;border-radius: 50%;top: 125px;left: 20px;background-color: #fff;border: 1px solid #d9d9d9;display: flex;align-items: center;justify-content: center;
}
.con5 .map .layerWrap .layer .layerInfo{
    padding: 20px 25px 30px;
}
.con5 .map .layerWrap .layer .layerInfo .infoTop{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #123C9E;
}
.con5 .map .layerWrap .layer .layerInfo .infoTop .num{
    color: #0AA4B5;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
}
.con5 .map .layerWrap .layer .layerInfo .infoTop .flag{
    width: 22px;
    height: 22px;
}
.con5 .map .layerWrap .layer .layerInfo .infoTop .name{}
.con5 .map .layerWrap .layer .layerInfo .text{
    color: #444;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.64px;
    word-break: keep-all;
}
.con5 .map .layerWrap .layerClose{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: url('../image/con5_layerclose.svg') no-repeat;
    font-size: 0;
    cursor: pointer;
}
.con5 .map .layerWrap .swiper-pagination{
    display: none;
}
.con5 .map .layerWrap .swiper-button{
    display: none;
}


.con5 .bottom{
    display: flex;
    width: 500px;
    height: 80px;
    margin: 112px auto 0;
    padding: 0 32px;
    background-color: #6ED34A;
    border-radius: 10px;
    align-items: center;
    color: #000;
    line-height: normal;
    box-sizing: border-box;
    justify-content: center;
}
.con5 .bottom strong{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.44px;
    line-height: normal;
}
.con5 .bottom .total::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 13px 0 28px;
    vertical-align: middle;
    background-color: #43A71F;
}
.con5 .bottom .total strong{
    font-size: 20px;
    letter-spacing: -0.8px;
}
.con5 .bottom>div{display: flex;align-items: center;gap: 4px;}
.con5 .bottom .country{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
}
.con5 .bottom .amount{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
}
.con5 .bottom .amount strong{
    margin-left: 13px;
}


.con6{
    padding-top: 15px;
    padding-bottom: 245px;
    /* background-image: url('../image/con6_bg.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.con6 .titleWrap{
    padding-bottom: 68px;
    text-align: center;
}
.con6 .titleWrap h3{
    font-weight: 700;
    line-height: 60px;
}
.con6 .popupContainer{position: relative;}
.con6 .listWrap{}
.con6 .listWrap .listBox{
    display: flex;
    flex-direction: column;
}
.con6 .listWrap .listBox .list{
    position: relative;
    display: flex;
    width: 100% !important;
    height: 240px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.con6 .listWrap .listBox .list:hover::after{
    content: "";
    position: absolute;
    left: 0;top: 0;width: 100%;height: 100%;border: 4px solid #6ED34A;
    box-sizing: border-box;
    border-radius: 20px;
}
.con6 .listWrap .listBox .list .conBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.con6 .listWrap .listBox .list .conBg img{
    width: 100%;
}
.con6 .listWrap .listBox .list .conBg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    transition: background-color 0.4s;
}
.con6 .listWrap .listBox .list h4{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.44px;
}
.con6 .listWrap .listBox .list h4 span{
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}
.con6 .listWrap .listBox .list h4 strong{
    font-weight: 800;
}
.con6 .listWrap .listBox .list .moreBtn{
    z-index: 1;
    border-radius: 50px;
    background: #6ED34A;
    padding: 10px 30px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-top: 20px;
}
.con6 .popupWrap{
    position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;z-index: 10;
}
.con6 .popupWrap.dn{
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.con6 .popupWrap .popupWrapSwiper{width: calc(100% - 202px);}
.con6 .popupWrap .popup{
    background: #fff;
    color: #000;
    border-radius: 20px;
}
.con6 .popupWrap .popup .popupHeader{
    position: relative;
    height: 60px;
    background: #6ED34A;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}
.con6 .popupWrap .popup .popupHeader h4{
    display: flex;
    width: calc(100% - 80px);
    height: 100%;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
    gap: 62px;
}
.con6 .popupWrap .popup .popupHeader h4 span{
    display: flex;
    position: relative;
    height: 100%;
    padding: 0 40px;
    align-items: center;
    color: #FFF;
    background: #0940A1;
    box-sizing: border-box;
}
.con6 .popupWrap .popup .popupHeader h4 span::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -35px;
    width: 0;
    height: 0;
    border-width: 30px 0px 30px 35px;
    border-color: transparent transparent transparent #0940A1;
    border-style: solid;
}
.con6 .popupWrap .popup .popupHeader .popupClose{
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.con6 .popupWrap .popup .popupHeader .popupClose img{}
.con6 .popupWrap .popup .popupBody{
    padding: 40px;
    box-sizing: border-box;
    max-height: 620px;
    overflow-y: auto;
}
.con6 .popupWrap .popup .popupBody>div{
    margin-top: 40px;
}
.con6 .popupWrap .popup .popupBody>div:first-of-type{
    margin-top: 0;
}
.con6 .popupWrap .popup .popupBody>div .popupConTit h5{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}
.con6 .popupWrap .popup .popupBody>div .popupConTit h5 span{
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
}
.con6 .popupWrap .popup .popupBody>div .popupConTit .descList{
    margin-top: 10px;
}
.con6 .popupWrap .popup .popupBody>div .popupConTit .descList p{
    line-height: 22px;
    letter-spacing: -0.64px;
}
.con6 .popupWrap .popup .popupBody>div .popupConTit .descAppendix{
    margin-top: 10px;
}
.con6 .popupWrap .popup .popupBody>div .popupConTit .descAppendix p{
    color: #555;
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.6px;
}
.con6 .popupWrap .popup .popupBody .tableScroll{
    overflow-x: auto;
}
.con6 .popupWrap .popup .popupBody>div table{
    width: 100%;
    margin-top: 15px;
    white-space: nowrap;
}
.con6 .popupWrap .popup .popupBody>div table thead{}
.con6 .popupWrap .popup .popupBody>div table thead tr{}
.con6 .popupWrap .popup .popupBody>div table th{
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}
.con6 .popupWrap .popup .popupBody>div table.table1 th:nth-child(1){width: 137px;}
.con6 .popupWrap .popup .popupBody>div table.table1 th:nth-child(2){width: 260px;}
.con6 .popupWrap .popup .popupBody>div table.table1 th:nth-child(3){width: 260px;}
.con6 .popupWrap .popup .popupBody>div table.table1 th:nth-child(4){width: auto;}
.con6 .popupWrap .popup .popupBody>div table.table1 td{text-align: center;}
.con6 .popupWrap .popup .popupBody>div table.table2 th:nth-child(1){width: 137px;}
.con6 .popupWrap .popup .popupBody>div table.table2 th:nth-child(2){width: 398px;}
.con6 .popupWrap .popup .popupBody>div table.table2 th:nth-child(3){width: auto;}
.con6 .popupWrap .popup .popupBody>div table.table3 th:nth-child(1){width: 157px;}
.con6 .popupWrap .popup .popupBody>div table.table3 th:nth-child(2){width: 91px;}
.con6 .popupWrap .popup .popupBody>div table.table3 th:nth-child(3){width: auto;}
.con6 .popupWrap .popup .popupBody>div table.table4 th:nth-child(1){width: 157px;}
.con6 .popupWrap .popup .popupBody>div table.table4 th:nth-child(2){width: auto}
.con6 .popupWrap .popup .popupBody>div table th.division{
    border-left: none;
}
.con6 .popupWrap .popup .popupBody>div table tbody tr{}
.con6 .popupWrap .popup .popupBody>div table td{
    padding: 15px;
    box-sizing: border-box;
    color: #555;
    line-height: 26px;
    letter-spacing: -0.64px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.con6 .popupWrap .popup .popupBody>div table td.division{
    background: #F5F5F5;
    color: #333;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    border-left: none;
}
.con6 .popupWrap .popup .popupBody .popupContent{}
.con6 .popupWrap .popup .popupBody .popupContent dl{
    margin-top: 10px;
}
.con6 .popupWrap .popup .popupBody .popupContent dt{
    color: #0940A1;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.64px;
}
.con6 .popupWrap .popup .popupBody .popupContent dd{
    color: #000;
    line-height: 22px;
    letter-spacing: -0.64px;
}
.con6 .popupWrap .popup .popupBody .popupContent dd.gray{
    color: #555;
}
.con6 .popupWrap .swiper-button::after{
    color: #aaa;
}
/* .con6 .listWrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.con6 .listWrap li{
    position: relative;
    display: flex;
    width: 100%;
    height: 240px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.con6 .listWrap li .conBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: grayscale(1);
}
.con6 .listWrap li .conBg img{
    width: 100%;
}
.con6 .listWrap li .conBg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    transition: background-color 0.4s;
}
.con6 .listWrap li:hover .conBg{
    filter: grayscale(0);
}
.con6 .listWrap li:hover .conBg::after{
    background-color: rgba(0, 0, 0, 0.4);
}
.con6 .listWrap li h4{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1.44px;
}
.con6 .listWrap li h4 span{
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}
.con6 .listWrap li p{
    position: relative;
    z-index: 2;
    line-height: 24px;
    letter-spacing: -0.64px;
} */

.con7{
    padding-top: 27px;
}
.con7 .titleWrap{
    padding-bottom: 52px;
    text-align: center;
}
.con7 .titleWrap.last{
    padding-bottom: 197px;
}
.con7 .titleWrap h3{
    font-weight: 700;
    line-height: 60px;
}
.con7 .titleWrap .last{
    font-size: 50px;
    letter-spacing: -2px;
}
.con7 ul{
    display: flex;
    margin-bottom: 137px;
    justify-content: space-between;
}
.con7 ul li{
    position: relative;
    display: flex;
    width: 384px;
    height: 320px;
    padding: 50px 40px 24px;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}
.con7 ul li .conBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.con7 ul li .conBg::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}
.con7 ul li .conBg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con7 ul li h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.96px;
}
.con7 ul li h4 span{display: block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: 5px;}
.con7 ul li p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.64px;
}