@charset "UTF-8";

.swiper {
	width: 100%;
	height: 100%;
}

.swiperContent {
	height: 100%;
}

.manual_btn {
	width: 152px;
	height: 54px;
	background-color: #DEDEDE;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
}

.manual_btn:hover {
	background-color: #ccc;
}

/* 파란색 버튼 스타일 */
.manual_btn.active {
	background-color: #364BC6;
	color: white;
}

.horizontal-list2 {
  background-color: white;
  padding: 10px;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.horizontal-list2 li {
  margin: 0 10px;
  padding: 0;
}

.Move_btn {
  font-size: medium;
  background-color: #fff8df;
  color: #9D5F01;
  border: none;
  display: flex; 
  align-items: center; 
  padding: 8px 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  display : flex;
}

.Move_btn img {
  margin-right: 5px; 
}

.Move_btn:hover {
  background-color: black;
  color: white;
}