@charset "utf-8";

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font: "SUIT Variable";
}

img {
  max-width: 100%;
}

#body > .fix-layout > .mid-layout {
  position: relative !important;
}
#site_bgm_box {
  overflow: hidden;
  width: 0px;
  height: 0px;
}
.bgm-player_2 {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.bgm-player_2 a {
  color: black;
}
.board-notice {
  width: 264px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.comic-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.comic-list li {
  display: inline-block;
  position: relative;
  width: 24%;
}

.comic-list a {
  display: flex;
  padding: 16px 24px;
  margin: 10px 3px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  box-sizing: border-box;
  transition: all 0.5s;
  transform: scale(1, 1);
  border: none;
  align-items: flex-end;
  justify-content: center;
}

.comic-list .redmark {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #db0000;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 12px;
  background-color: white;
  z-index: 5;
  color: black;
  font-family: var(--font);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  align-items: center;
  justify-content: center;
}

.comic-list .hotmark {
  display: flex;
  width: 50px;
  height: 31px;
  border-radius: 18px 0px 0px 0px;
  background: #9c1a1a;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  color: white;
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  transition: all ease 0.3s;
  transform: translateY(0);
}

.comic-list li:hover a .hotmark {
  opacity: 0;
  transform: translateY(10px);
}
.comic-list li a > img {
  opacity: 1;
  transition: all ease 0.3s;
  position: absolute;
}
.comic-list li:hover a > img {
  opacity: 0;
}

.comic-list .title {
  display: flex;
  z-index: 1;
  position: relative;
  text-align: center;
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
  animation: fadedown 1s;
}
.comic-list .title img {
  max-height: 130px;
  display: block;
}
.comic-list .title p {
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.comic-list .title .sub_keyword {
  font-family: var(--font);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  opacity: 0.5;
}

.comic-list .title .sub_keyword .keyword::before {
  content: "·";
  display: inline-block;
  margin: 0 8px;
}

.comic-list li:hover a .hover_title {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}

.comic-list .hover_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0);
  transition: all ease 0.3s;
  color: white;
}

.comic-list .hover_title .summary {
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.comic-list .hover_title .in_title {
  color: #fff;
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 19px;
}

.comic-list .hover_title .keyword {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.comic-list .hover_title .keyword .key {
  display: inline-block;
  padding: 2px 7px;
  font-size: 10px;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  font-family: var(--font);
  margin-bottom: 6px;
}

.bo_fx {
  position: relative;
  padding: 20px 0;
}
.bo_fx .chk_all {
  position: absolute;
  left: 5px;
  top: 20px;
}

.board-category {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.board-category select {
}

@media all and (max-width: 640px) {
  #bo_v_con * {
    max-width: 100%;
  }

  .board-category {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .board-category select {
    width: 100%;
  }

  .bo_fx {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px !important;
  }
  .bo_fx a {
    display: block;
    width: 100%;
  }

  .comic-list .sd_img {
    display: none;
  }
}

.board-write {
  padding: 0 10px;
}

.board-write h3 {
  font-size: 26px;
  text-align: center;
  padding: 30px 0 20px;
}
.board-write .write-notice {
  padding: 10px;
  font-size: 11px;
}
.board-write > dl {
  position: relative;
}
.board-write > dl > dt {
  width: 70px;
  position: absolute;
  line-height: 32px;
  text-align: center;
}
.board-write > dl > dd {
  width: 100%;
  margin-left: 0;
  padding-left: 80px;
  box-sizing: border-box;
  line-height: 32px;
}
.board-write input.frm_input.full {
  width: 100%;
  display: block;
  margin: 1px 0;
}

/*내부*/

.back_img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
  filter: blur(5px); /*배경 블러효과*/
}

.top_wrap {
  border-radius: 10px;
  position: relative;
  font-family: var(--font), "Noto Sans JP";
  background-position: left;
  background-size: 60% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 35px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.top_wrap::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 60%);
  height: 300px;
  top: 0;
  right: 0;
}

.top_wrap .info_wrap {
  text-align: left;
  position: relative;
  z-index: 1;
  width: 45%;
  overflow: auto;
}

.top_wrap .info_wrap {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.top_wrap .info_wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.top_wrap .genr,
.top_wrap .redmark {
  display: inline-block;
  padding: 4px 9px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #364f75;
  color: #fff;
  text-align: center;
  font-family: var(--font);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  animation: fadedown 1s;
}

.top_wrap .redmark {
  background-color: #833939;
  margin-left: 5px;
}

.top_wrap .group_title {
  animation: fadedown 1s;
}
.top_wrap .group_title img {
  max-height: 110px;
}
.top_wrap .group_title p {
  color: #fff;
  font-family: "GmarketSansMedium";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.top_wrap .group_desc {
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  margin-top: 16px;
  animation: fadedown 1s;
}

.top_wrap .keyword {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.top_wrap .keyword .key {
  display: inline-block;
  padding: 2px 7px;
  font-size: 10px;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  font-family: var(--font);
  margin-right: 7px;
  animation: fadedown 1s;
}

.top_wrap * {
  color: white;
}

.top_head {
  transition: all ease 0.5s;
  width: 83px;
  height: 83px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
}
.head_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
.top_head:hover {
  filter: brightness(1) !important;
}

.bottom_wrap {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.back-default {
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.thumb_list a {
  display: flex;
}

.thumb_list .thumbnail div {
  width: 200px;
  height: 110px;
  background-position: center;
  background-size: cover;
  animation: fadeup 1s;
  overflow: hidden;
  transition: all ease 0.3s;
}

.thumb_list .thumbnail {
  overflow: hidden;
  width: 200px;
  height: 110px;
  margin-right: 20px;
}

.thumb_list a:hover .thumbnail div {
  transform: scale(1.1);
}

.thumb_list .thumb_right {
  display: flex;
  width: calc(100% - 200px);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  animation: fadeup 1s;
}

.thumb_list .comic_title {
  color: #000;
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.thumb_list .comic_subtitle {
  color: #979797;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thumb_list .date {
  color: #c9c9c9;
  font-family: var(--font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thumb_list hr.line {
  content: "";
  width: 100%;
  background-color: #e1e1e1;
  height: 1px;
  margin: 15px 0;
  display: block;
}

.comic_info {
  display: flex;
  justify-content: space-between;
  font-family: var(--font);
}

.comic_info .count-num {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comic_info .align-comic {
  display: flex;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}

.comic_info .align-comic .first::after {
  content: "·";
  display: inline-block;
  margin: 0 11px;
  font-weight: 800;
}

.comic_info .align-comic .first,
.comic_info .align-comic .now {
  opacity: 0.5;
  color: #000;
}

.comic_info .align-comic .first.on,
.comic_info .align-comic .now.on {
  font-weight: 800;
  opacity: 1;
}

.bottom_wrap .line.info {
  background-color: #777777;
  margin: 20px 0 42px 0;
}

.board-viewer {
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 100px 30px;
}

.board-viewer #bo_v_bot {
  padding: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  z-index: 5;
}
.board-viewer #bo_v_bot .material-symbols-outlined {
  font-weight: 100 !important;
  color: black;
  font-size: 20px;
  opacity: 0.5;
}

.top-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0f0f0f;
  padding: 18px 24px;
  box-sizing: border-box;
}

.top-navi .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font);
}

.top-navi .left .title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 10px;
}

.top-navi .left .subtitle {
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 18px;
}

.top-navi .left .arrow,
.top-navi .home {
  transition: all ease 0.3s;
}
.top-navi .left .arrow:hover {
  transform: translateX(-5px);
}

.top-navi .material-symbols-outlined {
  font-size: 40px;
}

.top-navi a {
  color: white;
}

.top-navi .home:hover {
  transform: scale(1.15);
}

/*이전화/다음화 하단고정O*/

/* .bottom-navi.fix-layout {
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: #0f0f0f;
	padding: 18px 24px;
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	box-sizing: border-box;
} */

/*이전화/다음화 하단고정X*/

.bottom-navi.fix-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f0f0f;
  padding: 18px 24px;
  box-sizing: border-box;
}

.bottom-navi a {
  display: flex;
  align-items: center;
  color: white;
  font-family: var(--font);
}

.bottom-navi .material-symbols-outlined {
  font-size: 40px;
  margin: 0 10px;
}

.bottom-navi .prev,
.bottom-navi .next {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bottom-navi .c_line {
  display: inline-block;
  margin: 0 22px;
  color: white;
}

@keyframes fadeup {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

#source {
  position: fixed;
  left: 20px;
  bottom: 15px;
  opacity: 0.5;
}

#bo_v_bot {
  padding: 10px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
}

#bo_v_bot .material-symbols-outlined {
  font-weight: 100 !important;
  color: white;
  font-size: 20px;
  opacity: 0.5;
}

.bo_v_nb {
  float: left;
}
.bo_v_com {
  float: right;
}

.slick-prev {
  left: -80px !important;
}
.slick-next {
  right: -80px !important;
}
.slick-prev,
.slick-next {
  filter: drop-shadow(0 0 3px #0000009c);
  z-index: 10;
}

.slide img {
  object-fit: contain;
  margin: auto;
}

.slick-dots {
  bottom: -35px !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li button {
  font-family: var(--font);
  font-size: 12px !important;
  line-height: 100% !important;

  width: 20px !important;
  height: 20px !important;
  color: rgb(161, 161, 161) !important;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background: #333;
  color: #fff !important;
}

@media all and (max-width: 640px) {
  .slick-prev {
    left: 0px !important;
  }
  .slick-next {
    right: 0px !important;
  }

  .head_wrap {
    position: relative;
    top: 0;
  }
  #bo_v_bot {
    position: relative;
    right: 0px;
  }
  .thumb_list {
    margin-left: auto;
    margin-right: auto;
  }
  .board-viewer {
    flex-direction: column;
    padding: 15px;
    padding-bottom: 50px;
  }
  .board-viewer .right {
    width: 100%;
  }
  .board-viewer .left img {
    max-width: 100%;
  }

  .comic-list li .ico-cate,
  .comic-list li .name,
  .comic-list li .date,
  .comic-list li .hit {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    line-height: 1.2em;
  }

  .comic-list li .info {
    display: block;
    text-align: right;
    line-height: 1em;
    padding-top: 10px;
  }

  .comic-list li .ico-cate {
    display: inline;
  }
  .comic-list li .ico-cate:before {
    content: "[ ";
  }
  .comic-list li .ico-cate:after {
    content: " ]";
  }

  .comic-list li strong {
    display: inline;
    line-height: 1.2em;
  }

  .comic-list li .name,
  .comic-list li .date,
  .comic-list li .hit {
    display: inline;
    padding: 0 5px;
  }

  .comic-list li {
    width: 100%;
  }

  .top_wrap {
    background-size: cover;
  }
  .top_wrap::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #000 60%);
  }

  .top_wrap .info_wrap {
    width: 100%;
  }

  .thumb_list a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .thumb_list .thumb_right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .bottom_wrap {
    padding: 20px;
  }

  .bearcommi {
    z-index: 0;
  }
  .bottom-navi {
    z-index: 5;
  }

  .top-navi .left .title {
    font-size: 18px;
  }
  .top-navi .left .subtitle {
    font-size: 14px;
  }

  .top-navi .material-symbols-outlined {
    font-size: 25px;
  }
}
