html, body {
	font-family: "NanumGothic", "Malgun Gothic", Dotum, "Times New Roman",Helvetica, Arial, sans-serif, "Apple SD Gothic Neo","AppleGothic";
	line-height: 1.428571429;
	color: #110B21;
}

body {
	background: #fff;
	font-weight: 300;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
a, img, input, object {
	outline: none;
}
b {
	font-weight:bold;
}
.text-uppercase {
	font-size: 30px;
}

.tm-white {
	font-size: 19px;
	word-break: keep-all;
	word-wrap: break-word;
}

.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 {
	margin-top: 0;
	margin-bottom: 25px;
}

h1, h2, h3, h4 {
	font-weight: bold;
}
/* end h1 group */
p {
	line-height: 1.6em;
}
/* img */
img {
	max-width: 100%;
	height: auto;
}
/* img */
#copyright ul {
	color:#686868;
	padding:0;
	list-style:none;
	line-height:20px;
	text-decoration:none;
	font-size:13px;
}
#copyright a {
	font-weight:normal;
	text-decoration:none;
}

/* start page container */
@media ( min-width : 768px) {
	.container {
		width: 700px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 900px;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1000px;
	}
}
/* end page container */

/* start navigation */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	color: #28a7e9;
	font-size: 25px;
	font-weight: bold;
}
.navbar-default .nav li {
	padding:2px;
}
.navbar-default .nav li a {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus,
	.navbar-default .nav li a.current {
	color: #28a7e9;
	text-decoration: none;
}
.navfont {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
}
.navfont:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navlang {
	margin-top:-3px;
	font-size:21px;
	vertical-align:middle;
}
.navback {
	background:#EBEFEF;
}
.flag {
	margin-top:-5px;
	vertical-align:middle;
	width:30px;
	height:20px;
	border:solid 1px #E4E4E4;
}
.pointer {
	cursor:pointer;
}
.none {
	display:none;
}
/* end navigation */
#sectiontop {
	margin-top: 50px;
	width: 100%;
}
.maintop {
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}
.signalert {
	margin-top:10px;
}
.noview {
	display:none;
}
.section-title {
	margin-bottom:20px;
	padding-bottom:10px;
	color: #666;		
	font-size:25px;
	font-weight:bold;
	border-bottom:solid 1px #CCC;
}
.section-title-noline {
	margin-bottom:20px;
	padding-bottom:10px;
	color: #666;	
}
.section-title-submittion {
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:10px;
	color: #DE8B37;	
	border-bottom:solid 1px #D3D3D3;	
}
.section-title-submittion-small {
	font-size:25px;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:10px;
	color: #DE8B37;	
}
/* start footer */
footer {
	background: #fff;
	font-weight: 400;
	padding: 20px 0px;
}
/* end footer */
a:link, a:active, a:visited {
	color:#121212;
	text-decoration:none;
}
a:hover {
	color:#226699;
	text-decoration:none;
}
.pagination {
	margin-top:30px;
}
.qlistallbutton {
	margin:0px;
	font-size:13px;
}
.btn-sm {
	margin:0px;
	font-size:12px;
}
.colpad {
	text-align:center;
	margin-bottom:10px;
}
/* border */
ol.submenu {
	font-size:15px;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-bottom:20px;	
}
ol.submenu, ol.submenu li ul {
	list-style-type:none;	
}
ol.submenu li.noborder {
	border:none;
	height:2px;
}
ol.submenu li, ol.submenu li ul {
	margin:10px 0 0 0;
	padding:0px;
}
ol.submenu li ul li {
	margin-left:15px;
	margin-top:10px;
}
ol.submenu A {
	display:block; 	
	padding:0; 
	font-weight:normal;
	border-bottom:1px dashed #CCCCCC;	
}
ol.submenu A {
	color:#12128D;
	text-decoration:none;
}
ol.submenu li A.on {
	font-weight:bold;
}
ol.submenu A:hover {
	color:#226699;
	text-decoration:none;
}
.on {
	color:#4B5D71;
	font-weight:bold;
}
/* 커스텀 경고창 */
.moonalert {
	position:fixed;
	left:0;
	right:0;
	top:10px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	max-width:90%;
	display:none;
	z-index:100000;
	background-color:#FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 0px 0px 1px 1px #CCCCCC;
}
.moonalert-header {
	padding:1rem;
}
.moonalert-body {
	font-size:13px;
	line-height:30px;
	padding:1rem;
}
.moonalert-footer {
	padding:1rem;
}
/* 테이블 표현 */
.tables    { display: table; font-size:13px;}
.tables li { display: table-row; }
.tables li:hover { background-color:#F8F8F8 !important; }
.tables li span { 
	display: table-cell; 
	border-bottom:1px solid #686868;
	height:20px;
	text-align:center;
	padding:5px;
}
.tables li span.left { 
	text-align:left;
}
.th {
	border-bottom:1px solid #686868;
	border-top:2px solid #686868;
	background-color:#F0F0F0;	
}

/* board list */
.blist {
	width:100%;
}
.blist th {
	border-bottom:1px solid #686868;
	border-top:2px solid #686868;
	background-color:#F0F0F0;
	padding:5px;
}
.blist tr {
	height:35px;
	background-color:#FFFFFF !important;
	border-bottom:1px solid #DDDDDD;
}
.blist tr:hover {
	background-color:#F8F8F8 !important;
}
.blist td {
	height:35px;
	padding:5px;
}
.blist td.noborder {
	border:none;
}
.blist a {
	text-decoration:none;
	font-weight:normal;
}

.tlist {
	width:100%;
	font-size:15px;
}
.tlist tr {
	background-color:#FFFFFF !important;
}
.tlist tr:hover {
	background-color:#F8F8F8 !important;
}
.tlist th {
	border-bottom:1px solid #686868;
	border-top:2px solid #686868;
	background-color:#F0F0F0;
	height:20px;
	padding:5px;
	font-weight:normal;
	text-align:center;
}
.tlist td {
	border-bottom:1px solid #686868;
	height:20px;
	text-align:center;
	padding:5px;
}
.tlist td.noborder {
	border:none;
}
.tlist td.left {
	text-align:left;
}
.c {
	text-align:center;
}
.tlist td a {
	font-weight:normal;
}
.tlist td a:hover {
	font-weight:bold;
}

.no {
	width:50px;
	text-align:center;	
}

.title {
	text-align:left;	
}
.userid {
	width:60px;
}
.date {
	width:100px;
	text-align:center;
}
.stitlebox {
	border:1px solid #CCCCCC;
	font-weight:bold;
}
.titlebox {
	text-align:left;
	margin-bottom:20px;
	padding:2px 2px 2px 2px;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
.viewtitle {
	clear:both;
	background:url(images/blt.gif) left no-repeat;
	padding-left:15px;
	text-align:left;
	margin-bottom:20px;
	font-weight:bold;
	font-size:18px;
	color:#787878;
}

.viewbody {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:20px;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
.viewname {
	float:left;
	margin:0 0 10px 0;
	width:200px;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
}
.viewdate {
	text-align:right;
	margin:0 0 10px 0;
	font-size:11px;
	color:#CCCCCC;
}
.viewcontents {
	clear:both;
	padding:10px;
	font-size:14px;
	line-height:25px;
	overflow:auto;
}
.viewcontents ol {
	width:100%;
}
.viewfile {
	clear:both;
	margin-top:12px;
	background:url(images/b_saves.png) left no-repeat;
	padding-left:25px;
}
.viewfile a {
	font-weight:normal;
	color:#696969;
}
.viewfile a:hover {
	font-weight:normal;
	color:#21020F;
}

#commbody {
	border:1px solid #CCCCCC;
	background-color:#F8F8F8;
	padding:20px;
	margin-bottom:10px;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
#commentid {
	margin-bottom:5px;
}
#commen {
	margin-bottom:5px;
}
.commtextarea {
	width:100%;
	max-width:100%;
	height:100px;
	min-height:100px;
}
.commentbody {
	margin-bottom:5px;
}
.pdec {
	margin:10px 0;
	line-height:20px;
}

.width70 { width:70px;}
.width80 { width:80px;}
.width90 { width:90px;}
.width100 { width:100px;}
.width110 { width:110px;}
.width120 { width:120px;}
.width130 { width:130px;}
.width140 { width:140px;}
.width150 { width:150px;}
.width200 { width:200px;}
.width240 { width:240px;}

.orders {
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}

.orders li span:first-child               									{width:20px;} /*화살표 열 크기*/
.orders li span:first-child +span           								{width:40px;} /*No 열 크기*/
.orders li span:first-child +span+span          							{} /*문제 열 크기*/
.orders li span:first-child +span+span+span     							{width:60px;} /*문항수 열 크기*/
.orders li span:first-child +span+span+span+span    						{width:60px;} /*응답수 열 크기*/
.orders li span:first-child +span+span+span+span+span  					{width:50px;} /*객주 열 크기*/
.orders li span:first-child +span+span+span+span+span+span				{width:40px;} /*순서 열 크기*/
.orders li span:first-child +span+span+span+span+span+span+span			{width:40px;} /*사용 열 크기*/
.orders li span:first-child +span+span+span+span+span+span+span+span	{width:40px;} /*삭제 열 크기*/


.tview {
	width:100%;
	font-size:13px;
}
.topborder {
	border-top:2px solid #686868;
}
.bottomborder {
	border-bottom:2px solid #686868;
}
.tview th {
	background-color:#F5F5F5;
	border-bottom:1px solid #686868;
	height:20px;
	padding:5px;
	max-width:140px;
	width:140px;
	text-align:center;
}	
.tview td {
	border-bottom:1px solid #686868;
	height:20px;
	padding:5px;
}
table tr td.nodeco {
	border-bottom:none;
}
#checknumber {
	margin-left:120px;
	margin-top:10px;
}
#sns_wrap ul.sns_list {
	margin:0;
	padding:0;
	list-style:none;
}
#sns_wrap ul.sns_list li {
	float:left;
	margin:0 5px;
}
#setup_content {
	height:180px;
}
/*빈도분석 */
.statistics {
	font-size:13px;
}
.question {
	margin:20px 0 10px 0;
	font-weight:bold;
	line-height:18px;
}
.question_help {
 	font-size:12px;
	border:1px solid #E2EBEF;
	padding:10px 10px 10px 10px;
}
.stat_q {
	width:100%;
	margin-top:20px;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
}
.stat_q th {
	width:30px;
	height:30px;
	background-color:#226699;
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	text-align:center;
}
.stat_q td {
	padding:2px 10px;
	background-color:#F5F5F5;
	line-height:20px;
}
.stat_q .question_help {
	border:none;
	padding:10px 10px 0 10px;
	background-color:#FFFFFF;
}
.q_help {
	border:1px solid #A0C0D4;
	padding:10px;
}
.stat_sub {
	margin-top:10px;
}
.stat_o {
	padding:20px;
	border-bottom:2px solid #98AA70;
}
.stat_o th {
}
.stat_o td {
	height:25px;
}
.stat_o .graph {
	border-left:1px solid #003300;
	text-align:left;
}
.stat_qsub {
	margin-top:20px;
	width:100%;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
}
.stat_qsub th {
	width:30px;
	height:30px;
	background-color:#E00F59;
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	text-align:center;
}
.stat_qsub td {
	padding-left:10px;
	background-color:#FBE6F4;
	line-height:20px;
}
.stat_qsub .subject {
	background-color:#FFFFFF;
}
.stat_qsub .question_help {
	border:none;
	padding:10px 10px 0 10px;
	background-color:#FFFFFF;
}
.stat_qsub .nocolor {
	padding-top:10px;
	line-height:20px;
	background-color:#FFFFFF;
}

/* create */
.step1 a:link, .step1 a:active, .step1 a:visited {
	color:#121212;
	text-decoration:none;
}
.step1 a:hover {
	color:#226699;
	font-weight:bold;
	text-decoration:none;
}
.atitle {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.menutitle {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.menutitle2 {
	font-weight:bold;
	margin:0 0 10px 20px;
}
.helptop {
	padding-top: 40px;
	padding-bottom: 50px;
}
.helpbody {
	font-size:14px;
}
.helpbody ol {
	line-height:25px;
}
.helpbody b {
	font-weight:bold;
}
.step1 {
	list-style-type:decimal;
}
.step2 {
	list-style-type:lower-alpha;
}
.step3 {
	list-style-type:lower-roman;
}
.desc {
	line-height:25px;
	margin:0 0 20px 0;
}
.sample {
	margin:0;
	padding:30px;
}
.sampleimage {
	width:700px;
	margin:10px 0 20px 0;
	clear:both;
	position:relative;
	left:0;
}
.priv1 {
	margin:10px 0;
	font-weight:bold;
}
.priv2 {
	line-height:20px;
}
.agree1 {
	font-size: 16px;
	margin:20px 0 20px 20px;
	font-weight:bold;
}
#findresult {
	margin-top:40px;
}

/* 설문 결과 보기 */
.changefont {
	font-size:12px;
}
.viewbox {
	width:100%;
	padding:10px;
	border:1px solid #CCCCCC;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;	
}

.question {
	margin:20px 0 10px 0;
	font-weight:bold;
	line-height:18px;
}

.question_help {
	border:1px solid #E2E6F0;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.separator {
	margin:20px 0 0 0;
	padding:10px;
	border-top:1px outset #B8DAFF;
	border-right:2px outset #B8DAFF;
	border-bottom:2px outset #B8DAFF;
	border-left:1px outset #B8DAFF;
	font-weight:bold;
	background-color: rgba(200, 235, 250, 0.5);
	text-align:left;
	line-height:20px;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.separ {
	background-color: rgba(204, 229, 255, 0.5);
}

.form-distance {
	margin-bottom:5px;
}

.labelleft {
	margin-left:-15px;
}

.tables {
	margin-right:-15px;
}

.ordernum {	
	width:25px;
	height:25px;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
	border:1px solid #CCCCCC;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.qsubtext {
	line-height:20px;
}
.qtype_table {
	width:100%;
	text-align:center;
	border-top:2px solid #545454;
	border-bottom:1px solid #545454;
}
.qtype_table th {
	font-weight:normal;
	font-size:12px;
	border-bottom:2px solid #545454;
	padding:3px;
}
.qtype_table td {
	line-height:20px;
	font-size:12px;
	padding:5px 0;
}
.qtype_table td.item {
	text-align:left;
	min-width:320px;
	padding-left:10px;
}
.qtype_table td.meas {
	width:100px;
}
.qtype_couple {
	width:100%;
	text-align:center;
	border-top:2px solid #545454;
	border-bottom:1px solid #545454;
}
.qtype_couple th {
	font-weight:normal;
	font-size:12px;
	border-bottom:2px solid #545454;
	padding:3px;
}
.qtype_couple td {
	line-height:20px;
	font-size:12px;
	padding:5px 0;
	border-bottom:1px solid #CCCCCC;
}
.qtype_couple td.iteml {
	text-align:left;
	min-width:180px;
	padding-left:10px;
	border-right:1px solid #545454;
}
.qtype_couple td.itemr {
	text-align:right;
	min-width:180px;
	padding-right:10px;
	border-left:1px solid #545454;
}
.qtype_couple .meas {
	width:100px;
}
.qtype_couple .cgraph {
	text-align:left;
	padding-top:3px;
}
.qtype_couple .bgraph {
	height:15px;	
	background-color:#FFCCFF;
}
.leftper {		
	position:absolute;
	color:#000000;
}
.rightper {
	float:right;
	color:#000000;
}
.qtype_graph {
	float:left;
}
.graphHr{
	vertical-align:middle;
	height:15px; 
}
#sortable li {
	cursor:move;
}
.toss {
	margin:10px 0px;
	text-align:center;
}
.toss img:first-child {
	width:80%;
	margin:20px 0px;
}
.tosstext {
	border:1px solid #DAA731;
	padding:5px;word-break:
	keep-all;
	word-wrap: break-word;
	background-color:#FFC439;
	width:100%;
	color:#080601;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}
.snsimage {
	width:25px;
	height:25px;
}