.nav-profile-name {
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	text-align: left;
}
.grid-item {
	width:350px;
	padding-left:10px;
	padding-right:10px;
}

.main-gray {
	background-color: #F4F4F4;
}

.book-card-title {
	font-size:18px;	
}

.book-card {
	padding:10px;
}

.book-cover {
	position:relative;
	min-height: 220px;
}
.book-cover-img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    bottom: 0px;	
}
.book-title {
	font-family: Roboto Slab;
}

.level-label {
	font-weight: lighter;
	font-size:10px;
}
.level-label span {
	font-weight: bold;
	font-size:13px;
}
.level-label-lg {
	font-size:13px;
}
.level-label-lg span {
	font-size:16px;
}

.edutimes-title {
	font-size:14px;
}
.edutimes-sub {
	color:gray;
	font-size:12px;
}

.mybooklist-progress {
	font-size:25px;
}

.hr-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #D6D6D6;
    margin: 0;
    margin-top:3px;
    margin-bottom:3px;
    padding: 0;	
    min-width: 100%
}


.thin-title {
	font-weight: lighter;
}

#kakao-talk-channel-chat-button {
	z-index: 10;
    position: fixed;
    bottom: -70px;
    right: -70px;
    width: 200px;
    height: 150px;
}

@media (min-width:300px)  { 
	.book-cover {
		min-height: 180px;
	}

}

@media (min-width:320px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.grid-item {
		width:100%
	}
	.book-cover {
		min-height: 220px;
	}	

}

@media (min-width:375px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.grid-item {
		width:100%
	}
	.book-cover {
		min-height: 220px;
	}	

}

@media (min-width:414px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.grid-item {
		width:100%
	}
	.book-cover {
		min-height: 220px;
	}	

}

@media (min-width:480px)  {
/* smartphones, Android phones, landscape iPhone */
	.grid-item {
		width:100%
	}
	.book-cover {
		min-height: 220px;
	}	
}
@media (min-width:600px)  {
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	.grid-item {
		width:100px;
	}

	.book-cover {
		min-height: 350px;
	}
}
@media (min-width:768px)  {
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	.grid-item {
		width:350px;
	}

/*	.intensive-reading {
		margin-top:50px;
	}	*/
}
@media (min-width:801px)  {
/* tablet, landscape iPad, lo-res laptops ands desktops */
	.book-cover {
		min-height: 200px;
	}

	
}
@media (min-width:990px) {
/* big landscape tablets, laptops, and desktops */
	.grid-item {
		width:370px;
	}
	.book-cover {
		min-height: 200px;
	}


}
@media (min-width:1200px) {
/* hi-res laptops and desktops */
	.grid-item {
		width:380px;
	}
	.book-cover {
		min-height: 230px;
	}	

}