html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none; /* 링크 텍스트에 밑줄을 없앰 */
    color: inherit; /* 링크 색상을 부모 요소로부터 상속받음 */
    outline: none; /* 링크 클릭시 포커스 테두리 제거 */
	border: 0px solid black;
}

body{
	margin: 0px;
	padding: 0px;
}



.tiltenumber {
    width: 33px;
    height: 30px;
    text-align: center; /* 텍스트를 가운데 정렬 */
	color: white;/* 텍스트 컬러를 수정 */
    line-height: 40px; /* 수직 가운데 정렬 */
    border-radius: 60%; /* 원 모양으로 만드는 속성 */
    background-color: f18e00; /* 배경색상 설정 */
}

.container {
    width: 1300px; /* 테이블의 너비와 동일한 값을 설정 */
    height: 50px; /* 테이블의 높이와 동일한 값을 설정 */
    margin: 0 auto; /* 가운데 정렬을 위해 사용 */
    background-color: #fbfbfb;
    border: 1px solid gray;
}

.button {
	width: 200px;
	height: 0px;
	text-align:center;
	line-height: 1.5;
    padding: 0px; /* 내부 여백 설정 */
	margin: 0px;
    font-size: 15px; /* 글꼴 크기 설정 */
	font-weight:bold; /*글꼴 폰트 설정 */
    background-color: #fff; /* 배경색상 설정 */
    /* color: f18e00;  텍스트 색상 설정 */
    border-width: 3px; /* 테두리 두께 설정 */
	/* border-color: f18e00;  색상 코드나 이름으로 지정 */
    border-style: solid; /* 테두리 스타일 설정 */
    border-radius: 0px; /* 모서리 둥글게 설정 */
    cursor: pointer; /* 커서 모양을 손가락으로 변경 */
    text-decoration: none; /* 텍스트에 밑줄 없음 */

}

.text button {
    display: ; /* 인라인 요소로 표시 */
	line-height: 0px;
    padding: 0px; /* 내부 여백 설정 */
	margin: 0px;
    font-size: 4px; /* 글꼴 크기 설정 */
	font-weight: /*글꼴 폰트 설정 */
    background-color: /* 배경색상 설정 */
    /* color: f18e00;  텍스트 색상 설정 */
    border-width: 0px; /* 테두리 두께 설정 */
	/* border-color: f18e00;  색상 코드나 이름으로 지정 */
    border-style: 0; /* 테두리 스타일 설정 */
    border-radius: 0px; /* 모서리 둥글게 설정 */
    cursor: pointer; /* 커서 모양을 손가락으로 변경 */
    text-decoration: none; /* 텍스트에 밑줄 없음 */

}

.slideshow-container {
    max-width: 1920px;
    position: relative; /* 슬라이드 내부의 요소들이 상대적으로 위치할 수 있게 함 */
    margin: auto;
    overflow: hidden;
}

.mySlides {
    display: ; /* 모든 슬라이드를 처음에는 숨김 */
    position: relative; /* 점(dot)을 슬라이드 위에 위치시키기 위해 설정 */
}

.mySlides img {
    width: 100%; /* 이미지 너비를 100%로 설정 */
}

.dot-container {
    position: absolute; /* 슬라이드 위에 점(dot) 컨테이너를 배치하기 위해 설정 */
    bottom: 15px; /* 슬라이드 하단에서 20px 위에 배치 */
    width: 100%; /* 점 컨테이너의 너비를 100%로 설정하여 중앙 정렬에 도움 */
    text-align: center; /* 점들을 중앙 정렬 */
    z-index: 10; /* 점이 슬라이드 이미지 위에 오도록 설정 */
}

/* 직사각형 슬라이드 점 스타일 */
.dot {
    display: inline-block;
    width: 50px; /* 점의 너비를 30px로 설정 */
    height: 3px; /* 점의 높이를 10px로 설정 */
    margin: 1px; /* 점 사이 간격 */
    background-color: #bbb !important; /* 기본 점 색상 */
    cursor: pointer;
    border-radius: 0; /* 직사각형 모양을 위해 둥근 모서리를 제거 */
}

.active {
    background-color: #000000 !important; /* 활성화된 점의 색상 */
}

.dot:hover {
    background-color: #000000 !important; /* 점에 마우스를 올렸을 때 색상 */
}

/* 공통 스타일: 레이어 팝업창 배경 */
.layerPopup:before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}

/* 첫 번째 팝업창 스타일 */
#layer_popup1 .layerBox {
  z-index: 10000;
  position: fixed;
  left: 30%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 0px;
  background: #c9c7c7;
;
  border-radius: 0px;1
}

/* 두 번째 팝업창 스타일 */
#layer_popup2 .layerBox {
  z-index: 10000;
  position: fixed;
  right: 10%;
  bottom: 10%;
  padding: 0px;
  background: #c9c7c7;
;
  border-radius: 0px;
}

/* 오늘 하루 보기 버튼 스타일 */
.layerPopup .btnTodayHide {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  float: left;
  text-decoration: none;
  width: 150px;
  height: 30px;
  line-height: 0px;
  border: 1px solid #000;
  text-align: center;
}

/* 팝업창 닫기 버튼 스타일 */
.layerPopup #close {
  font-size: 16px;
  font-weight: 600;
  width: 60px;
  height: 0px;
  color: #777777;
  float: right;
  line-height: 0px;
  text-align: center;
  text-decoration: none;
}


/* 레이어 팝업창 내의 링크 스타일 */
.layerPopup a {
  text-decoration: none;
  color: black;
}

.fixed-button {
    position: fixed;
    border: none;  /* 버튼의 기본 테두리 제거 */
    background: none; /* 버튼의 배경 제거 */
    padding: 0;    /* 버튼의 패딩 제거 */
    cursor: pointer; /* 클릭 시 커서가 손 모양으로 변경 */
}




</style>

