
/* reset css start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, 
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
   
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset css end */

/* web view css start */
body {
	background: #FFFFFF;
	overflow: hidden;
}

#header_container { 
	position: absolute;
	z-index: 10; 
	left:0; 
	top:0; 
	width:100%; 
}

#header {
	width:100%; 
	position: relative; 
	background:#F7F7F7; 
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	height:70px; 
	color: #343d5e; 
	z-index: 10; 
}
#header_title {
	width: 96%;
	height: 36px;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	background: #ecebf2; 
	border: 1px solid #C9C9C9; 
	border-radius: 24px; 
	text-align: center;
	line-height: 35px;
}

.pageInfoTxt_en {
	float: left;
	color: #454964;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 10px;
	vertical-align: middle;
	line-height:58px; 
}
.pageInfoTxt_ko {
	float: right;
	color: #454964;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 13px;
	margin-left: 10px;
	vertical-align: middle;
}

#drawSelectOption {
	float: left;
	padding-right: 30px;
}

#palette_pen, #palette_highlighter {
	display: block;
	float: left;
	height: 54px;
	background: #FFFFFF;
	border-top: 1px solid #c8c9cc;
	border-bottom: 1px solid #c8c9cc;
	border-left: 1px solid #c8c9cc;
	padding-right: 15px;
	padding-left: 15px;

}

#palette_pen img, #palette_highlighter img {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
}

#palette_eraser {
	float: left;
}
	

#palette_highlighter, #palette_eraser {
	display: none;
}

#header_menu_detail { 
	position: relative;
	display: none;
	background: #F3F3F3;
	border-top: 0 solid #ceced6; 
	border-bottom: 1px solid #ceced6;
}

#header_menu_detail table {
	margin: 0 auto;  
	height: 70px;
	border:0 solid red;
}

#header_menu_detail td {
	vertical-align: middle;
}

#header_menu_detail td img {
	vertical-align: middle; 
}


#header_toggle { 
	position: absolute; 
	height: 38px; 
	cursor: pointer;
	z-index: 30;
	display: none;
}

#footer_container { 
	background: #F7F7F7; 
	/*border: 1px solid #c5c5c5; */
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	bottom: 0; 
	height: 70px; 
	left: 0; 
	position : absolute; 
	z-index: 30; 
	width: 100%;
	vertical-align: middle;
}

#btn_draw, #btn_memo, #btn_more1, #btn_close, #callThumbnail, #btn_link, #btn_share, .searchList, #history, #btn_pageMode, #selectPen, #selectHighlighter, #selectEraser, #eraserSelect1, #eraserSelect2, #eraserSelect3, #eraserAll, .zoomOut, .zoomIn, #btn_fullScreen {
	cursor: pointer;
}

#btn_draw,  #btn_memo, #btn_link, #btn_share {
	display: none;
}

#draw_detail, #eraser_detail {
	display: none;
}

#currentMode {
	position: absolute;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#FF6600;
	line-height:58px; 
}

#currentModeNotice {
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url('../images/forIE/bg_50.png');
	bottom: 70px;
	width: 100%;
	height: 22px;
	line-height:22px; 
	display: none;
}

div.ISleft {
	position:fixed;
	z-index: 30;
	top: 42%;
	left: 2%;
	cursor: pointer;
}

div.ISright{
	position:fixed;
	z-index: 30;
	top: 42%;
	right: 2%;
	cursor: pointer;
}

/* bookmark */
#bookmark_container {
	position: absolute; 
	right: 80px; top: 0;
	z-index: 1;
	cursor: pointer;
}

#paging { 
	width: 98px; 
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #ecebf2; 
	border: 1px solid #C9C9C9;
	border-radius:10px; 
	margin-right: 10px;
}

#CURRENT_PAGE, #TOTAL_PAGE { 
	font-size: 15px; 
	font-weight: bold; 
	color: #6F6F6F; 
}

/* loading image */

.loading_icon {
	width: 80px;
	height: 80px;
	background: url('../images/progressbar.png') no-repeat;
	position: fixed;
	z-index: 100;
}

.loading_icon_mini {
	width: 40px;
	height: 40px;
	background: url('../images/progressbar_mini.png') no-repeat;
	position: fixed;
	z-index: 11000;
}

#slider_drawing, #slider_eraser {
	width: 150px;
}

/* index list */

.indexList {
	cursor: pointer;
}

#tempPageText {
	display: none;
}


/* web view css end */


::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999999; 
}
