.introduce .mainArea .blockTitle{ margin-bottom: 0; }
.introduce .mainArea .smallTitle{
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #666666;
    padding: 10px 0;
    margin-bottom: 50px;
}
.cardList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -25px;
}
.cardList .cardItem{
    width: 384px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px;
    flex-shrink: 0;
    margin-bottom: 25px;
}
.cardList .cardItem_2{
    width: 791px;
}
.cardList .cardItem dt{ padding-bottom: 28px; }
.cardList .cardItem dt .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: rgba(0, 119, 246, 0.1);
    border-radius: 12px;
}
.cardList .cardItem dd h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 14px;
}
.cardList .cardItem dd ul{ list-style: disc;padding-left: 24px; }
.cardList .cardItem dd ul li{
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}
.cardList .cardItem dd ul li:not(:last-child){ margin-bottom: 8px; }

.contactBlock{
    display: flex;
    background: #1E1E2C;
    border-radius: 16px;
    align-items: center;
}
.contactBlock dt{
    width: 240px;
    height: 240px;
}
.contactBlock dd{
    padding-left: 43px;
}
.contactBlock dd h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #0077F6;
    margin-bottom: 19px;
}
.contactBlock dd p{
    font-size: 16px;
    line-height: 22px;
}