#ft {
  padding: 150px calc(50% - 800px) 120px;
  background: #050505;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
}
#ft .ft__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#ft .ft__container {
  width: 800px;
}
#ft h2 {
  font-size: 1.62em;
  margin-bottom: 1.2em;
}

#ft .ft__info {
  padding-right: 180px;
}
#ft .ft__info .info__tel {
  font-size: 4.12em;
  font-weight: normal;
}
#ft .ft__info .info__schedule {
  font-size: 1.56em;
  padding-top: 2em;
  margin: 0.5em 0 1em;
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ft .ft__info .info__schedule dt {
  width: 10em;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 1em;
}
#ft .ft__info .info__schedule dd {
  width: calc(100% - 10em);
  text-align: right;
}
#ft .ft__info .info__list {
  width: 42em;
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -0.03em;
}
#ft .ft__info .info__list li {
  padding: 0 1em 0.5em 0;
}

#ft .ft__dir {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 60px;
}
#ft .ft__dir .root_daum_roughmap.root_daum_roughmap_landing {
  width: 740px;
  height: 330px;
}
#ft .ft__dir .dir__addr {
  font-size: 1.3em;
  padding: 1em 0 2em;
  letter-spacing: -0.03em;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
#ft .ft__dir .dir__addr strong {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
#ft .ft__dir .dir__sns {
  display: flex;
  align-items: center;
}
#ft .ft__dir .dir__sns .sns__link {
  width: 1.9em;
  height: 1.9em;
}
#ft .ft__dir .dir__sns .sns__link + .sns__link {
  margin-left: 20px;
}
#ft .ft__dir .dir__sns .--naver {
  background: url(/img/common/ft/icon-naver.svg) center/contain no-repeat;
}
#ft .ft__dir .dir__sns .--twitter {
  background: url(/img/common/ft/icon-x.svg) center/contain no-repeat;
  filter: invert(1);
}
#ft .ft__dir .dir__sns .--insta {
  width: 2.05em;
  height: 2.05em;
  background: url(/img/common/ft/icon-insta.svg) center/contain no-repeat;
}
#ft .ft__dir .dir__sns .--youtube {
  width: 1.8em;
  background: url(/img/common/ft/icon-play.svg) center/contain no-repeat;
}
#ft .ft__dir .dir__sns .--line {
  width: 1.8em;
  background: url(/img/common/ft/icon-line.svg) center/contain no-repeat;
  filter: invert(1);
}
#ft .ft__dir .dir__sns .--whatsapp {
  width: 2.2em;
  height: 2.2em;
  background: url(/img/common/ft/icon-whatsapp.png) center/contain no-repeat;
}
#ft .ft__dir .dir__terms {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#ft .ft__dir .dir__terms li + li::before {
  content: "|";
  font-size: 0.8em;
  position: relative;
  top: -0.15em;
  padding: 0 2em;
}

#ft__db {
  position: relative;
  font-size: 20px;
  padding-right: 8.75em;
}
#ft__db .input__text {
  display: flex;
  flex-direction: column;
  font-size: 22px;
}
#ft__db .input__text input[type=text] {
  width: 20em;
  height: 2.4em;
  border-radius: 10em;
  padding-left: 1.4em;
  margin-bottom: 0.8em;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
}
#ft__db .input__text input[type=text]::placeholder {
  color: #000;
}
#ft__db .input__text .label__agree {
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
  margin-left: 1.3em;
}
#ft__db .input__text .label__agree input[type=checkbox] {
  position: absolute;
  top: -1em;
  left: -1em;
  opacity: 0;
}
#ft__db .input__text .label__agree .label__checkbox {
  width: 0.7em;
  height: 0.7em;
  margin: 0.1em 0.3em 0 0;
  border: 2px solid #fff;
  position: relative;
}
#ft__db .input__text .label__agree .label__checkbox::after {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 100%;
  font: normal normal normal 0.5em/1 FontAwesome;
  opacity: 0;
}
#ft__db .input__text .label__agree input:checked + .label__checkbox::after {
  opacity: 1;
}
#ft__db .input__text .label__agree span {
  font-size: 16px;
}
#ft__db button {
  position: absolute;
  top: 0;
  right: 0;
  width: 7em;
  height: 6.3em;
  opacity: 0.702;
  border-radius: 1.4em;
  background: #fff;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ft__db button::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(/img/common/ft/icon-headphone.svg) center/contain no-repeat;
}

.floating__quick {
  position: fixed;
  bottom: 90px;
  right: 60px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating__quick .quick__link {
  position: relative;
  font-size: 14px;
  width: 2.42em;
  height: 2.42em;
  border-radius: 100%;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating__quick .quick__link span {
  position: absolute;
  right: calc(100% + 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 2.42em;
  border-radius: 10em;
  background: var(--theme-color);
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.floating__quick .quick__link::after {
  content: "";
  width: 55%;
  height: 55%;
  display: block;
}
.floating__quick .quick__link:hover span {
  opacity: 1;
  pointer-events: all;
  translate: 0 0;
}
.floating__quick .quick__link + .quick__link {
  margin-top: 0.7em;
}
.floating__quick .--twitter::after {
  background: url(/img/common/quick/icon-x.svg) center/contain no-repeat;
  filter: invert(1);
  margin-left: 1px;
}
.floating__quick .--event::after {
  background: url(/img/common/quick/icon-event.svg) center/contain no-repeat;
}
.floating__quick .--tv::after {
  background: url(/img/common/quick/icon-youtube.svg) center/contain no-repeat;
}
.floating__quick .--cs::after {
  height: 70%;
  background: url(/img/common/quick/icon-headphone.svg) center/contain no-repeat;
}
.floating__quick .--kakao::after {
  background: url(/img/common/quick/icon-kakao.svg) center/contain no-repeat;
}
.floating__quick .--dir::after {
  height: 65%;
  background: url(/img/common/quick/icon-location.svg) center/contain no-repeat;
}
.floating__quick .--line::after {
  background: url(/img/common/quick/icon-line.svg) center/contain no-repeat;
  filter: invert(1);
}
.floating__quick .--whatsapp::after {
  background: url(/img/common/quick/icon-whatsapp.png) center/contain no-repeat;
}
.floating__quick .quick__toggle {
  width: 3.4em;
  height: 3.4em;
  padding-bottom: 0.1em;
  border-radius: 100%;
  margin-top: 1em;
  background: #000;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating__quick .quick__toggle::after {
  content: "";
  width: 1em;
  height: 1.6em;
  transform: rotate(90deg);
  transform-origin: center;
  background: url(/img/common/icon-chevron.svg) center/contain no-repeat;
  filter: invert(1);
}

@media screen and (max-width: 1680px) {
  #ft {
    padding: 150px calc(50% - 700px) 120px;
    font-size: 14px;
  }
  #ft .ft__info {
    padding-right: 80px;
  }
  #ft .ft__container {
    width: 700px;
  }
  #ft .ft__dir .root_daum_roughmap.root_daum_roughmap_landing {
    width: 600px;
  }
}
@media screen and (max-width: 1440px) {
  #ft {
    padding: 150px calc(50% - 600px) 120px;
    font-size: 12px;
  }
  #ft .ft__info {
    padding-right: 0;
  }
  #ft .ft__container {
    width: 580px;
  }
  #ft__db .input__text input[type=text] {
    width: 19em;
  }
  #ft .ft__dir .root_daum_roughmap.root_daum_roughmap_landing {
    width: 500px;
  }
  #ft .ft__dir .dir__addr strong {
    font-size: 1.1em;
  }
}/*# sourceMappingURL=ft.min.css.map */