/* font */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/hanna.css);

@font-face {
  font-family: "NanumBarunpen";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BMHANNAAir";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.0/BMHANNAAir.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BMHANNAPro";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.0/BMHANNAPro.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}

/* normal */
html {
  overscroll-behavior: contain;
}

body {
  box-sizing: border-box;
  border: none;
  outline: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  background-color: #000;
  -webkit-touch-callout: none;
}

body.overflow {
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 280px;
  margin: 0 auto;
  /* overflow-x: hidden;
  overflow-y: scroll; */
}

/* main */
/* background img */
#backGround {
  position: fixed;
  margin: 0 auto;
  width: 100vw;
  height: 110vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  right: 0;
  min-width: 280px;
  top: -10px;
}

.img-src {
  background-size: cover;
  left: -25%;
  width: 125%;
  height: 100%;
  animation: scale 20s linear infinite;
}

/* top wrap */
.top-wrap {
  display: flex;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 10%;
}

/* top logo */
.top-logo {
  width: 40%;
  height: 20%;
  position: relative;
  display: block;
  outline: none;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

.top-logo a {
  display: block;
  height: 100%;
}

/* hamburger icon */
.nav-container {
  position: absolute;
  right: 0;
  z-index: 100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-container .hamburger-checkbox {
  position: absolute;
  display: block;
  height: 1.225rem;
  width: 2.25rem;
  opacity: 0;
  cursor: pointer;
  z-index: 110;
  margin-right: 10px;
}

.nav-container .hamburger-lines {
  display: block;
  height: 1.225rem;
  width: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 101;
  margin-right: 10px;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 3px;
  width: 70%;
  border-radius: 10px;
  background: #fafcf8;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container li {
  list-style: none;
}

.nav-container .menu-items li {
  font-family: "NOto Sans KR", serif;
}

.nav-container .menu-items {
  position: fixed;
  transform: translate(200%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-color: #1c1c1c;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  width: 100%;
}

.nav-container .menu-items .side-nav-item {
  color: #fafcf8;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 3;
}

.nav-container .menu-items .side-nav-item a:link {
  color: #fafcf8;
  text-decoration: none;
}

.nav-container .menu-items .side-nav-item a:visited {
  color: #fafcf8;
  text-decoration: none;
}

.nav-container .menu-items .side-nav-item a:active {
  color: #000;
  text-decoration: none;
}

.side-nav-sns-item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.sns-img-wrap:not(:last-child) {
  display: block;
  width: 5%;
  height: auto;
  margin: 5px;
  max-width: 40px;
}

.sns-img-wrap:last-child {
  width: 5%;
  height: auto;
  margin: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 40px;
}

.sns-img-wrap:not(:last-child) .side-nav-link-img {
  width: 100%;
}

.sns-img-wrap:last-child .side-nav-link-img {
  width: 80%;
}

.side-nav-privacy-item {
  display: flex;
  flex-direction: column;
}

.privacy-text {
  color: white;
  font-size: 0.7rem;
  text-decoration: none;
}

.copyright-text {
  color: #fafcf8;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 400;
  cursor: pointer;
}

/* background blur */
.background-blur {
  position: relative;
  background: linear-gradient(to top, black 0, black 40%, rgba(0, 0, 0, 0));
  height: 100vh;
}

/* background-content */
.background-wrap {
  position: relative;
}

/* top text */
.top-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 10;
}

.top-text-1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px black;
  color: #fff;
  margin-bottom: 5%;
}

.top-text-2 {
  font-size: 1.5em;
  font-family: "BMHANNAPro";
  text-shadow: 1px 1px 2px black;
  color: #fff;
  margin-bottom: 230px;
}

.top-text-3 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-left: 0px;
  z-index: 1000;
  font-family: "BMHANNAAir";
  text-shadow: 1px 1px 2px black;
  text-align: center;
  color: #fff;
  z-index: 0;
}

/* content */
.content-wrap {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background-color: #fff;
  margin-top: 100px;
  padding: 16px 20px 20px 20px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.content-item-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.content-item-wrap.hide {
  display: none;
}

.content-title-wrap {
  display: flex;
  justify-content: space-between;
}

.more-btn-wrap {
  display: flex;
  align-items: center;
}

.more-btn-title {
  color: #000;
  font-size: 14px;
  font-family: "NOto Sans KR", serif;
  font-weight: 700;
  word-break: keep-all;
}

.content-title {
  color: #111;
  font-family: "NOto Sans KR", serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  word-break: keep-all;
}

.content-blur {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000000 100%);
}

.sub-title-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: calc(100% - 40px);
}

.sub-category-title {
  font-size: 2.5vw;
  font-family: "NOto Sans KR", serif;
  color: #fff;
  margin-bottom: 8px;
  word-break: keep-all;
}

.sub-content-title {
  font-size: 3vw;
  font-family: "NOto Sans KR", serif;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asmr-slide .sub-category-title,
.star-slide .sub-category-title {
  font-size: 3.5vw;
}

.asmr-slide .sub-content-title,
.star-slide .sub-content-title {
  font-size: 4vw;
}

.guide-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.guide-img {
  width: 90%;
  height: 90%;
}

.guide-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}

/* swiper */
.swiper {
  width: 100%;
}

.swiper-slide .content-blur {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide .sub-title-wrap {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.content-slide {
  overflow: unset !important;
}

.asmr-slide,
.star-slide {
  overflow: unset !important;
}

.mindswitch-guide {
  overflow: unset !important;
}

.content-slide .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  border-radius: 32px;
  max-height: 60vw;
}

.asmr-slide .swiper-wrapper .swiper-slide,
.star-slide .swiper-wrapper .swiper-slide {
  height: auto;
  max-height: 75vw;
}

/* 광고 */
.ad_anchor {
  transform: translateY(-100%);
  transition: transform 200ms ease-in-out;
  filter: drop-shadow(0px 2px 2px #ccc);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  background-color: #fff;
  text-align: center;
}

.ad_anchor.animate {
  transform: translateY(0%);
  padding: 7px 0;
}

@media screen and (min-width: 1400px) {
  .content-wrap {
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
  }

  .asmr-slide .sub-category-title,
  .star-slide .sub-category-title {
    font-size: 22px;
  }

  .asmr-slide .sub-content-title,
  .star-slide .sub-content-title {
    font-size: 24px;
  }

  .sub-category-title {
    font-size: 20px;
  }

  .sub-content-title {
    font-size: 22px;
  }

  .content-slide .swiper-wrapper .swiper-slide {
    max-height: 25vw;
  }

  .asmr-slide .swiper-wrapper .swiper-slide,
  .star-slide .swiper-wrapper .swiper-slide {
    max-height: 75vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .content-wrap {
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-category-title {
    font-size: 1.3vw;
  }

  .sub-content-title {
    font-size: 1.5vw;
  }

  .asmr-slide .sub-category-title,
  .star-slide .sub-category-title {
    font-size: 1.8vw;
  }

  .asmr-slide .sub-content-title,
  .star-slide .sub-content-title {
    font-size: 2vw;
  }

  .guide-title {
    font-size: 28px;
  }

  .content-slide .swiper-wrapper .swiper-slide {
    max-height: 30vw;
  }

  .asmr-slide .swiper-wrapper .swiper-slide,
  .star-slide .swiper-wrapper .swiper-slide {
    max-height: 30vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sub-category-title {
    font-size: 1.5vw;
  }

  .sub-content-title {
    font-size: 2vw;
  }

  .asmr-slide .sub-category-title,
  .star-slide .sub-category-title {
    font-size: 2vw;
  }

  .asmr-slide .sub-content-title,
  .star-slide .sub-content-title {
    font-size: 2.5vw;
  }

  .guide-title {
    font-size: 26px;
  }

  .content-slide .swiper-wrapper .swiper-slide {
    max-height: 40vw;
  }

  .asmr-slide .swiper-wrapper .swiper-slide,
  .star-slide .swiper-wrapper .swiper-slide {
    max-height: 50vw;
  }
}

@media screen and (max-width: 530px) {
  .nav-container .hamburger-checkbox {
    top: 2%;
  }

  .nav-container .hamburger-lines {
    top: 2%;
  }

  .sub-category-title {
    font-size: 14px;
  }

  .sub-content-title {
    font-size: 18px;
  }

  .asmr-slide .sub-category-title,
  .star-slide .sub-category-title {
    font-size: 18px;
  }

  .asmr-slide .sub-content-title,
  .star-slide .sub-content-title {
    font-size: 20px;
  }

  .content-title {
    font-size: 24px;
  }

  .guide-title {
    font-size: 18px;
  }
}

/* background animation */
@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
