* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "NanumMyeongjo", serif;
  -webkit-tap-highlight-color: transparent;
}

*::selection {
  background-color: rgba(128, 128, 128, 0.349);
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  overflow: auto;
}

.hidden_scroll {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

::-webkit-scrollbar {
  width: 9px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #8f8f8f78 !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-track {
  background-color: transparent !important;
  border-radius: 10px !important;
}

.hide {
  display: none;
}

/* 크리스마스용 눈내리기 */
/* .snow-canvas {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
} */

/* background image */
body.slider__body {
  margin: 0;
  padding: 0;
  width: 100%;
}

.slider__container {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}

.slider__page {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider__indicators {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__indicator {
  position: absolute;
  display: block;
  color: white;
  font-size: 20px;
  cursor: default;
  opacity: 0;
  width: 100%;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
}

.slider__indicator div {
  background: #ffffff;
  width: 100%;
  height: 1.5px;
  border-radius: 2px;
  margin: 5px auto 5px auto;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
}

.slider__indicator--active {
  opacity: 1;
}

#photo1 {
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#photo2 {
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#photo3 {
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#photo4 {
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mobile_photo1 {
  background-position-y: center !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#mobile_photo2 {
  background-position-y: center !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#mobile_photo3 {
  background-position-y: center !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#mobile_photo4 {
  background-position-y: center !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*overlay modal start*/
.overlay,
.overlay2 {
  position: fixed;
  background-color: rgba(19, 19, 19, 0.829);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: 0.5s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overlay.visible,
.overlay2.visible {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.overlay.visible .menu_modal ul li {
  animation: fadeInLeft 0.3s ease forwards;
}
.overlay.visible .menu_modal ul li:nth-child(1) {
  animation-delay: 0.3s;
}
.overlay.visible .menu_modal ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.overlay.visible .menu_modal ul li:nth-child(3) {
  animation-delay: 0.5s;
}
.overlay.visible .menu_modal ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.overlay.visible .menu_modal ul li:nth-child(5) {
  animation-delay: 0.7s;
}
.overlay.visible .menu_modal ul li:nth-child(6) {
  animation-delay: 0.8s;
}
.overlay.visible .menu_modal ul li:nth-child(7) {
  animation-delay: 0.9s;
}
.overlay.visible .menu_modal ul li:nth-child(8) {
  animation-delay: 1.1s;
}
.overlay.visible .menu_modal ul li:nth-child(9) {
  animation-delay: 1.3s;
}
.overlay.visible .menu_modal ul li:nth-child(10) {
  animation-delay: 1.5s;
}
.overlay.visible .menu_modal ul li:nth-child(11) {
  animation-delay: 1.7s;
}
.overlay.visible .menu_modal ul li:nth-child(12) {
  animation-delay: 1.9s;
}
.overlay.visible .menu_modal ul li:nth-child(13) {
  animation-delay: 2.1s;
}

/* 메인화면 */
.all_wrap {
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  height: 100%;
  /* max-height: 1080px; */
  margin: auto;
}

.p_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.sns_btn_area {
  margin-left: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
}

.sns_btn_area a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.fa-facebook,
.fa-instagram,
.fa-youtube,
.fa-twitter,
.fa-spotify,
.fa-tiktok,
.fa-x-twitter {
  color: white;
  font-size: 24px;
  margin: 0 8px;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.fa-tiktok {
  font-size: 20px !important;
}

.fa-soundcloud,
.fa-apple {
  color: white;
  font-size: 24px;
  margin: 0 8px;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#naverblog img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  margin: 0 8px;
  cursor: pointer;
  filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
}

#navercafe img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin: 0 8px;
  cursor: pointer;
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
}

#naverband img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  margin: 0 8px;
  cursor: pointer;
  filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
}

#linkTree img {
  width: 25px;
  cursor: pointer;
  display: inline-block;
  filter: brightness(0) invert(1);
  vertical-align: middle;
  margin: 0px 2px;
}

#kakaOpen img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  cursor: pointer;
  margin: 0 8px;
  filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
}

#kakaochanel img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  margin: auto 7px;
  cursor: pointer;
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
}

.add_btn {
  color: white;
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth_area {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 150px;
  margin-right: 60px;
}

.auth_area a {
  text-decoration: none;
  color: white;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.234);
  cursor: pointer;
}

.p_menu li {
  padding: 23px 30px 23px 30px;
  color: white;
  font-weight: lighter;
  font-size: 40px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
    0px -3px 20px rgba(0, 0, 0, 0.652);
  font-family: "NanumMyeongjo", serif;
}

.menu_modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: unset;
}

.menu_modal ul li {
  margin: 3rem 0;
  opacity: 0;
}

.menu_modal ul li a {
  text-decoration: none;
  color: white;
  opacity: 0.75;
  transition: opacity 0.2s ease;
  font-size: 28px;
  font-family: "NanumMyeongjo", serif;
}

.menu_modal ul li a:hover {
  opacity: 1;
  border: 3px solid white;
  border-radius: 50px;
  padding: 10px 25px 10px 25px;
  transition: 0.3s;
}

.p_menu a {
  text-decoration: none;
}

.visit_total {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  margin-left: 48px;
  height: 40px;
  font-size: 18px;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

/* .visit_total div:nth-child(1){
  padding-right: 8px;
  margin-right: 10px;
  border-right: 1px solid;
} */

.advertising {
  position: absolute;
  left: 48px;
  text-align: start;
  padding-top: 10px;
}

.advertising div {
  display: flex;
  align-items: center;
  color: white;
  font-size: 18px;
  background-color: transparent;
  padding: 2px 8px;
  border: 1px solid white;
  border-radius: 8px;
  letter-spacing: 0px;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
}

.advertising div:hover {
  border: 1px solid rgb(255, 61, 61);
  background-color: rgb(255, 61, 61);
}

.beta {
  position: absolute;
  top: 2px;
  left: 50px;
  white-space: nowrap;
  font-size: 18px;
  color: rgb(255, 61, 61);
  font-weight: 600;
  font-family: "Dancing Script", cursive;
  padding-top: 10px;
}

.drop_menu.act {
  visibility: visible;
  opacity: 1;
}

.drop_menu {
  width: 100px;
  position: absolute;
  right: -6px;
  color: white;
  visibility: hidden;
  background-color: rgba(19, 19, 19, 0.18);
  white-space: nowrap;
  border: none;
  border-radius: 25px;
  z-index: 1;
  text-decoration: none;
  font-size: 18px;
  margin: auto;
  width: 40px;
  opacity: 0;
  overflow: hidden;
}

.drop_menu.act .drop_menu_list {
  opacity: 0;
  animation: fadeInTop 0.5s ease forwards;
  padding: 5px 0;
  text-align: center;
}

.web_like img {
  filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2)) !important;
  -webkit-filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2)) !important;
}

.drop_menu.act .drop_menu_list ion-icon {
  font-size: 26px !important;
  cursor: pointer;
  filter: unset !important;
  -webkit-filter: unset !important;
}

.drop_menu.act .drop_menu_list:nth-child(1) {
  animation-delay: 0.1s;
}
.drop_menu.act .drop_menu_list:nth-child(2) {
  animation-delay: 0.3s;
}
.drop_menu.act .drop_menu_list:nth-child(3) {
  animation-delay: 0.5s;
}
.drop_menu.act .drop_menu_list:nth-child(4) {
  animation-delay: 0.7s;
}
.drop_menu.act .drop_menu_list:nth-child(5) {
  animation-delay: 0.9s;
}

.drop_menu_list a {
  text-decoration: none;
}

.drop_menu_list:hover {
  background-color: rgba(104, 104, 104, 0.483);
  cursor: pointer;
  transition: 0.4s;
}

.web_like {
  position: absolute;
  right: 40px;
  top: 75px;
  width: 30px;
  text-align: center;
}

.web_like ion-icon {
  font-size: 30px;
  color: white;
  cursor: pointer;
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.25));
}

/* .web_like{
  position: absolute;
  right: 40px;
  top: 75px;
  width: 30px;
  text-align: center;
}

.web_like i{
  font-size: 25px; 
  color: white;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
} */

/* .web_copy{
  position: absolute;
  right: 40px;
  top: 115px;
  width: 30px;
  text-align: center;
}

.web_copy i{
  font-size: 25px; 
  color: white;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0,0,0,0.25);
} */

.etc_btns .ellipsis {
  filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2)) !important;
  -webkit-filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2)) !important;
  cursor: pointer;
}

.etc_btns {
  position: absolute;
  right: 40px;
  top: 115px;
  width: 30px;
  text-align: center;
  z-index: 3;
}

.etc_btns ion-icon {
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* .go_heradee{
  position: absolute;
  right: 40px;
  top: 158px;
  width: 30px;
  text-align: center;
}

.go_heradee i{
  font-size: 23px; 
  color: white;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0,0,0,0.25);
} */

/* 하단영역 */
.footer_wrap {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  /* width: 100%; */
}

.name_area {
  margin-left: 40px;
}

.artist_main_name {
  color: white;
  font-weight: bold;
  font-size: 30px;
  text-shadow: black;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  font-family: "NanumMyeongjo", serif;
  margin-top: 3px;
}

.footer_second {
  /* position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex; */
  margin-left: 40px;
  margin-right: 40px;
}

.fl_text {
  color: rgba(255, 255, 255, 0.755);
  font-size: 18px;
  text-shadow: black;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  font-family: "NanumMyeongjo", serif;
}

.footer_right {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.heradee_text p {
  color: white;
  text-align: end;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  font-family: "NanumMyeongjo", serif;
}

.heradee_text span {
  font-size: 22px;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  font-family: "NanumMyeongjo", serif;
}

.footer_right2 {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 10px;
}

.search_area {
  margin: auto;
  width: 100%;
  max-height: 1080px;
  font-family: "NanumMyeongjo", serif;
  align-items: center;
  justify-content: center;
}

.search_area form {
  max-width: 600px;
  width: 95%;
  display: flex;
  align-items: flex-end;
}

.search_area #searchBtn {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 5px;
  border-bottom: 1px solid white;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search_area form i {
  font-size: 20px;
  color: white;
  /* height: 30px; */
  /* transition: 2s; */
}

.search_area input[type="search"] {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 35px;
  line-height: 35px;
  padding: 0px 5px;
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  outline: none;
  color: white;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search_area input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.709);
}

.search_area.on input[type="search"] {
  visibility: visible;
  opacity: 1;
  /* transition: 2s; */
}

.menu_login,
.menu_register,
.menu_logout,
.menu_mypage {
  display: none;
}

/* hamburger btn */
.hamburger {
  position: absolute;
  top: 29px;
  right: 40px;
}

#hamBtn {
  cursor: pointer;
  z-index: 999;
}

.init {
  animation: none !important;
}

.line {
  background: #ffffff;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  position: relative;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
}

.line-top {
  animation: line-top 0.5s forwards ease-out,
    line-top-rotate 0.3s 0.5s forwards ease-out;
}

/* back btn */

.menu_back_btn {
  color: white;
  position: absolute;
  top: 27px;
  left: 30px;
  font-size: 26px;
  z-index: 1;
}

.menu_back_btn img {
  width: 33px;
  filter: invert(100%);
  cursor: pointer;
}

.menu_back_btn2 {
  display: none;
}

.menu_back_btn2 img {
  display: none;
}

/* 추가된 부분 */
.top-reverse {
  animation: line-top-rotate-reverse 0.3s forwards ease-out,
    line-top-reverse 0.5s 0.3s forwards ease-out;
}

.line-mid {
  animation: line-mid 0.5s forwards ease-out;
}

/* 추가된 부분 */
.mid-reverse {
  animation: line-mid-invisible 0.3s forwards ease-out,
    line-mid-reverse 0.5s 0.3s forwards ease-out;
}

.line-bot {
  animation: line-bot 0.5s forwards ease-out,
    line-bot-rotate 0.3s 0.5s forwards ease-out;
}

/* 추가된 부분 */
.bot-reverse {
  animation: line-bot-rotate-reverse 0.3s forwards ease-out,
    line-bot-reverse 0.5s 0.3s forwards ease-out;
}

@keyframes line-top {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(9px);
  }
}

/* 추가된 부분 */
@keyframes line-top-reverse {
  0% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes line-top-rotate {
  0% {
    transform: translateY(9px) rotateZ(0deg);
  }
  100% {
    transform: translateY(9px) rotateZ(45deg);
  }
}

/* 추가된 부분 */
@keyframes line-top-rotate-reverse {
  0% {
    transform: translateY(9px) rotateZ(45deg);
  }
  100% {
    transform: translateY(9px) rotateZ(0deg);
  }
}

@keyframes line-mid {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* 추가된 부분 */
@keyframes line-mid-reverse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes line-mid-invisible {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes line-bot {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-9px);
  }
}

/* 추가된 부분 */
@keyframes line-bot-reverse {
  0% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes line-bot-rotate {
  0% {
    transform: translateY(-9px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-9px) rotateZ(135deg);
  }
}

/* 추가된 부분 */
@keyframes line-bot-rotate-reverse {
  0% {
    transform: translateY(-9px) rotateZ(135deg);
  }
  100% {
    transform: translateY(-9px) rotateZ(0deg);
  }
}

@keyframes ldio-vrc9immu5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* loading bar */
.loading_bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(7, 7, 7, 0.6);
  z-index: 9999999;
}

@keyframes ldio-x6kf0jqti8h {
  0% {
    top: 44px;
    left: 44px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 7px;
    left: 7px;
    width: 74px;
    height: 74px;
    opacity: 0;
  }
}

.ldio-x6kf0jqti8h div {
  position: absolute;
  border-width: 6px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-x6kf0jqti8h 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldio-x6kf0jqti8h div:nth-child(1) {
  border-color: #ffffff;
  animation-delay: 0s;
}
.ldio-x6kf0jqti8h div:nth-child(2) {
  border-color: #b9b9b9;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-3965e52tnvr {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -60%);
  width: 90px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  background: rgba(1, 1, 1, 0);
}
.ldio-x6kf0jqti8h {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.9);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-x6kf0jqti8h div {
  box-sizing: content-box;
}
/* generated by https://loading.io/ */

@media screen and (max-height: 900px) {
  .menu_modal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .menu_modal ul li {
    margin: 2.2rem 0;
    opacity: 0;
  }

  .menu_modal ul li a {
    text-decoration: none;
    color: white;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    font-size: 22px;
    font-family: "NanumMyeongjo", serif;
  }

  .menu_modal ul li a:hover {
    opacity: 1;
    border: 3px solid white;
    border-radius: 50px;
    padding: 8px 23px 8px 23px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 900px) {
  /* 메인화면 (900px) */
  /* 하단영역 */
  .footer_wrap {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    /* max-width: 1920px; */
    /* width: 100%; */
  }

  .name_area {
    margin-left: 40px;
  }

  .artist_main_name {
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .footer_second {
    /* position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex; */
    margin-left: 40px;
    margin-right: 40px;
  }

  .fl_text {
    color: rgba(255, 255, 255, 0.755);
    font-size: 14px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    margin-top: 10px;
  }

  .footer_right {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }

  .heradee_text p {
    color: white;
    text-align: end;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .heradee_text span {
    font-size: 17px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .menu_login,
  .menu_logout,
  .menu_mypage,
  .menu_register {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  /* 메인화면 (700px) */
  .visit_total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    margin-left: 48px;
    height: 40px;
    font-size: 16px;
  }

  .advertising div {
    color: white;
    font-size: 16px;
    background-color: transparent;
    padding: 3px 7px;
    border: 1px solid white;
    border-radius: 8px;
    letter-spacing: 0px;
    cursor: pointer;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  }

  .beta {
    position: absolute;
    top: 3px;
    left: 44px;
    white-space: nowrap;
    font-size: 16px;
    color: rgb(255, 61, 61);
    font-weight: 600;
    font-family: "Dancing Script", cursive;
  }

  /* 하단영역 */
  .footer_wrap {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    /* max-width: 1920px; */
    /* width: 100%; */
  }

  .name_area {
    margin-left: 40px;
  }

  .artist_main_name {
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .footer_second {
    margin-left: 40px;
    margin-right: 40px;
  }

  .fl_text {
    color: rgba(255, 255, 255, 0.755);
    font-size: 14px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    margin-top: 10px;
  }

  .footer_right {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }

  .heradee_text p {
    color: white;
    text-align: end;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .heradee_text span {
    font-size: 17px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .auth_area {
    display: none;
  }

  .menu_login,
  .menu_logout,
  .menu_mypage,
  .menu_register {
    display: block;
  }

  .menu_back_btn2 {
    color: white;
    display: block;
    position: absolute;
    top: 27px;
    left: 30px;
  }

  .menu_back_btn2 img {
    width: 33px;
    display: block;
    filter: invert(100%);
    cursor: pointer;
  }
}

@media screen and (max-width: 600px) {
  .sns_btn_area {
    margin-left: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
  }

  .visit_total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    margin-left: 28px;
    height: 40px;
    font-size: 16px;
  }

  .advertising {
    position: absolute;
    left: 28px;
    text-align: start;
  }

  .advertising div {
    color: white;
    font-size: 16px;
    background-color: transparent;
    padding: 3px 7px;
    border: 1px solid white;
    border-radius: 8px;
    letter-spacing: 0px;
    cursor: pointer;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  }

  /* 하단영역 */
  .footer_wrap {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    /* max-width: 1920px; */
    /* width: 100%; */
  }

  .name_area {
    margin-left: 20px;
    text-align: left;
  }

  .artist_main_name {
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .footer_second {
    margin-left: 20px;
    text-align: left;
  }

  .fl_text {
    color: rgba(255, 255, 255, 0.755);
    font-size: 14px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    margin-top: 5px;
  }

  .footer_right {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }

  .heradee_text p {
    color: white;
    text-align: end;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    font-size: 14px;
  }

  .heradee_text span {
    font-size: 16px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .auth_area {
    display: none;
  }

  .menu_login,
  .menu_logout,
  .menu_mypage,
  .menu_register {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .slider__indicators {
    width: 24px;
    right: 20px;
  }

  .slider__indicator {
    font-size: 16px;
  }

  .slider__indicator div {
    background: #ffffff;
    width: 18px;
    height: 1.5px;
    border-radius: 2px;
    margin: 3px auto 3px auto;
  }

  .p_menu li {
    padding: 16px 23px 16px 23px;
    color: white;
    font-weight: lighter;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
      0px -3px 20px rgba(0, 0, 0, 0.652);
    font-family: "NanumMyeongjo", serif;
  }

  .menu_modal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .menu_modal ul li {
    margin: 2.2rem 0;
    opacity: 0;
  }

  .menu_modal ul li a {
    text-decoration: none;
    color: white;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    font-size: 22px;
    font-family: "NanumMyeongjo", serif;
  }

  .menu_modal ul li a:hover {
    opacity: 1;
    border: 3px solid white;
    border-radius: 50px;
    padding: 8px 23px 8px 23px;
    transition: 0.3s;
  }

  .p_menu a {
    text-decoration: none;
  }

  .p_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
  }

  .sns_btn_area {
    margin-left: 14px;
    width: 100%;
    align-items: center;
  }

  .fa-facebook,
  .fa-instagram,
  .fa-youtube,
  .fa-twitter,
  .fa-spotify,
  .fa-tiktok,
  .fa-x-twitter {
    color: white;
    font-size: 21px;
    margin: 0 6px 0 6px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  .fa-tiktok {
    font-size: 19px !important;
  }

  .fa-soundcloud,
  .fa-apple {
    color: white;
    font-size: 23px;
    margin: 0 6px 0 6px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  #naverblog img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    margin: 0 6px;
    cursor: pointer;
    filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
  }

  #navercafe img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin: 0 5px 0 6px;
    cursor: pointer;
    filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
  }

  #naverband img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: 0 6px;
    cursor: pointer;
    filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
  }

  #linkTree img {
    width: 24px;
    cursor: pointer;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: 0 2px;
  }

  #kakaOpen img {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: auto 6px;
    filter: invert(100%) drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
  }

  #kakaochanel img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19.5px;
    margin: 0 6px;
    cursor: pointer;
    filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2));
  }

  .visit_total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    margin-left: 20px;
    height: 30px;
    font-size: 15px;
    white-space: nowrap;
  }

  .advertising {
    position: absolute;
    left: 20px;
    text-align: start;
  }

  .advertising div {
    color: white;
    font-size: 15px;
    background-color: transparent;
    padding: 3px 7px;
    border: 1px solid white;
    border-radius: 8px;
    letter-spacing: 0px;
    cursor: pointer;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
  }

  .web_like {
    position: absolute;
    top: 54px;
    right: 20px;
    width: 26px;
    text-align: center;
  }

  .web_like ion-icon {
    font-size: 28px;
    color: white;
    cursor: pointer;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
  }

  /* .web_like{
  position: absolute;
  top: 50px;
  right: 20px;
  width: 24px;
  text-align: center;
}

.web_like i{
  font-size: 22px; 
  color: white;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0,0,0,0.25);
} */

  /* .web_copy{
  position: absolute;
  top: 50px;
  right: 20px;
  width: 24px;
  text-align: center;
}

.web_copy i{
  font-size: 22px; 
  color: white;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0,0,0,0.25);
} */

  .etc_btns {
    position: absolute;
    top: 88px;
    right: 20px;
    width: 24px;
    text-align: center;
  }

  .etc_btns ion-icon {
    font-size: 26px;
    color: white;
    cursor: pointer;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.25);
  }

  .drop_menu {
    width: 100px;
    position: absolute;
    right: -6px;
    color: white;
    visibility: hidden;
    background-color: rgba(19, 19, 19, 0.18);
    white-space: nowrap;
    border: none;
    border-radius: 25px;
    z-index: 1;
    text-decoration: none;
    font-size: 18px;
    margin: auto;
    width: 34px;
    opacity: 0;
    overflow: hidden;
  }
  .drop_menu.act .drop_menu_list ion-icon {
    font-size: 23px !important;
    cursor: pointer;
    filter: unset !important;
    -webkit-filter: unset !important;
  }

  /* .go_heradee{
  position: absolute;
  right: 20px;
  top: 120px;
  width: 24px;
  text-align: center;
}

.go_heradee i{
  font-size: 19px; 
  color: white;
  cursor: pointer;
  text-shadow: 3px 4px 3px rgba(0,0,0,0.25);
} */

  /* 하단영역 */
  .footer_wrap {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    /* max-width: 1920px; */
    /* width: 100%; */
    right: 0px;
  }

  .name_area {
    margin-right: 20px;
    text-align: right;
  }

  .artist_main_name {
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .footer_second {
    margin-right: 20px;
    text-align: right;
  }

  .fl_text {
    color: rgba(255, 255, 255, 0.755);
    font-size: 14px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    margin-top: 5px;
  }

  .fl_text p {
    display: inline-block;
    width: 180px;
  }

  .footer_right {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 5px;
  }

  .heradee_text p {
    color: white;
    text-align: end;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    font-size: 14px;
  }

  .heradee_text span {
    font-size: 16px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .footer_right2 {
    position: absolute;
    display: block;
    bottom: 7px;
    right: 10px;
  }

  .heradee_text2 p {
    color: white;
    text-align: end;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    font-size: 12px;
  }

  .heradee_text2 span {
    font-size: 14px;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
  }

  .auth_area {
    display: none;
  }

  .menu_login,
  .menu_logout,
  .menu_mypage,
  .menu_register {
    display: block;
  }

  /* hamburger btn */
  .hamburger {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  #hamBtn {
    cursor: pointer;
    z-index: 999;
  }

  .init {
    animation: none !important;
  }

  .line {
    background: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    position: relative;
  }

  .line-top {
    animation: line-top 0.5s forwards ease-out,
      line-top-rotate 0.3s 0.5s forwards ease-out;
  }

  /* back btn */
  .menu_back_btn {
    color: white;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 24px;
  }

  .menu_back_btn img {
    width: 26px;
    filter: invert(100%);
    cursor: pointer;
  }

  .menu_back_btn2 {
    color: white;
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 24px;
  }

  .menu_back_btn2 img {
    width: 26px;
    display: block;
    filter: invert(100%);
    cursor: pointer;
  }

  @keyframes line-top {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(7px);
    }
  }

  /* 추가된 부분 */
  @keyframes line-top-reverse {
    0% {
      transform: translateY(7px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  @keyframes line-top-rotate {
    0% {
      transform: translateY(7px) rotateZ(0deg);
    }
    100% {
      transform: translateY(7px) rotateZ(45deg);
    }
  }

  /* 추가된 부분 */
  @keyframes line-top-rotate-reverse {
    0% {
      transform: translateY(7px) rotateZ(45deg);
    }
    100% {
      transform: translateY(7px) rotateZ(0deg);
    }
  }

  @keyframes line-mid {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }

  /* 추가된 부분 */
  @keyframes line-mid-reverse {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes line-mid-invisible {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }

  @keyframes line-bot {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-7px);
    }
  }

  /* 추가된 부분 */
  @keyframes line-bot-reverse {
    0% {
      transform: translateY(-7px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  @keyframes line-bot-rotate {
    0% {
      transform: translateY(-7px) rotateZ(0deg);
    }
    100% {
      transform: translateY(-7px) rotateZ(135deg);
    }
  }

  /* 추가된 부분 */
  @keyframes line-bot-rotate-reverse {
    0% {
      transform: translateY(-7px) rotateZ(135deg);
    }
    100% {
      transform: translateY(-7px) rotateZ(0deg);
    }
  }

  .loadingio-spinner-ripple-3965e52tnvr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: none;
  }
}

@media screen and (max-width: 380px) {
  .fl_text {
    color: rgba(255, 255, 255, 0.755);
    font-size: 12px;
    text-shadow: black;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
    font-family: "NanumMyeongjo", serif;
    margin-top: 10px;
  }

  .menu_modal ul li {
    margin: 2rem 0;
    opacity: 0;
  }

  .menu_modal ul li a {
    text-decoration: none;
    color: white;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    font-size: 19px;
    font-family: "NanumMyeongjo", serif;
  }

  .menu_modal ul li a:hover {
    opacity: 1;
    border: 3px solid white;
    border-radius: 50px;
    padding: 6px 21px 6px 21px;
    transition: 0.3s;
  }
}
