/*************************/
/* #header
/*************************/
#header {
	width: 100%;
	background: #fff;
}
#header .h-top {
	height: 65px;
}
#header .h-top > h1 {
	float: left;
	width: 180px;
	margin: 0;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
}
#header .h-top > h1 a {
	display: block;
	width: 100%;
	height: 65px;
	box-sizing: border-box;
	padding-top: 20px;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1px;
	text-align: center;
	color: #333;
}
#header .h-top > h1 a:hover,
#header .h-top > h1 a:active {
	color: #0086e5;
}
#header .h-top > form {
	float: left;
	width: calc(100% - 348px);
	height: 65px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 16px;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
	overflow: hidden;
}
#header .h-top > form:before {
	font-family: FontAwesome;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
	content: "\f002";
}
#header .h-top > form input {
	width: calc(100% - 50px);
	height: 45px;
	margin-top: -5px;
	margin-left: 10px;
	padding-bottom: 6px;
	font-size: 18px;
	border: 0 none;
	box-sizing: border-box;
}

#header .h-top > .ht-info {
	float: right;
	height: 65px;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
	border-right: 1px solid rgba(72, 94, 144, 0.16);
	overflow: hidden;
}
#header .h-top > .ht-info .hti-mem {
	float: left;
	width: 100px;
	padding: 16px 0 10px 0;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #777;
}
#header .h-top > .ht-info .hti-mem p.name {
	font-size: 15px;
	font-weight: 500;
	color: #4c75f2;
}

#header .h-top > .ht-info button {
	width: 65px;
	height: 65px;
	padding-top: 5px;
	font-size: 24px;
	text-align: center;
	color: #6c757d;
	background: #fff;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
}
#header .h-top > .ht-info button:hover,
#header .h-top > .ht-info a.home:hover {
	color: #479ae8;
}


#header .h-gnb {
	position: relative;
	width: 100%;
	padding: 8px 20px 0px 20px;
	display: flex;
	background: #f6f6f7;
	overflow: inherit;
	z-index: 2;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	border-top: 1px solid rgba(72, 94, 144, 0.16);
}

#header .h-gnb ul {
	float: left;
	width: 70%;
	margin-bottom: -1px;
}
#header .h-gnb ul:last-child {
	float: right;
	width: 30%;
	text-align: right;
}
#header .h-gnb ul li {
	display: inline-block;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #f6f6f7;
	border-bottom: none;
}
#header .h-gnb ul li.active {
	border: 1px solid rgba(72, 94, 144, 0.16);
	border-bottom: none;
	background: #fff;
	transition: all 0.3s;
}
#header .h-gnb ul li.active > a,
#header .h-gnb ul li:hover > a {
	color: #4c75f2;
	transition: all 0.3s;
}
#header .h-gnb ul li > a {
	display: block;
	font-weight: 500;
	pointer-events: inherit;
	font-size: 14px;
	text-transform: initial;
	color: #555;
	box-shadow: none;
	background: transparent;
	padding: 10px 15px 15px 15px;
	margin: 0px;
	line-height: 20px;
}





/*************************/
/* #contents
/*************************/
#contents {
	padding: 137px 0 36px 0;
	min-height: 400px;
}






/*************************/
/* .login-wrap
/*************************/
.login-wrap {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 !important;
}
.login-wrap .form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.login-wrap .form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.login-wrap .form-signin .form-control:focus {
	z-index: 2;
}
.login-wrap .form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.login-wrap .form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.login-wrap a {
	display: block;
	width: 330px;
	margin: 0 auto;
	padding: 1rem 0;
}
.login-wrap a:hover,
.login-wrap a:active {
	color: #000;
}




/*************************/
/* .join-wrap
/*************************/
.join-wrap {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 !important;
}
.join-wrap .form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.join-wrap .form-signin .mb-3 {
	font-size: 14px;
	text-align: left;
}
.join-wrap .form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.join-wrap .form-signin .form-control:focus {
	z-index: 2;
}




/*************************/
/* .logout
/*************************/
.logout {}
.logout .modal-body {
	padding: 3rem 0;
	font-size: 16px;
	text-align: center;
}
.logout .modal-body button {
	margin: 0 4px;
}




/*************************/
/* .webtoon-list
/*************************/
.webtoon-list {}

.webtoon-list .wl-top {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 10px 3px 10px;
}
.webtoon-list .wl-top .wlt-total {
	font-size: 15px;
	letter-spacing: -0.5px;
}
.webtoon-list .wl-top .wlt-total b {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
}

.webtoon-list .wl-top .wlt-status {
    flex-grow: 1;
    margin-left: 15px;
}
.webtoon-list .wl-top .wlt-status,
.webtoon-list .wl-top .wlt-filter {
	display: flex;
}
.webtoon-list .wl-top .wlt-status a,
.webtoon-list .wl-top .wlt-filter a {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: #666;
	line-height: 21px;
	margin-left: 5px;
}
.webtoon-list .wl-top .wlt-status a:not(:first-child):before,
.webtoon-list .wl-top .wlt-filter a:not(:first-child):before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin-right: 5px;
	background: #666;
	opacity: 0.5;
}
.webtoon-list .wl-top .wlt-status a.now,
.webtoon-list .wl-top .wlt-filter a.now,
.webtoon-list .wl-top .wlt-status a:hover,
.webtoon-list .wl-top .wlt-filter a:hover {
	color: #4c75f2;
}


.webtoon-list .wl-list {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}
.webtoon-list .wl-list li {
	width: calc(20% - 20px);
	height: 100% !important;
	margin: 10px;
}
.webtoon-list .wl-list li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition: all 0.5s;
}
.webtoon-list .wl-list li a:hover,
.webtoon-list .wl-list li a:active {
	border-color: #0086e5;
}
.webtoon-list .wl-list li .wll-photo {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.297916666666667;
	border-bottom: 1px solid rgba(0,0,0,.125);
	overflow: hidden;
}
.webtoon-list .wl-list li .wll-photo span {
	position: absolute;
	padding: 0 25px 1px 25px;
	margin: 7px 0 0 -20px;
	font-size: 14px;
	color: #fff;
	letter-spacing: -1px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	z-index: 2;
}
.webtoon-list .wl-list li .wll-photo span.end {
	background: #70bc99;
}
.webtoon-list .wl-list li .wll-photo span.wait {
	background: #ab93eb;
}
.webtoon-list .wl-list li .wll-photo img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.297916666666667;
	transition: all 0.3s;
	object-fit: cover;
}
.webtoon-list .wl-list li:hover .wll-photo img {
	transform: scale(1.1);
}

.webtoon-list .wl-list li .wll-body {
	position: relative;
	width: 100%;
	height: 58px;
	padding: .5rem .65rem;
	box-sizing: border-box;
	color: #333;
}

.webtoon-list .wl-list li .wll-body h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -2px;
	word-break: keep-all;
	margin-top: 0;
	margin-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.webtoon-list .wl-list li a:hover .wll-body h4,
.webtoon-list .wl-list li a:active .wll-body h4 {
	color: #0086e5;
}
.webtoon-list .wl-list li .wll-body p.author {
	font-size: 13px;
	color: #444;
	letter-spacing: -1px;
}
.webtoon-list .wl-list li .wll-body p.author strong {
	font-weight: normal;
}
.webtoon-list .wl-list li .wll-body p.author i {
	margin-right: 2px;
}
.webtoon-list .wl-list li .wll-body p.author span {
	float: right;
	color: #17a2b8;
}

.webtoon-list .wl-list li .wll-footer {
	clear: both;
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #6c757d;
	text-align: center;
	padding: .3rem 1rem;
	background: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125);
	display: none;
}




/*************************/
/* .main.webtoon-list
/*************************/
.main.webtoon-list {
	margin-top: 10px;
	margin-bottom: 30px;
}

.main.webtoon-list .wl-title {
	position: relative;
	width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: -0.5px;
	color: #000;
}

.main.webtoon-list .wl-list {
    padding: 0;
}
.main.webtoon-list .wl-list li {
	width: calc(16.66666666666667% - 12px);
	margin: 6px;
}
.main.webtoon-list .wl-list li .wll-body {
	height: 34px;
}
.main.webtoon-list .wl-list li .wll-body h4 {
	font-size: 15px;
	line-height: 15px;
}



/*************************/
/* .webtoon-none
/*************************/
.webtoon-none {
	position: relative;
	width: 100%;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.webtoon-none i {
	font-size: 60px;
	color: #ddd;
}
.webtoon-none p {
	margin-top: 7px;
	font-size: 14px;
	color: #333;
}





/*************************/
/* .webtoon-info
/*************************/
.webtoon-info {
	position: relative;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.webtoon-info .wi-home {
	position: relative;
	margin-top: 48px;
	margin-bottom: 40px;
}
.webtoon-info .wi-wrap {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}
.webtoon-info .wi-home .wih-info {
	display: flex;
	width: 100%;
	align-items: flex-start;
}
.webtoon-info .wi-home .wih-info .wihi-poster {
	display: block;
	width: 218px;
	border-radius: 10px;
	margin-right: 30px;
	overflow: hidden;
}
.webtoon-info .wi-home .wih-info .wihi-poster img {
	width: 100%;
}

.webtoon-info .wi-home .wih-info .wihi-cont {
	flex: 1;
}
.webtoon-info .wi-home .wih-info .wihi-cont h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: -1px;
	color: #000;
	word-break: break-word;
}
.webtoon-info .wi-home .wih-info .wihi-cont h2 span {
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	color: #888;
	padding: 1px 5px 2px 4px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	vertical-align: middle;
}
.webtoon-info .wi-home .wih-info .wihi-cont p.people {
	margin-top: 3px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #777;
}
.webtoon-info .wi-home .wih-info .wihi-cont p.people a {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #000;
}
.webtoon-info .wi-home .wih-info .wihi-cont p.people a:hover {
	color: #479ae8;
}
.webtoon-info .wi-home .wih-info .wihi-cont p.people .update {
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}
.webtoon-info .wi-home .wih-info .wihi-cont p.people span:not(.update) {
    margin-right: 10px;
}

.webtoon-info .wi-home .wih-info .wihi-cont h3 {
	position: relative;
	margin-top: 10px;
	padding-right: 150px;
}
.webtoon-info .wi-home .wih-info .wihi-cont h3 p {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.5px;
	white-space: pre-line;
	display: -webkit-box;
	-webkit-box-orient: vertical;
/*	-webkit-line-clamp: 3;*/
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}
.webtoon-info .wi-home .wih-info .wihi-cont ul {
	display: flex;
	flex-wrap: wrap;
	margin: 15px -5px -5px 0;
}
.webtoon-info .wi-home .wih-info .wihi-cont ul li {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 0 5px 5px 0;
	padding: 0 10px 1px 10px;
	background: #ebebeb;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: #666;
}

.webtoon-info .wi-home .wih-info .wihi-cont .linkbtn {
	display: flex;
	margin-top: 25px;
}
.webtoon-info .wi-home .wih-info .wihi-cont .linkbtn button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 53px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	color: #333;
	margin-left: 8px;
	padding: 0 10px;
}
.webtoon-info .wi-home .wih-info .wihi-cont .linkbtn button:first-child {
	margin-left: 0;
}
.webtoon-info .wi-home .wih-info .wihi-cont button:hover {
	background: #fff;
	border-color: #0086e5;
	font-weight: 500;
	color: #0086e5;
}
.webtoon-info .wi-home .wih-info .wihi-cont .linkbtn button i {
	padding: 0 5px;
}
.webtoon-info .wi-home .wih-info .wihi-cont .linkbtn button span {
	display: -webkit-box;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -1px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.webtoon-info .wi-home .wih-info .wihi-cont .continue {
	width: 250px;
}
.webtoon-info .wi-home .wih-info .wihi-cont .zzim {
	width: 120px;
}
.webtoon-info .wi-home .wih-info .wihi-cont .url {
	width: 53px;
	background: #f3f3f3;
}



.webtoon-info .wi-cont {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
.webtoon-info .wi-cont .wic-list {
	width: calc(100% - 40px - 300px);
}
.webtoon-info .wi-cont .wic-list .list-group {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top .total {
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #666;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top .total b {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -1px;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top .sort {
	display: inline-flex;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top .sort a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    line-height: 20px;
    letter-spacing: -1px;
    margin-left: 10px;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top .sort a:not(:first-child):before {
    content: "";
    width: 1px;
    height: 12px;
    margin-right: 10px;
    background: #e0e0e0;
}
.webtoon-info .wi-cont .wic-list .list-group .lg-top .sort a.now,
.webtoon-info .wi-cont .wic-list .list-group .lg-top .sort a:hover {
    color: #4c75f2;
}

.webtoon-info .wi-cont .wic-list .list-group ul {
	position: relative;
	width: 100%;
	border-top: 1px solid #e0e0e0;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a {
	display: flex;
	width: 100%;
	min-height: 62px;
	align-items: center;
	padding: 8px 10px;
	border: 0;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a > div:first-child {
	position: relative;
	min-height: 62px;
	border-radius: 3px;
	overflow: hidden;
	flex: none;
	margin-right: 8px;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a > div > img {
	width: 106px;
	height: 62px;
	object-fit: cover;
	transition: .3s cubic-bezier(0.15, 0, 0.2, 1);
	margin-right: 10px;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a:hover > div > img {
	transform: scale(1.1);
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a > div > img.lezhin {
	height: 141px;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a > div > p {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -0.5px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	color: #555;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a > div > p.title {
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #000;
}

.webtoon-info .wi-cont .wic-list .list-group ul > li > a.view {
	background: #f6f6f6;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a.view > div > img {
	opacity: 0.8;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a.view > div > p {
	color: #999;
}
.webtoon-info .wi-cont .wic-list .list-group ul > li > a.view:hover > div > p {
	color: #444;
}



.webtoon-info .wi-cont .wic-add {
	width: 300px;
}
.webtoon-info .wi-cont .wic-add .wica-box {
	margin-top: 45px;
}
.webtoon-info .wi-cont .wic-add .wica-box:first-child {
	margin-top: 0;
}
.webtoon-info .wi-cont .wic-add .wica-box h2 {
	display: flex;
	height: 33px;
	font-size: 20px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: -1px;
	color: #000;
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}
.webtoon-info .wi-cont .wic-add .wica-box ul {
	display: flex;
	flex-direction: column;
	margin-top: 13px;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li {
	width: 100%;
	margin-bottom: 8px;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a img {
	width: 58px;
	height: auto;
	aspect-ratio: 1 / 1.297916666666667;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	word-break: break-word;
	margin-left: 15px;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a div p {
	font-size: 13px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a div p:first-child b {
    font-size: 15px;
	font-weight: 500;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a:hover div p b {
	color: #4c75f2;
}
.webtoon-info .wi-cont .wic-add .wica-box ul li a div p strong {
	font-weight: 400;
}





/*************************/
/* #view
/*************************/
.webtoon-view {
	padding: 44px 0 80px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	background: #fff;
}
.webtoon-view p {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.webtoon-view img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
}


.webtoon-top {
	position: relative;
	width: 100%;
	height: 55px;
	padding: 0 16px;
	box-sizing: border-box;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.webtoon-top button {
	width: 100%;
	height: 55px;
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	vertical-align: middle;
	margin: 0;
	background: transparent;
}
.webtoon-top button:hover {
	color: #0086e5;
}


.webtoon-footer {
	position: relative;
	width: 100%;
	padding: 40px 16px;
	box-sizing: border-box;
	background: #eee;
}
.webtoon-footer a {
	display: flex;
	width: 100%;
	max-width: 600px;
	min-height: 82px;
	background: #fff;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px 18px 10px 10px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}
.webtoon-footer a > img {
	width: 106px;
	height: 62px;
	object-fit: cover;
	border-radius: 6px;
	overflow: hidden;
	flex: none;
	border: 1px solid #eee;
}
.webtoon-footer a > div {
	flex-grow: 1;
	text-align: left;
	margin-left: 15px;
}
.webtoon-footer a > div > p {
	font-size: 13px;
	line-height: 13px;
	color: #777;
}
.webtoon-footer a > div > p > strong {
	font-size: 15px;
	line-height: 20px;
	color: #333;
}
.webtoon-footer a:hover > div > p > strong {
	color: #0086e5;
}
.webtoon-footer a > span {
	width: 24px;
	height: 24px;
	padding-top: 3px;
	background: #eee;
	border-radius: 50%;
	overflow: hidden;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
}




#headerv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	padding: 0 8px;
	background: #fff;
	z-index: 2;
	transition: all 0.3s;
	opacity: 1;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
#headerv h1 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 0 12px;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#headerv a,
#headerv button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	font-size: 20px;
	color: #000;
	background: transparent;
}
#headerv a:hover,
#headerv button:hover {
	color: #0086e5;
}


#footerv {
	position: fixed;
	bottom: 16px;
	left: 0;
	width: 100%;
	padding: 0 16px;
	background: transparent;
	z-index: 2;
	transition: all 0.3s;
	opacity: 1;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
#footerv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	font-size: 20px;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
#footerv a:hover {
	color: #0086e5;
}
#footerv a.none {
	background: transparent;
	border: 0;
	box-shadow: none;
}


#headerv.hide,
#footerv.hide {
	opacity: 0;
}
#headerv.hide {
	top: -44px;
}
#footerv.hide {
	bottom: -60px;
}




.page-item.active .page-link {
	color: #fff !important;
}
.page-item:not(.active) .page-link:hover {
	color: #000;
	background-color: #eff7ff;
}



.list-page {}
.list-page .page-item .page-link {
	border: 0;
	background: transparent;
	color: #333;
}
.list-page .page-item.active .page-link {
	color: #0d6efd !important;
	font-weight: 600;
}
.list-page .page-item .page-link:hover {
	background: transparent;
}
.list-page .page-item:not(.active) .page-link:hover {
	color: #0d6efd;
}




