
body:-webkit-full-screen {
    width: 100%;
    height: 100%;
}
body::-ms-backdrop {
    background:url('main_content_watermark_s.png') repeat;
}
body {
    margin:0;
    overflow: hidden;
	font-family:"NanumGothic", sans-serif;
}
#left {
    transition-timing-function: ease;
    transition-duration: 200ms;
    top: 75px;
    bottom: 0px;
    left: -20px;
    width: 0px;
    position: absolute;
    overflow: hidden;
    border-right: 1px solid #777;
    z-index: 999;
}
#leftNav {
    background:url('assets.png') repeat scroll 0 -24px transparent; /* Background pattern courtesy of http://subtlepatterns.com/mocha-grunge/ */
    display: none;
    padding-top: 7px;
    padding-left: 5px;
    height: 32px;
    border-bottom: 1px solid #555555;
}
#leftContent {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.5);
    -webkit-overflow-scrolling: touch;
}
#outlinePanel {
    display: none;
}
#main {
    transition-timing-function: ease;
    transition-duration: 200ms;
    left: 0px;
    right: 0;
    height: 100%;
    position: absolute;
}
#mainNav { 
    background:#c4c4c4 /*scroll 0 -24px transparent*/; /* Background pattern courtesy of http://subtlepatterns.com/mocha-grunge/ */
    /*padding-top: 7px;*/
	 text-align: center;
    height:32px;
	z-index:999;
    border-bottom: 1px solid #555555;
    white-space: nowrap;
    top: 0;
    overflow: auto;
	padding:8px 30px 0 0;
    /*padding-right: 30px;*/
	
}
#mainNav2 {
	background:#e4e4e4; 
	 height:30px;
	 padding:2px 0;
	text-align:center;
}
#mainNav2 span {
	color:rgba(10,10,10,1);
	font-size:18px;
	font-weight:bolder;
	margin-top:20px;
	padding:0  25px 0 0;
}
#logo {
	position:absolute;
	top:4px;
	left:10px;
}
#select_terms {
	position:absolute;
	top:5px;
	right:85px;
	height:26px;
	padding:1px;
}

#clsFrameBtn {
position: absolute; top:5px; right::70px; height:26px; width:70px;
background: #959595;
background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); 
background: -webkit-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); 
background: linear-gradient(to bottom, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
border-radius:5px;
color:#fff;
border:1px #444 solid;
}

#clsFrameBtn img {
	display:inline-block;
	width:10px;
	height:10px;

}
#btnSideToggle {
    margin-left: 7px;
    position:absolute;
	left:2px;
}
#pgCount {
    font-family: "NanumGothic", sans-serif;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
#btnSelect, #btnZoomOut, #viewBtn {
    margin-left: 20px;
}
#btnFullscreen {
    position: absolute;
    right:10px;
}
#btnDownload {
    position: absolute;
    right: 10px;

}
.navBtn {
    /*background: url('assets.png');*/
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 5px;
    width: 24px;
    height: 24px;
}
.navBtn:hover {
    box-shadow: 0 0 8px #eee;
    -webkit-box-shadow: 0 0 8px #e2e2e2;
    cursor: pointer;
}
.navBtn:active {
    opacity: 0.7;
}
#btnPrev { background:url('prev.png') no-repeat; }
#btnNext { background:url('next.png') no-repeat; }
#btnSelect { background:url('select.png') no-repeat;}
#btnMove { background:url('pan.png') no-repeat; }
#btnZoomOut { background:url('zoom_out.png') no-repeat; }
#btnZoomIn { background:url('zoomin.png') no-repeat; }
#btnFullscreen.closed { background:url('fullscreen_close.png') no-repeat; }
#btnFullscreen.open { background:url('fullscreen_open.png') no-repeat;}
#btnSideToggle { background:url('thumb.png') no-repeat; }
#btnThumbnails { background-position: -168px 0; }
#btnOutlines { background-position: -96px 0; }
#btnDownload { background:url('pdf.png') no-repeat;}

/*assets.png background position*/
/*
#btnPrev { background-position: -120px 0; }
#btnNext { background-position: -72px 0; }
#btnSelect { background-position: -144px 0; }
#btnMove { background-position: -48px 0; }
#btnZoomOut { background-position: -240px 0; }
#btnZoomIn { background-position: -216px 0; }
#btnFullscreen.closed { background-position: 0 0; }
#btnFullscreen.open { background-position: -24px 0; }
#btnSideToggle { background-position: -192px 0; }
#btnThumbnails { background-position: -168px 0; }
#btnOutlines { background-position: -96px 0; }
#btnDownload { background-position: -264px 0; }
*/
#mainContent {
    top: 77px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
	text-align:center;
	
}

#contentContainer {
    margin: 0 auto;
    overflow:hidden;
}


.inactive {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    box-shadow: 0 0 0px white !important;
    -webkit-box-shadow: 0 0 0px white !important;
    cursor: default !important;
}
#goBtn {
    width: 50px;
    height: 26px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
}
#mainNav * {
    vertical-align: middle;
}
#zoomBtn, #viewBtn {
    width: 90px;
    height: 26px;
    background-color: #fff
    color: #000;
}
#viewBtn {
    width: 105px;
}
.thumbnail {
    cursor: pointer;
    display: block;
	    padding: 5px 0;
    margin: 0 auto ;
    text-align: center;
}
.thumbnail img{
    max-width: 160px;
}
.currentPageThumbnail {
    background-color: rgba(51,51,51,0.6);
}
.thumbnail:hover {
    background-color: rgba(195,195,195,0.6);
}
#outlinePanel ul {
    list-style-type: none;
    padding: 0 5px;
}
#outlinePanel ul ul {
    padding-left: 15px;
    padding-right: 0;
}
#outlinePanel li {
    color: white;
    padding: 2px;
    font-family: "NanumGothic",sans-serif;
    font-size: 15px;
}
#outlinePanel li:hover {
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
}
.customNavLink {
    margin-right: 15px;
}
.customNavLink img {
    height: 27px;
    width: auto;
    border: 0 !important;
    border-radius:0 !important;
    margin-top: -3px;
}
.title {
	display:block;
	text-align:center;
	font-weight:bolder;
}
#title1 {
	font-size:40px;
}
#title2 {
	font-size:26px;
}
#title3 {
	font-size:20px;
	padding:20px 0;
}
.sub_title {
	display:block;
	padding:5px 20px;
}
#page1 ul {
	padding-left:50px;
}
#page1 ul li {
	padding:2px 0;
}
.bolder {
	font-weight:bolder;
}