@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

input {
	-webkit-border-radius: 0;
}

input[type=submit], input[type=button] {
	-webkit-appearance:none;
}

textarea {
	resize: none;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

ol, ul, li { list-style: none; margin: 0; padding: 0; }

a:link, a:visited { 
	color: #fff; text-decoration: none;
}

a[href^="/toolbar/popup/abuseReport/"] { 
	display: none; 
}

.container_postbtn {
	display: none;
}

body {
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
}

.whole {
	width: 800px;
	border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.scene {
	width: 100%;
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 40px;
}

.search-wrap {
	width: calc(100% - 40px);
	text-align: right;
	padding: 20px;
}

.search {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.search-wrap:hover .text {
	width: 200px;
	padding: 0px 5px;
	border: 2px solid #fff;
	background: #181818;
}

.text {
	background: none;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 10pt;
	width: 0px;
	height: 30px;
	transition: 0.5s;
}

.text::placeholder {
	color: #fff;
}

.search-icon {
	font-size: 8pt;
	background: #181818;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s;
}

.title {
    width: calc(100% - 80px);
    text-align: justify;
    margin-top: 220px;
    margin-bottom: 40px;
    padding: 0px 40px;
		font-family: 'Limelight', 'Black Han Sans', sans-serif;
    font-size: 5em;
    line-height: 1;
    color: #F7F3E8;

    text-shadow:
        0 2px 4px rgba(0,0,0,.9),
        0 0 12px rgba(0,0,0,.6);
}

.running-time {
	width: calc(100% - 80px);
	text-align: justify;
	padding: 0px 40px;
}

.rt1 {
	width: 100px;
	border-top: 2px solid #cf2f27;
	display: inline-block;
	vertical-align: middle;
}

.rt2 {
	width: 100px;
	border-top: 2px solid #525152;
	display: inline-block;
	vertical-align: middle;
}

.rt3 {
	display: inline-block;
	font-size: 10pt;
	color: #c5c5c5;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
	margin-left: 10px;
}

.buttons {
	width: calc(100% - 80px);
	padding: 0px 40px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 40px;
}

.play {
	width: 100px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	color: #000;
	font-size: 10pt;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
	display: inline-block;
}

.play i {
	margin-right: 10px;
}

.button {
	width: 40px;
	height: 40px;
	background: rgba(37, 36, 36, 0.52);
	border: 2px solid rgba(255,255,255,0.55);
	color: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 12pt;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.header-info {
	width: calc(100% - 80px);
	padding: 0px 40px;
	text-align: justify;
}

.info-left {
	display: inline-block;
	width: 60%;
	margin-right: 40px;
	vertical-align: top;
}

.info1 {
	font-size: 10pt;
	margin-bottom: 20px;
}

.rating-rpg, .rating-r12, .rating-r15, .rating-r18 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

.r-pg, .r-12, .r-15, .r-18 {
	display: none;
	width: 30px;
}

.rating-rpg .r-pg, .rating-r12 .r-12, .rating-r15 .r-15, .rating-r18 .r-18 {
	display: inline-block;
}

.info2 {
	font-size: 12pt;
	margin-bottom: 20px;
}

.info2 span {
	font-weight: 700;
}

.info3 {
	font-size: 12pt;
	line-height: 1.8;
	width: 100%;
}

.info-right {
	display: inline-block;
	width: calc(40% - 40px);
	vertical-align: top;
	font-size: 10pt;
	line-height: 1.8;
}

.info-right span {
	color: #777777;
}

.select {
	width: calc(100% - 80px);
	padding: 0px 40px;
	margin-bottom: 40px;
}

.episode {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	font-size: 14pt;
	font-weight: 700;
	text-align: justify;
}

.episode-select-wrap {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.episode-select {
	display: inline-block;
	background: #242424;
	border: 2px solid #525152;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 20px;
	line-height: 2;
}

.episode-select-default {
	display: block;
	cursor: default;
}

.episode-select > ul, .episode-select > ul > li > a { 
	display: none; 
}

.container {
	width: calc(100% - 80px);
	padding: 0px 40px;
}

.list-gallery li {
	padding: 40px 0px 40px 0px;
	border-bottom: 1px solid #404040;
}

.list-gallery li:first-child {
	padding-top: 0;
}

.list-gallery li:last-child {
	border-bottom: none;
}

.list-thumb {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 110px;
	background: url(./images/loading.png);
}

.list-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.list-info {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 220px);
	margin-left: 20px;
	text-align: justify;
	font-size: 10pt;
}

.info-setup {
	margin-bottom: 20px;
	font-weight: 700;
}

.list-title {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.list-date {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	text-align: right;
}

.info-desc {
	height: 115px;
	overflow: hidden;
}

.article-tags {
	text-align: right;
	font-size: 10pt;
	color: #cf2f27;
	margin-bottom: 40px;
}

.article-tags a {
	color: #cf2f27;
}

.article-tags a:before {
	content: "#";
}

.article_content {
	font-size: 10pt;
	margin-bottom: 40px;
	text-align: justify;
}

div [data-ke-type="moreLess"] a {
	background: #2f2f2f;
	color: #fff !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 10pt !important;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.moreless-content { 
	margin-top: 20px;
}

.article-rt {
	margin-bottom: 20px;
	width: 100%;
}

.article-bar1 {
	width: 30%;
	border-top: 4px solid #cf2f27;
	display: inline-block;
	vertical-align: middle;
}

.article-bar2 {
	width: 55%;
	border-top: 4px solid #525152;
	display: inline-block;
	vertical-align: middle;
}

.article-date {
	font-size: 10pt;
	width: 15%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.article-setup {
	width: 100%;
	margin-bottom: 40px;
}

.article-setup i {
	font-size: 15pt;
	vertical-align: middle;
}

.article-setup-left {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
	font-size: 10pt;
	color: #adadad;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-setup-left i {
	margin-right: 20px;
	color: #fff;
}

.article-setup-left span {
	font-size: 12pt;
	color: #fff;
	margin-right: 10px;
}

.article-setup-right {
	width: 10%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.area-related {
	width: 100%;
}

.list-related li {
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.list-related li:nth-child(2n+2) {
	margin-right: 0px;
}

.thumb-related {
	width: 100%;
}

.related-img {
	width: 100%;
	height: 200px;
}

.related-img img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0px 0px;
	object-fit: cover;
	margin: auto;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
}

.related-title {
	background: #2f2f2f;
	border-radius: 0px 0px 5px 5px;
	width: calc(100% - 40px);
	height: 80px;
	padding: 0px 20px;
	font-size: 10pt;
	font-weight: 700;
	text-align: justify;
	line-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.comment {
	margin-top: 20px;
	margin-bottom: 40px;
	display: none;
}

.commentlist {
	font-size: 10pt;
	text-align: justify;
	width: 100%;
}

.commentlist li {
	margin-bottom: 20px;
}

#comment-body, #comment-body2 {
	width: 100%;
	min-height: 120px;
	border-radius: 5px;
}

.commentlist li ul {
	margin-left: 20px;
}

#comment-body2 {
	margin-top: 20px;
}

.comment-img {
	width: 120px;
	height: calc(100% - 40px);
	background: #202020;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 5px 0px 0px 5px;
	padding: 20px 0px;
}

.comment-img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin: auto;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	border-radius: 5px;
}

.comment-right {
	display: inline-block;
	width: calc(100% - 160px);
	min-height: 84px;
	vertical-align: top;
	font-size: 10pt;
	padding: 20px;
	background: #2f2f2f;
	border-radius: 0px 5px 5px 0px;
}

.comment-right i {
	margin-right: 5px;
	color: #cf2f27;
}

.comment-name {
	font-weight: 700;
	margin-right: 10px;
}

.comment-date {
	margin-right: 10px;
	color: #525152;
}

.comment-desc {
	margin-top: 10px;
}

.name .tistoryProfileLayerTrigger {
	display: none;
}

.commentwrite {
	width: 100%;
	margin-top: 40px;
}

.guest {
	width: 100%;
	margin-bottom: 20px;
}

.guest input {
	width: calc(50% - 10px);
	height: 40px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	border-radius: 10px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #000;
	font-size: 10pt;
	text-align: center;
	display: inline-block;
}

.guest input::placeholder {
	color: #000;
}

.guest input[type=text] {
	margin-right: 20px;
}

.commentwrite-body {
	width: 100%;
}

.commentwrite-body textarea {
	width: calc(100% - 40px);
	height: 200px;
	background: #2f2f2f;
	border: none;
	border-radius: 10px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
	font-size: 10pt;
	padding: 20px;
}

.commentwrite-input {
	width: 100%;
	margin-top: 20px;
}

.commentwrite-input input[type=submit], .commentwrite-input label {
	width: calc(50% - 10px);
	height: 40px;
	border: none;
	border-radius: 10px;
	background: #202020;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
	font-size: 10pt;
	display: inline-block;
}

.commentwrite-input input[type=checkbox] {
	display: none;
}

.commentwrite-input label {
	line-height: 40px;
	margin-right: 20px;
	transition: 0.5s;
}

.commentwrite-input input[type=checkbox]:checked + label {
	background: #000;
	color: #202020;
}

.article {
	font-size: 10pt;
	text-align: justify;
	margin-bottom: 20px;
}

.protected {
	margin-top: 200px;
	margin-bottom: 200px;
	width: 100%;
}

.pro-desc {
	font-size: 15pt;
	margin-bottom: 20px;
}

.pro-profiles {
	font-size: 10pt;
	margin-bottom: 20px;
	width: 100%;
}

.pro-profiles1, .pro-profiles2 {
	margin-right: 20px;
}

.pro-profiles1, .pro-profiles2, .pro-profiles3 {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

.pro-profiles1 img, .pro-profiles2 img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin: auto;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin-bottom: 10px;
	display: block;
	transition: 0.5s;
}

.pro-profiles1 img:hover, .pro-profiles2 img:hover {
	opacity: 0.5;
	border: 4px solid #404040;
	box-sizing: border-box;
}

.pro-profiles1 i, .pro-profiles2 i {
	color: #cf2f27;
	font-size: 10pt;
	margin-left: 10px;
	display: none;
}

.pro-profiles4 {
	width: 100%;
	height: 160px;
	background: #eee;
	color: #888;
	font-size: 80pt;
	line-height: 160px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.pro-pass {
	width: 160px;
}

.pro-pass input {
	width: 100%;
	padding: 10px;
	background: transparent;
	border: 1px solid #404040;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 10pt;
	color: #404040;
}

.pro-pass input::placeholder {
	color: #404040;
}

.paging {
	margin-top: 20px;
}

.prev {
	margin-right: 20px;
}

.prev, .next {
	width: 40px;
	height: 40px;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 15pt;
	line-height: 38px;
	display: inline-block;
}

.guestbook {
	width: 100%;
}

.guestwrite {
	width: 100%;
}

.guest-guest {
	width: 100%;
	margin-bottom: 20px;
}

.guest-guest input {
	width: calc(50% - 10px);
	height: 40px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	border-radius: 10px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #000;
	font-size: 10pt;
	text-align: center;
	display: inline-block;
}

.guest-guest input::placeholder {
	color: #000;
}

.guest-guest input[type=text] {
	margin-right: 20px;
}

.guestwrite-body {
	width: 100%;
}

.guest-write-body textarea {
	width: calc(100% - 40px);
	height: 200px;
	background: #2f2f2f;
	border: none;
	border-radius: 10px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
	font-size: 10pt;
	padding: 20px;
}

.guest-input {
	width: 100%;
	margin-top: 20px;
}

.guest-input input[type=submit], .guest-input label {
	width: calc(50% - 10px);
	height: 40px;
	border: none;
	border-radius: 10px;
	background: #202020;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
	font-size: 10pt;
	display: inline-block;
}

.guest-input label {
	line-height: 40px;
	margin-right: 20px;
	transition: 0.5s;
}

.guest-input input[type=checkbox] {
	display: none;
}

.guest-input input[type=checkbox]:checked + label {
	background: #000;
	color: #202020;
}

.guestlist {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: justify;
}

.guestlist li {
	margin-bottom: 20px;
}

.guestlist li ul {
	margin-left: 20px;
}

.disclaimer {
	width: calc(100% - 80px);
	padding: 0px 40px;
	text-align: justify;
	font-size: 10pt;
	margin-top: 40px;
}

.disclaimer img {
	vertical-align: middle;
	width: 40px;
	margin-right: 10px;
}

.part1 {
	margin-bottom: 10px;
}

.part-part {
	display: inline-block;
	width: 140px;
}

.txt-low, .txt-abv, .txt-slth, .txt-high, .txt-vryh {
	display: none;
}

#low .txt-low, #abv .txt-abv, #slth .txt-slth, #vryh .txt-vryh {
	display: inline-block;
}

.copy {
	width: calc(100% - 80px);
	padding: 40px;
	text-align: justify;
	font-size: 10pt;
}

@media (max-width: 1000px) {
	
	.whole {
		width: 95%;
	}

	.title {
		width: calc(100% - 40px);
		padding: 0px 20px;
		margin-bottom: 20px;
		margin-top: 160px;
		font-size: 2.5em;
	}

	.running-time {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.rt1 {
		width: 15%;
	}

	.rt2 {
		width: 30%;
	}

	.buttons {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.header-info {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.info-left {
		display: block;
		width: 100%;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.info-right {
		display: block;
		width: 100%;
	}
	
	.select {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.list-thumb {
		display: block;
		width: 100%;
		height: 170px;
		background: url(./images/loading.png);
		background-size: cover;
		background-position: center;
		border-radius: 5px;
	}

	.list-info {
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}

	.info-setup {
		margin-bottom: 0px;
		font-weight: 700;
	}

	.info-desc {
		display: none;
	}
	
	.container {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.article-bar1 {
		width: 30%;
	}

	.article-bar2 {
		width: 45%;
	}

	.article-date {
		width: 25%;
	}

	.article-setup i {
		font-size: 12pt;
	}

	.article-setup-left {
		width: 80%;
	}

	.article-setup-left i {
		margin-right: 10px;
	}

	.article-setup-right {
		width: 20%;
	}

	.list-related li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.related-img {
		height: 100px;
	}

	.related-title {
		width: calc(100% - 20px);
		height: 40px;
		padding: 0px 10px;
		font-size: 8pt;
		line-height: 40px;
	}

	#comment-body, #comment-body2 {
		min-height: 120px;
	}

	.commentlist li ul {
		margin-left: 10px;
	}

	.comment-img {
		width: 80px;
		height: calc(100% - 40px);
		padding: 20px 0px;
	}

	.comment-img img {
		width: 40px;
		height: 40px;
	}

	.comment-right {
		width: calc(100% - 120px);
		min-height: 80px;
		padding: 20px;
	}

	.comment-right i {
		margin-right: 2.5px;
	}

	.comment-name {
		margin-right: 5px;
	}

	.comment-date {
		margin-right: 5px;
	}
	
	.guest {
		margin-bottom: 10px;
	}

	.guest input {
		width: calc(50% - 5px);
	}

	.guest input[type=text] {
		margin-right: 10px;
	}

	.commentwrite-body textarea {
		height: 120px;
	}

	.commentwrite-input {
		margin-top: 10px;
	}

	.commentwrite-input input[type=submit], .commentwrite-input label {
		width: calc(50% - 5px);
	}

	.commentwrite-input label {
		margin-right: 10px;
	}
	
	.protected {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.pro-desc {
		font-size: 12pt;
	}

	.pro-profiles1, .pro-profiles2 {
		margin-right: 2%;
	}

	.pro-profiles1, .pro-profiles2, .pro-profiles3 {
		width: 32%;
	}

	.pro-profiles1 img, .pro-profiles2 img {
		height: 28vw;
	}

	.pro-profiles4 {
		height: 28vw;
		font-size: 40pt;
		line-height: 28vw;
	}

	.pro-pass {
		width: 50%;
	}
	
	.guest-guest {
		margin-bottom: 10px;
	}

	.guest-guest input {
		width: calc(50% - 5px);
	}

	.guest-guest input[type=text] {
		margin-right: 10px;
	}

	.guest-write-body textarea {
		height: 120px;
	}

	.guest-input {
		margin-top: 5px;
	}

	.guest-input input[type=submit], .guest-input label {
		width: calc(50% - 5px);
	}

	.guest-input label {
		margin-right: 10px;
	}

	.disclaimer {
		width: calc(100% - 40px);
		padding: 0px 20px;
		line-height: 50px;
	}

	.part1 {
		margin-bottom: 0px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	
	.part2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.copy {
		width: calc(100% - 40px);
		padding: 40px 20px;
	}

}
[data-tistory-react-app="Namecard"] {
display: none;
}
#tistorytoolbarid {display:none;}

.article_content {
    background: #fff;
    color: #222;
    padding: 40px;
    border-radius: 16px;
    font-size: 10pt;
}
.article_content {
    background: #fff;
    color: #222;
    padding: 40px;
    border-radius: 16px;
    font-size: 10pt;
}

/* 티스토리 기본 '카테고리의 다른 글' 제거 */
.another_category,
.another_category_color_gray,
.another_category table,
.article_content .another_category,
.article_content div[class*="another_category"],
.article_content table[class*="another_category"] {
    display: none !important;
}
/* ========================================
   이전화 · 전체 회차 · 다음화
======================================== */

.episode-navigation {
    width: 100%;
    margin: 12px 0 40px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}


/* 공통 버튼 */

.episode-side,
.episode-all {
    box-sizing: border-box;
    min-width: 0;
    height: 46px;
    padding: 0 18px;

    display: flex;
    align-items: center;

    background: #fff;
    border: 0;
    border-radius: 5px;

    color: #111 !important;
    text-decoration: none;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.2),
        0 1px 1px rgba(0, 0, 0, 0.12);

    transition:
        background-color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}


/* 이전화 · 다음화 */

.episode-side {
    gap: 8px;
}

.episode-previous {
    justify-content: flex-start;
    text-align: left;
}

.episode-next {
    justify-content: flex-end;
    text-align: right;
}


/* 이전화 / 다음화 표시 */

.episode-direction {
    flex-shrink: 0;

    color: #111;
    font-size: 9pt;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}


/* 게시글 제목 */

.episode-title {
    min-width: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #111;
    font-size: 10pt;
    font-weight: 700;
    line-height: 1.2;
}


/* 전체 회차 */

.episode-all {
    min-width: 112px;
    justify-content: center;

    color: #111 !important;
    font-size: 10pt;
    font-weight: 700;
    white-space: nowrap;
}


/* 호버 */

.episode-side:hover,
.episode-all:hover {
    background: #f2f2f2;
    transform: translateY(-1px);

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.24),
        0 1px 2px rgba(0, 0, 0, 0.14);
}

.episode-side:hover .episode-title,
.episode-side:hover .episode-direction {
    color: #111;
}


/* 이전화나 다음화가 없을 때 */

.episode-disabled {
    opacity: 0.45;
    cursor: default;
}

.episode-disabled:hover {
    background: #fff;
    transform: none;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.2),
        0 1px 1px rgba(0, 0, 0, 0.12);
}

/* 목록용 미리보기 문구는 실제 본문에서 숨김 */
.article_content .list-preview {
  display: none !important;
}

/* ========================================
   모바일
======================================== */

@media screen and (max-width: 700px) {

  /* ========================================
     전체 화면
  ======================================== */

  html,
  body {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }


  /* ========================================
     스킨 전체 영역
  ======================================== */

  .whole {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 0;
    margin-bottom: 0;

    border-radius: 0;
  }


  /* ========================================
     상단 커버
  ======================================== */

  .scene {
    width: 100%;

    margin-bottom: 28px;

    background-size: cover !important;
    background-repeat: no-repeat !important;
  }


  /* 검색 */
  .search-wrap {
    width: 100%;

    padding: 14px 16px;
    box-sizing: border-box;
  }


  /* ========================================
     상단 제목
  ======================================== */

  .title {
    width: 100%;

    margin-top: 150px;
    margin-bottom: 20px;

    padding: 0 18px;
    box-sizing: border-box;

    font-size: 2.2em;
    line-height: 1.08;

    word-break: keep-all;
    overflow-wrap: break-word;
  }


  /* ========================================
     러닝타임
  ======================================== */

  .running-time {
    width: 100%;

    padding: 0 18px;
    box-sizing: border-box;
  }

  .rt1 {
    width: 18%;
  }

  .rt2 {
    width: 28%;
  }

  .rt3 {
    margin-left: 7px;

    font-size: 9pt;
  }


  /* ========================================
     상단 버튼
  ======================================== */

  .buttons {
    width: 100%;

    margin-top: 14px;
    margin-bottom: 28px;

    padding: 0 18px;
    box-sizing: border-box;
  }

  .play {
    width: auto;
    min-width: 92px;

    padding: 0 13px;
    margin-right: 8px;
  }

  .button {
    margin-right: 6px;
  }


  /* ========================================
     작품 정보
  ======================================== */

  .header-info {
    width: 100%;

    padding: 0 18px 24px;
    box-sizing: border-box;
  }

  .info-left,
  .info-right {
    display: block;

    width: 100%;
    margin-right: 0;
  }

  .info-left {
    margin-bottom: 18px;
  }

  .info1 {
    margin-bottom: 13px;

    font-size: 9pt;
  }

  .info2 {
    margin-bottom: 13px;

    font-size: 11pt;
    line-height: 1.6;

    word-break: keep-all;
  }

  .info3 {
    width: 100%;

    font-size: 10pt;
    line-height: 1.75;

    word-break: keep-all;
  }

  .info-right {
    font-size: 9pt;
    line-height: 1.8;
  }


  /* ========================================
     회차 선택
  ======================================== */

  .select {
    width: 100%;

    margin-bottom: 28px;

    padding: 0 18px;
    box-sizing: border-box;
  }

  .episode {
    width: 38%;

    font-size: 12pt;
  }

  .episode-select-wrap {
    width: 62%;
  }

  .episode-select {
    padding: 8px 13px;

    font-size: 9pt;
  }


  /* ========================================
     ★ 게시글 전체 본문 영역
  ======================================== */

  .container {
    width: 100% !important;
    max-width: 100% !important;

    padding: 0 8px !important;
    box-sizing: border-box;
  }

  .contents {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
  }


  /* ========================================
     ★ 실제 게시글 본문
     기존 40px 여백을 모바일에서 크게 줄임
  ======================================== */

  .article_content {
    width: 100% !important;
    max-width: 100% !important;

    margin-bottom: 28px;

    padding: 16px 6px !important;
    box-sizing: border-box;

    border-radius: 10px;

    font-size: 10pt;
  }


  /* 본문 이미지 */
  .article_content img {
    max-width: 100% !important;
    height: auto !important;
  }


  /* ========================================
     게시글 태그
  ======================================== */

  .article-tags {
    margin-bottom: 22px;

    font-size: 9pt;
  }


  /* ========================================
     게시글 하단 진행바
  ======================================== */

  .article-bar1 {
    width: 25%;
  }

  .article-bar2 {
    width: 50%;
  }

  .article-date {
    width: 25%;

    font-size: 8pt;
  }


  /* ========================================
     게시글 하단 정보
  ======================================== */

  .article-setup {
    margin-bottom: 28px;
  }

  .article-setup-left {
    width: 78%;

    font-size: 9pt;
  }

  .article-setup-left span {
    margin-right: 6px;

    font-size: 10pt;
  }

  .article-setup-left i {
    margin-right: 8px;
  }

  .article-setup-right {
    width: 22%;
  }

  .article-setup i {
    font-size: 11pt;
  }


  /* ========================================
     카테고리 글 목록
  ======================================== */

  .list-gallery li {
    padding: 24px 0;
  }

  .list-thumb {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 16 / 9;

    background-size: cover;
    background-position: center;

    border-radius: 5px;
  }

  .list-thumb img {
    width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .list-info {
    display: block;

    width: 100%;

    margin-top: 12px;
    margin-left: 0;
  }

  .info-setup {
    margin-bottom: 0;
  }

  .list-title {
    width: 78%;
  }

  .list-date {
    width: 22%;

    font-size: 8pt;
  }

  .info-desc {
    display: none;
  }


  /* ========================================
     댓글
  ======================================== */

  #comment-body,
  #comment-body2 {
    min-height: 80px;
  }

  .commentlist li ul {
    margin-left: 8px;
  }

  .comment-img {
    width: 54px;

    padding: 12px 0;
  }

  .comment-img img {
    width: 34px;
    height: 34px;
  }

  .comment-right {
    width: calc(100% - 54px);
    min-height: 58px;

    padding: 12px;
    box-sizing: border-box;

    font-size: 9pt;
  }

  .comment-name {
    margin-right: 5px;
  }

  .comment-date {
    margin-right: 5px;

    font-size: 8pt;
  }


  /* ========================================
     댓글 작성
  ======================================== */

  .guest {
    margin-bottom: 10px;
  }

  .guest input {
    width: calc(50% - 5px);
  }

  .guest input[type=text] {
    margin-right: 10px;
  }

  .commentwrite-body textarea {
    width: 100%;

    height: 120px;

    padding: 14px;
    box-sizing: border-box;
  }

  .commentwrite-input {
    margin-top: 10px;
  }

  .commentwrite-input input[type=submit],
  .commentwrite-input label {
    width: calc(50% - 5px);
  }

  .commentwrite-input label {
    margin-right: 10px;
  }


  /* ========================================
     방명록
  ======================================== */

  .guest-guest {
    margin-bottom: 10px;
  }

  .guest-guest input {
    width: calc(50% - 5px);
  }

  .guest-guest input[type=text] {
    margin-right: 10px;
  }

  .guest-write-body textarea {
    width: 100%;

    height: 120px;

    padding: 14px;
    box-sizing: border-box;
  }

  .guest-input {
    margin-top: 5px;
  }

  .guest-input input[type=submit],
  .guest-input label {
    width: calc(50% - 5px);
  }

  .guest-input label {
    margin-right: 10px;
  }


  /* ========================================
     프로필 선택
  ======================================== */

  .protected {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pro-desc {
    font-size: 12pt;
  }

  .pro-profiles1,
  .pro-profiles2 {
    margin-right: 2%;
  }

  .pro-profiles1,
  .pro-profiles2,
  .pro-profiles3 {
    width: 32%;
  }

  .pro-profiles1 img,
  .pro-profiles2 img {
    height: 28vw;
  }

  .pro-profiles4 {
    height: 28vw;

    font-size: 36pt;
    line-height: 28vw;
  }

  .pro-pass {
    width: 60%;
    max-width: 200px;
  }


  /* ========================================
     등급 정보
  ======================================== */

  .disclaimer {
    width: 100%;

    margin-top: 30px;

    padding: 0 18px;
    box-sizing: border-box;

    line-height: 1.8;
  }

  .part1,
  .part2 {
    display: block;

    width: 100%;
  }

  .part1 {
    margin-bottom: 0;
  }

  .part-part {
    width: auto;
    min-width: 48%;

    margin-bottom: 10px;
  }

  .disclaimer img {
    width: 34px;
  }


  /* ========================================
     카피라이트
  ======================================== */

  .copy {
    width: 100%;

    padding: 28px 18px;
    box-sizing: border-box;

    font-size: 9pt;
  }


  /* ========================================
     이전화 · 전체 회차 · 다음화
  ======================================== */

  .episode-navigation {
    width: 100%;

    margin: 10px 0 30px;

    grid-template-columns:
      minmax(0, 1fr)
      auto
      minmax(0, 1fr);

    gap: 6px;
  }

  .episode-side,
  .episode-all {
    height: 42px;

    padding: 0 10px;

    border-radius: 5px;
  }

  /* 모바일에서는 이전화·다음화 게시글 제목 숨김 */
  .episode-side .episode-title {
    display: none;
  }

  .episode-side {
    justify-content: center;

    gap: 0;
  }

  .episode-direction {
    color: #111;

    font-size: 8.5pt;
    font-weight: 700;
  }

  .episode-all {
    min-width: auto;

    padding: 0 13px;

    color: #111 !important;

    font-size: 8.5pt;
    font-weight: 700;
  }

}
