div,
ul,
ol,
li,
dl,
dt,
dd,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
textarea,
a,
em,
svg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

hr {
    margin: 0px;
    padding: 0px
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

body {
    background: white;
    line-height: 1.2;
    color: black
}

ol,
ul {
    list-style: none
}

textarea {
    margin: 0px;
    padding: 0px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: ""
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    background-color: transparent
}

input {
    padding: 0px;
    margin: 0px
}

canvas {
    margin: 0px;
    padding: 0px;
    vertical-align: top
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

input,
button {
    outline: none;
    border: none
}

button {
    background-color: transparent;
    box-sizing: border-box
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard Bold"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/pretendard/dist/web/static/woff/Pretendard-Bold.woff") format("woff")
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/pretendard/dist/web/static/woff/Pretendard-SemiBold.woff") format("woff")
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Regular"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/pretendard/dist/web/static/woff/Pretendard-Regular.woff") format("woff")
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Light"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/pretendard/dist/web/static/woff/Pretendard-Light.woff") format("woff")
}

body * {
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif;
    color: inherit;
    font-size: inherit
}

body img {
    vertical-align: middle
}

body,
body html,
body .wrap {
    min-height: 100vh
}

body button .alt {
    display: none
}

.wrap {
    width: 100%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #282c34;
    font-size: clamp(10px, 1.04167vw, 20px);
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.68)
}

.wrap>header {
    width: 100%;
    height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a1a1a;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99
}

.wrap>header>.inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    padding: 0 14px
}

.wrap>header>.inner .logo {
    width: 148px;
    height: 21px;
    display: inline-flex;
    flex-direction: row;
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.wrap>header>.inner .logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent
}

.wrap>header>.inner nav {
    flex: 1;
    padding: 0 3.499%
}

.wrap>header>.inner nav menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    gap: 4.373%
}

.wrap>header>.inner nav menu>li {
    font-size: 18px;
    color: #fff
}

.wrap>header>.inner nav menu>li a {
    color: inherit;
    position: relative
}

.wrap>header>.inner nav menu>li a.new::after {
    content: 'N';
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9px;
    position: absolute;
    top: -0.9em;
    right: -0.9em;
    display: inline-block;
    background-color: #ffde00;
    color: #1a1a1a
}
.wrap>header>.inner nav menu>li a.active {
	color: #ffde00;
}

.wrap>header>.inner .head-search {
    width: 200px;
    height: 37px;
    background-color: #242424;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 0 5px 0 20px
}

.wrap>header>.inner .head-search>input {
    flex: 1;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    background-color: transparent
}

.wrap>header>.inner .head-search>input::placeholder {
    text-align: center;
    color: #9d9d9d
}

.wrap>header>.inner .head-search>button {
    width: 37px;
    height: 37px;
    min-width: 37px;
    background-image: url(../img/icon/ico-search.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%
}

.wrap>main {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.wrap>main>.container {
    width: 100%;
    max-width: 1400px;
    position: relative
}

.wrap>main>.container>:is(.left-banner, .right-banner) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 157px; height: 100%;
    position: absolute;
    top: 0;
	padding-top: 50px;
}
.wrap>main>.container>:is(.left-banner, .right-banner)>ul {
	position: sticky;
	top: 100px; left: 0;
}
.wrap>main>.container>:is(.left-banner, .right-banner)>ul>li {
    width: 100%
}

.wrap>main>.container>:is(.left-banner, .right-banner)>ul>li img {
    width: 100%;
    height: auto
}

.wrap>main>.container>:is(.left-banner, .right-banner)>ul>li .null {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.4;
    color: #ffde00;
    background-color: #1a1a1a;
    aspect-ratio: 1 / 1.80892
}

.wrap>main>.container>:is(.left-banner, .right-banner)>ul>li .null>p {
    font-size: 30px;
    text-align: center
}

.wrap>main>.container>:is(.left-banner, .right-banner)>ul>li .null>p+p {
    font-size: 18px
}

.wrap>main>.container>:is(.left-banner, .right-banner)>ul>li .null>p.email {
    margin-top: 20px
}

.wrap>main>.container>.left-banner {
    left: -12px;
    transform: translateX(-100%)
}

.wrap>main>.container>.right-banner {
    right: -12px;
    transform: translateX(100%)
}

.wrap>main>.container>.content {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 10px
}

.wrap>main>.container>.content .link-text-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.wrap>main>.container>.content .link-text-section article {
    width: 100%;
    height: 41px;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #fff;
    padding: 0 10px
}

.wrap>main>.container>.content .link-text-section article>p {
    font-size: 18px
}

.wrap>main>.container>.content .link-text-section article>p.yellow {
    color: #ffe400
}

.wrap>main>.container>.content .link-text-section article>.link-contact {
    height: 27px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #242424;
    border: 1px solid #585858;
    font-size: 16px;
    color: inherit;
    padding: 0 12px;
    border-radius: 14px;
    white-space: nowrap
}

.wrap>main>.container>.content .top-banner-section>ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px 3px
}

.wrap>main>.container>.content .top-banner-section>ul>li {
    aspect-ratio: 3.01087 / 1
}

.wrap>main>.container>.content .top-banner-section>ul>li img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul {
    display: flex;
    flex-direction: row;
    gap: 1px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul>li {
    flex: 1
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul>li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    cursor: pointer
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul>li label input {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul>li label input+.text {
    width: 100%;
    height: 49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul>li label input:checked+.text {
    color: #1a1a1a;
    background-color: #ffde00
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
	display: none;
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 143px;
    height: 46px;
    font-size: 20px;
    color: #1a1a1a;
    background-color: #ffde00;
    overflow: hidden
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject::before,
.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject::after {
    content: '';
    display: block;
    width: 10%;
    aspect-ratio: 1 / 1;
    background-color: #1a1a1a;
    position: absolute
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject::before {
    top: -5%;
    right: -5%;
    transform: rotate(45deg) translate(-50%, -50%)
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject::after {
    bottom: -5%;
    left: -5%;
    transform: rotate(45deg) translate(50%, 50%)
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul>li {
    flex: 1
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul>li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul>li label input {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul>li label input+.text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 31px;
    border: 1px solid #84868a;
    border-radius: 16px;
    font-size: 18px;
    color: #fff
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul>li label input:checked+.text {
    color: #1a1a1a;
    background-color: #ffde00;
    border-color: #ffde00
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin {
    width: 100%;
    min-height: 63px;
	padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;	
    gap: 10px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>:is(dt, dd) label input {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>:is(dt, dd) label input+.text {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #84868a
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>:is(dt, dd) label input+.text img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>:is(dt, dd) label input:checked+.text {
    color: #1a1a1a;
    background-color: #ffde00;
    border-color: #ffde00
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>dt label .text {
    padding: 0 24px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>dd label .text {
    padding: 0 10px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 8px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category>ul>li label {
    cursor: pointer
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category>ul>li label input {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category>ul>li label input+.text {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 37px;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #84868a;
    padding: 0 16px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category>ul>li label input:checked+.text {
    color: #1a1a1a;
    background-color: #ffde00;
    border-color: #ffde00
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide {
    width: 100%;
    height: 41px;
    background-color: #1a1a1a;
    position: relative;
    overflow: hidden;
    transition: all .25s
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide.close {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide>ul>li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffe400;
    text-align: center
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close {
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 2;
    transform: translateY(-50%);
    width: 22px;
    height: 22px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close span {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close::before,
.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close::after {
    content: '';
    display: block;
    width: 112%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul {
    display: flex;
    flex-direction: row;
    gap: 2px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul>li label {
    cursor: pointer
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul>li label input {
    display: none
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul>li label input+.text {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #84868a;
    padding: 0 20px
}

.wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul>li label input:checked+.text {
    color: #1a1a1a;
    background-color: #ffde00;
    border-color: #ffde00
}

.wrap>main>.container>.content .topbig-banner-section {
	width: 100%;
}
.wrap>main>.container>.content .topsub-banner-section {
	width: 100%;
	max-width: 800px;
}
.wrap>main>.container>.content :is(.topbig-banner-section, .topsub-banner-section)>ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.wrap>main>.container>.content :is(.topbig-banner-section, .topsub-banner-section)>ul>li {
	width: 100%;
}
.wrap>main>.container>.content :is(.topbig-banner-section, .topsub-banner-section)>ul>li img {
	width: 100%; height: auto;
}

.wrap>main>.container>.content .toon-list-section {
    margin-top: 4px;
	padding-bottom: 20px;
}

.wrap>main>.container>.content .toon-list-section .page-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.wrap>main>.container>.content .toon-list-section .page-title .title {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}
.wrap>main>.container>.content .toon-list-section .page-title .btn-remove-bookmark {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	height: 24px;
	font-size: 13px;
	color: #000;
	background-color: #ffde00;
	border-radius: 4px;
}
.wrap>main>.container>.content .toon-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px
}

.wrap>main>.container>.content .toon-list>li {
    aspect-ratio: 191 / 219;
    /*display: flex;
    flex-direction: column;*/
    background-color: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	opacity: 0;
	transition: all 1s;
}

.wrap>main>.container>.content .toon-list>li.loaded {
	opacity: 1;
}

.wrap>main>.container>.content .toon-list>li .sticker {
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.wrap>main>.container>.content .toon-list>li .sticker img {
	width: 25px; height: 25px;
    border-radius: 5px;
    overflow: hidden
}

.wrap>main>.container>.content .toon-list>li .thumb {
    width: 100%;
    aspect-ratio: 1.55285 / 1
}

.wrap>main>.container>.content .toon-list>li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wrap>main>.container>.content .toon-list>li .toon-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px 6px 8px 6px
}

.wrap>main>.container>.content .toon-list>li .toon-info .title {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wrap>main>.container>.content .toon-list>li .toon-info .summary {
	min-height: 2.4em;
    font-size: 12px;
    color: #ccc
}

.wrap>main>.container>.content .toon-list>li .toon-info .other {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
}

.wrap>main>.container>.content .toon-list>li .toon-info .other .author {
	flex: 1;
    font-size: 12px;
    color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap>main>.container>.content .toon-list>li .toon-info .other .author::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon/ico-author.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
	margin-right: 2px;
}

.wrap>main>.container>.content .toon-list>li .toon-info .other .link-new {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 18px;
    border: 1px solid #767676;
    border-radius: 5px;
    font-size: 12px;
    color: #ccc;
    padding-top: 1%
}

.wrap>main>.container>.content .toon-list>li .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: calc(100% - 26px);
    font-size: 0;
    color: transparent
}

.wrap>main>.container>.content .toon-list>li.update .toon-info .title::before {
    content: 'UP';
    width: 30px;
    height: 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #ff7200;
    margin-right: 2px
}
.wrap>footer {
	display: flex;
	flex-direction: column;
	width: 100%; min-height: 30px;
}

.detail-toon-section {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 0 10px;
}
.detail-toon-section .toon-thumbs {
	flex: 0 0 56%;
}
.detail-toon-section .toon-thumbs .thumb {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.detail-toon-section .toon-thumbs .thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
}
.detail-toon-section .toon-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.detail-toon-section .toon-content .toon-title {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #ccc;
}
.detail-toon-section .toon-content .toon-title .title {
	font-size: 24px;
	font-weight: 900;
}
.detail-toon-section .toon-content .toon-title .toon-summary {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.detail-toon-section .toon-content .toon-title .toon-summary>li {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.detail-toon-section .toon-content .toon-title .toon-summary>li.stickers .sticker-adult {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #fff;
	background-color: #ff0000;
	padding: 2px 4px 2px 3px;
	border-radius: 4px;
}
.detail-toon-section .toon-content .toon-title .toon-summary>li.channel {
	gap: 3px;
}
.detail-toon-section .toon-content .toon-title .toon-summary>li.channel .ico-channel {
	width: 16px; height: 16px;
	border-radius: 4px;
}
.detail-toon-section .toon-content .toon-title .toon-summary>li.author {}
.detail-toon-section .toon-content .toon-desc {
	border-top: 1px solid #393c4a;
	border-bottom: 1px solid #393c4a;
	font-size: 14px;
	color: #999;
	line-height: 1.4;
	padding: 14px 0;
	margin: 4px 0;
}
.detail-toon-section .toon-content .toon-other {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 14px;
	color: #999;
}
.detail-toon-section .toon-content .toon-other>li {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.detail-toon-section .toon-content .toon-other>li.category {
	gap: 4px;
}
.detail-toon-section .toon-content .toon-other>li.category>.sticker-category {
	display: inline-block;
	color: #282c34;
	background-color: #fff;
	padding: 2px 5px;
	border-radius: 4px;
	font-size: 14px;
}
.detail-toon-section .toon-content .toon-other>li.update-week {
	gap: 4px;
}
.detail-toon-section .toon-content .toon-other>li.update-week .sticker-week {
	color: #fff;
    background-color: #6c757d;
	border-radius: 4px;
	padding: 2px 5px;
}
.detail-toon-section .toon-content .toon-butons {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 4px;
	font-size: 14px;
}
.detail-toon-section .toon-content .toon-butons :is(button, a) {
	width: 100%; height: 40px;
	flex: 1;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 2px;
	font-size: 15px;
	border-radius: 4px;
	background-color: #282c34;
	border: 1px solid #999;
	color: #999;
	transition: all .25s;
}
.detail-toon-section .toon-content .toon-butons :is(button, a):hover {
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
}
.detail-toon-section .toon-content .toon-butons :is(button, a).btn-bookmark.active {
	color: #282c34;
	background-color: #ffde00;
	border: 1px solid #ffde00;
	opacity: 0.9;
}
.detail-toon-section .toon-content .toon-butons :is(button, a).btn-bookmark.active:hover {
	opacity: 1;
}
.this-toon-list {
	width: 100%;
	border-top: 1px solid #999;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.this-toon-list .list-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #999;
}
.this-toon-list .list-head .btn-toon-sort {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	padding: 4px 8px;
}
.this-toon-list .list-head .btn-toon-sort::before {
	content: '⤓';
	display: inline-block;
	transform: translateY(1px) rotate(180deg);
	transition: transform .25s;
}
.this-toon-list .list-head .btn-toon-sort.arsort::before {
	transform: translateY(1px) rotate(0deg);
}
.this-toon-list .list-body .row-toon-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.this-toon-list .list-body .row-toon-list.arsort {
	flex-direction: column-reverse;
}
.this-toon-list .list-body .row-toon-list>li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	background-color: rgba(255, 255, 255, .1);
	padding: 10px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.this-toon-list .list-body .row-toon-list>li .title {
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.this-toon-list .list-body .row-toon-list>li .date {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 2px;
	font-size: 12px;
	color: #999;
}
.this-toon-list .list-body .row-toon-list>li .link {
	display: block;
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
	font-size: 0;
	color: transparent;
}

.toon-image-contents {
	width: 100%;
	max-width: 800px;
}
.toon-image-contents img {
	width: 100%; height: auto;
}

:is(.btn-prev-ep, .btn-next-ep) {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 34px; height: 38px;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	background-color: rgba(255, 255, 255, .01);
}
:is(.btn-prev-ep, .btn-next-ep).disabled {
	opacity: 0.3;
	pointer-events: none;
}
:is(.btn-prev-ep, .btn-next-ep) span {
	display: none;
}
:is(.btn-prev-ep, .btn-next-ep)::before {
	content: '';
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px; height: 12px;
	border: solid #ccc;
	border-radius: 2px;
}
.btn-prev-ep {
	left: 5px;
}
.btn-prev-ep::before {
	border-width: 0 0 3px 3px;
	transform: translateX(25%) rotate(45deg);
}
.btn-next-ep {
	right: 5px;
}
.btn-next-ep::before {
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	transform: translateX(-25%) rotate(45deg);
}
.bottom-menu {
	position: fixed;
	bottom: 0; left: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.bottom-menu>dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1px;
	background-color: rgba( 60, 60, 60, .95 );
}
.bottom-menu>dl>dt {
	width: 100%; height: 44px;
	background-color: rgba( 0, 0, 0, .5 );
}
.bottom-menu>dl>dd {
	flex: 1;
	width: 100%; height: 44px;
	background-color: rgba( 0, 0, 0, .9 );
}
.bottom-menu>dl>:is(dt, dd) :is(a, button) {
	width: 100%; height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 3px;
	font-size: 16px;
	color: #fff;
}
.container > .content :is(.btn-prev-ep, .btn-next-ep, .bottom-menu) {
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}
.container > .content.active :is(.btn-prev-ep, .btn-next-ep, .bottom-menu) {
	z-index: 99;
	opacity: 1;
	pointer-events: auto;
}
.layer-wrap {
	position: fixed;
	top: 0; left: 0;
	z-index: -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%; height: 100%;
	background-color: rgba( 0, 0, 0, .3 );
	touch-action: none;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-20px);
	transition: all .45s;
}
.layer-wrap.active {
	z-index: 9999;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.layer-wrap > .layer-container {
	width: calc(100% - 20px);
	max-width: 500px;
	min-height: 100px;
	border-radius: 10px;
	background-color: #1e2026;
	position: relative;
	padding: 10px 0;
}
.layer-wrap > .layer-container .btn-close-layer {
	position: absolute;
	top: 5px; right: 5px;
	width: 30px; height: 30px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.layer-wrap > .layer-container .btn-close-layer span {
	display: none;
}
.layer-wrap > .layer-container .btn-close-layer::before,
.layer-wrap > .layer-container .btn-close-layer::after {
	content: '';
	display: block;
	width: 70%; height: 3px;
	border-radius: 2px;
	background-color: #999;
	position: absolute;
	top: 50%; left: 50%;
}
.layer-wrap > .layer-container .btn-close-layer::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.layer-wrap > .layer-container .btn-close-layer::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.layer-wrap > .layer-container .layer-title {
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding: 0 40px 10px 10px;
	border-bottom: 1px solid #666;
}
.layer-wrap > .layer-container .layer-content {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 0 10px;
}
.layer-wrap > .layer-container .layer-buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	border-top: 1px solid #666;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
}
.layer-wrap > .layer-container .layer-buttons button {
	font-size: 16px;
	padding: 8px 12px;
	background-color: #999;
	color: #fff;
	border-radius: 4px;
}
.wrap>main>.container>.content .layer-wrap > .layer-container .layer-content .toon-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
.wrap>main>.container>.content .layer-wrap > .layer-container .layer-content .toon-list>li .toon-info { gap: 5px; }
.wrap>main>.container>.content .layer-wrap > .layer-container .layer-content .toon-list>li .toon-info .summary {
	min-height: unset;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.layer-wrap > .layer-container .layer-content .this-toon-list {
	padding: 0;
	border-top: 0;
}
.layer-wrap > .layer-container .layer-content .this-toon-list .list-body .row-toon-list {
	max-height: 50vh;
	overflow-y: scroll;
	touch-action: none;
}
.layer-wrap > .layer-container .layer-content .this-toon-list .list-body .row-toon-list::-webkit-scrollbar {
	width: 4px;
}
.layer-wrap > .layer-container .layer-content .this-toon-list .list-body .row-toon-list::-webkit-scrollbar-thumb {
	background-color: rgba( 0, 0, 0, .7 );
	border-radius: 2px;
}
.layer-wrap > .layer-container .layer-content .this-toon-list .list-body .row-toon-list::-webkit-scrollbar-track {
	background-color: rgba( 255, 255, 255, .3 );
}
.layer-wrap > .layer-container .layer-content .this-toon-list .list-body .row-toon-list>li { overflow: visible }
.layer-wrap > .layer-container .layer-content .this-toon-list .list-body .row-toon-list>li .date { display: none; }

@media (max-width: 1200px) {
    .wrap>main>.container>:is(.left-banner, .right-banner) {
        display: none
    }

    .wrap>main>.container>.content .top-banner-section>ul {
        grid-template-columns: repeat(3, 1fr)
    }

    .wrap>main>.container>.content .toon-list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 0 5px
    }
}

@media (max-width: 920px) {
    .wrap>header {
        min-width: 280px;
        height: auto
    }

    .wrap>header>.inner {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px
    }

    .wrap>header>.inner .logo {
        width: 84px;
        height: 12px
    }

    .wrap>header>.inner nav {
        width: 100%;
        height: 40px;
        flex: none;
        order: 1;
        background-color: #1a1a1a;
        margin-top: 10px
    }

    .wrap>header>.inner nav menu {
        width: 100%;
        height: 100%
    }

    .wrap>header>.inner nav menu>li {
        flex: auto;
        font-size: 14px
    }

    .wrap>header>.inner .head-search {
        width: 160px;
        height: 30px;
        border-radius: 15px;
        padding: 0 5px 0 10px
    }

    .wrap>header>.inner .head-search>input {
        font-size: 14px
    }

    .wrap>header>.inner .head-search>button {
        width: 30px;
        height: 30px;
        min-width: 30px;
        background-size: 16px 16px
    }

    .wrap>main>.container>.content .link-text-section article {
        width: 100%;
        height: 40px;
        gap: 8px
    }

    .wrap>main>.container>.content .link-text-section article>p {
        font-size: 14px
    }

    .wrap>main>.container>.content .link-text-section article>.link-contact {
        height: 22px;
        font-size: 12px;
        border-radius: 11px
    }

    .wrap>main>.container>.content .top-banner-section {
        padding: 0 5px
    }

    .wrap>main>.container>.content .top-banner-section>ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .wrap>main>.container>.content .top-banner-section>ul>li:nth-child(15) {
        display: none
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-state>ul>li label input+.text {
        width: 100%;
        height: 40px;
        font-size: 16px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 5px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject {
        width: 100%;
        height: 40px;
        font-size: 16px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject::before,
    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week .subject::after {
        width: 8%
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul {
        width: 100%
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-week>ul>li label input+.text {
        width: 100%;
        height: 28px;
        border-radius: 12px;
        font-size: 14px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin {
        width: 100%;
        height: auto;
        padding: 10px 5px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl {
        justify-content: center
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>:is(dt, dd) label input+.text {
        height: 34px;
        border-radius: 18px;
        font-size: 14px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>:is(dt, dd) label input+.text img {
        width: 14px;
        height: 14px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>dt label .text {
        padding: 0 16px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-origin>dl>dd label .text {
        padding: 0 10px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category {
        padding: 0 5px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-category>ul>li label input+.text {
        height: 30px;
        border-radius: 15px;
        font-size: 14px;
        padding: 0 14px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide>ul>li {
        font-size: 14px;
        padding-right: 20px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .notice-slide .btn-close {
        width: 16px;
        height: 16px;
        right: 6px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort {
        padding: 0 5px
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul>li label input {
        display: none
    }

    .wrap>main>.container>.content :is(.filter-section, .filter-section form) .filter-sort>ul>li label input+.text {
        height: 32px;
        font-size: 14px;
        padding: 0 14px
    }
	
	.wrap>main>.container>.content .toon-list-section .page-title {
		padding: 0 10px 10px 10px;
	}
	.wrap>main>.container>.content .toon-list-section .page-title .title {
		font-size: 16px;
	}
	.wrap>main>.container>.content .toon-list-section .page-title .btn-remove-bookmark {
		padding: 0 6px;
		height: 24px;
		font-size: 13px;
	}

    .wrap>main>.container>.content .toon-list {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 5px
    }
	
	.wrap>main>.container>.content .toon-list>li .toon-info {
		gap: 2px;
	}

    .wrap>main>.container>.content .toon-list>li .toon-info .title {
        font-size: 14px
    }

    .wrap>main>.container>.content .toon-list>li.update .toon-info .title::before {
        content: 'UP';
        width: 26px;
        height: 18px;
        font-size: 12px;
        margin-right: 4px
    }
	.wrap>main>.container>.content .toon-list>li .toon-info .summary {
		min-height: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.detail-toon-section {
		flex-direction: column;
	}
	.detail-toon-section .toon-thumbs {
		flex: none;
		width: 100%;
	}
	.bottom-menu>dl>dt { height: 40px; }
	.bottom-menu>dl>dd { height: 40px; }
	.bottom-menu>dl>:is(dt, dd) :is(a, button) {
		font-size: 14px;
	}
}