@charset "utf-8";

@font-face {
  font-family: "Pretendard-Medium";
  src: url("/css/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Medium";
  src: url("/css/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("/css/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Bold";
  src: url("/css/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard Regular";
  src: url("/css/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard Bold";
  src: url("/css/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Kallisto";
  src: url("/css/fonts/fonnts.com-Kallisto_Heavy.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nanum Myeongjo";
  src: url("/css/fonts/NanumMyeongjo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NanumMyeongjo";
  src: url("/css/fonts/NanumMyeongjo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "Pretendard-Regular", sans-serif;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

* {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

body {
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  --bg: #000;
  --bar: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-face-color: var(--bar);
  scrollbar-highlight-color: var(--bg);
  scrollbar-3dlight-color: var(--bg);
  scrollbar-darkshadow-color: var(--bg);
  scrollbar-shadow-color: var(--bg);
  scrollbar-arrow-color: var(--bg);
  scrollbar-track-color: var(--bg);
}

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: white;
}
::-webkit-scrollbar-track-piece {
  background-color: #000;
}
/* body {
  background-image: url(/images/bg_pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
} */

body {
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  background: #000;
  /* overflow: hidden; */
}
.contents {
  transition: opacity 1s ease-in-out;
}
.hidden {
  opacity: 0;
}
.showing {
  opacity: 1;
}
.bg {
  position: fixed;
  background: url(/images/bg_pc.webp) center center;
  background-size: cover;
  z-index: -9;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  transform: translateZ(0);
  will-change: transform;
}
/* 그누보드 */
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
.btn_admin {
  display: none;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
  max-width: none;
  background: none;
  text-align: left;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border-radius: 3px;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 80%;
  color: #ff0000;
  letter-spacing: -0.1em;
}
@media (max-width: 575px) {
  #captcha_audio {
    display: none !important;
  }
}

/* 커스텀 */
a {
  text-decoration: none;
}
select {
  font-size: 14px;
}

#footer .logo img {
  filter: grayscale(1);
  top: 0px;
}

#latest h4 a {
  color: #000;
}
#latest h4 a:hover {
  text-decoration: none;
}
#latest li a {
  color: #777;
}

.pagination {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.ck.ck-editor__editable {
  min-height: 200px !important;
}

/*
.dropdown-item { font-size: 1rem; }
.title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; }
*/

body {
  background-color: #000 !important;
  color: #fff;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  color: #000;
}
.btn:hover {
  color: #999;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.box {
  padding: 0 35px;
}

.box-bg {
  background: url(/img/list_box.png);
  background-repeat: no-repeat;
  height: 80px;
  width: 455px;
  display: flex;
  align-items: center;
  background-size: contain;
  /* 추가 */
  position: relative;
  padding: 0 20px;
}

.box-bg::before {
  content: "";
  opacity: 0.1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
}
.card-body {
  position: relative;
}
.common-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 20px;
}
.main-list {
  display: flex;
  padding: 0px 90px;
  gap: 20px;
  text-align: center;
}
.main-list img {
  height: 15px;
}
.main-list a {
  font-family: "Kallisto";
  text-decoration: none !important;
  outline: none;
  color: #fff !important;
  font-size: 13px;
}

.icon-star {
  width: 30px;
}
.box-list {
  max-width: 527px;
  margin: 0 auto;
}
.text-tit {
  width: 180px;
}
#bo_v_con iframe {
  position: absolute;
  width: 100%;
  max-width: 728px;
  min-height: 412px;
}
@media (max-width: 728px) {
  /* body {
    background-image: url(/images/bg_mo.webp);
  } */
  .box-bg {
    background: url(/img/list_box.png);
    background-repeat: no-repeat;
    height: 15vw;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: contain;
  }

  .icon-star {
    width: 24px;
  }

  .main-list {
    display: flex;
    padding: 0px 60px;
    gap: 20px;
    text-align: center;
  }

  .main-list img {
    width: 100%;
    height: initial;
  }

  .text-tit {
    width: 180px;
  }
}
