html,body {
	min-width: 995px;
	min-height: 800px;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom 0;
	background-image: url(/images/common/ebookBg.png);
}

/* header start*/

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
	z-index: 100;
	display: block;
	width: 100%;
	height: 90px;
	/* background: rgba(0,0,0,0.1); */
	background: #fff;
	/* background: red; */
}

.header {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}

.header .logo {
	position: absolute;
	z-index: 30;
	left: 42px;
	top: 15px;
	display: block;
	width: 110px;
	height: 59px;
	font-size: 0;
}

/* .header .logo span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
} */

.header .logo span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/common/logo3.png) !important;
	background-size: auto 100%;
}

.centerBtns {
	position: relative;
	display: block;
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 0;
}
.centerBtns>span {
	cursor: pointer;
	display: inline-block;
	background-color: #eaeff3 !important;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	vertical-align: top;
}

.centerBtns>span.first {
	background: url(/images/common/first.png)no-repeat center center;
	margin-right: 10px;
}

.centerBtns>span.prev {
	background: url(/images/common/prev.png)no-repeat center center;
}

.centerBtns>span.next {
	background: url(/images/common/next.png)no-repeat center center;
}

.centerBtns>span.last {
	background: url(/images/common/last.png)no-repeat center center;
	margin-left: 10px;
}

.centerPages {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background-color: #eaeff3;
	vertical-align: top;
	margin: 0 10px;
	text-align: left;
	overflow: hidden;
}

.centerPages>span {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	color: #323232;
	display: inline-block;
	vertical-align: midde;
	margin-left: 55px;
}
input.allPageNumber {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	color: #323232;
	display: inline-block;
	vertical-align: midde;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	width: 55px;
	overflow: hidden;
	padding-left: 3px;
}
input.pageNumber {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 18px;
	color: #323232;
	display: inline-block;
	vertical-align: midde;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right: 71px;
	text-align: right;
}
input.pageNumber[type="number"]::-webkit-outer-spin-button,
input.pageNumber[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.rightBtns {
	position: absolute;
	z-index: 30;
	right: 160px;
	top: 34px;
	display: inline-block;
	height: auto;
	font-size: 0;
	
	/* display: none !important; */
}

.rightBtns a.linkA {
	position: absolute;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.2px;
	font-weight: 400;
	z-index: 100;
	left: -49px;
	top: 5px;
	opacity: 0.7;
}

.rightBtns a.linkA:hover {
	opacity: 1;
}

.rightBtns>span {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 17px;
	vertical-align: middle;
	/* background-image: url(/images/common/right_ic2.png); */
	background-image: url(/images/common/right_ic-over2.png);
	background-repeat: no-repeat;
	/* background-size: 509px; */
	background-size: 433px;
	height: 29px;
}
.rightBtns>span:last-child {
	margin-right: 0;
}

.rightBtns>span:hover {
	background-image: url(/images/common/right_ic-over2.png);
}

.rightBtns>span.list {
	width: 29px;
	background-position: left 0 center;
}

.rightBtns>span.list.listActive {
	background-image: url(/images/common/right_ic-over2.png);
}

.rightBtns>span.fullWindow {
	width: 21px;
	background-position: left -46px center;
}

.rightBtns>span.outfullWindow {
	width: 21px;
	background-position: left -46px center;
}

.rightBtns>span.fullWindow.fullWindowActive {
	background-image: url(/images/common/right_ic-over2.png);
}

.rightBtns>span.zoomIn {
	width: 22px;
	background-position: left -83px center;
}

.rightBtns>span.zoomOut {
	width: 22px;
	background-position: left -122px center;
}

.rightBtns>span.viewAll {
	width: 30px;
	background-position: left -161px center;
}

.rightBtns>span.viewAll.active {
	background-image: url(/images/common/right_ic-over2.png);
}

.rightBtns>span.share {
	width: 20px;
	background-position: left -207px center;
}

.rightBtns>span.print {
	width: 24px;
	background-position: left -243px center
}

.rightBtns>span.playStop {
	width: 25px;
	background-position: left -283px center;
}

.rightBtns>span.playStop.active {
	width: 25px;
	background-image: url(/images/common/right_ic-over2.png);
	background-position: left -325px center;
}

/* .rightBtns>span.playStop.active:hover {
	background-position: left -333px center;
} */

.rightBtns>span.zoom2 {
	width: 22px;
	background-position: left -366px center;
}

.rightBtns>span.zoom2.zoom2Active {
	background-image: url(/images/common/right_ic-over2.png);
}

.rightBtns>span.youtube {
	width: 28px;
	background-position: left -405px center;
}

.rightBtns>span.homeBtn {
	width: 30px;
	background: url(/images/common/homeBtnOver.png)no-repeat center center !important;
	background-size: 28px !important;
}
.rightBtns>span.homeBtn:hover {
	background: url(/images/common/homeBtn2.png)no-repeat center center !important;
	background-size: 28px !important;
}


.rightBtns>span:hover:after {
	display: inline-block;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
	word-break: keep-all;
	position: absolute;
	z-index: 40;
	left: 50%;
	transform: translateX(-50%);
	bottom: -34px;
}
.rightBtns>span.list:hover:after {
	content: "목차";
}
.rightBtns>span.fullWindow:hover:after {
	content: "전체화면";
}
.rightBtns>span.zoomIn:hover:after {
	content: "확대";
}
.rightBtns>span.zoomOut:hover:after {
	content: "축소";
}
.rightBtns>span.viewAll:hover:after {
	content: "전체보기";
}
/* .rightBtns>span.viewAll.active:hover:after {
	content: "전체보기해제";
} */
.rightBtns>span.share:hover:after {
	content: "공유하기";
}
.rightBtns>span.print:hover:after {
	content: "인쇄";
}
.rightBtns>span.playStop:hover:after {
	content: "자동넘김";
}
.rightBtns>span.playStop.active:hover:after {
	content: "정지";
}
.rightBtns>span.zoom2:hover:after {
	content: "돋보기";
}
.rightBtns>span.youtube:hover:after {
	content: "유튜브영상";
}
.rightBtns>span.homeBtn:hover:after {
	content: "홈페이지";
}


.rightBtns.rightBtns_en>span.list:hover:after {
	content: "list";
}
.rightBtns.rightBtns_en>span.fullWindow:hover:after {
	content: "fullscreen";
}
.rightBtns.rightBtns_en>span.zoomIn:hover:after {
	content: "zoomIn";
}
.rightBtns.rightBtns_en>span.zoomOut:hover:after {
	content: "zoomOut";
}
.rightBtns.rightBtns_en>span.viewAll:hover:after {
	content: "viewAll";
}
/* .rightBtns>span.viewAll.active:hover:after {
	content: "전체보기해제";
} */
.rightBtns.rightBtns_en>span.share:hover:after {
	content: "share";
}
.rightBtns.rightBtns_en>span.print:hover:after {
	content: "print";
}
.rightBtns.rightBtns_en>span.playStop:hover:after {
	content: "auto";
}
.rightBtns.rightBtns_en>span.playStop.active:hover:after {
	content: "stop";
}
.rightBtns.rightBtns_en>span.zoom2:hover:after {
	content: "MagnifyingGlass";
}
.rightBtns.rightBtns_en>span.youtube:hover:after {
	content: "youtube";
}
.rightBtns.rightBtns_en>span.homeBtn:hover:after {
	content: "homepage";
}

@media all and (max-width: 1500px) {
	
	.rightBtns>span {
		margin-right: 15px;
	}
	.rightBtns>span:last-child {
		margin-right: 0;
	}
	
}/* 1500px */

@media all and (max-width: 1200px) {
	
	.header .logo {
		display: none;
	}
	
	.centerBtns {
		margin: auto;
		margin-left: 20px;
	}
	
}/* 1200px */

/* header end */


/* footer start */

footer {
	position: fixed;
	display: table;
	left: 0;
	bottom: 15px;
	z-index: 100;
	width: 100%;
	height: 40px;
	/* background: red; */
	vertical-align: middle;
	font-size: 0;
}

footer.footerHidden {
	display: none;
}

.footer {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

div.sch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	height: 39px;
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 4px 0 7px rgba(74,83,91,0.2);
	/* visibility: visible;
	transition: visibility 0.2s ease-in-out; */
}

/* div.sch.schZindex {
	visibility: hidden;
	display: none;
} */

span.schBorder {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 30px;
	opacity: 0.4;
}

.schinner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.schinner:after {
	display: block;
	clear: both;
	content: "";
}

.schInput {
	float: left;
	width: calc(100% - 95px);
	height: 100%;
	border: 0;
	display: block;
	padding: 0 18px;
	background: transparent;
	font-size: 15px;
	color: #999;
	font-weight: 400;
}

.schButton {
	cursor: pointer;
	float: right;
	width: 95px;
	height: 100%;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #006ea3;
	background: #006ea3;
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	font-weight: 400;
}

input.schInput::placeholder {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}

input.schInput::-webkit-input-placeholder {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}

input.schInput:-ms-input-placeholder {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}

/* footer end */

/* popUp */

.popUp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	display: block;
	width: 370px;
	height: 250px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #08141e;
	border-radius: 10px;
}
.popUp .top {
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: right;
	background: #08141e;
	font-size: 0;
}
.popUp .top span {
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/images/common/popClose.png)no-repeat center center;
	cursor: pointer;
}

.popUp .popMain{
	position: relative;
	display: block;
	width: 100%;
	height: calc(100% - 25px);
}

.popMain {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 24px;
	font-size: 0;
}

.popMainInner>h3 {
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 22px;
	color: #08141e;
	font-weight: 500;
}

.popSns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
	padding-top: 25px;
	padding-bottom: 22px;
}

.popSns a {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-right: 26px;
	overflow: hidden;
}

.popSns a:last-child {
	margin-right: 0;
}
.popSns a.kS {
	background: url(/images/common/kS.png)no-repeat center center;
}
.popSns a.iN {
	background: url(/images/common/iN.png)no-repeat center center;
}
.popSns a.fB {
	background: url(/images/common/fB.png)no-repeat center center;
}
.popSns a.tW {
	background: url(/images/common/tW.png)no-repeat center center;
}

.urlInput {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 24px;
}

.urlInput input {
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	vertical-align: top;
	background: #fff;
}

.urlInput input.input {
	width: calc(100% - 90px); 
	height: 38px;
	border: 1px solid #08141e;
	border-right: 0;
	padding: 0 5px;
	color: #666;
	font-weight: 300;
}

.urlInput input.button {
	text-align: center;
	width: 90px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #08141e;
	padding: 0 5px;
	color: #151515;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
}

.urlInput input.button:hover {
	color: #fff;
	background: #151515;
}

.printPopDiv {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	padding-top: 20px;
}

.printPopDiv>input {
	border-radius: 0;
	position: relative;
	width: 70px;
	height: 30px;
	line-height: 33px;
	border: 1px solid #151515;
	font-size: 14px;
	padding: 0 3px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.printPopDiv>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #111;
	font-weight: 400;
	margin: 0 10px;
}

.printPopDiv>div {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
	text-align: center;
}

.printPopDiv>div>input {
	border-radius: 0;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: #fff;
	color: #151515;
	font-weight: 400;
	width: 90px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #151515;
	font-size: 14px;
}
.printPopDiv>div>input:hover {
	color: #fff;
	background: #151515;
}

.popMainInner>p {
	font-size: 14px;
	color: #151515;
	font-weight: 400;
	text-align: center;
	padding-top: 25px;
}

.printPop .popMain {
	background: #f8f8f8;
}

/* popUp end */







/* 목차 */

#header-nav {
	/* visibility: hidden;
	opacity: 0; */
}
@media all and (max-width: 1024px) {
	#header-nav {
		visibility: visible;
		opacity: 1;
	}
}

.h-nav-bg {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	font-size: 0;
}

.header-nav-inner {
	position: fixed;
	z-index: 99999999999999;
	left: -400px;
	top: 0;
	width: 400px;
	height: 100%;
	background: #08141e;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-mo-transition: all 0.3s;
}

/* @media all and (max-width: 1024px) {
	.header-nav-inner {
		left: calc(-50% - 43px);
		width: 50%;
	}
}

@media all and (max-width: 767px) {
	.header-nav-inner {
		left: calc(-77% - 43px);
		width: 77%;
	}
}
 */
.header-nav-con {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 4;
}

#header-nav.active .h-nav-bg {
	display: block;
}
#header-nav.active .header-nav-inner {
	left: 0;
}

.header-nav-close {
	position: absolute;
	top: 54px;
	right: 35px;
	width: 28px;
	height: 28px;
	z-index: 4;
	font-size: 0;
	cursor: pointer;
	background: url(/images/common/closeBtn.png)no-repeat center center;
	background-size: 100%;
}


.h-n-main {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}



body.over-hidden {
    overflow: hidden !important;
}

/* 
@media all and (max-width: 425px) {
	
	.header-nav-close {
		width: 22px;
		height: 22px;
		background-size: 100% !important;
		top: 20px;
		right: 14px;
	}
	
} */
/* 425px */

.listTopDiv {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 33px 30px 40px;
}

.listTopDiv h3 {
	display: block;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}

.listMainDiv {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 33px 30px 60px;
	font-size: 0;
}
/* 
.listMainDiv li {
	position: relative;
	display: block;
	line-height: 1;
	width: 100%;
	height: auto;
} */

.listMainDiv a {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 1;
	color: #dadee2;
	font-weight: 300;
	margin-bottom: 20px;
}

.listMainDiv a:hover {
	font-weight: 500;
}

.listMainDiv a:last-child {
	margin-bottom: 0;
}

.listMainDiv a.active {
	padding-left: 11px;
	background: url(/images/common/listArrow.png)no-repeat center left 0;
}


/* 목차 end */


/* 20.04.16 추가 */

.leftListBox {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1000;
	display: block;
	min-width: 240px;
	min-height: 100px;
	height: auto;
	background: #0c2538;
	padding: 30px 30px 30px 20px;
	border-radius: 0 22px 22px 0;
}

.leftListBox>p {
	display: block;
	font-size: 20px;
	letter-spacing: -0.010em;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	color: #fff;
	padding-bottom: 19px;
}

.leftListBox ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.leftListBox ul li {
	position: relative;
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin-bottom: 14px;
}

.leftListBox ul li:last-child {
	margin-bottom: 0;
}

.leftListBox ul li span {
	font-family: 'Roboto', sans-serif !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	font-size: 14px;
	font-weight: 300;
	color: #8ba8be;
}

.leftListBox ul li p {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255,255,255,0.6);
	font-weight: 300;
	font-size: 14px;
	margin-top: -2px;
}

.leftListBox ul li:hover p {
	color: #fff;
	text-decoration: underline;
}

@media all and (max-width: 1400px) {
	.leftListBox {
		display: none;
	}
}

/* 20.04.16 추가 end */




header .global{ position:absolute; z-index:10; top:25px; right:40px; width:100px; height:40px;}
header .global img{ display:block; position:absolute; z-index:10; top:10px; left:10px; width:20px; height:20px; opacity:0.5;}
header .global select{ display:block; margin:0; padding:0 35px 0 35px; height:40px; width:100%; border-radius:20px; border:1px solid #e5e5e5; background:url(/images/select_icon.png) no-repeat center right 10px #FFF; background-size:12px auto; line-height:39px; font-size:14px; color:#333; outline:none; -webkit-appearance:none; font-family: 'Nanum Gothic', sans-serif;}
header .global select::-ms-expand{ display:none;}
header .global option{ color:#666;}






























































































































