@charset "utf-8";


body {
	font:12px 'Nanum Gothic', Arial, sans-serif;
	line-height:1.3;
	color:#666666;
	background-color:#fff;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote, address, table, thead, tbody, tfoot, tr, td, caption {
	margin:0;
	padding:0;
}
ul, ol {list-style:none;}

img {border:0;}

a {text-decoration:none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*p10*/
#new_wrapper{width:100%;}
.new_wp{width:1000px; margin:0 auto;}
.new_header{height:180px;}
.new_content{padding:0 1px; background-color:#009bfa;}
.new_footer{height:160px;}

table.n_content_top_table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
	width:100%;
	font-size: 14px;
}

table.n_content_top_table tbody th {
    width: 60px;
    padding: 10px 0 10px 40px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
    background: #f9f9fb;
}
table.n_content_top_table td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
	background: #f9f9fb;
}

.confirm_btn{
	display: inline-block;
    width: 400px;
    height: 49px;
    line-height: 49px;
    background: #368ce0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 13px 0;
	color:#ffffff;
	font-size:18px;
}


.n_content_middle{background-color:#ffffff;}
.n_content_middle_wp{padding:30px;}
.n_content_middle_wp .q_tit{margin-bottom:40px;}
.sur_tit{background-color:#d9e9f6; border-radius: 4px; padding:10px 18px; font-size:15px; color:#484848; font-weight:700; margin-bottom:8px; overflow:hidden;}


.texta_long{height: 140px;}
.texta_short{height: 40px;}

.sur_num{display:block; margin-right:10px; float:left;}
.sur_ex01{display:block; float:right; font-size: 13px; margin-top:10px;}


/*input*/

textarea {width: 100%; padding: 10px; box-sizing: border-box; border: solid 1px #dcdcdc; border-radius: 5px; font-size: 14px; resize: both; overflow:hidden;/*익스에서 textarea스크롤없애기*/}


/*체크박스*/

.checkbox.custom {
  
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  
}

input[type="checkbox"].custom {
  margin-left: 0;
  padding: 0;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  border: 0;
}

input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label-red,
input[type=checkbox].css-checkbox+label.css-label-yellow,
input[type=checkbox].css-checkbox+label.css-label-blue,
input[type=checkbox].css-checkbox+label.css-label-purple {
  padding-left: 19px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
  opacity: 1;
}

input[type=checkbox].css-checkbox+label.css-label:hover,
input[type=checkbox].css-checkbox+label.css-label-red:hover,
input[type=checkbox].css-checkbox+label.css-label-yellow:hover,
input[type=checkbox].css-checkbox+label.css-label-blue:hover,
input[type=checkbox].css-checkbox+label.css-label-purple:hover {
/*   opacity: 0.5; */ /* 선택적 사용 */
}

input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox:checked+label.css-label-red,
input[type=checkbox].css-checkbox:checked+label.css-label-yellow,
input[type=checkbox].css-checkbox:checked+label.css-label-blue,
input[type=checkbox].css-checkbox:checked+label.css-label-purple {
  background-position: 0 -19px;
}




.css-label-blue {
  background-image: url(../images/check.png);
}


/*라디오버튼*/
.checks {position: relative;} .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; } 
.checks input[type="radio"] + label { display: inline-block; position: relative; padding-left: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; font-size:14px; font-weight:700; } 
.checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; text-align: center; background: #fafafa; border: 1px solid #d1d1d1; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); } 
.checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); } 
.checks input[type="radio"]:checked + label:before { background: #E9ECEE; border-color: #adb8c0; } 
.checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; background: #368ce0; border-radius: 100%; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); }
.checks input[type="radio"]:disabled + label :before { background: #9e9e9e; border-color: #9e9e9e; } 
.checks input[type="radio"]:disabled + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; background: #9e9e9e; border-radius: 100%; box-shadow: inset 0px 0px 10px #9e9e9e; }
/*셀렉트박스*/


select {
  width: 100%;
  padding: 10px 50px 10px 5px;
  font-family: inherit;
  background: url(../images/select_icon.jpg) no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 4px;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}


/*텍스트박스*/
.textbox  {padding: 5px; box-sizing: border-box; border: solid 1px #dcdcdc; border-radius: 5px; font-size: 14px; resize: both;}

.tel_1{width:45px;}



/*q3다중리스트*/
.list_sur_wp{margin:20px 0 27px 0;}
.list_sur_wp:last-child{margin-bottom:0;}
.list_sur_tit{font-size: 14px; color:#484848; padding-bottom:12px; margin-bottom:12px; border-bottom:1px solid #d1d1d1; display:block; width:100%;}
.list_sur_wp .sur_list{overflow:hidden;}
.list_sur_wp .sur_list li{float:left; border:1px solid #d1d1d1; border-right:none; width:20%; box-sizing:border-box; text-align:center;}
.list_sur_wp .sur_list li a{padding:16px 0;  display:block; color:#787878; font-size:14px; font-weight:700;}
.list_sur_wp .sur_list li a:hover{background-color:#368ce0; color:#ffffff;}
.list_sur_wp .sur_list li:first-child{border-radius:4px 0 0 4px; border-left:1px solid #d1d1d1;}
.list_sur_wp .sur_list li:last-child{border-radius:0 4px 4px 0; border-right:1px solid #d1d1d1;}


.list_sur_wp .sur_list2{overflow:hidden;}
.sur_list2 li{float:left; width:20%; box-sizing:border-box; padding:10px 0; font-size:14px; color:#787878;}
.list_sur_wp .sur_list2 .list_etc{width:100%;}
.list_sur_wp .sur_list2 .list_etc .texta_short{margin-top:10px;}

.list_sur_wp .sur_list3{overflow:hidden;}
.list_sur_wp .sur_list3 li{box-sizing:border-box; font-size:14px; color:#787878; float:left; }
.list_sur_wp .sur_list3 .list3_txt{width:5%; padding-top:10px; clear:both; margin-bottom:20px; font-weight:700;}




.label
{
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 15px;
  background-color: #ffffff;
  text-align: left;
  
  position:relative;
  box-sizing:border-box
}

.list_txt1{font-size:17px; color:#000000; margin-top:6px; display:block; font-weight:600;}

.label p, span{font-size:13px;}

.label p{margin-bottom:5px; clear:both;}

.elements
{
  box-sizing:border-box;
  padding: 15px 0 15px 40px;
  border: 1px solid #e2e2e2;
  border-left:none;
  border-right:none;
  
}

.elements {display:block;}
.elements strong{margin-bottom:10px; color:#317100; font-size:14px;}
.elements p{margin-bottom:5px; font-size:13px;}
.elements h5{font-size:15px; margin:20px 0; color:#3f3f3f; font-weight:700;}

.elements .learning_txt1{margin-bottom:30px;}

.learning_txt2{overflow:hidden;}
.learning_txt2 ul .lea_txt1{float:left; margin-right:10px;}

.txt_kor{margin:20px 0; clear:both;}
.txt_kor .lea_txt1{height:33px; line-height:33px;}


.elements .checks{ margin-bottom:10px; line-height:20px;}
.elements .checks:last-child{margin-bottom:0;}




table.n_content_top_table2 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
	width:100%;
	font-size: 14px;
}

table.n_content_top_table2 tbody th {
    width: 60px;
    padding: 10px 0;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
    background: #f9f9fb;
	text-align:center;
}

table.n_content_top_table2 tbody th{border-top: 1px solid #dcdcdc;}
table.n_content_top_table2 tbody th{border-right: 1px solid #dcdcdc;}
table.n_content_top_table2 tbody th:last-child{border-right:none;}

table.n_content_top_table2 tbody td{border-right: 1px solid #dcdcdc;}
table.n_content_top_table2 tbody td:last-child{border-right:none;}
table.n_content_top_table2 td:first-child{ text-align:left;}


table.n_content_top_table2 td {

    padding: 10px 0 10px 10px;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
	background: #ffffff;
	text-align:center;
}


/*서베이팝업*/
.pop_blank{margin-bottom:50px;}

.sur_info{border:1px solid #dcdcdc; width:100%; height:200px; padding:10px; font-size:15px; font-weight:700;}


table.n_content_top_table3 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
	width:100%;
	font-size: 13px;
}

table.n_content_top_table3 tbody th {
    width: 60px;
    padding: 10px 0;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
    background: #f9f9fb;
	text-align:center;
}

table.n_content_top_table3 tbody th{border-top: 1px solid #dcdcdc;}
table.n_content_top_table3 tbody th{border-right: 1px solid #dcdcdc;}
table.n_content_top_table3 tbody th:last-child{border-right:none;}

table.n_content_top_table3 tbody td{border-right: 1px solid #dcdcdc;}
table.n_content_top_table3 tbody td:last-child{border-right:none;}



table.n_content_top_table3 td {

    padding: 10px 0;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
	background: #ffffff;
	text-align:center;
}


.list_btn{
	display: inline-block;
    background: #878787;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color:#ffffff;
	font-size:13px;
	padding:0 10px;
}

.new_sur_list_wp{margin-bottom:10%;}

/*page*/
.page_wrap {height:30px;text-align: center; margin-top:40px;}
.page_wrap a{display: inline-block;width:28px;height:14px;padding:7px 0; margin:0 1px;border:1px solid #cccccc;line-height:1;color:#6c6c6c;font-size:13px; vertical-align:middle;}
.page_wrap a img{padding:1px 0 1px;}
.page_wrap a.active{border:1px solid #878787;line-height: 1;color:#fff;font-size:13px;background:#878787; }





table.n_content_top_table4 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
	width:100%;
	font-size: 13px;
}

table.n_content_top_table4 tbody th {
    width: 60px;
    padding: 10px 0;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
    background: #f9f9fb;
	text-align:center;
}

table.n_content_top_table4 tbody th{border-top: 1px solid #dcdcdc;}
table.n_content_top_table4 tbody th{border-right: 1px solid #dcdcdc;}
table.n_content_top_table4 tbody th:last-child{border-right:none;}

table.n_content_top_table4 tbody td{border-top: 1px solid #dcdcdc;}
table.n_content_top_table4 tbody td:last-child{border-right:none;}



table.n_content_top_table4 td {

    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
	background: #ffffff;
	text-align:left;
}
 .sur_term{display:block; margin-top:2px; font-size:12px;}
table.n_content_top_table3 .sur_list_tit{text-align:left;}
table.list_tab tbody td{vertical-align:middle; padding:1%;}


/*통계_답변통계*/
	table.n_content_top_table3 .q_answer_txt {
    padding: 10px 0 10px 10px;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
    background: #ffffff;
    text-align: left;
}

	.n_content_middle_wp  .su4_mar{margin-bottom:40px;}
	
.p_sur_nbsp{margin-bottom:10px;}
table.n_content_top_table3 .pa_no{padding:0;}

table.n_content_top_table3 .ranking_gp{vertical-align:middle;}
.statistics_sur_tit{margin-bottom:4px; font-size:14px;}