@charset "utf-8";

.three {
    background-color: #F7F9FC;
    height: auto;
}

.three-title {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.three-title-1 {
    font-size: 31px;
    font-family: Arial;
    font-weight: bold;
    color: #212121;
    line-height: 34px;
    margin-bottom: 15px;
}

.three-title-2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
}

.three-carousel {
    width: 100%;
    margin: 80px auto 60px auto;
}

.three-carousel-1-1 {
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-carousel-1-1-1 {
    width: 35%;
}

.three-carousel-1-1-2 {
    width: 60%;
}

.three-carousel-1-1-2-1 {
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #505050;
    line-height: 24px;
    margin-bottom: 20px;
}

.three-carousel-1-1-2-2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
}

.three-carousel-1-2 {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 15px auto;
    width: 95%;
}

.three-carousel-1-2-1 {
    padding-top: 35px;
    text-align: center;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #1242BE;
    line-height: 24px;
}

.three-carousel-1-2-2 {
    margin-top: 35px;
}

.three-carousel-1-2-2-1 {
    width: 90%;
    margin-right: 60px;
    margin-left: 30px;
}

.three-carousel-1-2-2-2 {
    width: 90%;
    margin-right: 60px;
    margin-left: 30px;
}

.three-carousel-prev {
    display: none !important;
}

.three-carousel-next {
    display: none !important;
}

.circle-ok {
    height: 30px;
    width: 30px;
}

.three-carousel-1-2-2-1-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%;
}

.three-carousel-1-2-2-1-item-1 {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #404040;
    line-height: 20px;
    margin-left: 20px;
    width: 70%;
}

.three-carousel-prev {
    color: blue !important;
}
