@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@ import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
body:-webkit-full-screen {
    width: 100%;
    height: 100%;
}
body::-ms-backdrop {
    background:url('assets/bg.png') repeat scroll 0 0 transparent;
}
body {
    margin:0;
    overflow: hidden;
	font-family: "Malgun Gothic","¸¼Àº°íµñ", "Nanum Gothic", "³ª´®°íµñ", "µ¸¿ò", "Dotum",sans-serif;
}

#left {
    transition-timing-function: ease;
    transition-duration: 200ms;
    top: 80px;
    bottom: 0px;
    left: -20px;
    width: 0px;
    position: absolute;
    overflow: hidden;
    border-right: 1px solid #555555;
    z-index: 999999;
}


#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;
	z-index:999;
    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;
	-ms-touch-action:pan-x;
}
/*  Å¾¸Þ´º ³ª¿À´Â ºÎºÐ*/
#mainNav {
    background:url('assets.png') repeat-x scroll 0 -31px transparent; /* Background pattern courtesy of http://subtlepatterns.com/mocha-grunge/ */
    background-color:#000000;	
	width:100%;
    text-align: center;    
    z-index:999;
    border-bottom: 1px solid #555555;   	    
    overflow: hidden;    
	padding:13px 10px 5px 0;
	position:absolute;

}
/*  Å¾¸Þ´º ³ª¿À´Â ºÎºÐ*/

#btnSideToggle {
    margin-left: 7px;
    display: inline;
    float: left;
	margin-bottom:5px;
}
#pgCount {
    font-family: Arial;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
#btnSelect, #btnZoomOut, #viewBtn {
    margin-left: 20px;
}
#btnFullscreen {
    position: fixed;
    right: 7px;
}
#btnDownload {
    position: fixed;
    right: 40px;
}
/*  ¹öÆ°»çÀÌÁî ºÎºÐ*/
.navBtn {
    background: url('assets.png');
    display: inline-block;
    border-radius: 5px;
    width: 30px;
    height: 30px;
	margin-bottom:5px;
}
/*  ¹öÆ°»çÀÌÁî ºÎºÐ*/

.navBtn:hover {
    box-shadow: 0 0 4px white;
    -webkit-box-shadow: 0 0 8px white;
    cursor: pointer;
}
.navBtn:active {
    opacity: 0.6;
}

/*  ¹öÆ° ³ª¿À´Â ºÎºÐ*/
#btnPrev { background-position: -150px 0; }
#btnNext { background-position: -90px 0; }
#btnSelect { background-position: -180px 0; }
#btnMove { background-position: -60px 0; }
#btnZoomOut { background-position: -300px 0; }
#btnZoomIn { background-position: -270px 0; }
#btnFullscreen.closed { background-position: 0 0; }
#btnFullscreen.open { background-position: -30px 0; }
#btnSideToggle { background-position: -240px 0; }
#btnThumbnails { background-position: -210px 0; }
#btnOutlines { background-position: -120px 0; }
#btnDownload { background-position: -330px 0; }
/*  ¹öÆ° ³ª¿À´Â ºÎºÐ*/


/*  ÄÁÅÙÃ÷ ³ª¿À´Â ºÎºÐ*/
#mainContent {
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
	z-index:80;
}


/*  ÄÁÅÙÃ÷ ³ª¿À´Â ºÎºÐ*/

#contentContainer {
    margin: 0 auto;
    overflow:hidden;
    padding: 3px;
}
.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 {
    color: white;
	padding-left:5px;
	background-color: #065787;
	border: solid 1px #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
}
#mainNav * {
    vertical-align: middle;
}

/*  ¸ÂÃã ºÎºÐ*/
#zoomBtn, #viewBtn {
    vertical-align: left;    
    color: white;
	padding-left:5px;
	background-color: #065787;
	border: solid 1px #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	margin-left: 10px;
}
/*  ¸ÂÃã ºÎºÐ*/

.selectBtn{
display: inline-block;	
    height: 30px;	
}

.selectBtn2{
display: inline-block;	
    height: 30px;	
}


#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: #777777;
}
.thumbnail:hover {
    background-color: #CCCCCC;
}
#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: Arial;
    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;
}