footer {
  font-size: 13px;
  background-color: #f8f8f8;
}
footer .wrap {
  position: relative;
}
footer .wrap ul {
  padding: 23px 0;
  gap: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 23px;
  grid-column: 1 / span 2;
}
footer .wrap ul li a {
  font-size: 13px;
  color: #666;
}
footer .wrap ul li a:hover {
  border-bottom: 1px solid #666;
}
footer .wrap address {
  font-style: normal;
  line-height: 1.6;
  color: #666;
}
footer .wrap address a {  
  color: #666;
}
footer .wrap p.copyright {
  line-height: 2;
  color: #666;
}
footer .wrap div.sub { 
  transform: translateY(60%);
  position: absolute;
  bottom: 70px;
  right: 0;
}
footer .wrap div.sub select {
  height: 33px;
  width: 160px;
  border-radius: 0;
  border: 1px solid #666;
  background-color: #f8f8f8;
  color: #666;
  padding-left: 5px;
  font-size: 13px;
  border-color: #d8d8d8;
}
footer .wrap div.sub a { 
  border: 1px solid gray;
  color: white;
  background-color: gray;
  padding: 6px;
}

/* 어사이드 */
footer .fixedbtn {
  display: none;
  align-items: center;
  position: fixed;
  bottom: 80px;
  min-height: 50px;
  margin-left: 440px;
  right: 50%;
  margin-right: -548px;
  gap: 5px;
}
footer .fixedbtn .booking {
  width: 136px;
  padding: 12px 0 14px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.500em;
  background-image: linear-gradient(to left, rgb(255, 115, 86), rgb(251, 67, 87));
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  transition: right 0.4s;
  text-align: center;
  cursor: pointer;
}
footer .fixedbtn a.top { 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: opacity 0.2s;
}
footer .fixedbtn a.top img {
  width: 15px;
  height: 21px;
}

.flexim{
  display: flex !important;
}