.a-c{text-align:center !important}
.a-l{text-align:left !important}
.a-r{text-align:right !important}
.inblk {display: inline-block !important;}
/* padding & margin */
.m0{margin:0px !important;}
.m1{margin:1px !important;}
.m2{margin:2px !important;}
.m3{margin:3px !important;}
.m4{margin:4px !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m20{margin:20px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}
.m60{margin:60px !important;}
.m70{margin:70px !important;}
.m80{margin:80px !important;}
.m90{margin:90px !important;}
.m100{margin:100px !important;}


.ml0{margin-left:0px !important;}
.ml1{margin-left:1px !important;}
.ml2{margin-left:2px !important;}
.ml3{margin-left:3px !important;}
.ml4{margin-left:4px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}
.ml90{margin-left:90px !important;}
.ml100{margin-left:100px !important;}

.mt0{margin-top:0px !important;}
.mt4{margin-top:4px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}

.mr0{margin-right:0px !important;}
.mr1{margin-right:1px !important;}
.mr2{margin-right:2px !important;}
.mr3{margin-right:3px !important;}
.mr4{margin-right:4px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}
.mr90{margin-right:90px !important;}
.mr100{margin-right:100px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb8{margin-bottom:8px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}
.w-50 {
	width: 50%!important;
}
.w-100 {
	width: 100%!important;
}
.w-100-200px{
	width: calc(100% - 200px)!important;
}
.w-100-100px{
	width: calc(100% - 100px)!important;
}
.contents_flex{
	width: 100%;
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.btn_box{
	display: flex;
}
.btn_box .btn_survey{
  box-sizing: border-box;  ;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.btn_box .btn_survey.add{
	background-color:#1a6fff;
}
.btn_box .btn_survey.etc{
	background-color:#333;
}
.btn_box .btn_survey.del{
	background-color:#888;
}

.answer_list{
	width: 100%;
	box-sizing: border-box;
	margin-top:10px;
    display: inline-flex;
}
.answer_list:first-child{
	margin-top:0;
}
/* 질문유형추가,삭제,기타 */
.input_common{
	border: 1px solid #cacccb;
    padding: 5px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.bbs_view .single_question table {
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;
    border-top: 4px solid #333333;
    width: 100%;
}
.bbs_view .single_question table {word-wrap:break-word; word-break:break-all; table-layout:fixed; border-top:4px solid #333333; width: 100%;}
.bbs_view.no-line > table {border-top:1px solid #e6e6e6;}
.bbs_view .single_question table > thead > tr > th {overflow:hidden; border-bottom:1px solid #e6e6e6; text-align: left; font-weight: 600; background-color: #f8f8f8; padding:10px 10px; border-left:1px solid #e9eaec;  vertical-align: middle; font-size: 14px; color:#1f2224; }
.bbs_view .single_question table > thead > tr > td {overflow:hidden; color:#1f2224; border-bottom:1px solid #e6e6e6; text-align: left; padding:10px 10px; border-left:1px solid #e9eaec; vertical-align: middle; font-size: 14px; line-height: 1.3; }
.bbs_view .single_question table > tbody > tr > th {overflow:hidden; color:#1f2224; border-bottom:1px solid #e6e6e6; text-align: left; font-weight: 600; padding:10px 10px; border-left:1px solid #e9eaec; vertical-align: middle; font-size: 14px; line-height: 1.3; background-color: #f8f8f8;}
.bbs_view .single_question table > tbody > tr > td {overflow:hidden; color:#1f2224; border-bottom:1px solid #e6e6e6; text-align: left; padding:10px 10px; border-left:1px solid #e9eaec; vertical-align: middle; font-size: 14px; line-height: 1.3; word-break:break-all}
.bbs_view .single_question table > tbody > tr > td.cont{height:300px; vertical-align: top;}
.bbs_view .single_question table > tfoot > tr > td, .bbs_view .single_question table > tbody > tr.tfoot > th, .bbs_view .single_question table > tbody > tr.tfoot > td{border-bottom:1px solid #e6e6e6; text-align: left; background-color: #f3f6fd; padding:5px 10px; border-left:1px solid #e9eaec;  vertical-align: middle; font-size: 14px; color:#1289ed;}
.bbs_view .first{border-left:none !important;}
.bbs_view .single_question table td.cont{height:300px;}

.single_question{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding:40px;
	margin-top:20px;
}
.btn_box{
	display: flex;
}
.btn_box .btn_survey{
  box-sizing: border-box;  ;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.btn_box .btn_survey.add{
	background-color:#1a6fff;
}
.btn_box .btn_survey.etc{
	background-color:#333;
}
.btn_box .btn_survey.del{
	background-color:#888;
}
.util_box .util_btn{
	display: inline-block;
    border: 1px solid #cbcbcb;
    background-color: #f9f9f9;
    padding: 7px 10px;
    font-weight: 600;
    color: #1f2224;
    font-size: 14px;
    min-width: 85px;
    text-align: center;
	margin-left: 10px;
}
.util_box .util_btn:first-child{
	margin-left: 0;
}
.util_box .util_btn.mod{
	color: #1647aa;
}
.util_box .util_btn.save{
	color: #1A6AFF;
}
.util_box .util_btn.dlt{
	color: #f10b00;
}
/* 설문문항 안내사항*/
.ann_box {
	width: 100%;
	box-sizing: border-box;
}
.ann_sup {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.ann_sub {
	font-size: 14px;
	line-height: 30px;
	color: #1647aa;
}
/* 분기선택 */
.answer_list .branch{
	display:inline-block;
	box-sizing: border-box;
	padding:5px 10px;
	background-color: #003b9e;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
}
.answer_list .branch_path{
	display: inline-block;
	color: #003b9e;
	font-weight: 600;
	font-size: 13px;
	margin-left: 10px;
}
.btnm {
    display: inline-block;
    padding: 6px 15px;
    border-width: 2px 2px 2px 2px !important;
    border-style: solid !important;
    font-size: 14px;
    box-sizing: border-box !important;
    word-break: keep-all;
	cursor: pointer;
}

.btnCyan {
    background: #1d5a73 !important;
    border-color: #1d5a73 !important;
    color: #fff !important;
}

.radius4 {
    border-radius: 4px;
}

.survey_area{
    width: 100%;
    padding: 50px 30px 20px;
    border-radius: 10px;
    box-shadow:0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.tit_area{
    width: 100%;
    text-align: center;
}
.tit_area .tit {
    font-size:26px;
    font-weight: 400;
    margin-top: 20px;
}
.tit_area .date{
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}
.tit_area .stt{
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 100px;
    margin-top: 20px;
}
.tit_area .stt.pro{
    background-color: #1647aa;
    color: #fff;
}
.tit_area .stt.exp{
    background-color: #eee;
    color: #000;
}
.tit_area .stt.end{
    background-color: #111;
    color: #fff;
}
.man_info{
    width: 100%;
    border-top:2px solid #111;
    border-bottom: 1px solid #111;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
    margin-top:30px
}
.man_info p{
    display: inline-block;
}
.grt_area{
    width: 100%;
    box-sizing: border-box;
    padding:30px 20px;
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
}
.grt_area p{
    font-weight: 400;
}
.survey_list{
    width: 100%;
    margin-top:20px;
}
.survey_list .q_wrap {
    width: 100%;
    margin-top:20px;
}
.survey_list .q_wrap .question{
    width: 100%;
    box-sizing: border-box;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.survey_list .q_wrap .question .question_cnt{
    width: calc(100% - 40px);
    word-break: break-all!important;
    box-sizing: border-box;
    padding: 10px 5px;
}
.survey_list .q_wrap  .question .q_box{
    width: 40px;
    background:url('/assets/img/common/bu_h.png')no-repeat center;
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
}
.survey_list  .q_wrap .question .q_box>p{
    font-size: 20px;
    font-weight: 400;
    vertical-align:middle;
}

.answer{
    width: 100%;
    margin-top:20px;
    box-sizing: border-box;
    padding-left: 40px;
}
.answer .chkbox{
    margin-bottom: 10px;
}
/* 설문조사 결과 상세 */

.preview {
	width: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding:50px 20px;
}
.panel_wrap{
	width: 900px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	word-break: keep-all;
}
.panel_wrap *{
	font-size: 14px;
}
.panel_wrap.panel_white {
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.panel_wrap .tit_panel {
    margin: 0;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #165e9b;
	text-align: center;
    font-size: 17px;
}
.panel_box{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	word-break: keep-all;
}
table.tb_board {
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
    zoom: 1;
    width: 100%;
    empty-cells: show;
}

table.tb_board input{
	border: 1px solid #cacccb;
    padding: 5px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.tb_board.tb_board_view {
    border-top: 1px solid #353e4d;
}
.tb_board th {
    padding: 20px 4px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}
.td_border tbody td {
    padding: 7px;
    border-left: 1px solid #e2e2e2;
}
.tb_board td {
    padding: 15px 4px;
    border-bottom: 1px solid #ddd;
}
.tb_board.tb_board_view tbody td {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    word-break: keep-all;
}
.tb_board.tb_tdc td {
    text-align: center !important;
}
/* 팝업 */
.pop_wrap{padding:30px 27px;}
.pop_wrap .pop_tit{font-weight: 600; font-size: 24px; color: #333; margin-bottom:25px; line-height: 1.2;}
.pop_wrap .article .btn{margin-bottom: 0;}
.pop_wrap .article{}