@charset "utf-8";
/***공통***/

.display-none {
	display: none;
}

img[src$=".gif"], img[src$=".png"] {
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

html {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Noto Sans KR', 'SFProDisplay', -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
	text-align: center;
	color: #333333;
	max-width: 700px;
	margin: 0 auto;
}

h2, h3, h4, p {
	font-weight: normal;
	margin: 0;
}

a {
	display: block;
	text-decoration: none;
	color: #333333;
}

img {
	display: block;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


button, input, optgroup, select, textarea {
	line-height: 1;
}

/*nav*/

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 0 20px;
	position: fixed;
	top: 0;
	left: 0;
}

nav .arrow {
	width: 29px;
	height: 29px;
}

nav .close {
	width: 18px;
	height: 18px;
}

nav h1 {
	font-size: 18px;
	font-weight: 400;
}

nav h1 img {
	width: 70px;
}

/***index***/

/**main**/

main.index a {
	color: #ffffff;
	text-decoration: none;
}

/*그림 부분*/

main.index a img {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

main.index div.main_img {
	position: relative;
	width: 100%;
	margin: 100px auto 0;
	max-width: 500px;
}

/*글씨 부분*/

main.index .title h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 17px 0 7px;
	letter-spacing: -0.17px;
}

main.index .title h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

main.index .title p {
	font-size: 13px;
	margin: 15px 0;
	color: #aa72f1;
}

/**detail**/

header.detail {
	margin-top: 52px;
}

header.detail img.main {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: -999999;
	top: -29px;
}

header.detail h2 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 3px;
	letter-spacing: -0.17px;
}

header.detail p {
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	margin-bottom: 10px;
}

header.detail .score {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777777;
	margin-bottom: 10px;
}

header.detail .score>div {
	display: flex;
	align-items: center;
	margin: 0 8px;
}

header.detail .score .star img {
	width: 11px;
	/* height: 10px; */
	margin-right: 2px;
}

header.detail .score .good img {
	width: 13px;
	/* height: 12px; */
	margin-right: 2px;
}

header.detail .box {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 12px;
	margin-bottom: 29px;
}

header.detail .box li {
	border: 1px solid #999999;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 0 5px;
}

main.detail ul {
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

main.detail ul li a {
	display: flex;
	align-items: center;
	height: 110px;
	padding: 0 20px;
}

main.detail ul li a>img {
	width: 100px;
	height: 100px;
	margin-right: 8px;
}

main.detail ul li a span {
	display: flex;
	align-items: center;
	align-self: flex-start;
}

main.detail ul li a span .update {
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f55858;
	border-radius: 50%;
	font-size: 7px;
	color: #f55858;
	font-weight: bold;
}

main.detail ul li a span h4 {
	font-size: 12px;
	margin-right: 4px;
}

main.detail ul li a h3 {
	font-size: 14px;
	width: 100%;
	height: 40px;
}

main.detail ul li .box {
	width: 100%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
}

main.detail ul li .box2 {
	font-size: 12px;
	color: #777777;
	width: 100%;
	display: flex;
	align-items: center;
	align-self: flex-end;
}

main.detail ul li .box2 .date {
	margin-right: 20px;
}

main.detail ul li .box2 .star {
	display: flex;
	align-items: center;
}

main.detail ul li .box2 .star img {
	width: 11px;
	/* height: 10px; */
	padding-right: 2px;
}

main.detail ul li .box2>div:nth-child(3) {
	margin-left: auto;
}

/*비활성화*/

main.detail ul li.gray a {
	background-color: #eeeeee;
	color: #777777;
}

/*3화 클릭시*/

.background {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.use_box {
	background-color: white;
	width: 280px;
	height: 160px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	z-index: 9999999;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	display: none;
}

.use_box>p {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	padding-top: 46px;
	border-bottom: 1px solid #ddd;
}

.use_box .no, .use_box .yes {
	width: 139.5px;
	height: 40px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.use_box .use_line {
	width: 1px;
	height: 40px;
	background-color: #ddd;
}

.info {
	width: 190px;
	height: 40px;
	font-size: 18px;
	line-height: 36px;
	background-color: #555;
	color: white;
	border-radius: 10px;
	position: fixed;
	top: 378px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

/***detail2***/

div.music div {
	position: fixed;
	top: 80px;
	right: 0;
	width: 52px;
	height: 46px;
	background: url(../images/music_on.png) no-repeat;
	background-size: cover;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

div.music div.music_off {
	width: 52px;
	height: 46px;
	background: url(../images/music_off.png) no-repeat;
	background-size: cover;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

nav.detail2 {
	background-color: black;
	width: 100vw;
	padding-right: 20px;
	position: fixed;
	top: 0;
}

nav.detail2 h1 {
	width: 100%;
	font-size: 18px;
	color: rgb(255, 255, 255);
}

nav.detail2 .menu {
	width: 15px;
	height: 15px;
}

main.detail2 img {
	/* margin: 52px auto 0; 2021-08-18 */
	margin: 0px auto;
	width: 100vw;
	max-width: 600px;
}

.bar {
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.bar p {
	color: white;
	font-size: 18px;
}

.bar li:nth-child(1) a {
	width: 70px;
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.bar li:nth-child(1) a img {
	width: 19px;
	height: 18px;
	margin-right: 10px;
	margin-top: 3px;
}

.bar li:nth-child(2) {
	width: 70px;
	display: flex;
	align-items: center;
}

.bar li:nth-child(2) div.toggle_tumb {
	width: 20.79px;
	height: 18px;
	margin-right: 10px;
	background: url(../images/thumb_full.png) no-repeat;
	background-size: 20px 18px;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.bar li:nth-child(2) div {
	width: 20.79px;
	height: 18px;
	margin-right: 10px;
	background: url(../images/thumb.png) no-repeat;
	background-size: 20px 18px;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.bar li:nth-child(3) {
	margin-left: auto;
	margin-right: 28px;
}

/***footer***/

.detail2_wrap {
	margin: 50px 0;
	width: 100%;
	height: 10px;
	background-color: #ddd;
}

footer.detail2 {
	padding-bottom: 160px;
	text-align: left;
}

footer.detail2>a>div {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 13px 20px;
}

footer.detail2>div {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 13px 20px;
}

footer.detail2>a>div>p {
	width: 100%;
	margin-bottom: 4px;
}

footer.detail2>div>p {
	width: 100%;
	margin-bottom: 4px;
}

footer.detail2>a>div>div {
	display: flex;
	align-items: center;
	width: 100%;
}

footer.detail2>div>div {
	display: flex;
	align-items: center;
	width: 100%;
}

footer.detail2>a>div>div>p {
	font-size: 20px;
}

footer.detail2>div>div>p {
	font-size: 20px;
}

footer.detail2 img {
	margin-left: 4px;
	width: 11px;
	height: 11px;
}

footer.detail2 .btn {
	font-size: 13px;
	color: #999;
	border: 1px solid #999;
	padding: 5px 7px;
	border-radius: 5px;
	margin-left: auto;
}

/*detail2의 별점 클릭시*/

.use_box .score {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.use_box .score>div:nth-child(1) {
	font-size: 18px;
	padding: 18px 0 14px;
}

.use_box .score>div:nth-child(2) {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-bottom: 13px;
}

.use_box .score>div:nth-child(2) img {
	padding: 0 1px;
}

.use_box .score>div:nth-child(3) {
	font-size: 12px;
	color: #999;
}

/***comment html***/

nav.comment {
	border-bottom: 1px solid #ddd;
	padding-right: 49px;
}

nav.comment h1 span {
	color: #8e49c9;
	margin-left: 3px;
}

/*main*/

main.comment {
	margin-top: 45px;
	text-align: left;
}

main.comment>div.comment {
	padding: 17px 20px 15px;
	border-bottom: 1px solid #eee;
}

main.comment>div .best {
	color: #8e49c9;
	font-size: 12px;
	width: 45px;
	height: 20px;
	border: 1px solid #8e49c9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 11px;
}

main.comment .wrap1 {
	display: flex;
	width: 100%;
	margin-bottom: 12px;
	font-size: 14px;
	align-items: center;
}

main.comment .wrap1 p {
	margin-right: 16px;
}

main.comment .wrap1 div a {
	color: #ddd;
}

main.comment .wrap1 .date {
	color: #ddd;
	font-size: 10px;
	color: #999999;
}

main.comment .date {
	margin-left: auto;
}

main.comment .wrap2 {
	margin-bottom: 17px;
	font-size: 12px;
}

main.comment .wrap3 {
	font-size: 11px;
	color: #999;
}

form#comment_input {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	position: fixed;
	bottom: 0;
	height: 52px;
	width: 100%;
	max-width: 700px;
	border-top: 1px solid #eee;
}

form#comment_input input {
	border: none;
	outline: none;
	text-indent: 20px;
}

form#comment_input button {
	padding: 0 20px;
	background: none;
	border: none;
	color: #999;
}

main.index .title .btn {
	margin: 0 auto;
	color: #aa72f1;
	padding: 8px 20px;
	border: 1px solid #aa72f1;
	border-radius: 32px;
	width: 120px;
}

main.index .title div.btn2 {
	margin: 15px auto 0px;
	color: #626262;
	border: 1px solid #626262;
	font-weight: bold;
}

/*--------------------kkn 이하 custom--------------------------*/

main.comment .wrap1 .mb_nick {
	font-size: 14px;
	margin-right: 0px;
}

main.comment .wrap1 .mb_artist_tag {
	width: 40px;
	background-image: url(../images/artist_nick_tag.png);
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

main.comment .comment .tran_mark_wrap {
	display: flex;
	margin: 20px 0px;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

main.comment .comment .tran_mark_wrap .tran_left,
main.comment .comment .tran_mark_wrap .tran_right {
	height: 1px;
	background: #EEEEEE;
	width: 50%;
}

main.comment .comment .tran_mark_wrap .tran_img {
	background-image: url(../images/icon_feed_tran.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 14px;
}


main.comment .comment_spot {
	position: relative;
}

main .is_bset_spot {
	background-color: #F4F1FF;
}

main.comment>div .best {
	color: #FFF;
	width: 45px;
	height: 20px;
	border: 1px solid #8e49c9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	background: #8E49C9;
	box-sizing: border-box;
	border-radius: 50px;
	font-style: normal;
	/* font-weight: 600; */
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	letter-spacing: -0.165px;
}

.reply_comment_arrow {
	position: absolute;
	/* outline: 1px solid red; */
	width: 8.5px;
	height: 11px;
	top: 17px;
	left: 0px;
	background: url(../images/reply_comment_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

main.comment .cmt_btn_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}

main.comment .cmt_btn_wrap .wrap3 {
	width: auto;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 6px 9px;
	/* max-width: 300px; */
	/* display: inline; */
	background: #FFFFFF;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

main.comment .cmt_btn_wrap .wrap3 span {
	margin-right: 4px;
	font-size: 11px;
	line-height: 11px;
}

main.comment .cmt_btn_wrap .wrap3 span:nth-last-child(1) {
	margin-right: 0px;
}

main.comment .cmt_btn_wrap .wrap3 .goodIcon {
	background-image: url(../images/cmt_good.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 9px;
	display: block;
	background-size: contain;
}

main.comment .cmt_btn_wrap .wrap3 .goodIcon.on {
	background-image: url(../images/cmt_good_on.png);
}

main.comment .cmt_btn_wrap .wrap3 .goodTextOn {
	color: #8e49c9
}

main.comment .cmt_btn_wrap .wrap3 .replyIcon {
	background-image: url(../images/cmt_replay.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	background-size: contain;
}

main.comment .cmt_btn_wrap .replay_cmt {
	margin-left: 10px;
}

main.comment .cmt_btn_wrap .wrap3 .cnt {
	color: #8e49c9
}

main.comment .cmt_btn_wrap .del_cmt {
	margin-left: auto;
}

main.index .title .btn {
	width: auto;
	min-width: 120px;
	display: inline-block;
	box-sizing: initial;
	line-height: 1.15;
}

/*
nav {
	 height:auto;
}
*/

nav.comment {
	background-color: white;
	z-index: 1;
	/*kkn 2021-07-29 */
}

main.comment {
	margin-bottom: 50px;
}

.webtoon_img_wrap {
	margin-top: 44px;
}

.webtoon_img_wrap .list_img {
	min-height: 200px;
}

.rating_view_img_wrap .rating_view_one {
	width: 27px;
	height: 24px;
	background-image: url("../images/big_star.png");
	background-repeat: no-repeat;
}

.rating_view_img_wrap .rating_view_one_blank {
	background-image: url("../images/big_star_empty.png");
}

form#comment_input input {
	width: 100%;
}

form#comment_input .submit_btn {
	padding: 0 20px;
	/*background: none;*/
	background: #FFF;
	min-width: 80px;
	border: none;
	color: #999;
}

form#comment_input .submit_btn.active {
	color: #8E49C9;
}

._info {
	width: 70%;
	/* height: 40px; */
	padding: 5px;
	font-size: 18px;
	line-height: 18px;
	background-color: #555;
	color: white;
	border-radius: 10px;
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
}

.guide_message {
	margin-top: 100px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}


.episode_explain {
	text-align: center;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}


.center_view_img {
	max-width: 217px;
	position: fixed;
	top: 0px;
	z-index: 2;
	left: calc(50% - 108px);
}


/*******페이징 CSS**********/
.paging {
	margin-top: 20px;
	display: flex;
	align-content: flex-end;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.paging a {
	padding: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #d2d2d2;
	margin-right: 5px;
	font-size: 12px;
	cursor: pointer;
	color: #212529;
	display: flex;
	justify-content: center;
	align-items: center;
}

.paging a.direction.first::after {
	content: "<";
}

.paging a.direction.last::after {
	content: ">";
}

.paging a.on {
	color: #fff !important;
	background-color: #f44336 !important;
}


#cuation_text_wrap , #cuation_text_wrap2 {
	opacity: 0.9;
	width: 100vw;
	left : 0;
	flex-direction: column;
	height: 100vh;
	text-align: center;
	background-color: #000;
	z-index: 9999;
	display: flex;
	position: fixed;
	color: #FFF;
	justify-content: center;
	align-content: center;
	align-items: center;
	top: 0;
	line-height: 30px;
	letter-spacing: 1px;
	display: none;
}