.custom-summary {
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 5px;
  border: 1px solid rgb(73, 75, 76);
  border-radius: 5px;
  color: #cccccc;
  margin-bottom: 10px;
  max-width: 775px;

}
.custom-summary:hover {
    background-color: rgb(73, 75, 76);  /* 배경색을 변경 */
    color: #1e1e1e;  /* 텍스트 색상 변경 */
    border-radius: 5px;
  }
  .custom-summary2 {
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgb(73, 75, 76);
    margin-bottom: 10px;
    max-width: 775px;
  }
  .custom-summary2:hover {
      background-color: rgb(73, 75, 76);  /* 배경색을 변경 */
      color: #1e1e1e;  /* 텍스트 색상 변경 */
      border-radius: 5px;
    }
.centered-title {
    display: block;
    text-align: center;
    font-size:40px;
  }
.larger-text{
  font-size: 28px;
}
.toggle-content {

}
.code-box{
  border: 2px solid rgb(73, 75, 76);  /* 테두리 두께와 색상 */
  border-radius: 5px;  /* 테두리 둥글게 */
  overflow-y: auto;
  max-height: 600px;
  position:relative;

}

.structure{
  background-color: #1E1E1E;
  color: #AFB0B1;
  padding: 10px;
  border: 2px solid rgb(73, 75, 76);  /* 테두리 두께와 색상 */
  border-radius: 5px;  /* 테두리 둥글게 */
  white-space: pre-wrap; /* 줄 바꿈이 필요할 경우 자동으로 줄 바꿈 */
  word-wrap: break-word; /* 긴 단어도 자동으로 줄 바꿈 */
  overflow-x: auto; /* 가로로 넘칠 때 스크롤 가능 */
  max-width: 600px;
  font-family: Lato, sans-serif;
}


.little-one{
margin-bottom: 5px;
}
.little{
margin-top: 15px;
}
.little-title{
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
  color: #cccccc;
  margin-bottom: 10px;
  display: block;
}

.focusjob{
  text-align: center;
  color: #cccccc;
  }
  .centered-title2{
    display: block;
    text-align: center;
    font-size:50px;
    font-weight: bold;
    font-family: Lato, "Microsoft Yahei",sans-serif;

  }

  .larger-text2{
  margin-top: 15px;
  color: #cccccc;
  font-family: Lato, "Microsoft Yahei",sans-serif;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  }

  .emphasize{
    font-size: 19.5px;
    color: rgb(138, 180, 248);
  }

  .custom-summary3 {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 5px;

  }
  .custom-summary3:hover {
      background-color: rgb(73, 75, 76);  /* 배경색을 변경 */
      color: #1e1e1e;  /* 텍스트 색상 변경 */
      border-radius: 5px;
    }

.custom-summary3 {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 5px;

  }
  .custom-summary3:hover {
      background-color: rgb(73, 75, 76);  /* 배경색을 변경 */
      color: #1e1e1e;  /* 텍스트 색상 변경 */
      border-radius: 5px;
    }
.custom-summary4 {
      margin-top: 10px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
      padding: 5px;
      border-radius: 5px;
      background-color: #cccccc;
      color: #4d4d4d;
      font-weight: bold;
      width: 140px;
      margin-left: 20px;

    }
.custom-summary4:hover {
        background-color: rgb(73, 75, 76);  /* 배경색을 변경 */
        color: #1e1e1e;  /* 텍스트 색상 변경 */
        border-radius: 5px;
      }

.portfolio {
  display: flex;
  align-items: center;
}

.portfolio img {
  width: 180px;
  height: 240px;
  background-color: white;
}

.text-wrapper {
  display: flex;
  flex-direction: column; /* 텍스트를 세로로 정렬 */
  margin-top: -80px;
}

.personal{
  font-size: 30px;
  font-weight: bold;
  color: #cccccc;
}
.personal2{
  font-size: 20px;
  font-weight: bold;
  color: #cccccc;
}

.underline-container1{
  margin-left: 15px;
  display: inline-block;

  width: 270px;
}
.underline-container2{
  margin-left: 15px;
  display: inline-block;
  margin-top: 5px;
  width: 270px;
}
.underline-container3{
  margin-left: 15px;
  display: inline-block;
  margin-top: 5px;
  width: 270px;
}
.underline-container4{
  margin-left: 15px;
  display: inline-block;
  margin-top: 5px;
  width: 270px;
}
.underline-container5{
  margin-left: 15px;
  display: inline-block;
  margin-top: 5px;
  width: 600px;
}
.portfolio2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.portfolio3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.portfolio4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.copy-button {
  position: absolute;
  top: 10px;
  right: 70px;
  padding: 5px 10px;
  font-size: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

.copy-button:hover {
  background-color: #45a049;
}

.close-button {
  position: absolute;
  top: 10px;  /* 상단에서 10px */
  right: 10px;  /* 우측에서 10px */
  padding: 5px 10px;
  font-size: 12px;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  font-family: Lato, sans-serif;
  display: block;  /* 항상 보이게 */
  font-weight: bold;
}

.close-button:hover {
  background-color: #d32f2f;
}


.info-box {
  background-color: #1e1e2f; /* 어두운 배경색 */
  border-left: 4px solid rgb(138, 180, 248); /* 강조 색상 (녹색 계열) */
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #cccccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.8;
}

.info-box p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.info-box p:last-child {
  margin-bottom: 0;
}

.stop-animation-wrapper {
  display: flex; /* flexbox 사용 */
  align-items: center; /* 세로로 중앙 정렬 */
  justify-content: flex-start; /* 좌측 정렬 */
  width: 100%;
  height: 180px; /* 사이드바의 고정 높이 설정 */
}

.snow-button-container {
  display: flex;
  align-items: center; /* 세로로 중앙 정렬 */
  justify-content: flex-start; /* 좌측 정렬 */
  margin-left: 10px;
}

.snow-button {
  background-color: rgb(194, 194, 194); /* 기본 배경색 */
  position: absolute;
  color: rgb(56, 56, 56); /* 텍스트 색상 */
  border: none;
  font-family: Lato, sans-serif;
  font-weight: bold;
  padding: 5px 10px; /* 패딩 설정 */
  margin-left: 90px; /* 이미지와 버튼 간의 간격 설정 */
  margin-bottom: 85px;
  border-radius: 10px; /* 둥근 모서리로 말풍선 효과 */
}

.snow-button::after {
  content: '';
  position: absolute;
  bottom: -2px; /* 버튼 아래로 위치 조정 */
  left: -1px; /* 왼쪽에서 위치 조정 */
  width: 0;
  height: 0;
  transform: rotate(150deg); /* 수평으로 가운데 정렬 후 오른쪽으로 회전 */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgb(194, 194, 194); /* 말풍선 꼬리의 색상 */
}

.snow-button.active {
  background-color: rgb(194, 194, 194);
  color: white;
  transform: scale(1.05); /* 버튼 크기 키움 */
}


.snow-button-container img {
  width: 40%; /* 이미지 크기 설정 */
  height: auto;
  object-fit: cover; /* 이미지 비율 유지 */
  margin-left: 5px;
  margin-bottom: 10px;
}

/* 팀프로젝트 버튼용*/
.github-links-container {
  display: flex;
  justify-content: center; /* 좌측 정렬 */
  gap: 10px; /* 각 요소 사이의 간격을 10px로 설정 */
  margin-top: 10px;
  margin-bottom: 20px;

}

.github-links-container2 {
  display: flex;
  justify-content: center; /* 좌측 정렬 */
  gap: 10px; /* 각 요소 사이의 간격을 10px로 설정 */
  margin-bottom: 40px;
  margin-top: -20px;

}
.github-links-container3 {
  display: flex;
  justify-content: center; /* 좌측 정렬 */
  gap: 10px; /* 각 요소 사이의 간격을 10px로 설정 */
  margin-bottom: 40px;
  margin-top: -20px;
  margin-left:-250px;

}

.github-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #cccccc;
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 250px;
  font-family: Lato, sans-serif;
}
.github-link-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #cccccc;
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 150px;
  font-family: Lato, sans-serif;
  margin-top: -50px;
}

.github-icon {
  width: 30px;
  height: auto;
  border-radius: 8px;
}

.github-text {
  font-size: 16px;
  font-weight: bold;
  color: rgb(99, 99, 99)
}

.github-link-box:hover {
  background-color: #007BFF;
}

.github-link-box:hover .github-text {
  color: white;
}

.github-link-box2:hover {
  background-color: #007BFF;
}

.github-link-box2:hover .github-text {
  color: white;
}


/* 움직이는 산타 이미지 래퍼 */
.flying-santa-wrapper {
  position: absolute; /* 공간 차지 X */
  top: 0;
  left: 0;
  width: 100%; /* 사이드바 너비를 기준으로 */
  height: 100%; /* 사이드바 높이를 기준으로 */
  pointer-events: none; /* 클릭 이벤트를 방해하지 않음 */
  z-index: 0; /* 다른 요소보다 뒤에 배치 */
}

/* 산타 이미지 애니메이션 */
.santa-animation {
  position: absolute; /* 이미지 공간 차지 X */
  width: 300px; /* 산타 이미지 크기 */
  pointer-events: none; /* 마우스 이벤트 무시 */
}

