@charset "UTF-8";

@font-face {
  font-family: "CustomFont";
  src: url("../fonts/Yomogi-Regular.ttf") format("truetype");
}

.menu-lists {
  font-family: "CustomFont", sans-serif;
}

.menu-lists a {
  color: inherit; /* 부모 요소의 색상 상속 */
  text-decoration: none; /* 밑줄 제거 */
}

.hamburger {
  display: none;
}

.menu {
  display: none;
}

.main-menu-all {
  margin: 0px;
  padding: 0px;
  display: flex;
  height: 90px;
  background-color: white;
  font-weight: bold;
}

.main-menu-all:hover {
  cursor: pointer;
}

.main-body {
  background-color: #ffd3d3;
}

.main-logo {
  margin-left: 20px;
  margin-right: 25px;
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-logo > div {
  display: inline-block;
}

.main-logo > div > a > img,
.footer-logo > a > img {
  width: 175px;
  height: auto;
}

.menu-lists {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex: 1;
  /* margin-left: 55px; */
  /* margin-top: 30px; */
}

.menu-lists > div {
  font-size: 18pt;
  /* margin-right: 80px; */
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.menu-lists-member:hover {
  background-color: #b7f1ff;
}

.menu-lists-archive:hover {
  background-color: #d1b7a4;
}

.menu-lists-calendar:hover {
  background-color: #ffe089;
}

.menu-lists-schedule:hover {
  background-color: #cf80e0;
}

.menu-lists-trade:hover {
  background-color: #ffa658;
}

.menu-lists-announcement:hover {
  background-color: #bdde87;
}

.nav-userinfo {
  display: flex;
  align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
}

.content {
  margin: 0px;
  padding: 0px;
}

.live-members {
  margin-top: 50px;
}

.live-members > .members {
  font-size: 32px;
  margin-left: 300px;
  color: #756363;
}

.live-icons {
  display: flex;
}

.live-icon {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-container {
  position: relative;
  width: 1280px; /* 슬라이더 너비 */
  margin: 0 auto; /* 가운데 정렬 */
}

.sliderandbutton {
  /*   margin-left: 290px; */
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sliderandbutton_mobile {
	display: none;
}

.prev-button,
.next-button {
  /*  background-color: #ff69b4;  핑크색 배경 
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;*/
  border: none;
  background: none;
}

.prev-button::before,
.next-button::before {
  display: inline-block;
}

.prev-button:hover,
.next-button:hover {
  transform: scale(1.1);
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
}

.prev {
  margin-right: 50px;
}

.next {
  margin-left: 50px;
}

.prev-button {
  left: 260px;
  bottom: 80px;
}

/* .prev,
.next {
  position: absolute;
  background-color: #ff69b4; // 핑크색 배경 
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.prev::before,
.next::before {
  content: "◀"; // 화살표 아이콘 
  display: inline-block;
}

.next::before {
  content: "▶"; // 오른쪽 화살표 
}

.prev:hover,
.next:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.prev {
  left: 260px;
  bottom: 80px;
}

.next {
  margin-left: 50px;
} */

.live-button-icon {
	width: 60px; 
	height: 80px;
}

.live-contents {
  display: flex;
  /* justify-content: center;  */
  margin-top: 30px;
}

.swiper-container {
  width: 1280px;
  height: 720px;
  overflow: hidden;
}

.swiper-slide {
  /* height: 0; */
  /* margin: 0px; */
  width: 100%;
  height: 100%; /* YouTube 비디오의 16:9 비율에 맞춘 높이 */
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: white;
}

.swiper-slide iframe {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
}

.live-content-video-null {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: 720px; /* YouTube 비디오의 16:9 비율에 맞춘 높이 */
  background-color: white;
  margin: 0 0px;
  font-size: 40pt;
}

/*
.live-content {
  width: 960px;
  height: 501px;
  background-color: white;
  margin-left: 47px;
  margin-right: 47px;
} */
.main-dday-container {
  padding: 20px;
  background: #f5f5f5; /* 배경색 설정 */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* 컨테이너를 벗어난 텍스트 숨기기 */
  white-space: nowrap; /* 텍스트가 한 줄로 표시되도록 설정 */
}

.dday-items-wrapper {
  display: inline-block; /* 수평 슬라이드를 위해 인라인 블록으로 설정 */
  animation: slide 20s linear infinite; /* 슬라이드 애니메이션 설정 */
}

.dday-item {
  display: flex; /* 아이템을 수평으로 나란히 배치 */
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Comic Sans MS", cursive, sans-serif;
  /* 일본 애니메이션 느낌의 글꼴 */
  color: #333;
  margin-right: 10px; /* 아이템 사이의 간격 */
  transition: transform 0.3s, box-shadow 0.3s;
}

.dday-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dday-item span {
  display: flex;
  font-size: 1.2rem;
  margin-right: 15px;
  margin-bottom: 35px;
  color: #ff69b4; /* 밝은 핑크색 텍스트 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  animation: textAnimation 1s ease-in-out infinite alternate;
}

.main-dday-container span {
  position: relative;
  top: -20px;
}

/* @
keyframes slide {from { transform:translateX(100%);
	
}

to {
	transform: translateX(-100%);
}

}
@
keyframes textAnimation {from { transform:scale(1);
	
}

to {
	transform: scale(1.02);
} 

}*/
.main-dday-container {
  background-color: white;
  height: 30px;
  display: flex;
  margin-top: 50px;
}

.main-dday-container div div {
  margin-right: 50px;
}

.main-dday-container > div {
  display: flex;
}

.main-news-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.main-news {
  width: 1280px;
  height: 350px;
  display: flex;
}

.news-photo {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  width: 400px;
  height: 350px;
}

.news-photo > img:nth-child(1) {
  width: 540px;
  height: 350px;
}

.news-photo > img:nth-child(2) {
  width: 540px;
  height: auto;
  position: absolute;
  left: -75px;
}

.news-board {
  width: calc(1290px - 400px);
  height: 350px;
  background-color: #ff8c78;
  opacity: 0.9;
  top: 0;
}

.news-board > span > li {
  top: 0;
  height: 68px;
  list-style: none;
  bottom: 10px;
  font-size: 18px;

  /* border-bottom: 1px solid white; */
}

.news-board > span > li > a {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding-top: 25px;
  margin-left: 100px;
}

.news-board > span {
  display: flex;
  border-bottom: 1px solid white;
}

.date-item {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2); /* 반투명한 유리 같은 배경 */
  color: white; /* 흰색 글씨 */
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  backdrop-filter: blur(5px); /* 유리 같은 블러 효과 */
}

.date-item:hover {
  background: rgba(255, 255, 255, 0.4); /* 호버 시 배경색 조금 더 밝게 */
}

.today-vtuber-wrapper {
  display: flex;
  justify-content: center;
}

.today-vtuber {
  margin-top: 127px;
  width: 1280px;
  height: 675px;
  background-color: white;
  border-radius: 12px;
  margin-bottom: 150px;
}

.today-vtuber p {
  top: 0;
  font-family: "Comic Neue", cursive; /* 귀여운 느낌의 글꼴 사용 */
  font-size: 1.5rem; /* 글자 크기 */
  color: #ff69b4; /* 밝은 핑크색 글자 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 텍스트 그림자 */
  background: linear-gradient(to right, #ff9a9e, #fad0c4); /* 그라데이션 배경 */
  -webkit-background-clip: text; /* 텍스트에 배경 클립 */
  -webkit-text-fill-color: transparent; /* 텍스트 채우기 색상 투명 */
  display: inline-block; /* 텍스트를 인라인 블록으로 설정 */
  padding: 10px 20px; /* 내부 여백 */
  border: 2px solid #ff69b4; /* 테두리 색상 */
  border-radius: 12px; /* 둥근 테두리 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 상자 그림자 */
  position: relative;
  animation: gradientMove 3s infinite; /* 그라데이션 움직임 애니메이션 */
  margin: 0;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.today-vtuber-archive-etc {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.today-vtuber-photo {
  width: 634px;
  height: 600px;
  background-color: white;
  /* margin-top: 115px; */
}

.today-vtuber-photo > img {
  width: auto;
  height: 100%;
}

.today-vtuber-archive {
  width: 640px;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin-left: 67px;
}

.today-vtuber-archive > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.today-vtuber-info {
  display: flex;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap");

.today-vtuber-etc {
  margin-left: 65px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans KR", sans-serif;
  padding: 20px;
}

.today-vtuber-etc-addr {
  width: 100%;
  margin-top: 20px;
}

.today-vtuber-address-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.today-vtuber-address-box div {
  margin: 10px;
}

.today-vtuber-address-box > div {
  border-radius: 20px;
  padding: 1%;
  margin: 10px 0; /* 항목 사이의 여백 */
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  box-shadow: 1px 3px 9px gray;
}

.today-vtuber-address-box > div:hover {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}

/* @import
	url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap")
	; */

.today-vtuber-etc-name {
  font-family: "Comic Neue", cursive; /* 귀여운 느낌의 글꼴 사용 */
  font-size: 2rem; /* 글자 크기 */
  color: #ff69b4; /* 밝은 핑크색 글자 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 텍스트 그림자 */
  background: linear-gradient(to right, #ff9a9e, #fad0c4); /* 그라데이션 배경 */
  -webkit-background-clip: text; /* 텍스트에 배경 클립 */
  -webkit-text-fill-color: transparent; /* 텍스트 채우기 색상 투명 */
  position: relative;
  animation: wobble 1.5s infinite; /* 애니메이션 효과 */
  display: inline-block; /* 텍스트를 인라인 블록으로 설정 */
  padding: 10px 20px; /* 내부 여백 */
  border: 2px solid #ff69b4; /* 테두리 색상 */
  border-radius: 12px; /* 둥근 테두리 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 상자 그림자 */
  bottom: 20px;
}

/* @
keyframes gradientMove { 0% {
	background-position: 0% 50%;
}

50
%
{
background-position
:
100%
50%;
}
100
%
{
background-position
:
0%
50%;
}
} */
.today-vtuber-address-box > div > a {
  text-decoration: none;
  color: inherit;
}

.today-vtuber-address-box > div {
  display: flex;
  align-items: center;
}

#X {
  padding-left: 20px;
  padding-right: 20px;
  background-color: black;
  color: white;
  font-size: larger;
}

#youtube {
  background-color: red;
  color: white;
}

#fanbox {
  background-color: white;
  color: black;
}

#marshmallow {
  background-color: pink;
  color: black;
}

#community {
  background-color: black;
  color: white;
}

#tiktok {
  background-color: rgb(183, 0, 152);
  color: white;
}

#showroom {
  background-color: white;
}

#showroom a {
  background-image: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    purple
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#twitch {
  background-color: purple;
  color: white;
}

#twitcase {
  background-color: white;
  color: rgb(0, 85, 255);
}

#instagram {
  background-image: linear-gradient(0deg, #ffda6f, #f92887, #5351d9);
  color: white;
}

#bilibili {
  background-color: white;
  color: skyblue;
}

#niconico {
  background-color: white;
  color: black;
}

#subaccount {
  background-color: black;
  color: white;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

footer {
  padding: 40px 0;
  background-color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  color: #333;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-menu-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.footer-logo a {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

.footer-menu-lists {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-menu-lists > div {
  font-size: 22px;
  text-align: center;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.footer-menu-lists > div > a {
  text-decoration: none;
  color: #333;
}

.footer-contents {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}

.footer-contents > div {
  flex: 1;
}

.footer-content-haconect,
.footer-content-haconaka,
.footer-content-teamname {
  font-size: 16px;
}

.footer-content-haconect {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content-haconect-icon {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-content-haconect-icon img {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease;
}

.footer-content-haconect-icon img:hover {
  transform: scale(1.1);
}

.footer-content-haconaka {
  text-align: center;
}

.footer-content-haconaka img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.footer-content-haconaka img:hover {
  transform: scale(1.1);
}

.footer-content-teamname {
  text-align: center;
  line-height: 1.6;
}

.footer-menu-lists-member:hover {
  background-color: #c4bec9;
}

.footer-menu-lists-archive:hover {
  background-color: #d4485f;
}

.footer-menu-lists-calendar:hover {
  background-color: #de617e;
}

.footer-menu-lists-schedule:hover {
  background-color: #77788f;
}

.footer-menu-lists-trade:hover {
  background-color: #b2e2f7;
}

.footer-menu-lists-announcement:hover {
  background-color: #bf8ade;
}

.archive-contents {
  display: flex;
}

.archive-title {
  width: 350px;
}

.archive-thumbnail {
  margin-right: 0;
}

/* login button css */
.loginbtn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #000000;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  height: 40px;
  margin-top: 16px;
  margin-left: 50px;
  width: 132px;
}

.loginbtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.footer-menus {
  display: flex;
  margin-top: 50px;
}
