@charset "utf-8";

.footer{
    padding: 2rem 0 1rem;
    position: relative;
    font-size: 14px;
  	background-color: #BBD3EF;
}

.footer-wrap{
    width: 90%;
    max-width: 1200px;
    margin: 3rem auto 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    overflow: hidden;
  	z-index: 1;
}

.footer-left{
    display: flex;
  	flex-direction: column;
    gap: 1.5rem;
    height: fit-content;
    color: #464646;
  font-size: 12px;
}

.footer-left-tel{
    height: 18px;
  width: fit-content;
}

 .footer-left-tel-wrap{
     display: flex;
     gap: 2rem;
   	margin: 2rem 0 1rem;
  }

.footer-logo{
  width:  360px;
  height: auto;
}

.footer__desc{
   display: flex;
   flex-direction: column;
   gap: .5rem;
}

.footer__desc-list{
   display: grid;
  grid-template-columns: 1fr 5fr;
   gap: 1rem;
}

.footer__desc-list:nth-child(3){
   display: grid;
   grid-template-columns: 1fr 5fr;
   gap: 1rem;
   padding-bottom: .5rem;
   margin-bottom: .5rem;
   border-bottom: 1px solid #000;
}

.footer__desc-list p:nth-child(1){
   font-weight: bold;
}

.footer__desc-list p:nth-child(2){
   font-weight: 500;
}

.footer__copy{
  text-align: center;
  margin: 1.5rem auto 1rem;
  color: #818181;
}
  .footer__menu-wrap{
     display: flex;
     gap: 2rem;
  }

.footer-link-wrap{
   display: flex;
   flex-direction: column;
   gap: 2rem;
}

.footer-link-item{
  width: 240px;
   margin: 1rem 0 1rem auto;
}

.footer__menu{
   display: flex;
   flex-direction: column;
  flex-wrap: wrap;
   gap: 1rem;
  margin-bottom: 2rem;
}

.footer__menu-item{
  position: relative;
   display: flex;
   flex-direction: column;
   gap: 1rem;
}

.footer__menu-item:after{
    content: "";
    position: absolute;
    top: 1.5rem;
    right: -1rem;
    width: .5px;
    height: 18px;
    background-color: #000000;
  	transform: rotate(30deg);
}

.footer-menu-link{
    position: relative;
    padding: 0 .5rem;
    height: auto;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  	text-align: center;
    transition: all .5s;
  	width: fit-content;
    height: fit-content;
    color: #000!important;
  	font-size: 16px;
}

.footer-menu-link p{
  	width: fit-content;
}

.footer-menu-link p:first-child{
  	font-size: 12px;
}

.footer-btn{
  width: 100px;
  height: fit-content;
  cursor: pointer;
}

.footer__menu-item a:hover{
  opacity: .5;
}

.footer-deco01{
  position: absolute;
  bottom: 0%;
  left: 3%;
  width: 40%;
  height: auto;
  z-index: 0;
}

.footer-deco02{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: auto;
  height: 100%;
  z-index: 0;
}


@media (max-width: 1024px) {
  .footer{
        padding: 2rem 0 1rem;
  }
  .footer-logo{
    max-width: 300px;
    width:  auto;
    height: auto;
  }
  .footer-left{
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}
  .footer-left-text{
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem; 
}
  .footer-wrap{
    padding: 2rem 0 4rem;
     display: flex;
     flex-direction: column;
     gap: 3rem;
     justify-content: center;
     width: 90%;
     align-items: flex-start;
  }
  .footer-left-tel-wrap{
     flex-direction: column;
  }
  .footer__menu{
     gap: 1.5rem;
  }
  .footer__menu-wrap {
      margin: 0 auto;
      flex-wrap: wrap;
  }
  .footer__copy{
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .footer-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
