.intro-title {
    font-size: 24px;
    font-weight: 600;
    color: #0091FF;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.intro-button {
    background: #0091FF;
}

.ibt-symbol {
    background: #0091FF;
}

.intro-block-item {
    box-shadow: 0px 0px 4px 0px rgba(0, 145, 255, 0.15);;
}

.code-voice {
    padding: 36px 18px;
    background: #F9FDFF;
}

.cv-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 18px;
}

.cv-banner {
    width: 100%;
}

.cv-banner img {
    width: 100%;
}

.cv-description-01 {
    width: 338px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 14px;

}

.cv-description-02 {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    text-align: center;
    margin-bottom: 30px;
}

.cv-v-text-list {
    width: 375px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.cv-v-text-list-item {
    width: 50%;
    margin-bottom: 36px;
}

.cv-v-text-list-item > p {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 17px;
}

.cv-v-text-list-item > p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border: 1px solid #0091FF;
}

.cv-to-button {
    margin: 0 auto;
    width: 121px;
}

.cv-to-button > a {
    width: 121px;
    text-align: center;
    background: rgba(255, 255, 255, 0.37);
    box-shadow: 0px 0px 4px 0px rgba(0, 145, 255, 0.15);
    border-radius: 15px;

    font-size: 12px;
    font-weight: 400;
    color: #0091FF;
    line-height: 17px;

    padding: 6px 12px;
}