/* 메인 슬라이더 */
#swiper {
  /* position: relative; */
}
.swiper-wrapper {
}
.slide-logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 2rem;
  left: 2rem;
  z-index: 3;
}
.slide-logo-image {
  display: flex;
  width: 16rem;
  height: 4.6rem;
}
.slide-logo-image-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-logo-image-text span:first-child {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
.slide-logo-image-text span:last-child {
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
}
.slide-logo-image-text span,
.slide-logo-keyword p {
  color: #fff;
  font-weight: 700;
}
.slide-logo-keyword p {
  font-size: clamp(120%, 1.4vw, 200%);
}
.swiper-slide {
  position: relative;
  z-index: 0;
}
.slide-image-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
}
.slide-image-text p,
.slide-image-text span,
.slide-image-text a {
  color: #fff;
  font-weight: 700;
}
.slide-image-text p:nth-child(1) {
  font-size: clamp(100%, 2.4vw, 200%);
  color: #00ff00;
}
.slide-image-text p:nth-child(2) {
  font-size: clamp(100%, 2.8vw, 260%);
  margin: 0 0 2.4rem 0;
}
.slide-image-text p:nth-child(2) span {
  color: var(--empTxt-Color);
}
.slide-image-text a {
  display: inline-block;
  font-size: clamp(100%, 1.2vw, 140%);
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0.2vw 0.8vw;
}
.slide-image-text a:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all ease 0.25s;
}
.swiper-slide img {
  width: 100%;
}
.slide-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 0.4rem);
  background-color: rgba(0, 0, 0, 0.1);
}

/* 상담전화 및 운영시간 */
#information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 4rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: rgba(0, 145, 65, 0.9);
  background-clip: content-box;
}
#information span {
  color: #ffffff;
}
.information-tele {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 2rem;
}
.information-time {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 2rem;
}
.information-tele span:nth-of-type(1),
.information-time span:nth-of-type(1) {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1.2rem;
  padding: 0 1.5rem;
  margin: 0 1rem 0 0;
}
.information-tele img {
  width: 2.4rem;
  height: auto;
  margin: 0 0.5rem 0 0;
}

/* 서비스문의 등 */
#estimate {
  display: flex;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: rgba(230, 230, 230, 1);
  background-clip: content-box;
  /* border: 1px dashed darkseagreen;
  border-radius: 0.5rem; */
}
.estimate-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin: 1.2rem 0;
  position: relative;
  overflow: hidden;
}
.estimate-item:nth-of-type(1) {
  margin-left: 1.2rem;
  align-items: flex-start;
}
.estimate-item:nth-of-type(2) {
  background-color: rgba(255, 193, 7, 0.6);
}
.estimate-item:nth-of-type(3) {
  background-color: #ffffff;
}
.estimate-item:nth-of-type(4) {
  margin-right: 1.2rem;
  background-color: rgba(25, 156, 84, 0.8);
}
.estimate-item-overlay {
  position: absolute;
  top: 45%;
  left: -10%;
  width: 120%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 0;
}
.estimate-yeocho .estimate-item-overlay {
  background-color: rgba(59, 57, 57, 0.2);
}
.estimate-item-title {
  padding-top: 1.2rem;
}
.estimate-item-title > span {
  font-size: var(--mFont-Size);
  font-weight: 500;
  color: black;
}
.estimate-item-img p {
  padding-bottom: var(--nFont-Size);
  color: black;
}
.estimate-item-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.estimate-item-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all ease 0.35s;
}
.estimate-item-img:hover::after {
  opacity: 1;
  cursor: pointer;
}
.estimate-item-img img {
  width: 15rem;
  height: auto;
  margin: 2rem 0;
  border-radius: 50%;
}
.estimate-service .estimate-item-title {
  display: flex;
  flex-direction: column;
}
.estimate-service p {
  padding: 4rem 0;
  font-size: var(--nFont-Size);
  color: black;
}
.estimate-service .estimate-item-title > b {
  font-size: clamp(2.4rem, 2.4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.08rem;
}
.estimate-service .estimate-item-title > b > span {
  color: var(--empTxt-Color);
}
.estimate-service .estimate-item-title > span {
  font-size: clamp(1.8rem, 1.6vw, 2.7rem);
  font-weight: 700;
  padding-left: 0.9vw;
  letter-spacing: -0.05rem;
}
#board {
  display: flex;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  /* border: 1px dashed rgb(214, 178, 36); */
}
.board-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.board-item a {
  color: black;
}

.board-notice {
  padding-right: var(--bdLR-padding);
}
.board-qna {
  padding-left: var(--bdLR-padding);
  padding-right: var(--bdLR-padding);
}
.board-proceed {
  padding-left: var(--bdLR-padding);
}
.board-item-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.board-item-title span:first-child {
  font-size: var(--mFont-Size);
  font-weight: 500;
}
.board-item-title span:last-child {
  font-size: var(--tFont-Size);
}
.board-item-title a:hover {
  font-weight: 500;
}
.board-proceed .board-item-title {
  border-bottom: none;
}
.board-notice-list > ul > li,
.board-qna-list > ul > li {
  display: flex;
  justify-content: space-between;
  line-height: 3.2rem;
  border-bottom: 1px solid rgba(239, 239, 239, 1);
}
.board-proceed-confirm {
  height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  background-color: rgba(230, 230, 230, 1);
  padding: 0 1.2rem;
}
.board-proceed-confirm > span {
  font-size: var(--nFont-Size);
  align-self: center;
  margin-top: 1.2rem;
}
.board-proceed-confirm > input {
  text-align: center;
}
.board-proceed-confirm input::-webkit-input-placeholder {
  font-size: 1.5rem;
}
.board-proceed-confirm input:-moz-placeholder {
  font-size: 1.5rem;
}
.board-proceed-confirm input::-moz-placeholder {
  font-size: 1.5rem;
}
.board-proceed-confirm input:-ms-input-placeholder {
  font-size: 1.5rem;
}
.board-proceed-confirm button {
  height: 5rem;
  font-size: var(--nFont-Size);
  font-weight: 500;
  color: #ffffff;
  background-color: rgba(25, 156, 84, 0.8);
  border: none;
}
.board-proceed-confirm button:hover {
  cursor: pointer;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.4);
}
.board-proceed-confirm button:active {
  box-shadow: none;
}
#gallery {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  overflow: hidden;
}
.gallery-title {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.gallery-title span:first-child {
  font-size: var(--mFont-Size);
  font-weight: 500;
  color: black;
}
.gallery-title span:last-child {
  font-size: var(--tFont-Size);
  color: black;
  font-weight: 400;
}
.gallery-title a {
  color: black;
}
.gallery-title a:hover {
  font-weight: 500;
}
.gallery-slider {
  margin-bottom: 2rem;
}
