@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.privacy-agree-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
}
@media screen and (max-width: 991.98px) {
  .privacy-agree-wrap {
    bottom: 10px;
  }
}
.privacy-agree-wrap.active {
  display: block;
}
.privacy-agree-wrap .inner {
  width: 100%;
  padding: 20px;
  border: 2px solid #eb6215;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .privacy-agree-wrap .inner {
    padding: 10px;
  }
}
.privacy-agree-wrap .btnClose {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.privacy-agree-wrap .btnClose img {
  width: 30px;
}
@media screen and (max-width: 991.98px) {
  .privacy-agree-wrap .btnClose img {
    width: 20px;
  }
}
.privacy-agree-wrap textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
  border: 1px solid transparent;
  color: #333;
  resize: none;
}
@media screen and (max-width: 991.98px) {
  .privacy-agree-wrap textarea {
    height: 150px;
    font-size: 12px;
  }
}

#aside {
  position: fixed;
  bottom: 123px;
  right: 80px;
  z-index: 9990;
}
@media screen and (max-width: 1919.98px) {
  #aside {
    right: 4.1688379364vw;
  }
}
@media screen and (max-width: 1670px) {
  #aside {
    right: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #aside {
    right: 19px;
    bottom: 104px;
  }
}
#aside ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  #aside ul li {
    display: none;
  }
}
#aside ul li:hover .img-area {
  background-color: rgba(255, 255, 255, 0);
}
#aside ul li:hover .text-area {
  width: 150px;
  background-color: #eb6215;
}
#aside ul li:hover .text-area p {
  color: #fff;
  opacity: 1;
}
#aside ul li a {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  border-radius: 50%;
}
#aside ul li a .img-area {
  width: 68px;
  height: 68px;
  background-color: rgba(138, 131, 136, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.1s;
}
#aside ul li a .img-area img {
  max-height: 34px;
}
#aside ul li a .text-area {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 34px;
  height: 100%;
  padding-right: 68px;
  transition: all 0.4s;
  width: 0%;
}
#aside ul li a .text-area p {
  font-size: 16px;
  font-weight: 700;
  padding: 0 17px;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.2s 0.1s;
}
#aside .top-btn {
  width: 70px;
}
@media screen and (max-width: 991.98px) {
  #aside .top-btn {
    display: block;
    width: clamp(40px, 6vw, 60px);
    z-index: 9990 !important;
  }
}
#aside .top-btn a {
  flex-direction: column !important;
}
@media screen and (max-width: 991.98px) {
  #aside .top-btn a img {
    width: 100%;
  }
}

#quick-bottom-pc {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc {
    width: 100%;
    bottom: -100px !important;
  }
}
@media screen and (max-width: 991.98px) {
  #quick-bottom-pc {
    z-index: 990;
  }
}
#quick-bottom-pc .down {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .down {
    display: block;
    width: 100px;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 30px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -7px 7px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
#quick-bottom-pc .down::after {
  content: "\e313";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: var(--icon) !important;
  color: #8a8488;
  transform: rotate(180deg);
  transition: all 0.2s;
}
#quick-bottom-pc .top {
  cursor: pointer;
  width: fit-content;
  background-color: #fff;
  border: 2px solid #eb6215;
  border-bottom: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  padding: 18px 35px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 0 auto -2px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .top {
    display: none;
  }
}
#quick-bottom-pc .top .quick-logo {
  width: 133px;
}
#quick-bottom-pc .top p {
  font-size: 28px;
  font-weight: 600;
  color: #eb6215;
}
#quick-bottom-pc .top .quick-btn {
  width: 31px;
  transition: transform 0.3s ease;
}
#quick-bottom-pc .top .quick-btn.rotate {
  transform: rotate(180deg);
}
#quick-bottom-pc .bottom {
  display: flex;
  gap: 31px;
  background-color: #fff;
  border: 2px solid #eb6215;
  padding: 18px 35px;
  border-radius: 10px;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom {
    flex-wrap: wrap;
    border: 0px solid;
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 24px 20px;
    position: relative;
    bottom: 23px;
    transition: all 0.5s;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 7px 10px rgba(0, 0, 0, 0.05);
  }
}
#quick-bottom-pc .bottom .input-area {
  display: flex;
  gap: 31px;
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area {
    gap: 10px 1%;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
#quick-bottom-pc .bottom .input-area input {
  height: 50px;
  background-color: #fff1e8;
  border-radius: 9px;
  border: 1px solid #c5c4c2;
  padding: 15px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area input {
    padding: 10px 14px;
    height: 30px;
    border-radius: 6px;
  }
}
#quick-bottom-pc .bottom .input-area input::placeholder {
  color: #eb6215;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area input::placeholder {
    font-size: 11px;
  }
}
#quick-bottom-pc .bottom .input-area input:nth-child(1) {
  width: 150px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area input:nth-child(1) {
    width: 49%;
  }
}
#quick-bottom-pc .bottom .input-area input:nth-child(2) {
  width: 200px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area input:nth-child(2) {
    width: 49%;
  }
}
#quick-bottom-pc .bottom .input-area input:nth-child(3) {
  width: 300px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area input:nth-child(3) {
    width: 82%;
  }
}
@media screen and (max-width: 991.98px) {
  #quick-bottom-pc .bottom .input-area input:nth-child(3) {
    width: 80%;
  }
}
@media screen and (max-width: 543.98px) {
  #quick-bottom-pc .bottom .input-area input:nth-child(3) {
    width: 70%;
  }
}
@media screen and (max-width: 349.98px) {
  #quick-bottom-pc .bottom .input-area input:nth-child(3) {
    width: 60%;
  }
}
#quick-bottom-pc .bottom .input-area .pc {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .input-area .pc {
    display: block;
    font-size: 11px;
    padding: 9px 15px;
    border-radius: 6px;
    width: 16%;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #quick-bottom-pc .bottom .input-area .pc {
    width: 18%;
  }
}
@media screen and (max-width: 543.98px) {
  #quick-bottom-pc .bottom .input-area .pc {
    width: 29%;
  }
}
@media screen and (max-width: 349.98px) {
  #quick-bottom-pc .bottom .input-area .pc {
    width: 39%;
  }
}
#quick-bottom-pc .bottom .line {
  width: 1px;
  height: 14px;
  background-color: #eb6215;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .line {
    display: none;
  }
}
#quick-bottom-pc .bottom .agree {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #4b4b4b;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .agree {
    font-size: 11px;
  }
}
#quick-bottom-pc .bottom .agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#quick-bottom-pc .bottom .agree input[type=checkbox]:checked {
  background-color: #eb6215;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
#quick-bottom-pc .bottom .agree img {
  width: 15px;
  height: 12px;
}
#quick-bottom-pc .bottom .agree .button {
  color: #4b4b4b;
  font-size: 13px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .agree .button {
    font-size: 11px;
  }
}
#quick-bottom-pc .bottom .button {
  background-color: #eb6215;
  border-radius: 9px;
  padding: 19px 31px;
  color: #ffeaea;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc .bottom .button {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-pc #quick.on {
    position: relative;
    bottom: 180px !important;
    transition: all 0.5s;
  }
  #quick-bottom-pc #quick.on .down:after {
    transform: rotate(0);
  }
}

#quick-bottom-mo {
  background-color: #eb6215;
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9990;
  height: 80px;
}
@media screen and (max-width: 1199.98px) {
  #quick-bottom-mo {
    display: block;
  }
}
#quick-bottom-mo img {
  max-width: 26px;
}
#quick-bottom-mo .main-tap {
  display: flex;
  justify-content: space-between;
}
#quick-bottom-mo .main-tap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 80px;
  width: 25%;
}
@media screen and (max-width: 543.98px) {
  #quick-bottom-mo .main-tap a {
    min-width: 55px;
  }
}
#quick-bottom-mo .main-tap a p {
  font-size: 10px;
  color: #fff;
  margin-top: 12px;
  font-weight: 600;
}

#easyReservBtn {
  background-color: #eb6215;
}
#easyReservBtn p {
  color: #fff;
}
#easyReservBtn .img-2 {
  display: none;
}
#easyReservBtn.on {
  background-color: #fff;
}
#easyReservBtn.on p {
  color: #eb6215 !important;
}
#easyReservBtn.on .img-1 {
  display: none;
}
#easyReservBtn.on .img-2 {
  display: block;
}