@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* CSS Document */
html, body {
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, "Times New Roman", Helvetica, Arial, sans-serif, "Apple SD Gothic Neo", "AppleGothic";
	line-height: 1.428571429;
	color: #110B21;
	font-size:14px;
}
#htmlimage {	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.backgroundimage {
	margin:10px 0px 0px 0px;
}
a, img, input, object {
	outline: none;
	color:#337AB7;
}
p {
	font-size:14px;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}
small {
	font-size:24px;
	color:#777777;
}
h1 {
	font-size:34px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:25px;
	margin:15px 0px;
}
.htmlpreviewwrap {
	height:280px;
	overflow: hidden;
}
.htmlpreview {
	-moz-transform: scale(1.0);
    zoom:100%;  
}
.htmlpreview img {
	max-width:100%;
	height:auto;
}
.bookpreview {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:30px;
	text-align:center;
}
.container {
/*	max-width:1024px; */
}
/*black*/
.color-black {
	color:#26272C;
}
/*red*/
.color-red {
	color:#C82128;
}
/*red*/
.color-red-like {
	color:#FF0000;
}
/*blue*/
.color-blue {
	color:#0929A1;
}
/*gray*/
.color-gray {
	color:#93A6B4;
}
.color-open {
	color:#138535;
}
.color-openp {
	color:#007BFF;
}
.color-locked {
	color:#808080;
}
.icons {
	width:40px;
	height:40px;
}
.faicons {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 35px;
	vertical-align:middle;
}
.faiconssmall {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 25px;
	vertical-align:middle;
	cursor:pointer;
}
.faiconsimg {
	display: inline-block;
	width: 40px;
	height: 40px;	
	font-size: 30px;
	text-align: center;
	vertical-align:middle;
	cursor:pointer;
	margin-top:-5px;
}
.faiconsopen {
	position:absolute;
	top:10px;
	right:10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	vertical-align:middle;
}
.faiconquestion {
	display:inline-block;
	margin:6px 5px 6px 5px;
	padding: 0;
	width:25px;
	height:25px;
	z-index:500;
	text-align: center;
	font-size: 25px;
	vertical-align:middle;
	color:#BBD1E2;
	cursor:pointer;
}
.faiconquestion:hover {
	color:#26272C;	
}
.likeimage {
	cursor:pointer;
}
.content {
	max-width: 700px;
	margin: 0 auto;
	zoom: 1;
}
.mainlogin {
	margin: 30px auto;
}
.text-wrap {
	word-break: keep-all;
	word-wrap: break-word;
}
.text-left {
	text-align:left;
}
.center {
	text-align:center;
}
#datepicker {
	display: inline-block; 	
	width:180px;	
}
.search {
	display: inline-block;  
	position:absolute;
	right:0;
	top:20px;	
}
.questionlist {
	padding:0;
	list-style: none; 
	line-height: 35px;
}
.colorpicker {
	vertical-align:middle;
	width:40px;
	height:30px;
}
#state_wrap {
	position:relative;
}
#loadingstate {
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
	background: url("/images/loader-big.gif") no-repeat center;
	width:200px;
	max-width:600px;
	height:50px;
	text-align:center;
	z-index:100;
	display:none;
}
#state {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	max-width:600px;
	height:auto;
	text-align:center;
	z-index:100000;
	padding: 6px 12px;
	display:none;
	background-color: #fff;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(10, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#headertitle {
	display:inline-block;
	max-width:900px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.handpointer {
	cursor:pointer;
}
.vcenter {
	vertical-align:middle;
}

.filebox input[type="file"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
}
#summernote {
	height:556px;
}
.caseitem {
	margin-left:20px;
	padding:20px;
}
.caseitem ul {
	list-style:none;
	line-height:30px;
}
.horizontal li {
	display:inline-block;
	margin:0 10px;
}
.submitbutton {
	text-align:center;
}
.tawrap {
	padding:20px;
}
.docta {
	width:100%;
	max-width:100%;
	min-height:100px;
	padding:10px;
}
.btn_reply {
	padding:3px;
	width:70px;
	height:100%;
}
.bgred {
	background-color: #EEBCCC;
}
#commentlist {
	width:100%;
}
.authorlist {
	font-size:20px;
	padding:5px 0px;
}
.listtitle {
	display:inline-block;
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.nav li.dropdown:hover ul.dropdown-menu { 
	display: block; 
}
img {
	max-width:100%;
	height:auto;
}
.w80 {
	width:80px;
}
.w100 {
	width:100px;
}
.w300 {
	width:300px;	
}
.bookadded {
	color:#ff0000;
	font-weight:bold;
	cursor:pointer;
}
.booknotadded {
	font-weight:bold;
	cursor:pointer;	
}
#btnmore {
	font-size:12px;
	font-weight:bold;
}
#advancedmenu {
	display:block;
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}
.atitle {
	margin:20px;
	font-size:22px;
	font-weight:bold;
}
.step1 {
	font-size: 16px;
	margin:20px 0 20px 20px;
	font-weight:bold;
}
.step2 {
	font-size: 14px;
	margin:10px 0;
	font-weight:bold;
}
.step3 {
	line-height:25px;
}
.footer {
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
}
.dpnone {
	display:none;
}
.widthfull {
	width:80%;
	max-width:1024px;
	margin-left:auto;
  	margin-right:auto; 
}
.questionregist {
	position:relative;
	border:1px solid #EEE;
	padding-bottom: 20px;
	z-index:1;
}
.questionwrap {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,249,136,0.5);
	z-index:100;
}
.qeditwrap {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	padding:0;
	border :1px solid #EEE;
	background-color:#FFFFFF;
	z-index:10000;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
   float: none;
}

.ui-dialog .ui-dialog-buttonpane {
     text-align: center; /* left/center/right */
}

.panel-title {
	font-size:15pt;
}
.panelitem {
	display:inline-block;
	font-size:15pt;
	min-width:100px;
}
.panelitem2 {
	padding-left:30px;
}
.panelmw {
	min-width:130px;
	text-align:right;
}
@media (max-width: 450px) {
	.mt10 {
		margin-top: 10px;
	}
	.search {
		display:none;
	}
	h2 {
		font-size:20px;
	}
	#headertitle {
		display:inline-block;
		max-width:50%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media (min-width: 451px) and (max-width: 767px) {
 	.mt10 {
		margin-top: 10px;
	}
	.search {
		display:none;
	}
	h2 {
		font-size:20px;
	}
	#headertitle {
		display:inline-block;
		max-width:70%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.mt10 {
		margin-top: 10px;
	}
	.search {
		display:none;
	}
	#headertitle {
		display:inline-block;
		max-width:500px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#headertitle {
		display:inline-block;
		max-width:700px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media (min-width: 1200px) {
	#headertitle {
		display:inline-block;
		max-width:900px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
