@font-face {
    font-family: 'NanumSquare';
    src: url('/assets/font/NanumSquareB.otf');
    url('/assets/font/NanumSquareB.otf') format('otf'),
    font-weight: bold;
}
@font-face {
    font-family: 'NanumSquare';
    src: url('/assets/font/NanumSquareR.otf');
    url('/assets/font/NanumSquareR.otf') format('otf'),
    font-weight: regular;
}

/*-------------------survey/3-----------------------*/

.survey3{
    box-sizing: border-box;
    color: #353535;
    font-family:NanumSquare;
}

.survey3 .contentWrap .info{

    padding:110px 200px 0;
    line-height: 2em;
    font-size: 22px;
    color: #000;
    background: url('/assets/images/tokenpost/survey/3/bg1.svg'), url('/assets/images/tokenpost/survey/3/bg2.svg');
    background-repeat:no-repeat;
    background-position: right top, left bottom;
    background-color: #fff;
}
.survey3 .contentWrap .title{
    text-align: center;
    font-size: 36px;
    font-weight:bold;

}
.survey3 .contentWrap .title:after{
    content: '';
    display: block;
    margin: 15px auto 40px;
    width:196px;
    height: 7px;
    background-color: #9ab9e3;
}

.survey3 .contentWrap .text{
    font-size: 22px;
    padding-bottom:110px;
    line-height: 1.5em;
    text-align: center;
}

.survey3 .contentWrap .text p{
    text-align: justify;
}

.survey3 .contentWrap .text p span{
    color: #336dbb;
}
.survey3 .contentWrap .text2 p{
    text-align: center;

}
.survey3 .contentWrap .participation{
    padding:115px 60px 60px;
    background: url('/assets/images/tokenpost/survey/3/bg3.svg');
    background-repeat:no-repeat;
    background-position: center bottom;
    background-color: #fff;
}

.survey3 .contentWrap .state{
    text-align: center;
}
.survey3 .contentWrap .state img{
    margin-bottom:35px;
}
.survey3 .contentWrap .btnArea{
    margin-bottom: 60px;
}
.survey3 .contentWrap .btnArea span{
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
}
.survey3 .contentWrap .btnArea span.certificationIncomplete{
    line-height: 28px;
}
.survey3 .contentWrap .btnArea span.btnSurveyOpen{
    line-height: 6px;
}




.survey3 .contentWrap .surveyLogin{
    width: 360px;
    margin: 0 auto 60px;
    overflow:hidden ;
}
.survey3 .contentWrap .surveyLogin a{
    display: inline-block;
    text-decoration: none;
}
.survey3 .contentWrap .surveyLogin a{
    float: left;
}
.survey3 .contentWrap .surveyLogin a:first-child{
    margin-right: 30px;
    height: 48px;
    line-height: 29px;
    font-size: 17px;
}
.survey3 .end{
    text-align: center;
    padding: 50px 0 150px;
}











.survey3 .contentWrap .participation .guide{
    color: #959595;
    font-size:24px;
    margin: 0 auto 180px;
    padding-left: 110px;
}
.survey3 .contentWrap .participation .guide li{
    margin-bottom:20px;
}
.survey3 .contentWrap .participation .guide li span{
    color: #336dbb;
}
.survey3 .contentWrap .participation .guide li a:visited{
    color: #336dbb;
}
.survey3 .contentWrap .participation .guide li a{
    color: #336dbb;
}
.survey3 .contentWrap .participation dl{
    overflow: hidden;
}
.survey3 .contentWrap .participation dl dt{
    float: left;
    width:160px;
    height:81px;
    line-height: 81px;
    font-size: 24px;
    font-weight: bold;
}
.survey3 .contentWrap .participation dl dd{
    margin-left:160px;
    height:81px;
}
.survey3 .contentWrap .participation dl dd img{
}
.survey3 .contentWrap .participation dl dd a{
    display: inline-block;
    margin-right:20px;
}


/*-------------------survey/collect/3------------------*/

.survey3 > .surveyContent3 > .section1 {
    background-image: url('/assets/images/tokenpost/survey/3/main.png');
    background-position: center -113px;
}