@charset "UTF-8";
/* CSS Document */
/* @x_yechan 예찬 */


/* ----폰트---- */
@font-face { /* 구글 아이콘 */
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

@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: 400;
    font-style: normal;
}

@font-face {/* 도트필기체 */
    font-family: 'DOSPilgiMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/DOSPilgiMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {/* 리디바탕 */
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {/* 도스명조 */
    font-family: 'DOSIyagiMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/DOSIyagiMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {/* 도스샘물 */
    font-family: 'DOSSaemmul';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/DOSSaemmul.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* ----style---- */
/* 메인 */
.MAINHO{
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  width: 700px;
  height: 400px;
  overflow : hideen;
  border-radius: 10 10 10 10px;
}


/* 스크롤바 */
  body::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}
  body::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: rgba(255, 131, 131, 0.3); /* 스크롤바의 색상 */
    border-radius: 10px;
}
  body::-webkit-scrollbar-track {
    background: rgba(33, 121, 244, 0);  /*스크롤바 뒷 배경 색상*/
}



/* ----아래부터 메인상자---- */


/* 상자 */
.HO4{
    width: 700px;
    height: 400px;
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    float:left;
    margin: 5px;
    overflow : hideen;
    box-shadow: 0px 1px 5px 2px #7171711f;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

  .HO4P{
    font-family: 'DOSPilgiMedium';
    color: #a9b6f1;
    font-size: 13px;
    text-shadow: -2px 0px rgb(255, 255, 255), 0px 2px rgba(255, 255, 255, 0.204), 2px 0px rgb(255, 255, 255), 0px -2px rgb(255, 255, 255);
    margin: 5px;
  }


.Hside{/* 사이드 영역 */
    width: 130px;
    height: 400px;
    background: rgba(255, 255, 255, 0.293);
    display: inline-block;
    float: left;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.Hcontent{/* 콘텐츠 영역 */
    width: 570px;
    height: 400px;
    background: rgba(250, 250, 250);
    display: inline-block;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    overflow: hidden;
}
.Hcontent-t{
    width: 570px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}



.Hside-T{/* 사이드 타이틀 */
  font-family: 'DOSPilgiMedium';
  margin-bottom: 5px;
  margin-top: 30px;
}


.counter{/* 사이드 디데이 */
font-family: 'DOSSaemmul';
font-size: 13px;

}

.Side-M{/* 사이드 메뉴 영역 */
  width:130px;
  height:15px;
  justify-content: first baseline;
  text-align: center;
  margin-bottom: 30px;
}

.S-M{/* 사이드 메뉴 */
  width:15px;
  height:15px;  
  margin-bottom: 3px;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  font-family: 'DOSSaemmul';
  font-size: 10px;
  line-height: 15px;
  color: rgb(255, 255, 255);
  margin-left: 3px;
  display:inline-block;
  transition: 1s;
  box-shadow: 0px 1px 5px 2px #7171711f;
}
.S-M:hover{
  background: #d9c9f1;

}

.side-chat{/* 사이드 채팅1 */
  background: linear-gradient(to right, #a1c6ef, #a9b6f1) ;
  width:100px;
  height:auto;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
    font-family: 'DOSIyagiMedium';
  color: rgb(255, 255, 255);
  font-size: 10px;
  text-align:center;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 2px;
  box-shadow: 0px 1px 5px 2px #7171711f;

}

.side-chat2{/* 사이드 채팅2 */
  background: linear-gradient(to right, #f6b8d2, #dac0ee) ;
  width:100px;
  height:auto;
  border-top-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
    font-family: 'DOSIyagiMedium';
  color: rgb(255, 255, 255);
  font-size: 10px;
  text-align:center;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 2px;
  box-shadow: 0px 1px 5px 2px #7171711f;

}


.chat-i{/* 사이드 채팅1  수신인 */
  width:100px;
  height:15px;
    font-family: 'DOSIyagiMedium';
  text-align:left;
  color: rgb(0, 0, 0);
  font-size: 11px;
}

.chat-i2{/* 사이드 채팅2  발신인 */
  width:100px;
  height:15px;
font-family: 'DOSIyagiMedium';  
text-align:right;
  color: rgb(0, 0, 0);
  font-size: 11px;
}

.side-music{/* 사이드 뮤직 영역 */
  width:100px;
  height:100px;
  background-color: rgba(0, 0, 0, 0.026);
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  padding-top: 5px;
    font-family: 'DOSIyagiMedium';
  color: rgb(0, 0, 0);
  font-size: 11px;
  margin-bottom: 3px;
}

.music-i{/* 사이드 뮤직 이미지 */
  background-image: url('https://blog.kakaocdn.net/dn/95DoW/btsB16Yk3sJ/apNy15f3QckxMeiXJW6xt1/img.jpg');
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  width:60px;
  height:60px;
  margin-bottom: 3px;
  background-size : cover;
  overflow:hidden;
}

   .Hcontent-t::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
}
  .Hcontent-t::-webkit-scrollbar-thumb {
    height: 10%; /* 스크롤바의 길이 */
    background: #bedbfd; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}
  .Hcontent-t::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0) ;/*색상*/
}



/* -----컨텐츠영역------ */



.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';
}

.p-t{/* 프로필 박스 타이틀 */
    font-family: 'DOSPilgiMedium';
    font-size: 15px;
    margin-top: 10px;
}

.PR-BOX{/* 프로필 박스 큰영역1 */
    width: 570px;
    height: 150px;
}
.PR-BOX2{/* 프로필 박스 큰영역2 */
    width: 570px;
    height: 150px;
}


.P-box{/* 프로필 박스 영역1 */
    width: 400px;
    height: 150px;
    background-color: #c5c5c515;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-top: 10px;
    margin-left: 10px;
    box-shadow: 0px 1px 5px 2px #7171711f;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 10px;
    float: left;
}

.P-box2{/* 프로필 박스 영역2 */
    width: 400px;
    height: 150px;
    background-color: #c5c5c515;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-top: 10px;
    margin-right: 10px;
    box-shadow: 0px 1px 5px 2px #7171711f;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 5px;
    float: right;
}

.P-i{/* 프로필 캐릭터 이미지1 */
    width: 120px;
    height: 130px;
    background-color: #707070;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    float: left;
}

.P-i2{/* 프로필 캐릭터 이미지2 */
    width: 120px;
    height: 130px;
    background-color: #707070;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    float: right;
}

.P-tt{/* 프로필 캐릭터 글자영역1 */
  float: right;
  margin-right: 55px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 130px;

}
.P-tt2{/* 프로필 캐릭터 글자영역2 */
  float: left;
  margin-left: 55px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 130px;
}

.P-tttt{/* 프로필 캐릭터 글자 상세내용1 */
  font-family: 'Pretendard-Regular';
  color: rgb(0, 0, 0);
  font-size: 11px;
  text-align: left;
  list-style-type: none;
  margin-top: 5px;
}
.P-tttt2{/* 프로필 캐릭터 글자 상세내용2 */
  font-family: 'Pretendard-Regular';
  color: rgb(0, 0, 0);
  font-size: 11px;
  text-align: left;
  list-style-type: none;
  margin-top: 5px;
}

.P-ttt{/* 프로필 캐릭터 이름글자1 */
  font-family: 'Pretendard-Regular';
  font-weight: 900;
  color: rgb(0, 0, 0);
  font-size: 18px;
  text-align: left;
    transition: 1s;
}
.P-ttt2{/* 프로필 캐릭터 이름글자2 */
  font-family: 'Pretendard-Regular';
  font-weight: 900;
  color: rgb(0, 0, 0);
  font-size: 18px;
  text-align: left;
    transition: 1s;
}

.P-tttt li {
margin-bottom: 5px;
  transition: 1s;
  }
  .P-tttt2 li {
margin-bottom: 5px;
  transition: 1s;
  }

.P-line{/* 프로필 캐릭터 이름글자 밑에 라인1 */
  background-color: var(--point-color1);
  width: 150px;
  height: 3px;
  float: left;
}
.P-line2{/* 프로필 캐릭터 이름글자 밑에 라인2 */
  background-color: var(--point-color3);
  width: 150px;
  height: 3px;
  float: left;
}

.P-ttt:hover{/* 프로필 캐릭터 이름글자 색상변화1 */
    color: var(--point-color2);
}

.P-tttt li:hover{/* 프로필 캐릭터 상세 색상변화1 */
    color: var(--point-color2);
}

.P-ttt2:hover{/* 프로필 캐릭터 이름글자 색상변화1 */
    color: var(--point-color4);
}

.P-tttt2 li:hover{/* 프로필 캐릭터 상세 색상변화1 */
    color: var(--point-color4);
}


.P-link{/* 프로필 바로가기1 */
  background-color: var(--point-color1);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: right;
  transition: 1s;
  line-height: 16px;
}

.P-link:hover{/* 프로필 바로가기 색상변화1 */
background-color: var(--point-color2);
}

.P-link2{/* 프로필 바로가기2 */
  background-color: var(--point-color3);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: left;
  transition: 1s;
  line-height: 16px;
}
.P-link2:hover{/* 프로필 바로가기 색상변화2 */
background-color: var(--point-color4);
}

.PC-box{/* 프로필 캐릭터 색상표 큰영역1 */
  width: 105px;
  height: 165px;
  float: left;
  margin-top: 10px;
  margin-left: 13px;
  padding-left: 15px;
  overflow: hidden;
}

.PC-box2{/* 프로필 캐릭터 색상표 큰영역2 */
  width: 105px;
  height: 165px;
  float: right;
  margin-top: 10px;
  margin-left: 13px;
  padding-left: 15px;
  overflow: hidden;
}

.pc-b{/* 프로필 캐릭터 색상표 작은영역1 */
  background-color: #ffffff;
  width: 40px;
  height: 40px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    overflow: hidden;
    float: left;
    margin: 5px;
        box-shadow: 0px 1px 5px 2px #7171711f;
}

.pc-bt{/* 프로필 캐릭터 색상표 텍스트1 */
  font-family: 'Pretendard-Regular';
  font-size: 9px;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 11px;
  box-shadow: 0px 1px 5px 2px #7171711f;

}

.pc-bc{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color1);
  width: 40px;
  height: 40px;
}
.pc-bc2{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color2);
  width: 40px;
  height: 40px;
}
.pc-bc3{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color3);
  width: 40px;
  height: 40px;
}
.pc-bc4{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color4);
  width: 40px;
  height: 40px;
}
.pc-bc5{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color5);
  width: 40px;
  height: 40px;
}
.pc-bc6{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color6);
  width: 40px;
  height: 40px;
}
.pc-bc7{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color7);
  width: 40px;
  height: 40px;
}
.pc-bc8{/* 프로필 캐릭터 색상표 색상1 */
  background-color: var(--p-color8);
  width: 40px;
  height: 40px;
}


.pc-t{/* 프로필 캐릭터 색상표 밑에 블럭 */
  background-color: #a1c6ef;
  color: #ffffff;
    width: 90px;
    height: 20px;
    float: left;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 2px #7171711f;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    line-height: 20px;
}
.pc-t1{/* 프로필 캐릭터 색상표 밑에 블럭 */
  background-color: #a1c6ef;
  color: #ffffff;
    width: 90px;
    height: 20px;
    float: left;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 2px #7171711f;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    line-height: 20px;
}
.pc-t2{/* 프로필 캐릭터 색상표 밑에 블럭2 */
  background-color: #f6b8d2;
  color: #ffffff;
    width: 90px;
    height: 20px;
    float: left;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 2px #7171711f;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    line-height: 20px;
}
.pc-t22{/* 프로필 캐릭터 색상표 밑에 블럭2 */
  background-color: #f6b8d2;
  color: #ffffff;
    width: 90px;
    height: 20px;
    float: left;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 2px #7171711f;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    line-height: 20px;
}


.index{/* 카테고리 영역 */
  background-color: #a1a1a134;
    width: 400px;
    height: 200px;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
    box-shadow: 0px 1px 5px 2px #7171711f;    
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    position: relative;
    transition: 1s;
}

.index:hover{/* 카테고리 영역 마우스오버 */
    width: 410px;
    height: 210px; 
}

.CA-thumbnail{/* 카테고리 썸네일 */
    background-color: #efefef;
    width: 400px;
    height: 200px;
    overflow: hidden;
    float: left;
    position: absolute;
    transition: 1s;

}

.CA-thumbnail:hover{/* 카테고리 영역 마우스오버 */
    width: 410px;
    height: 210px; 
}


.list-t{/* 카테고리 제목 */
   background-color: #67676700;    
   width: auto;
   height: 20px;
   float: left;
   position: absolute;
   margin-top: 10px;
   margin-left: 10px;
   font-family: 'Pretendard-Regular';
   font-size: 18px;
   font-weight: 900;
   color: rgb(255, 255, 255);
   text-shadow: 2px 2px 6px rgba(128, 128, 128, 0.855);
}

.ca-ca{/* 카테고리-카테고리 */
  background-color: #4444444b;
  color: #ffffff;
    width: auto;
    height: 20px;
    float: left;
    position: absolute;
    margin-left: 10px;
    margin-top: 35px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 2px #7171711f;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-family: 'Pretendard-Regular';
    font-size: 9px;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 5px;
}


.guest-img{/* 키워줘요 존 이미지 */

}

.g-t{
    font-family: 'DOSIyagiMedium';
    font-size: 13px;
    margin-top: 10px;
}

.g-t2{
    font-family: 'DOSIyagiMedium';
    font-size: 13px;
    margin-top: 10px;
}

.comment{
      font-family: 'DOSIyagiMedium';
          font-size: 13px;
}
.guestWrite{
  width: 400px;
  height: 100px; 
  margin-bottom: 10px;
}
.guesticon{
  float: left;
}
.guesticon svg{
  color: #990000;
  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;
  border: 1px solid #990000;
  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;
  border: 1px solid #990000;
  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;
  color: #ffffff;
  background-color: #990000;
  border: 0px;
  transition: 1s;
  font-family: 'Pretendard-Regular';
  margin-top: 5px;
  margin-left: 5px;
}
.submit input:hover{
  color: #990000;
  background-color: #ffffff;
  border: 1px solid #990000;
}


.guest_input-box{
  float: left;
}
.guest_textarea{
  float: left;
}
.submit{
  width: 60px;
  height: 80px; 
  float: left;
}


.inner{
  overflow: auto;
}
.inner-line{
  width: 550px;
  height: 2px;
  background-color: #a1c6ef;
}

.guestList li{
  list-style: none;
  text-align: left;
}
.guestList{
  width: 400px;
  height: auto; 
  overflow-x: hidden;
  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;
  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; /* 스크롤바의 길이 */
    background: #990000;/*스크롤바의 색상 */
    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{
  color: #990000;
  width: 20px;
  height: 20px; 
}
.guest-name-date{
  width: 300px;
  height: 20px; 
}
.guest-name{
  color: #990000;
  float: left;
}
.guest-date{
  font-size: 11px;
  color: #535353;
  text-align: right;
  float: right;
}
.guest-name-date-icon{
  float: left;
}
.guest-name-date-icon svg{
  color: #990000;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 2px;
}
.guestContent img{
  width:300px;
	height:300px;
}
[data-tistory-react-app='Namecard'] {
  display: none !important;
}

@media (min-width: 576px) and (max-width:768px) {
  .HO3{
    width: 95%;
    height: 340px;
    border-radius: 1%;
  }
}
@media (max-width: 575px){
  .HO3{
    width: 80%;
    height: 340px;
    border-radius: 4%;
  }
}


::selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #757575; 
  transition: all 250ms ease-in; 
} 
::-moz-selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #000000; 
  transition: all 250ms ease-in; 
} 


html {
    scroll-behavior: smooth;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: inherit
}

.shape {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: scale(0.8);
}
.cir {
  position: absolute;
  border-radius: 50%;
  z-index: 5;
}
.btn-contain {
  width: 200px;
  height: 100px;
  transform: translate(-0%, -35%);
}

.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: rgba(51, 51, 51, 0.074);
  text-align: center;
  z-index: 10;
  transition: 0.2s;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-family: 'DOSIyagiMedium';
}
.btn:active, .btn:hover, .btn:focus {
  outline: none !important;
  color: rgb(0, 0, 0);
} 
.btn-particles {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  color: #eee;
  font-family: monospace;
  z-index: 5;
/*  filter: url(#gooeyness); */
}
.btn:active {
  transform: scale(0.9) translate(-55%, -55%);
}

/* 삭제 금지 */
 .footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'JSongMyung-Regular-KO';
    font-size: 5px;
    text-decoration: none; /* 링크의 밑줄 제거 */
    color: inherit; /* 링크의 색상 제거 */
 }
 .site__information{
    text-decoration: none !important;/* 링크의 밑줄 제거 */
    color: inherit !important; /* 링크의 색상 제거 */
 }

