/* s1 */
.sec1{
    padding: 10vh 0;
}
.sec1 .content .tit{
    font-family: 'NanumSquareAcb';
    font-size: 27px;
    padding: 63px 0 30px;
    line-height: 1.5;
}
.sec1 .content p{
    color: #666;
}

/* s2 */
.sec2{
    padding-bottom: 136px;
}
.sec2 .content .chk_wrap span{
    text-decoration: underline;
}
.sec2 .content .chk_wrap input[type="checkbox"] + label + label{
    text-decoration: underline;
}