/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
 @charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, select, input, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, menu, textarea{margin:0;padding:0;border:0;font-size:9pt;font-family:'돋움'}
body{color:#333;line-height:1.4; width:100%;}
html{border:0 none}
html, body, #wrapper{width:100%; }
table{width:100%;border-spacing:0;border-collapse:collapse}
caption, th, td{font-weight:normal}
col{display:table-column}
li{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none}
hr{display:none}
a{color:#333;text-decoration:none;cursor:pointer}
a:hover{text-decoration:underline}
textarea{overflow:auto}
pre{white-space:pre-wrap;word-wrap:break-word}
input, button, select, textarea, img{vertical-align:middle}
input, button, select, textarea{color:#777}
input[type='radio'], input[type='checkbox']{width:13px;height:13px}
input.rad, input.ckb{width:13px;height:13px}
input.text{height:18px;padding:2px 0 0 7px;border:1px solid #ddd}
.text-w{width:100%}
button{cursor:pointer;background:transparent}
button span{position:relative;z-index:-1}
address{font-style:normal}
h1, h2, h3, h4{font-size:1em}
select{padding:1px;border:1px solid #ccc}
textarea{padding:2px 0 0 7px;color:#888}
iframe{border:0;}
img{width:100%;}
body{background:#f2f1ed;}
img {max-width: 100%; display: inherit;}

	@font-face {
	font-family: 'FefM';
	src: url('/Mobile/common/font/FuturaEF-Medium.eot');
	src: local(※), url('/Mobile/common/font/FuturaEF-Medium.woff') format('woff');
}

@font-face {
	font-family: 'FefB';
	src: url('/Mobile/common/font/FuturaEF-BoldCond.eot');
	src: local(※), url('/Mobile/common/font/FuturaEF-BoldCond.woff') format('woff');
}

@font-face {
	font-family: 'FefL';
	src: url('/Mobile/common/font/FUTURAEF-LIGHT.eot');
	src: local(※), url('/Mobile/common/font/FUTURAEF-LIGHT.woff') format('woff');
}

@font-face {
	font-family: 'FefBook';
	src: url('/Mobile/common/font/FUTURAEF-BOOK.eot');
	src: local(※), url('/Mobile/common/font/FUTURAEF-BOOK.woff') format('woff');
}

@font-face {
	font-family: 'NBGothic';
	src: url('/Mobile/common/font/NanumBarunGothic.eot');
	src: local(※), url('/Mobile/common/font/NanumBarunGothic.woff') format('woff');
}

@font-face {
	font-family: 'NBGothicB';
	src: url('/Mobile/common/font/NanumBarunGothicBold.eot');
	src: local(※), url('/Mobile/common/font/NanumBarunGothicBold.woff') format('woff');
}

#dim-layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: black;
	filter: alpha(opacity=60);
	opacity: 0.60;
	z-index: 90;
}

#dim-layer2 {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: white;
	filter: alpha(opacity=60);
	opacity: 1;
	z-index: 5;
}

.blur-effect {
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
}


/********************************** Login Page ************************************/

#login-wrap {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#login-wrap .txt-id {
	position: absolute;
	width: 58.5%;
	height: 8%;
	top: 45%;
	left: 20.5%;
	background-image: url(/Mobile/images/input_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#login-wrap .txt-id input {
	margin: 5% 0 0 0;
	padding: 0;
	width: 87%;
	height: 75%;
	border: 0 none;
	background: transparent;
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #434343;
	line-height: 20px;
	text-align: left;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#login-wrap .txt-pw::-webkit-input-placeholder {
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #aeaeae;
}

#login-wrap .txt-pw::-moz-input-placeholder {
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #aeaeae;
}

#login-wrap .txt-id span.clear {
	position: absolute;
	bottom: 22.5%;
	right: 2%;
	width: 5%;
	height: 21%;
	text-indent: -9999px;
	cursor: pointer;
}

#login-wrap .txt-pw {
	position: absolute;
	width: 58.5%;
	height: 8%;
	top: 53%;
	left: 20.5%;
	background-image: url(/Mobile/images/input_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#login-wrap .txt-pw input {
	margin: 5% 0 0 0;
	padding: 0;
	width: 87%;
	height: 75%;
	border: 0 none;
	background: transparent;
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #434343;
	line-height: 20px;
	text-align: left;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#login-wrap .txt-pw::-webkit-input-placeholder {
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #aeaeae;
}

#login-wrap .txt-pw::-moz-input-placeholder {
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #aeaeae;
}

#login-wrap .txt-pw span.clear {
	position: absolute;
	bottom: 22.5%;
	right: 2%;
	width: 5%;
	height: 21%;
	text-indent: -9999px;
	cursor: pointer;
}

#login-wrap .btn-login {
	position: absolute;
	bottom: 28%;
	left: 20.5%;
	width: 58.5%;
	height: 6.5%;
	background-image: url(/Mobile/images/btn_login.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}


/********************************** SideMenu Page ************************************/

#sidebar {
	background: #fff;
	width: 66%;
	height: 100%;
	display: block;
	position: fixed;
	left: -66%;
	top: 0;
	transition: left 0.3s linear;
	z-index: 100;
}

#sidebar.visible {
	left: 0;
	transition: left 0.3s linear;
}

#sidebar .side-top {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#sidebar .side-top span.btn-setup {
	position: absolute;
	top: 26.5%;
	right: 5%;
	width: 10.5%;
	height: 45.5%;
	text-indent: -9999px;
	cursor: pointer;
}

#sidebar .side-top ul {
	margin: 0;
	padding: 0;
}

#sidebar .side-top ul li {
	list-style: none;
}

#sidebar .side-top ul li a {
	background: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
}


/********************************** Top Menu Page ************************************/

.top-menu {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}

.top-menu span.btn-side {
	position: absolute;
	top: 30.5%;
	left: 1.5%;
	width: 8.5%;
	height: 40%;
	text-indent: -9999px;
	cursor: pointer;
}

.top-menu ul {
	position: absolute;
	top: 24.5%;
	left: 18%;
	width: 70%;
	height: 54.5%;
	overflow: hidden;
}

.top-menu ul li {
	float: left;
	width: 33.3%;
	height: 100%;
	font-family: 'NBGothic';
	font-size: 1.2em;
	font-weight: 500;
	color: #434343;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.top-menu ul li.active {
	color: #be2d2a;
	font-family: 'NBGothic';
	font-weight: 400 !important;
}

.top-menu ul li.check {
	font-family: FefM;
	font-size: 1.3em;
	color: #434343;
	line-height: 33px;
	letter-spacing: 2px;
}

.top-menu ul li.check.active {
	color: #be2d2a;
}


/********************************** Main Page ************************************/

#main-wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

#main-wrap.blur-effect {
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
}

#main-wrap .container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#main-wrap .container .balloon {
	position: absolute;
	top: 12%;
	left: 9.5%;
	width: 81%;
	height: 9.5%;
	background-image: url(/Mobile/images/balloon_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main-wrap .container .balloon span.d-day {
	position: absolute;
	top: 9.5%;
	left: 0;
	width: 100%;
	height: 38%;
	font-family: 'NBGothic';
	font-size: 1.35em;
	font-weight: 500;
	color: #434343;
	letter-spacing: -1px;
	text-align: center;
}

#main-wrap .container .balloon span.word {
	position: absolute;
	bottom: 28.5%;
	left: 0;
	width: 100%;
	height: 24%;
	font-family: 'NBGothic';
	font-size: 0.9em;
	font-weight: 500;
	color: #a1a1a1;
	letter-spacing: -1px;
	text-align: center;
}

#main-wrap .container .bird {
	position: absolute;
	top: 23.5%;
	left: 11.5%;
	width: 76.5%;
	height: 44.5%;
	overflow: hidden;
}

#main-wrap .container .bird.level0 {
	background-image: url(/Mobile/images/level0.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main-wrap .container .bird.level1 {
	background-image: url(/Mobile/images/level1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main-wrap .container .bird.level2 {
	background-image: url(/Mobile/images/level2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main-wrap .container .bird.level3 {
	background-image: url(/Mobile/images/level3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main-wrap .container .bird.level4 {
	background-image: url(/Mobile/images/level4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main-wrap .container .bird .step0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Mobile/images/step0.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 5;
}

#main-wrap .container .bird .step1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Mobile/images/step1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 5;
}

#main-wrap .container .bird .step2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Mobile/images/step2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 5;
}

#main-wrap .container .bird .step3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Mobile/images/step3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 5;
}

#main-wrap .container .bird .step4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Mobile/images/step4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 5;
}

#main-wrap .container .bird .step5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Mobile/images/step5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 5;
}

#main-wrap .container .eng-name {
	position: absolute;
	bottom: 26%;
	left: 11.5%;
	width: 76.5%;
	height: 4%;
	font-family: 'NBGothicB';
	font-size: 1.9em;
	font-weight: 400;
	color: #434343;
	letter-spacing: -1px;
	text-align: center;
}

#main-wrap .container .level-name {
	position: absolute;
	bottom: 23%;
	left: 11.5%;
	width: 76.5%;
	height: 2.5%;
	font-family: 'NBGothic';
	font-size: 1.2em;
	font-weight: 400;
	color: #a1a1a1;
	letter-spacing: 0px;
	text-align: center;
}

#main-wrap .container .btn-myroom {
	position: absolute;
	bottom: 17.5%;
	left: 37%;
	width: 25.7%;
	height: 4.8%;
	background-image: url(/Mobile/images/btn_myroom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999px;
	cursor: pointer;
}

#main-wrap .container .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15.3%;
	background-image: url(/Mobile/images/info_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

#main-wrap .container .info .total {
	position: absolute;
	top: 38.5%;
	left: 0;
	width: 21%;
	height: 33.5%;
	font-family: 'FefL';
	font-size: 3.5em;
	font-weight: 400;
	color: #434343;
	text-align: right;
	line-height: 38px;
}

#main-wrap .container .info .today-book {
	position: absolute;
	top: 38.5%;
	left: 33%;
	width: 21%;
	height: 33.5%;
	font-family: 'FefL';
	font-size: 3.5em;
	font-weight: 400;
	color: #434343;
	text-align: right;
	line-height: 38px;
}

#main-wrap .container .info .ranking {
	position: absolute;
	top: 38.5%;
	left: 67%;
	width: 18.5%;
	height: 33.5%;
	font-family: 'FefL';
	font-size: 3.5em;
	font-weight: 400;
	color: #434343;
	text-align: right;
	line-height: 38px;
}


/********************************** Search Contents ************************************/

#search {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#search input {
	position: absolute;
	top: 11.5%;
	left: 5.5%;
	width: 89%;
	height: 58%;
	border: 0 none;
	background-image: url(../../images/search_input_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#search input:focus {
	background: transparent;
}

#no-search {
	display: none;
	position: relative;
	margin: 65% auto 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#no-search span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24%;
	font-family: 'Nanum Barun Gothic';
	font-weight: 400;
	font-size: 1.2em;
	color: #434343;
	letter-spacing: -1px;
	line-height: 38px;
	text-align: center;
}

#loading {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 13%;
}

/********************************** Search Contents ************************************/

#search2 {
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#search2 input {
	position: absolute;
	top: 28.8%;
	left: 5.5%;
	width: 89%;
	height: 48%;
	border: 0 none;
	background-image: url(../../images/search_input_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#search2 input:focus {
	background: transparent;
}
/********************************** 도서대여 rentList.html ************************************/

#rent-wrap {
	position: relative;
	margin: 110px auto 0;
	padding: 0;
	width: 94.5%;
	overflow-x: hidden;
	overflow-y: auto;
}

#rent-wrap .rent-con {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#rent-wrap .rent-con .book-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	height: 100%;
	overflow: hidden;
}

#rent-wrap .rent-con .book-data {
	position: absolute;
	top: 0;
	left: 24%;
	width: 53.8%;
	height: 100%;
	overflow: hidden;
}

#rent-wrap .rent-con .book-data dl {
	margin: 8% auto 0;
	padding: 0;
	width: 92%;
}

#rent-wrap .rent-con .book-data dl dt {
	clear: both;
	float: left;
	padding: 2px 0;
	width: 18%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	font-smoothing: antialiased;
}

#rent-wrap .rent-con .book-data dl dd {
	float: right;
	padding: 2px 0;
	width: 82%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
	font-smoothing: antialiased;
}

#rent-wrap .rent-con span.btn-rent {
	position: absolute;
	top: 29%;
	right: 4.5%;
	width: 12.8%;
	height: 37.3%;
	background-image: url(../../images/btn_rent.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#rent-wrap .rent-con span.btn-rent-ing {
	position: absolute;
	top: 29%;
	right: 4.5%;
	width: 12.8%;
	height: 37.3%;
	background-image: url(../../images/btn_rent_ing.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#rent-wrap .rent-con span.btn-buy {
	position: absolute;
	top: 28%;
	right: 4%;
	width: 14.8%;
	height: 39.8%;
	background-image: url(../../images/btn_buy.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#rent-wrap .rent-con span.btn-keep {
	position: absolute;
	top: 28%;
	right: 4%;
	width: 14.8%;
	height: 39.8%;
	background-image: url(../../images/btn_keep.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#rent-wrap .rent-con span.btn-call {
	position: absolute;
	top: 28%;
	right: 4%;
	width: 14.8%;
	height: 39.8%;
	background-image: url(../../images/btn_call.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}


/********************************** 내 서재 myBook.html ************************************/

#myrent-top {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#myrent-wrap {
	position: relative;
	margin: 135px auto 0;
	padding: 0;
	width: 94.5%;
	overflow-x: hidden;
	overflow-y: auto;
}

#myrent-wrap .myrent-con {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#myrent-wrap .myrent-con .book-img {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 24%;
	height: 86.5%;
	overflow: hidden;
}

#myrent-wrap .myrent-con .book-data {
	position: absolute;
	top: 0;
	left: 28%;
	width: 53.8%;
	height: 100%;
	overflow: hidden;
}

#myrent-wrap .myrent-con .book-data dl {
	margin: 7% auto 0;
	padding: 0;
	width: 92%;
}

#myrent-wrap .myrent-con .book-data dl dt {
	clear: both;
	float: left;
	padding: 1px 0;
	width: 18%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	font-smoothing: antialiased;
}

#myrent-wrap .myrent-con .book-data dl dd {
	float: right;
	padding: 1px 0;
	width: 82%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
	font-smoothing: antialiased;
}

#myrent-wrap .myrent-con .book-data p {
	clear: both;
	display: inline-block;
	margin: 5px auto 0;
	padding: 0 0 0 4%;
	width: 88%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	letter-spacing: -1px;
}

#myrent-wrap .myrent-con .book-data p.overday {
	clear: both;
	display: inline-block;
	margin: 5px auto 0;
	padding: 0 0 0 4%;
	width: 88%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1em;
	font-weight: 400;
	color: #be2d2a;
	text-align: left;
	letter-spacing: -1px;
}

#myrent-wrap .myrent-con span.btn-return {
	position: absolute;
	top: 30.7%;
	right: 4.4%;
	width: 12.9%;
	height: 32.4%;
	background-image: url(../../images/btn_return.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#myrent-wrap .myrent-con span.btn-re-complete {
	position: absolute;
	top: 30.7%;
	right: 4.4%;
	width: 12.9%;
	height: 32.4%;
	background-image: url(../../images/btn_re_complete.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#layer-mybook {
    position: absolute;
	top: 21.8%;
	left: 15.6%;
	width: 68.7%;
	z-index: 500;
}

#layer-mybook .mybook-img {
	position: absolute;
	top: 11.6%;
	left: 26.5%;
	width: 46.8%;
	height: 42.8%;
	overflow: hidden;
}

#layer-mybook .mybook-title {
	position: absolute;
	top: 58.5%;
	left: 0;
	width: 100%;
	height: 4.5%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.3em;
	font-weight: 400;
	color: #434343;
	letter-spacing: -1px;
	font-smoothing: antialiased;
	text-align: center;
}

#layer-mybook span.btn-reading-ok {
	position: absolute;
	bottom: 19.3%;
	left: 7.5%;
	width: 85%;
	height: 10.9%;
	text-indent: -9999px;
}

#layer-mybook span.btn-reading-no {
	position: absolute;
	bottom: 5.9%;
	left: 7.5%;
	width: 85%;
	height: 10.9%;
	text-indent: -9999px;
}

#layer-mybook span.btn-close {
	position: absolute;
	top: 2.4%;
	right: 4%;
	width: 10%;
	height: 4.4%;
}


/********************************** 독서랭킹 bookRank.html ************************************/

#rank-top {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#rank-wrap {
	position: relative;
	margin: 135px auto 0;
	padding: 0;
	width: 94.5%;
	overflow-x: hidden;
	overflow-y: auto;
}

#rank-wrap .rank-con {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#rank-wrap .rank-con .rank-top-num {
	position: absolute;
	top: 10.5%;
	left: 0;
	width: 16.8%;
	height: 79%;
	font-family: 'FefBook';
	font-size: 2.2em;
	font-weight: 400;
	color: #be2d2a;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
}

#rank-wrap .rank-con .rank-num {
	position: absolute;
	top: 10.5%;
	left: 0;
	width: 16.8%;
	height: 79%;
	font-family: 'FefBook';
	font-size: 2.2em;
	font-weight: 400;
	color: #434343;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
}

#rank-wrap .rank-con .delino {
	position: absolute;
	top: 10.5%;
	left: 16.8%;
	width: 26%;
	height: 79%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #e6e6e6;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}

#rank-wrap .rank-con .delino img {
	vertical-align: center;
	width: 100%;
	height: 100%;
}

#rank-wrap .rank-con .profile {
	position: absolute;
	top: 8%;
	right: 10%;
	width: 30.5%;
	height: 79%;
	overflow: hidden;
}

#rank-wrap .rank-con .profile .book-count {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50%;
	overflow: hidden;
}

#rank-wrap .rank-con .profile .book-count p.b-num {
	float: left;
	font-family: 'FefL';
	font-size: 3.5em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
}

#rank-wrap .rank-con .profile .book-count p.gun {
	float: left;
	margin-left: 2%;
	font-family: 'NBGothic';
	font-size: 1.7em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	line-height: 68px;
}

#rank-wrap .rank-con .profile dl {
	clear: both;
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 0;
	width: 100%;
}

#rank-wrap .rank-con .profile dl dt {
	clear: both;
	float: left;
	padding: 0;
	width: 28%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	font-smoothing: antialiased;
}

#rank-wrap .rank-con .profile dl dd {
	float: right;
	padding: 0;
	width: 72%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
	font-smoothing: antialiased;
}

#rank-wrap .rank-con span.btn-list {
	position: absolute;
	top: 31.5%;
	right: 4.1%;
	width: 12.8%;
	height: 36%;
	background-image: url(../../images/btn_list.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}


/********************************** 신청도서목록 bookRequest.html ************************************/

#bookre-top {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#bookre-wrap {
	position: relative;
	margin: 135px auto 0;
	padding: 0;
	width: 94.5%;
	overflow-x: hidden;
	overflow-y: auto;
}

#bookre-wrap .bookre-con {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#bookre-wrap .bookre-con .book-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	height: 100%;
	overflow: hidden;
}

#bookre-wrap .bookre-con .book-data {
	position: absolute;
	top: 0;
	left: 24%;
	width: 53.8%;
	height: 100%;
	overflow: hidden;
}

#bookre-wrap .bookre-con .book-data dl {
	margin: 8% auto 0;
	padding: 0;
	width: 92%;
}

#bookre-wrap .bookre-con .book-data dl dt {
	clear: both;
	float: left;
	padding: 2px 0;
	width: 18%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	font-smoothing: antialiased;
}

#bookre-wrap .bookre-con .book-data dl dd {
	float: right;
	padding: 2px 0;
	width: 82%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
	font-smoothing: antialiased;
}

#bookre-wrap .bookre-con .book-amount {
	position: absolute;
	top: 20%;
	right: 2.8%;
	width: 20%;
	height: 29%;
	text-align: center;
	font-family: 'FefL';
	font-size: 3.5em;
	font-weight: 400;
	color: #434343;
	line-height: 30px;
	letter-spacing: -2px;
}

#bookre-wrap .bookre-con span.btn-like {
	position: absolute;
	top: 56%;
	right: 2.8%;
	width: 20%;
	height: 22.3%;
	background-image: url(../../images/btn_like.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#bookre-wrap .bookre-con span.btn-like-on {
	position: absolute;
	top: 56%;
	right: 2.8%;
	width: 20%;
	height: 22.3%;
	background-image: url(../../images/btn_like_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

/********************************** 북클럽도서등록 bookClubReg.html ************************************/
#club-reg-top {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#club-reg-wrap {
	position: relative;
	margin: 180px auto 0;
	padding: 0;
	width: 94.5%;
	overflow-x: hidden;
	overflow-y: auto;
}

#club-reg-wrap .clubReg-con {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#club-reg-wrap .clubReg-con .book-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	height: 100%;
	overflow: hidden;
}

#club-reg-wrap .clubReg-con .book-data {
	position: absolute;
	top: 0;
	left: 24%;
	width: 53.8%;
	height: 100%;
	overflow: hidden;
}

#club-reg-wrap .clubReg-con .book-data dl {
	margin: 8% auto 0;
	padding: 0;
	width: 92%;
}

#club-reg-wrap .clubReg-con .book-data dl dt {
	clear: both;
	float: left;
	padding: 2px 0;
	width: 18%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	font-smoothing: antialiased;
}

#club-reg-wrap .clubReg-con .book-data dl dd {
	float: right;
	padding: 2px 0;
	width: 82%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
	font-smoothing: antialiased;
}

#club-reg-wrap .clubReg-con span.btn-reg {
	position: absolute;
	top: 29%;
	right: 4.5%;
	width: 12.8%;
	height: 37.3%;
	background-image: url(../../images/btn_reg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#club-reg-wrap .clubReg-con span.btn-com {
	position: absolute;
	top: 29%;
	right: 4.5%;
	width: 12.8%;
	height: 37.3%;
	background-image: url(../../images/btn_reg_ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

/********************************** 북클럽도서목록 bookClubList.html ************************************/
#club-list-top {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

#club-list-wrap {
	position: relative;
	margin: 135px auto 0;
	padding: 0;
	width: 94.5%;
	overflow-x: hidden;
	overflow-y: auto;
}

#club-list-wrap .clubList-con {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#club-list-wrap .clubList-con .book-img {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 24%;
	height: 86.5%;
	overflow: hidden;
}

#club-list-wrap .clubList-con .book-data {
	position: absolute;
	top: 0;
	left: 28%;
	width: 53.8%;
	height: 100%;
	overflow: hidden;
}

#club-list-wrap .clubList-con .book-data dl {
	margin: 7% auto 0;
	padding: 0;
	width: 92%;
}

#club-list-wrap .clubList-con .book-data dl dt {
	clear: both;
	float: left;
	padding: 1px 0;
	width: 18%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #cfcdc7;
	text-align: left;
	font-smoothing: antialiased;
}

#club-list-wrap .clubList-con .book-data dl dd {
	float: right;
	padding: 1px 0;
	width: 82%;
	font-family: 'Nanum Barun Gothic';
	font-size: 1.1em;
	font-weight: 400;
	color: #434343;
	text-align: left;
	letter-spacing: -1px;
	font-smoothing: antialiased;
}

#club-list-wrap .clubList-con .book-data p {
    clear: both;
    display: inline-block;
    margin: 5px auto 0;
    padding: 0 0 0 4%;
    width: 88%;
    font-family: 'Nanum Barun Gothic';
    font-size: 1em;
    font-weight: 400;
    color: #cfcdc7;
    text-align: left;
    letter-spacing: -1px;
}

#club-list-wrap .clubList-con span.btn-reg-del {
	position: absolute;
	top: 30.7%;
	right: 4.4%;
	width: 12.9%;
	height: 32.4%;
	background-image: url(../../images/btn_del.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}


/********************************** 로그아웃&비밀번호 세팅 mySet.html ************************************/

#setting-main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#setting-main span.btn-close {
	position: absolute;
	top: 4%;
	right: 7.3%;
	width: 7.5%;
	height: 4.3%;
	background-image: url(../../images/btn_close.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#setting-main .delino {
	position: absolute;
	top: 22.5%;
	left: 37.5%;
	width: 24.6%;
	height: 14.3%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #e6e6e6;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}

#setting-main .delino img {
	vertical-align: center;
	width: 100%;
	height: 100%;
}

#setting-main .eng-name {
	position: absolute;
	top: 39%;
	left: 11.5%;
	width: 76.5%;
	height: 4%;
	font-family: 'NBGothicB';
	font-size: 2em;
	font-weight: 400;
	color: #434343;
	letter-spacing: 0;
	text-align: center;
}

#setting-main .level-name {
	position: absolute;
	top: 44%;
	left: 11.5%;
	width: 76.5%;
	height: 2.5%;
	font-family: 'NBGothic';
	font-size: 1.3em;
	font-weight: 400;
	color: #a1a1a1;
	letter-spacing: 0px;
	text-align: center;
}

#setting-main span.btn-change {
	position: absolute;
	bottom: 29%;
	left: 20.7%;
	width: 58.4%;
	height: 6.5%;
	background-image: url(../../images/btn_pw_change.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#setting-main span.btn-logout {
	position: absolute;
	bottom: 21%;
	left: 20.7%;
	width: 58.4%;
	height: 6.5%;
	background-image: url(../../images/btn_logout.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}


/********************************** 비밀번호 변경 mySet.html ************************************/

#layer-change {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#layer-change span.btn-back {
	position: absolute;
	top: 3.5%;
	left: 5.5%;
	width: 5.4%;
	height: 6%;
	background-image: url(../../images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}

#layer-change .txt-be-pw {
	position: absolute;
	width: 58.4%;
	height: 8%;
	top: 37.7%;
	left: 20.5%;
	background-image: url(../../images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

#layer-change .txt-be-pw input {
	margin: 5% 0 0 0;
	padding: 0;
	width: 87%;
	height: 75%;
	border: 0 none;
	background: transparent;
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #434343;
	line-height: 20px;
	text-align: left;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#layer-change .txt-be-pw input::-webkit-input-placeholder {
	font-family: 'NBGothicB';
	font-size: 0.7em;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: -1px;
}

#layer-change .txt-be-pw input::-moz-input-placeholder {
	font-family: 'NBGothicB';
	font-size: 0.7em;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: -1px;
}

#layer-change .txt-be-pw span.clear {
	position: absolute;
	bottom: 22.5%;
	right: 2%;
	width: 5%;
	height: 21%;
	text-indent: -9999px;
	cursor: pointer;
}

#layer-change .txt-new-pw {
	position: absolute;
	width: 58.4%;
	height: 8.1%;
	top: 45.4%;
	left: 20.5%;
	background-image: url(../../images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

#layer-change .txt-new-pw input {
	margin: 5% 0 0 0;
	padding: 0;
	width: 87%;
	height: 75%;
	border: 0 none;
	background: transparent;
	font-family: 'FefM';
	font-size: 2.1em;
	font-weight: 400;
	color: #434343;
	line-height: 20px;
	text-align: left;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#layer-change .txt-new-pw input::-webkit-input-placeholder {
	font-family: 'NBGothicB';
	font-size: 0.7em;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: -1px;
}

#layer-change .txt-new-pw input::-moz-input-placeholder {
	font-family: 'NBGothicB';
	font-size: 0.7em;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: -1px;
}

#layer-change .txt-new-pw span.clear {
	position: absolute;
	bottom: 22.5%;
	right: 2%;
	width: 5%;
	height: 21%;
	text-indent: -9999px;
	cursor: pointer;
}

#layer-change span.btn-pw-change {
	position: absolute;
	bottom: 35.5%;
	left: 20.7%;
	width: 58.4%;
	height: 6.5%;
	background-image: url(../../images/btn_pw_change.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
}
