@charset "UTF-8";
/* CSS Document */
/* @x_yechan 예찬 */


/* ----폰트---- */

@font-face {/* 프리텐다드체 */
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {/* 유니버스체 */
    font-family: 'YUniverse-B';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {/* 잉크립퀴드체 */
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ----style---- */
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
a:hover{
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
html,body {
  margin: 0;	padding: 0; scroll-behavior: smooth;
}
footer{
  position : fixed;
  bottom : 0;
  width: 100%;
  text-decoration: none; 
  color: inherit; 
}
pre{
  font-family: 'Pretendard-Regular';
  font-weight: 100;
}
[data-tistory-react-app='Namecard'] {
  display: none !important;
}


/*  ----배경---- */
body{
  height: 100vh;
  width: 100vw; 
  background-size : cover;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {/* 스크롤바 */
display: none;
}







/*--------------플러그인-미니홈피--------------*/
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 1000;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    .popup {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      z-index: 1001;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      font-family: 'Pretendard-Regular';
      width: 90%; /* 팝업의 너비를 조정합니다. */
      height: 90%; /* 팝업의 높이를 조정합니다. */
      max-width: 660px; /* 최대 너비 설정 */
      max-height: 600px; /* 최대 높이 설정 */
      overflow: hidden;
    }

    .close-btn {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #990000;
      cursor: pointer;
      font-weight: bold;
      color: rgb(255, 255, 255);
      margin-top: 2px;
      float: right;
    }
.guest-game{
  width: 660px;
  height: 580px; 
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.guest-game-T{
  width: 760px;
  height: 20px;
  font-family: 'Pretendard-Regular';
  margin-top: 5px;
}
.guest-game-t{
  width: 60px;
  height: 20px;
  background-color: #990000;
  color: #ffffff;
  float: left;
  margin-right: 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  margin-left: 50px;
}
.guest-game-icon svg{
  height: 20px;
  width: 20px;
  color: #990000;
}
.guest-game-I{
  float: left;
  height: 20px;
  width: 20px;
}
input[type=radio] {
	display: none;
}
.game-room{
  width: 540px;
  height: 540px;
  float: left;
  margin-left: 30px;
}
.game-room img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.game-item-box{
  width: 60px;
  height: 522px;
  background-color: #ffd0dda2;
  transition: 1s;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
}

  .game-item-box::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
  .game-item-box::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    background: #990000;/*스크롤바의 색상 */
    border-radius: 10px;
}
  .game-item-box::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}

.item-box{
  width: 50px;
  height: 50px;
  background-color: #ff838369;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; 
  object-fit: cover;
}
.item-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  position: absolute;
  box-sizing: border-box; 
  display: block;
  user-drag: none;  
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.game-icon{
  color: #990000;
}
.game-icon svg{
  width: 15px;
  height: 15px;
}
.help-tip{
  width: 20px;
  height: 20px;
  background-color: #990000;
  color: #ffffff;
  float: left;
  margin-right: 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
}
.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}
.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.help-tip p{
	display: none;
	text-align: left;
  background-color: #ff838369;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: rgb(34, 34, 34);
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:after{
	width:40px;
	height:40px;
	content:'';
	position: absolute;

}
.guestContent img{
  width:300px;
	height:300px;
}
.iconmenu{
  color: #ffffff;
  transition: 1s;
}
.iconmenu:hover{
  color: #ffffff7d;
}
.iconmenu svg{
  width: 15px;
  height: 15px;
}
/*--------------//플러그인-미니홈피//-------------- */

/* ----메뉴 사이드바---- */
.MenuSide{/* 메뉴 사이드  큰박스*/
  width:80%;
  height:45px;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  margin-top: -30px;
  transition: all ease 1s;
}
.iconSmenu{/* 메뉴  아이콘 */
  transition: 1s;
}
.iconSmenu:hover{/* 메뉴  아이콘 */
  opacity: 60%;
}
.iconSmenu svg{
  width: 15px;
  height: 15px;
}
.MenuSide:hover{
  margin-top: 0px;
}


/* ----메뉴---- */
.MenuBox{/* 메뉴 큰박스*/
  width:180px;
  height:25px;
  justify-content: first baseline;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  transition: all ease 1s;
}
.M-I{/* 메뉴 영역*/
  width:25px;
  height:20px;  
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: inline-block;
  transition: 1s;
  overflow: hidden;
  margin-top: 2px;
}
.iconmenu{/* 메뉴  아이콘 */
  transition: 1s;
}
.iconmenu:hover{/* 메뉴  아이콘 */
  opacity: 60%;
}
.iconmenu svg{
  width: 15px;
  height: 15px;
}


/* ----콘텐츠 영역---- */
.MainContent{
  width: 100%;
  height: auto;
  margin-top: 50px;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  flex-direction:row;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  display: flex;
  transition: all ease 1s;
}
.MainContent::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
.MainContent::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    background: #990000;/*스크롤바의 색상 */
    border-radius: 10px;
}
.MainContent::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}
.inner{
  background-color: #ffffff;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;  
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  width: 65%;
  height: auto;
  margin-bottom: 10px;
  transition: all ease 1s;
}

.coverbox1{/* ----세부화 콘텐츠 영역1---- */
  width: 310px;  
  height: 580px;
  overflow: hidden;
  transition: all ease 1s;
}
.coverbox2{
  width: 220px;  
  height: 580px;
  overflow: hidden;
  transition: all ease 1s;
}
.coverbox3{
  width: 290px;  
  height: 580px;
  overflow: hidden;
  transition: all ease 1s;
}

.cover-notice{/* 커버 공지 */
  width: 300px;
  height: 485px;
  background-color: #ffffff;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  margin-top: 5px;
}

.notice-icon{
  margin-top: 30px;
}
.iconnotice{/* 메뉴  아이콘 */
}
.iconnotice svg{
  width: 15px;
  height: 15px;
  transform-origin: 50% 0%;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}

.notice-T{
  font-weight: 600;
  height: 200px;
}

.notice-tt{
  margin-top: -150px;
  position: relative;
}
.notice-g1{
  position: absolute;
  width: 280px;
  height: 20px;
  padding: 10px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0.951) 25%,rgba(255, 255, 255, 0.767) 40%,rgba(255, 255, 255, 0.526) 50%,rgba(255, 255, 255, 0.218) 75%,rgba(255, 255, 255, 0) 100%);
}
.notice-g{
  position: absolute;
  width: 280px;
  height: 50px;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(255, 255, 255, 0.259) 25%,rgba(255, 255, 255, 0.464) 40%,rgba(255, 255, 255, 0.547) 50%,rgba(255, 255, 255, 0.923) 75%,rgb(255, 255, 255) 100%);
  margin-top: 150px;
}
.notice-t{
  width: 260px;
  height: 200px;
  font-size: 11px;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align:left;
  word-break:break-all;
}
  .notice-t::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
  .notice-t::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    background: #990000;/*스크롤바의 색상 */
    border-radius: 10px;
}
  .notice-t::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}
.notice-i{
  width: 150px;
  height: 150px;
  margin-top: 5px;
  }


.cover-d-day{/* 커버 디데이 */
  width: 300px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 100px 100px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 100px 100px;
  font-family: 'Pretendard-Regular';
  margin-top: 20px;
}
.cover-counter{
  position: relative;
}
.counter{
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 20px;
  height: 20px;
  width: auto; 
  position: absolute; 
  text-align: center;
  margin-left: 100px;
}
.counter-i{
  width: 300px;
  height: 60px;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 100px 100px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 100px 100px;
  overflow: hidden;
}

.cover-Ti{
  width: 100px;
  height: 20px;
  font-family: 'Pretendard-Regular';
  font-weight: 600;
  color: #ffffff;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  overflow: hidden;
  margin-top: 20px;  
}
.cover-music{/* 커버 뮤직 */
  width: 180px;
  height: 180px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 40px;
}
.cover-music-box{
  width: 130px;
  height: 130px;
  margin-top: 15px;
  position: relative;
  animation: rotate_image 6s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.music-cd-holl{
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-top-left-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  position: absolute;
  margin-left: 55px;
  margin-top: 55px;
}
.music-cd{
  width: 130px;
  height: 130px;
  border-top-left-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  background-size : cover;
}
.music-name{
  font-size: 11px;  
  font-family: 'Pretendard-Regular';
  margin-top: 5px;
}

.cover-banner{/* 커버 베너 */
  width: 180px;
  height: 290px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  margin-top: 20px;
}

.banner-T{
  font-weight: 600;
  height: 20px;
  font-family: 'Pretendard-Regular';
  margin-top: 20px;  
  margin-bottom: 20px;
}
.banner-t{
  margin-top: 5px; 
}
  .cover-banner::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
  .cover-banner::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    background: #99000000;/*스크롤바의 색상 */
    border-radius: 10px;
}
  .cover-banner::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}

.cover-img{/* 커버 이미지 */
  width: 280px;
  height: 200px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  border-top-right-radius: 30px 30px;
  border-bottom-right-radius: 30px 30px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 5px;
  position: relative;
}
.img-date{/* 커버 이미지 */
  width: 200px;
  height: 50px;
  position: absolute;
  font-family: 'Pretendard-Regular';
  font-weight: 400;
  margin-left: 40px;
}


.cover-chat{/* 커버 채팅 */
  width: 280px;
  height: 345px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 30px 30px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 30px 30px;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 20px;
}
.chatboxup{
  width: 280px;
  height: 30px;
}
.chatbox{
  width: 260px;
  height: 200px;
  overflow: scroll;
}
  .chatbox::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
  .chatbox::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    background: #990000;/*스크롤바의 색상 */
    border-radius: 10px;
}
  .chatbox::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}
.message-icon{
  width: 25px;
  height: 25px;
  margin-top: 30px;
  position: relative;
}

.chat-t-box{
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}
.chat-T{
  font-family: 'Pretendard-Regular';
  font-size: 11px;
  text-align: left;
  margin-left: 15px;
}
.chat-t{
  font-family: 'Pretendard-Regular';
  font-size: 11px;
  width: auto;
  height: auto;
  margin-top: 3px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  text-align:center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.chat-T2{
  font-family: 'Pretendard-Regular';
  font-size: 11px;
  text-align: right;
  margin-right: 15px;
}
.chat-t2{
  font-family: 'Pretendard-Regular';
  font-size: 11px;
  width: auto;
  height: auto;
  margin-top: 3px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 1px 1px;
  text-align:center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.chat-a{
  width: 6px;
  height: 6px;
  border-top-left-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  margin-left: 17px;
  animation: blink-effect 2s ease-in-out infinite;
}
.iconmessage svg{
  width: 20px;
  height: 20px;
}
.chatg{
  width: 260px;
  height: 50px;
  margin-top: -50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(255, 255, 255, 0.259) 25%,rgba(255, 255, 255, 0.464) 40%,rgba(255, 255, 255, 0.547) 50%,rgba(255, 255, 255, 0.923) 75%,rgb(255, 255, 255) 100%);
}
.chatinputbox{
  width: 260px;
  height: 50px;
  padding-top: 20px;
}
.chatinput{
  width: 230px;
  height: 30px;
  flex-direction:row;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
.chatinputsend{
  width: 160px;
  height: 30px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

.chatsend{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}
.iconchatsend svg{
  width: 15px;
  height: 15px;
  color: #ffffff;
  margin-top: 7px;
  transition: 1s;
}
.iconchatsend svg:hover{/* 메뉴  아이콘 */
  color: #ffffff7d;
}


/* -----------------태그-------------- */
.MainContent2{
  width: 1450px;
  height: 580px;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  margin-top: 20px;
  overflow: hidden;
}


#tab-1:checked ~ .tab label:nth-child(1),
#tab-2:checked ~ .tab label:nth-child(2),
#tab-3:checked ~ .tab label:nth-child(3),
#tab-4:checked ~ .tab label:nth-child(4),
#tab-5:checked ~ .tab label:nth-child(5){
  box-shadow: none;
}
.content > div {
	display: none;
}
#tab-1:checked ~ .content div:nth-child(1),
#tab-2:checked ~ .content div:nth-child(2),
#tab-3:checked ~ .content div:nth-child(3),
#tab-4:checked ~ .content div:nth-child(4),
#tab-5:checked ~ .content div:nth-child(5)  {
	display: block;
}
/* 라디오 버튼 UI삭제*/
input[name="show"] {
  display: none;
}
.main {
  margin: 0 auto;
  width:100%
}
.tab {
  overflow: hidden;
  height: 20px;
  transition: all ease 1s;
}
.tab label {
  font-size: 18px;
  cursor: pointer;
  float: left;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  user-select: none;
  -webkit-user-select: none;
}
.content {
  height: auto;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  margin-top: 5px;
  transition: all ease 1s;
}
.content-dis{
  padding-top: 10px;
  line-height: 1.5;
  font-size: 17px;
}
.menuicon svg{
  width: 20px;
  height: 20px;
  transition: all ease 1s;
}
.menuicon svg:hover{
  opacity: 50%;
}

.tagContent{/* 영역지정 */
  transition: all ease 1s;
  width: 505px;
  height: 480px;
}
.taglog1{/* 캐릭터 박스 */
  width: 230px;
  height: 455px;
  background-color: #ffffff;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  float: left;
  transition: 2s;
  background-size : cover;
  overflow:hidden;
  margin: 10px;
}
.taglog1:hover{
  margin-top: -10px;
}
.taglog2{/* 캐릭터 박스 */
  width: 230px;
  height: 455px;
  background-color: #ffffff;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  float: left;
  transition: 2s;
  background-size : cover;
  overflow:hidden;
  margin: 10px;
}
.taglog2:hover{
  margin-top: -10px;
}
.taglog-g{
  width: 230px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(255, 255, 255, 0.259) 25%,rgba(255, 255, 255, 0.464) 40%,rgba(255, 255, 255, 0.547) 50%,rgba(255, 255, 255, 0.923) 75%,rgb(255, 255, 255) 100%);
  margin-top: 310px;
}
.taglog-t{
  width: 230px;
  height: 50px;
  float: right;
  font-family: 'YUniverse-B';
  font-size: 25px;
  color: #ffffff;
}

.relationship{
  width: 170px;
  height: 90px;
}
.relationshipbox{
  width: 170px;
  height: 90px;
}
.relationship-T{
  width: 170px;
  height: 140px;
  margin-top: 10px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;  
}
.relationshipbox-P{
  width: 200px;
  height: 50px;
}
.relationshipbox-p1{
  width: 50px;
  height: 50px;
  background-color: #a8a8a8;
  border-top-left-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  float: left;
  margin-left: 5px;
  background-size : cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.relationship-icon{
  float: left;
  width: 50px;
  height: 50px;
  margin-left: 5px;
}
.arrow-left-arrow-right svg{
  margin-top: 10px;
  animation: blink-effect 2s ease-in-out infinite;
}
.relationshipbox-p2{
  width: 50px;
  height: 50px;
  background-color: #a8a8a8;
  border-top-left-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  float: left;
  margin-left: 5px;
  background-size : cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rT{
  font-family: 'Pretendard-Regular';
  font-weight: 600; 
}
.tag-P1{
  width: 320px;
  height: 490px;
  background-color: #ffffff;
  float: left;
  margin-left: 20pt;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.tag-P2{
  width: 320px;
  height: 490px;
  background-color: #ffffff;
  float: left;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.light svg{
  margin-top: 10px;
}
.tag-P1-T{
  width: 300px;
  height: 50px;
  font-family: 'Pretendard-Regular';
  font-weight: 600; 
  overflow: hidden;
}
.tag-P1-t{
  width: 300px;
  height: 340px;
  font-family: 'Pretendard-Regular';
  font-weight: 100; 
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.tag-P1-Y{
  width: 300px;
  height: 150px;
}
  .tag-P1-t::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
  .tag-P1-t::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    background: #990000;/*스크롤바의 색상 */
    border-radius: 10px;
}
  .tag-P1-t::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}
.tag-P1-g{
  width: 300px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(255, 255, 255, 0.259) 25%,rgba(255, 255, 255, 0.464) 40%,rgba(255, 255, 255, 0.547) 50%,rgba(255, 255, 255, 0.923) 75%,rgb(255, 255, 255) 100%);  
  position: absolute;
  margin-top: 300px;
}
.CHT{
  font-family: 'YUniverse-B';
  font-size: 20px;
}


.tagContent2{/* 영역지정 */
  transition: all ease 1s;
  width: 690px;
  height: 510px;
}
.taglog-ch-1{/* 다인 캐릭터 박스 */
  width: 150px;
  height: 230px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  float: left;
  transition: all ease 1s;
  background-size : cover;
  overflow:hidden;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.taglog-ch-2{/* 다인 캐릭터 박스 */
  width: 150px;
  height: 230px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  float: left;
  background-size : cover;
  overflow:hidden;
  margin: 10px;
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-position: center center;
}
.taglog-ch-g{
  width: 150px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(255, 255, 255, 0.259) 25%,rgba(255, 255, 255, 0.464) 40%,rgba(255, 255, 255, 0.547) 50%,rgba(255, 255, 255, 0.923) 75%,rgb(255, 255, 255) 100%);
  margin-top: 190px;
}
.taglog-ch-t{
  width: 150px;
  font-family: 'YUniverse-B';
  font-size: 20px;
}












/* ---------------------글----------------------- */ 
/* ---본문 인용구 스타일-----*/
blockquote{
 font-family: 'Pretendard-Regular'!important; 
}
blockquote[data-ke-style='style1'] { 
  font-family: 'Pretendard-Regular'!important;
  text-align: center; 
  background: url(https://raw.githubusercontent.com/grxvityhj/iconsax/51d7820286b4c35d29313c7be2021732491a2868/icon/bold/quote-left-square.svg)no-repeat 50% 0; 
  padding: 34px 0 0 0; 
  font-size: 15pt; 
  line-height: 23pt; 
  border: 0 none;
}  
blockquote[data-ke-style='normal'],
blockquote[data-ke-style='style2'] {
  padding: 10px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 600; 
  transition: 1s;
  text-align: left;
}
blockquote[data-ke-style='style2']:hover {

}

blockquote[data-ke-style='style3']{
  font-family: 'Pretendard-Regular';
  border: 1px;
  background-color: #fcfcfc00;
  text-align: left;
  padding: 21px 25px 20px 25px;
  font-size:15px;
  line-height: 1.75;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  transition: 1s;
}
/* 접은글의 더보기 버튼 꾸미기 */
.btn-toggle-moreless, .btn_more, .btn_less {
    text-decoration: none;
}
.btn-toggle-moreless, .btn_more, .btn_less {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 5px 7px; /*버튼 안쪽 패딩*/
    border-radius: 8px; /*버튼 둥근 정도*/
    margin-top: 5px;
    color: #fff!important; /*버튼의 더보기 글씨색. 하얀색입니다.*/
    font-size: 14px!important; /*버튼의 글씨크기. 원하시는대로 조절하세요*/
    transition: 1s;
    text-decoration: none;
}
div[data-ke-type='moreLess'] {
	position:relative;
  transition: 1s;
  text-decoration: none;
}
div[data-ke-type='moreLess']::before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed #ebebeb;
    margin-top: 22.5px;
    text-decoration: none;
}
.moreless-content {
    padding: 15px 5px;
    border-bottom: 1px dashed #ebebeb;
    font-family: 'Pretendard-Regular';
    transition: 1s;
    text-decoration: none;
}
.btn-toggle-moreless:before, .btn_more:before {
    content: '✚';/*버튼이 접혀있을 때 앞에 붙일 아이콘*/
    margin-right: 5px;
    font-family: 'Pretendard-Regular';
    text-decoration: none;
}
.open .btn-toggle-moreless:before, .btn_less:before {
    content: '✖'; /*버튼을 닫을 때 앞에 붙일 아이콘*/
    margin-right: 5px;
    font-family: 'Pretendard-Regular';
    text-decoration: none;
}
/* 접은글의 더보기 버튼 꾸미기 */
.entry-content a{
  color: inherit;
  text-decoration: none;
}
u{
  text-decoration: none;
  display: inline;
}
s{
}
.articleWrap a:link{
  transition : 1s;
}
.articleWrap a:visited{
  transition : 1s;
}
.articleWrap a:hover{
  text-decoration: none;
  display: inline;
}

.articleWrap{/* 찐 글영역 */
    width: 520px;
    height: 400px;
}
.article--title{
  font-size: 18px;
  font-family: 'Pretendard-Regular';
  font-weight: 900; 
  margin-top: 10px;
}
.article--date{
  font-size: 11px;
  font-family: 'Pretendard-Regular';
  font-weight: 900; 
  width: 70px;
  height: auto;
  background-color: #7575752b;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-left: 5px;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
}
.article--tag{
  font-family: 'Pretendard-Regular';
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 900; 
  color: #757575;
}
.article--desc{
  font-family: 'Pretendard-Regular';
  padding: 50px;
  text-align: start;
  text-justify: distribute;
  line-height: 20px;
}


.entryProtected{/* ----------보호글-------- */
  font-family: 'Pretendard-Regular';
}
.submit-password{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  font-family: 'Pretendard-Regular';
  margin-left: 5px;
  padding: 5px;
}
.submit-button{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 50px;
  height: 20px;
  border: 0px;
  transition: 1s;
  font-family: 'Pretendard-Regular';
}
.submit-button:hover{

}
.submit-icon{

}
.submit-icon svg{
  margin-top: 2px;
}
.protected-submit{
  width: 400px;
  height: 30px;
}
.protected-submit1{
  float: left;
  margin-left: 60px;
}
.protected-submit2{
  float: left;
  margin-left: 0px;
}
.protected-submit3{
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}


/* -------------------카테고리 영역------------ */

.categorycategory{
  width: 20em;
  height: 26em;
}
.category {
  width: 400px;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}
.category li {
  margin: 5px; /* 각 카테고리 사이 간격 설정 */
  text-decoration: none;
  list-style-type: none;
  float: left;
  text-align: left;
}  
.category a    { 
  height:25px; 
  padding-top:8px; 
}  
.category li a { 
  padding:2px; 
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  height:20px; 
  width: auto;
  font-family: 'Pretendard-Regular';
  font-size: 11px;
  transition: 1s;
}
.category li a:hover{
  opacity: 50%;
}



.cardWrap {
  width: 27em;
  margin: 3em auto;
  font-family: sans-serif;
  transition: all ease 1s;
  margin-left: -10px;
}
.card {
  height: 11em;
  float: left;
  position: relative;
  padding: 1em;
  margin-bottom: 20px;
}
.cardLeft {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 16em;
  background-repeat: no-repeat;
  background-position: center center;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    width: .9em;
    height: .9em;
    background: #f5f5f5;
    border-radius: 50%;
    right: -.5em;
  }
  &:before {
    top: -.4em;
  }
  &:after {
  bottom: -.4em;
  }

}
.cardRight {
  transition: all ease 1s;
  width: 6.5em;
  border-left: .18em dashed #f5f5f5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    width: .9em;
    height: .9em;
    background: #f5f5f5;
    border-radius: 50%;
    left: -.5em;
  }
  &:before {
    top: -.4em;
  }
  &:after {
  bottom: -.4em;
  }
}
.number {
  text-align: center;
  text-transform: uppercase;
  h3 {
    margin: .9em 0 0 0;
    font-size: 11px;
    font-family: 'YUniverse-B';
  }
  h2 {
    font-size: 20px;
    font-family: 'YUniverse-B';
  }
  h1{
    font-size: 11px;
    font-family: 'Pretendard-Regular';
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    width: auto;
    height: auto;
    color: #000000;
    padding: 2px;
  }
  span {
    display: block;
  }
}
.cardicon svg{

}
.cardWrap:hover{
  .cardRight{
  transform: rotate( 2deg );
  margin-left: 5px;
  opacity: 80%;
  }
}



.paging{
  width: 400px;
  height: 35px;
  font-family: 'Pretendard-Regular';
  font-size: 12px;
  margin-top: 10px;
  clear:both;
  transition: all ease 1s;
}
.paging a{
  padding:2px; 
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  height:20px; 
  width: auto;
  margin: 5px;
  transition: 1s;
}
.paging a:hover{
  opacity: 50%;
}







/* --------------방명록------------------ */
.guestWrite{
  width: 400px;
  height: 100px; 
  margin-bottom: 10px;
  margin-top: 10px;
}
.guesticon{
  float: left;
}
.guesticon svg{
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.guest_textarea{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 400px;
  height: 90px;
}
.guest_textarea textarea{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 320px;
  height: 80px;
  font-family: 'Pretendard-Regular';
  margin-left: 5px;
  resize: none;
  float: left;
  margin-top: 3px;
}
.submit{
  float: left;
  margin-top: 37px;
}
.guest_input{
  float: left;
}
.guest_input input{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 100px;
  height: 20px;
  font-family: 'Pretendard-Regular';
  margin-bottom: 5px;
  margin-left: 5px;
}
.submit input{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 50px;
  height: 20px;
  border: 0px;
  transition: 1s;
  font-family: 'Pretendard-Regular';
  margin-top: 5px;
  margin-left: 5px;
}
.submit input:hover{
}


.guest_input-box{
  float: left;
}
.guest_textarea{
  float: left;
}
.submit{
  width: 60px;
  height: 80px; 
  float: left;
}



.guestList li{
  list-style: none;
  text-align: left;
}
.guestList{
  width: 95%;
  height: auto; 
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
  .guestList::-webkit-scrollbar {/* 스크롤바 */
    width: 5px;  /* 스크롤바의 너비 */
    height: 1px;
}
  .guestList::-webkit-scrollbar-thumb {
    height: 1px; /* 스크롤바의 길이 */
    border-radius: 10px;
}
  .guestList::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}
.guest_rep{
  margin-top: 15px;
  font-family: 'Pretendard-Regular';
  padding: 10px;
}
.guest_reply_rep{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  font-family: 'Pretendard-Regular';
  padding: 10px;
  text-align: left;
  overflow: hidden;
  word-break:break-all;
}
.guest_rep_desc{
  margin-top: 10px;
}
.guest_rep_desc p{
  text-align: left;
}
.guest-comment-text{
  margin-top: 10px;
}
.guestListicon svg{
  width: 20px;
  height: 20px; 
}
.guest-name-date{
  width: 300px;
  height: 20px; 
}
.guest-name{
  float: left;
}
.guest-date{
  font-size: 10px;
  color: #535353;
  text-align: right;
  float: right;
}
.guest-name-date-icon{
  float: left;
}
.guest-name-date-icon svg{
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 2px;
}



    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 1000;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    .popup {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      z-index: 1001;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      font-family: 'Pretendard-Regular';
      width: 90%; /* 팝업의 너비를 조정합니다. */
      height: 90%; /* 팝업의 높이를 조정합니다. */
      max-width: 660px; /* 최대 너비 설정 */
      max-height: 600px; /* 최대 높이 설정 */
      overflow: hidden;
    }

    .close-btn {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #990000;
      cursor: pointer;
      font-weight: bold;
      color: rgb(255, 255, 255);
      margin-top: 2px;
      float: right;
    }



/* ----footer---- */
.Yechan{/* 삭제 금지 */
  font-family: 'YUniverse-B';
  color: #990000;
  margin-bottom: 3px;
  margin-left: 3px;
  font-size: 15px;
}
.Yechan svg{/* 삭제 금지 */
  width: 45px;
  position : absolute;
  bottom : -130px;
  left: 5px;
}

@keyframes shake{
0%{
   transform: rotate(0deg);
  }
  10%{
   transform: rotate(45deg);
  }
  20%{
   transform: rotate(-45deg);
  }
  30%{
   transform: rotate(30deg);
  }
  40%{
   transform: rotate(-30deg);
  }
  50%{
   transform: rotate(10deg);
  }
  60%{
   transform: rotate(-10deg);
  }
  70%{
   transform: rotate(0deg);
  }
  100%{
   transform: rotate(0deg);
  }
}
@keyframes rotate_image{
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}
@keyframes typing{
  from{ width: 0; }
}
@keyframes cursor{
  50%{ border-color: transparent; }
}
@-webkit-keyframes fadeIn {

	0% { 

		opacity:0; 

		transform: scale(0.6);

	}

	100% {

		opacity:100%;

		transform: scale(1);

	}

}
@keyframes fadeIn {

	0% { opacity:0; }

	100% { opacity:100%; }

}​ 














































@media (min-width: 576px) and (max-width:768px) {

}
@media (max-width: 575px){

.categorycategory{
  width: 20em;
  height: 26em;

}
.cardWrap {
  width: 26em;
  margin-bottom: 3em auto;
  color: #fff;
  font-family: sans-serif;
  transition: all ease 1s;
}
.card {
  height: 11em;
  float: left;
  position: relative;
  padding: 1em;
  margin-bottom: 20px;
}
.cardLeft {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 13.0em;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    width: .9em;
    height: .9em;
    background: #f5f5f5;
    border-radius: 50%;
    right: -.5em;
  }
  &:before {
    top: -.4em;
  }
  &:after {
  bottom: -.4em;
  }
    h1{
    font-size: 50px;
    font-family: 'InkLipquid';
    color: #ffffff;
    margin-top: 155px;
  }
}
.cardRight {
  transition: all ease 1s;
  width: 4.5em;
  border-left: .18em dashed #f5f5f5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    width: .9em;
    height: .9em;
    background: #f5f5f5;
    border-radius: 50%;
    left: -.5em;
  }
  &:before {
    top: -.4em;
  }
  &:after {
  bottom: -.4em;
  }
}
.number {
  text-align: center;
  text-transform: uppercase;
  h3 {
    color: #fff;
    margin: .9em 0 0 0;
    font-size: 11px;
    font-family: 'YUniverse-B';
  }
  h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'YUniverse-B';
  }
  h1{
    font-size: 11px;
    font-family: 'Pretendard-Regular';
    background-color: #ffffff;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    width: auto;
    height: auto;
    color: #000000;
    padding: 2px;
  }
  span {
    display: block;
  }
}
.cardicon svg{
  color: rgb(255, 255, 255);
}
.cardWrap:hover{
  .cardRight{
  transform: rotate( 2deg );
  margin-left: 5px;
  }
}
.paging{
  width: 300px;
  height: 35px;
  font-family: 'Pretendard-Regular';
  font-size: 12px;
  margin-top: 10px;
  clear:both;
}
.cover-music{/* 커버 뮤직 */
  width: 300px;
}
.cover-banner{/* 커버 베너 */
  width: 300px;
}
.coverbox2{
  width: 310px;  
}
.inner{
  width: 85%;
}
.guest_textarea textarea{
  width: 265px;
  height: 80px;
}
.tagContent2{/* 영역지정 */
  width: 345px;
  height: 1040px;
}
.taglog1{/* 캐릭터 박스 */
  width: 165px;
  height: 280px;
  background-color: #ffffff;
  background-image: url('https://blog.kakaocdn.net/dn/b6xG7f/btsCTCIar6f/EIH3B3LRdBNj875C2Aej00/img.jpg');
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  float: left;
  transition: 2s;
  background-size : cover;
  overflow:hidden;
  margin: 5px;
}
.taglog1:hover{
  margin-top: -10px;
}
.taglog2{/* 캐릭터 박스 */
  width: 165px;
  height: 280px;
  background-color: #ffffff;
  background-image: url('https://blog.kakaocdn.net/dn/pqCBm/btsCX7HreTW/rkKXkY74fyso7uDT4IDm30/img.jpg');
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  box-shadow: 0px 1px 5px 2px #7171711f;
  border-top-left-radius: 100px 100px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 100px 100px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  float: left;
  transition: 2s;
  background-size : cover;
  overflow:hidden;
  margin: 5px;
}
.taglog2:hover{
  margin-top: -10px;
}
.taglog-g{
  width: 250px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(255, 255, 255, 0.259) 25%,rgba(255, 255, 255, 0.464) 40%,rgba(255, 255, 255, 0.547) 50%,rgba(255, 255, 255, 0.923) 75%,rgb(255, 255, 255) 100%);
  margin-top: 310px;
}
.taglog-t{
  width: 250px;
  height: 50px;
  float: right;
  font-family: 'YUniverse-B';
  font-size: 30px;
  color: #ffffff;
}
.guest_textarea textarea{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 220px;
  height: 80px;
  font-family: 'Pretendard-Regular';
  margin-left: 5px;
  resize: none;
  float: left;
  margin-top: 3px;
}
.guest_input input{
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 65px;
  height: 20px;
  font-family: 'Pretendard-Regular';
  margin-bottom: 5px;
  margin-left: 5px;
}
.tagContent{/* 영역지정 */
  transition: all ease 1s;
  width: 100%;
  height: 300px;
}
.article--desc{
  font-family: 'Pretendard-Regular';
  padding: 30px;
  text-align: start;
  text-justify: distribute;
  line-height: 20px;
}
}





html {
    scroll-behavior: smooth;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: inherit
}

 .site__information{
    text-decoration: none !important;/* 링크의 밑줄 제거 */
    color: inherit !important; /* 링크의 색상 제거 */
 }

