.partner_wrap {min-height: 80vh;}
.content_wrap .con_inner .con_right .inq_top h2{margin-bottom: 20px;text-align: center; font-family: 'Pretendard-SemiBold'; font-size: 20px;color: #333}
.content_wrap .con_inner .con_right .inq_top p{margin-bottom: 50px; text-align: center; font-size: 14px;color: #aeb3c2; margin-top:20px;}
.content_wrap .con_inner .con_right .contents .write_btn{padding: 10px; border:1px solid #ececec; display: block; width: 100px; text-align: center; font-size: 13px; color: #8381e8;margin-left: auto; margin-bottom: 20px; border-radius: 5px;}
.content_wrap .con_inner .con_right .contents .list_common{display: flex;padding:15px;text-align: center;align-items: center;font-size: 14px;border-bottom: 1px dotted #eee;}
.content_wrap .con_inner .con_right .contents .list_tit {/* border-bottom: 1px solid #dedede; */background-color:#f6f5fc;color: ;border-radius: 7px; border:none;}
.content_wrap .con_inner .con_right .contents .list_tit li{color: #8a93aa;}
.content_wrap .con_inner .con_right .contents .list_word li:nth-child(1){color: #aeb3c2;font-size: 12px;}
.content_wrap .con_inner .con_right .contents .list_word li:nth-child(3){color: #aeb3c2}
.content_wrap .con_inner .con_right .contents li:nth-child(1){width: 20%}
.content_wrap .con_inner .con_right .contents li:nth-child(2){width: 60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.content_wrap .con_inner .con_right .contents li:nth-child(3){width: 20%}

.content_wrap .con_inner .contents li .answer_option1{color: #aeb3c2;}
.content_wrap .con_inner .contents li .answer_option2{color: #7677ff;}

/* 태블릿 */
@media screen and (max-width:1200px){
}

/* 모바일 */
@media screen and (max-width:767px){
  .content_wrap .con_inner .con_right {width: 100%;margin-top: 58px;border-top: 1px dotted #eee;padding: 62px 0px 20px;}
}
