html {
  scroll-behavior: smooth;
  touch-action: manipulation; 
}

html,
body {
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
}

:root {
  --base--color: #ff015b;
  --dark-color: #050818;
  --yellow-color: #fff21f;
  --green-color: #00d564;
  --grey-color: #e1e3e8;
  --grey02-color: #f3f5f8;
  --grey03-color: #b6b8bb;
}


/*layui*/
.upload-header label,
.layui-layer-content .j-submit-btn {
  background-color: var(--dark-color) !important;
}

.page-link {
  color: var(--grey03-color);
  border: 0px !important;
}

.page-link:hover {
  color: var(--dark-color);
}

.active>.page-link,
.page-link.active {
  background-color: #fff;
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

hr {
  border-top: 1px solid #e1e3e8;
  opacity: 1;
}

.hover-pink:hover {
  color: var(--base--color) !important;
}

.main-menu a {
  font-weight: bold;
  color: var(--grey03-color);
}

.main-menu a:hover {
  color: var(--base--color);
}

header .history-list img {
  width: 60px;
}

header .dropdown-menu-dark {
  background-color: var(--dark-color);
}

small,
.small {
  font-size: 13px;
}

.main-class a.active {
  color: var(--base--color) !important;
}

.katoon-box .img-box {
  position: relative;
  margin-bottom: 0.8rem;
  display: block;
}

.katoon-box .img-box b ,.xtoon-comic .comic-list>div>a b{
  position: absolute;
  left: 6px;
  bottom: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 5px;
}

.katoon-box h6,
.new-katoon h6 {
  gap: 5px;
}

.katoon-box h6 span {
  transform: translateY(-2px);
}

.katoon-box label,
.new-katoon label {
  font-size: .8rem;
  line-height: 1rem !important;
  overflow: hidden;
  height: 1rem;
}

.katoon-box .img-box span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-size: 1.3rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  position: absolute;
  left: 5px;
  top: -1px;
  display: block;
  transition: all 0.3s;
  background: url(../images/img_01.svg) no-repeat center;
}

.katoon-box .img-box:hover span {
  background: url(../images/img_02.svg) no-repeat center;
}

.katoon-box .img-box small {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 14px;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: var(--base--color);
}

.katoon-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 218 / 290;
  object-fit: cover;
}

.katoon-box h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.swiper-prev,
.swiper-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: all 0.3s;
  background-color: var(--grey-color);
}

.swiper-prev:hover,
.swiper-next:hover {
  background-color: var(--dark-color);
  color: #fff;
  transform: scale(1.1);
}

.swiper-prev {
  left: -10px;
}

.swiper-next {
  right: -10px;
}

.up {
  border: 1px solid var(--base--color);
  padding: 0 3px;
  border-radius: 3px;
  color: var(--base--color);
  font-size: 0.6rem;
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
}

.ad {
  border: 1px solid #DEE2E6;
  padding: 0 3px;
  border-radius: 3px;
  color: #B5B5B5;
  font-size: 0.6rem;
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
}

.over {
  border: 1px solid var(--green-color);
  padding: 0px 3px;
  border-radius: 3px;
  color: var(--green-color);
  font-size: 0.6rem;
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
}

.new-katoon img {
  width: 160px;
  height: 90px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

footer {
  background-color: var(--grey02-color);
  color: #b6b8bb;
  line-height: 120% !important;
}

.second-class {
  background-color: var(--grey02-color);
}

.second-class .active {
  background-color: var(--dark-color);
  color: #fff;
  border-radius: 20px;
}

.second-class strong {
  cursor: pointer;
  font-size: 14px;
  padding: 0px 10px;
}

.switch-container {
  display: inline-block;
  position: relative;
}

.apple-switch {
  display: none;
}

.apple-switch-label {
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 34px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.apple-switch-label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s;
}

.apple-switch:checked+.apple-switch-label {
  background-color: var(--green-color);
}

m .apple-switch:checked+.apple-switch-label::after {
  transform: translateX(20px);
}

.is-up #up-no {
  display: none;
}

.tags div {
  display: none;
  gap: 15px;
  align-items: center;
}

.tags div.show {
  display: flex;
  flex-wrap: wrap;
}

.tags div a,
.info-tags span {
  background: var(--grey02-color);
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 30px;
  color: var(--dark-color);
}

.tags div a:hover {
  background-color: var(--dark-color);
  color: #fff;
}

.tags div a.active {
  background-color: var(--dark-color);
  color: #fff;
  font-weight: bold;
}

.new-hot {
  font-size: 14px;
}

.new-hot a {
  color: var(--grey03-color);
}

.new-hot a:hover {
  color: var(--dark-color) !important;
}

.new-hot .active {
  color: var(--dark-color) !important;
}

.loading {
  background-color: var(--grey02-color);
}

.info-btn a {
  font-size: 14px !important;
}

.mini-tips {
  background-color: var(--dark-color);
  position: fixed;
  z-index: 999;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.mini-tips i {
  color: var(--yellow-color);
}

.chapter-list a {
  position: relative;
}

.chapter-list .on img {
  opacity: .5;
}

.chapter-list .on::after {
  content: '읽음';
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  background-color: var(--dark-color);
}

/* .chapter-list a {
  display: flex;
  flex-direction: column;
} */

/* .chapter-list a strong {
  display: block;
  font-size: 14px;
} */

.comment-list .reply {
  display: none;
}

.view-top {
  position: fixed;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  background-color: var(--dark-color);
  z-index: 999;
  transition: all 0.3s ease;
}

.view-top.view-hide {
  top: -60px;
  opacity: 0;
}

.view-bottom.view-hide {
  bottom: -60px;
  opacity: 0;
}

.view-list.view-hide {
  display: none !important;
}

.view-bottom {
  position: fixed;
  height: 50px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 7px;
  background-color: var(--dark-color);
  z-index: 999;
  transition: all 0.3s ease;
}

.view-main .view-img {
  display: flex;
}

.view-main .view-img img ,.view-main .view-img iframe{
  max-width: 590px;
  width: 100%;
  margin: 0px auto;
}

.view-main .view-img iframe{
    min-height: 80vh;
}

.view-main.size-0 .view-img img ,.view-main.size-0 .chapter-ad ,.view-main.size-0 .view-img iframe{
  max-width: 90px;
}

.view-main.size-1 .view-img img,.view-main.size-1 .chapter-ad ,.view-main.size-1 .view-img iframe{
  max-width: 190px;
}
.view-main.size-2 .view-img img,.view-main.size-2 .chapter-ad  ,.view-main.size-2 .view-img iframe{
  max-width: 290px;
}
.view-main.size-3 .view-img img,.view-main.size-3 .chapter-ad  ,.view-main.size-3 .view-img iframe{
  max-width: 390px;
}
.view-main.size-4 .view-img img,.view-main.size-4 .chapter-ad  ,.view-main.size-4 .view-img iframe{
  max-width: 490px;
}
.view-main.size-5 .view-img img ,.view-main.size-5 .chapter-ad ,.view-main.size-5 .view-img iframe{
  max-width: 590px;
}
.view-main.size-6 .view-img img,.view-main.size-6 .chapter-ad  ,.view-main.size-6 .view-img iframe{
  max-width: 690px;
}
.view-main.size-7 .view-img img ,.view-main.size-7 .chapter-ad ,.view-main.size-7 .view-img iframe{
  max-width: 790px;
}
.view-main.size-8 .view-img img ,.view-main.size-8 .chapter-ad ,.view-main.size-8 .view-img iframe{
  max-width: 890px;
}
.view-main.size-9 .view-img img,.view-main.size-9 .chapter-ad  ,.view-main.size-9 .view-img iframe{
  max-width: 990px;
}
.view-main.size-10 .view-img img ,.view-main.size-10 .chapter-ad ,.view-main.size-10 .view-img iframe{
  max-width: 1090px;
}

.view-list {
  position: fixed;
  left: 0px;
  height: calc(100% - 120px);
  top: 60px;
  bottom: 60px;
  background-color: rgba(5, 8, 24, 0.96);
  backdrop-filter: blur(10px);
  width: 100%;
  max-width: 300px;
  transition: all 0.3s ease;
  z-index: 9999;
}

.view-list a {
  color: var(--grey03-color);
  font-size: 16px;
}

.view-list a:hover {
  color: #fff;
  font-size: 16px;
}

.view-list a.active {
  color: #fff;
  font-weight: bold;
}

#swipeArea .next {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s;
  opacity: 1;
}

#swipeArea .next.view-hide{
  right:-50px;
  opacity: 0;
}

#swipeArea .next .circle {
  background-color: var(--dark-color);
  height: 60px;
  width: 40px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#swipeArea .next .circle::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: -19px;
  background: radial-gradient(circle at 0 0, transparent 20px, var(--dark-color) 0);
}

#swipeArea .next .circle::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -19px;
  right: 0;
  background: radial-gradient(circle at 0 20px, transparent 20px, var(--dark-color) 0);
}

#swipeArea .prev {
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all .2s;
}

#swipeArea .prev.view-hide{
  left:-50px;
  opacity: 0;
}

#swipeArea .prev .circle {
  background-color: var(--dark-color);
  height: 60px;
  width: 40px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#swipeArea .prev .circle::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -19px;
  background: radial-gradient(circle at 20px 0px, transparent 20px,var(--dark-color) 0);
}

#swipeArea .prev .circle::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -19px;
  left: 0;
  background: radial-gradient(circle at 20px 20px, transparent 20px, var(--dark-color) 0);
}

#swipeArea img {
  pointer-events: none; 
}

.user-head i {
  right: 0px;
  ;
}

.history-list {
  position: relative;
}

.history-list .go {
  width: 100px;
}

.history-list .del {
  position: absolute;
  right: 0;
  top: 0;
}

#go-top {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--base--color);
  color: #fff;
  font-size: 1.2rem;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  box-shadow: 0px 0px 20px rgba(254, 14, 99, .5);
}

.f-tips {
  position: absolute;
  width: 500px;
  /* background: radial-gradient(circle at 0% 100%, #000977 40%, #FE0E5B); */
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 9px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  z-index: 999;
  margin-top: 50px;
  transform: translateX(-30px);
}

.f-tips::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/jt.png) no-repeat center;
  opacity: 0.8;
  position: absolute;
  top: -10px;
  left: 50px;
  display: block;
}

.f-tips img {
  height: 92%;
  position: absolute;
  right: 10px;
  bottom: 0px;
  /* filter: drop-shadow(0px 0px 30px rgba(0, 9, 119, 1)); */
}

.f-tips div {
  width: 250px;
  overflow: hidden;
}

.f-tips div h6 {
  font-size: 20px;
}

.f-tips div p {
  font-size: 12px;
  color: #acacac;
  font-weight: lighter;
}

.chapter-list-item {
  border: 1px solid #e1e3e8;
  cursor: pointer;
  transition: all .2s;
  border-radius: 5px;
  align-items: center;
}

.chapter-list-item:hover {
  border: 1px solid var(--dark-color);
}

.chapter-list-item strong {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chapter-list-item strong label.pup {
  font-size: 10px;
  background-color: var(--base--color);
  color: #fff;
  border-radius: 3px;
  padding: 0 3px;
}

.chapter-list-item strong label.pnum {
  font-size: 10px;
  border: 1px solid var(--grey03-color);
  color: var(--dark-color);
  border-radius: 3px;
  padding: 0 3px;
}

.history-alert {
        background-color: rgba(0, 0, 0, .85);
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        backdrop-filter: blur(10px);
        position: fixed;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%) scale(1);
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        padding: 8px 20px;
        flex-direction: column;
        z-index: 999;
        height: 45px;
        animation: show .5s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards;
    }

    .history-alert > div{
        display: flex;
        justify-content: space-between;
        gap: .5rem;
    }

    .history-alert > div >img{
        width: 45px;
        border-radius: 5px;
        transform: translateY(-50%);
        aspect-ratio: 12/16;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }

    .history-alert > div > div{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: start;
    }

    .history-alert span {
        font-size: .5rem;
    }

    .history-alert strong {
        font-size: .7rem;
    }

.history-alert.hide-alerty {
  animation: hide .5s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards;
}

@keyframes show {
  0% {
    opacity: 0;
    bottom: -5rem;
    transform: translateX(-50%) scale(.1);
  }

  100% {
    opacity: 1;
    bottom: 1rem;
    transform: translateX(-50%) scale(1);
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    bottom: 1rem;
    transform: translateX(-50%) scale(1);
  }

  100% {
    opacity: 0;
    bottom: -5rem;
    transform: translateX(-50%) scale(.1);
  }
}

.row.mx-0.mx-md-auto {
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}

.hot-comic {
  background: linear-gradient(0deg, #212529 0%, #000000 100%);
  padding-bottom: 30px;
}

.hot-comic .comic-list {
  display: flex;
  justify-content: center;
  position: relative;
  transition: all .2s;
}

.hot-comic .comic-list:hover {
  transform: scale(1.1, 1.1);
}


.hot-comic .comic-list a {
  display: block;
  width: 100px;
  height: 100px;
}

.hot-comic .comic-list a img {
  object-fit: cover;
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
}

.hot-comic .toggle-comic {
  color: #fff;
  opacity: .5;
  cursor: pointer;
  transition: all .2s;
}

.hot-comic .toggle-comic:hover {
  opacity: 1;
}

.hot-comic .comic-list span{
  --size: 18px;
  font-size: .6rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  border: 2px solid #000;
  top: -5px;
  right: -5px;
  background-color: var(--base--color);
}

.i-search {
  margin-top: -20px;
  width: 30%;
  transition: all .2s;
}

.i-search>div {
  position: relative;
}

.i-search>div input {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  text-indent: 1rem;
}

.i-search>div input::placeholder {
  font-size: .8rem;
  text-indent: 1rem;
}

.i-search>div button {
  position: absolute;
  top: 3px;
  right: 4px;
  border-radius: 50px;
}


.xtoon-comic .comic-list>div {
  position: relative;
}

.xtoon-comic .comic-list>div>a {
  display: block;
  position: relative;
}

.xtoon-comic .comic-list>div>a img {
  width: 100%;
  height: auto;
  aspect-ratio: 218 / 290;
  object-fit: cover;
}

.xtoon-comic .comic-list>div>a label {
  position: absolute;
}

.xtoon-comic .comic-list>div>a label {
  width: 20px;
  height: 20px;
  background: url(../images/19.png);
  background-size: cover;
  top: 5px;
  left: 5px;
}

.xtoon-comic .hot-comic-togel {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.xtoon-comic .hot-comic-togel div {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-between;
  gap: .5rem;
}

.xtoon-comic .hot-comic-togel div a {
  flex-grow: 1;
  color: var(--dark-color);
  text-align: center;
  padding: 3px 0;
  font-size: 1em;
  border-radius: 40px;
  font-weight: bold;
}

.xtoon-comic .hot-comic-togel div a:nth-child(1) {
  --color: 230, 55, 64;
  border: 1px solid rgba(var(--color), .5);
  color: rgb(var(--color));
  background-color: rgba(var(--color), 0);
}

.xtoon-comic .hot-comic-togel div a:nth-child(2),
.xtoon-comic .hot-comic-togel div a:nth-child(5) {
  --color: 189, 113, 19;
  border: 1px solid rgba(var(--color), .5);
  color: rgb(var(--color));
  background-color: rgba(var(--color), 0);
}

.xtoon-comic .hot-comic-togel div a:nth-child(3),
.xtoon-comic .hot-comic-togel div a:nth-child(6) {
  --color: 91, 117, 69;
  border: 1px solid rgba(var(--color), .5);
  color: rgb(var(--color));
  background-color: rgba(var(--color), 0);
}

.xtoon-comic .hot-comic-togel div a:nth-child(4),
.xtoon-comic .hot-comic-togel div a:nth-child(7) {
  --color: 158, 99, 141;
  border: 1px solid rgb(var(--color));
  color: rgb(var(--color));
  background-color: rgba(var(--color), 0);
}

.xtoon-comic .hot-comic-togel div a:hover {
  background-color: rgba(var(--color), .1);
}

.xtoon-comic .hot-comic-togel div a.active {
  background-color: rgba(var(--color), .1);
}


.comic-togel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.comic-togel>div {
  display: flex;
  overflow: hidden;
}

.comic-togel>div a {
  padding: .5rem 1rem;
  color: var(--dark-color);
  font-size: .9rem;
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
}

.comic-togel>div a.active {
  background-color: var(--dark-color);
  color: #fff;
}

.xtoon-comic .comic-list>div>a span{
  width: 16px;
  height: 16px;
  background:var(--base--color);
  position: absolute;
  top: -5px;
  right: -5px;
  border: 2px solid  #fff;
  border-radius: 18px;
}

.modal-body .in-header__search::before{
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/search_icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

#week_area > a.new{
  position: relative;
}

#week_area > a.new::after{
  content: 'N';
  position: absolute;
  top: -7px;
  right: 0;
  background-color: var(--base--color);
  color: #fff;
  padding: 1px 5px;
  border-radius: 10px;
  font-size: .5rem;
  animation: new-animate 1s infinite;
}

@keyframes new-animate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.adultList{
    position: relative;
    display: block;
}

.adultList span.videos{
    font-size: .8rem;
      background: #000;
      position: absolute;
      right: 5px;
      top: 5px;
      color: #fff;
      padding: 1px 5px;
      z-index: 99;
  }


.chapter-ad{
  max-width: 690px;
  margin: 0px auto;
}

.chapter-ad.pt-60{
  padding-top: 60px;
}

.chapter-ad.pb-60{
  padding-bottom: 60px;
}

#imgSize{
  filter: grayscale(100%);
}

.img-control>a.j-chapter-item:nth-child(+n+13) {
  display: none !important;
}

.chapter-list a div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.chapter-list a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

.tips{
  display: none;
  width: 150px;
  height: 160px;
  color: #fff;
  padding-bottom:20px;
  line-height: 16px;
  font-size: .8rem;
  background-image: url(../images/tips.png);
  background-size: 100px auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  border-radius: 20px;
}

.tips span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 90%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div.view-main div.view-img img{
    max-width: 100% !important;
  }
  .hot-comic .toggle-comic{
    font-size: .9rem;
  }

  .comic-togel>div {
    width: 100%;
  }

  .xtoon-comic .comic-list>div>a span{
    width: 14px;
    height: 14px;
    top: -5px;
    right: -5px;
  }

  #main_show_area .katoon-box .img-box small{
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 6px;
    font-size: 10px;
  }

  .main-menu a{
    font-size: .9rem;
  }

  .f-tips {
    width: calc(100% - 1rem);
    left: .5rem;
    right: .5rem;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    z-index: 999;
    margin-top: 25px;
    transform: translateX(0);
  }

  .f-tips div{
    width: 200px;
  }

  .f-tips::after{
    left: 130px;
  }

  .f-tips img{
    right: 0px;
    height: 70%;
  }

  .hot-comic h5{
    font-size: .9rem !important;
  }

  .xtoon-comic .hot-comic-togel {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .xtoon-comic .hot-comic-togel div {
    width: 100%;
    gap: .5rem;
  }

  .xtoon-comic .hot-comic-togel div a {
    font-size: .8rem;
    padding: 5px 0;
  }

  .hot-comic .comic-list a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .hot-comic .comic-list a img {
    width: 50px;
    height: 50px;
    border-radius: .5rem;
  }

  .hot-comic .comic-list span {
    --size: 12px;
    font-size: .3rem;
    top: -2px;
    right: -2px;
  }

  .i-search {
    width: 100% !important;
  }

  .i-search>form>div input {
    height: 40px;
    line-height: 40px;
  }

  .i-search>form>div button {
    font-size: .8rem;
  }

  .row.mx-0.mx-md-auto {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .toon-img {
    position: relative;
    height: 20vh;
    overflow: hidden;
  }

  .toon-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }

  .mobile-tips {
    width: 100%;
    position: fixed !important;
    z-index: 999;
    left: 50%;
    top: 40%;
    width: 85%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem 0 2rem;
    flex-direction: column;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    position: relative;
    text-align: center;
    color: #acacac;
    border-radius: 0.7rem;
    font-size: 0.9rem;
  }

  .chapter-list-item strong {
    font-size: .9rem;
  }

  h5.fw-bold {
    font-size: 1.1rem;
  }

  small,
  .small {
    font-size: 10px;
  }

  .katoon-box h6,
  .new-katoon h6,
  .xtoon-comic h6 {
    font-size: .8rem;
  }

  #head_login_info1,
  #head_login_info2 {
    display: none !important;
  }

  .mobile-tips img {
    width: 150px;
    margin-top: 20px;
  }

  .mobile-tips h6 {
    font-size: 1.8rem;
    font-weight: 800 !important;
  }

  .mobile-tips a {
    animation: btn-animate 1s infinite;
  }

  .mobile-tips i {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  
  @keyframes btn-animate {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  .tags div {
    display: none;
    gap: 10px;
    align-items: center;
  }

  .tags div a {
    font-size: 12px;
  }

  .view-list {
    width: 100%;
    max-width: 100%;
  }

  #go-top {
    right: 12px;
    bottom: 50px;
  }

  .view-list a {
    text-align: center;
  }

  .view-list a i {
    display: none;
  }

  .logo img {
    width: 80px;
  }

  .offcanvas {
    width: 250px !important;
  }

  .swiper-prev {
    left: 0px;
  }

  .swiper-next {
    right: 0px;
  }

  .login-left {
    display: none;
  }

  .main-menu .btn-group {
    display: none !important;
  }

}

