
.survey_content_main_img img{
    width: 100%;
}

.survey_content_wrap{
    padding: 24px 28px;
}

.survey_content_txt_inner{
    width: 790px;
    margin: 0 auto;
    text-align: center;
}

.survey_title{
    position: relative;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    margin: 110px 0 12px 0;
}

.survey_title.survey_title_v2{
    margin-top: 40px;
}

.survey_title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 3px;
    background: #A1E5CF;
}

.survey_content_txt{
    color: #111;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.45px;
}

.survey_login_wrap .login_btn_item{
    width: 315px;
    margin: 0 auto;
}

.guide_wrap {
    background: #F7F7FA;
    border-radius: 10px;
    padding: 16px 12px;
    margin-top: 110px;
}

.guide_wrap ul{
    width: 370px;
    margin: 0 auto;
}

.guide_wrap li {
    position: relative;
    margin-bottom: 4px;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.325px;
    padding-left: 10px;
    text-align: left;
}

.guide_wrap li::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #767676;
    border-radius: 25px;
    left: 0;
    top: 8px;
}

.survey_host {
    margin-top: 40px;
}

.survey_host p{
    color:  #767676;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}
.survey_host img{
    width: 160px;
}

.survey_login_wrap{
    width: 315px;
    margin: 0 auto;
}
