@charset "UTF-8";
body {
  background: #fff;
}

#parking {
  overflow: hidden;
  position: relative;
}
#parking #visual {
  height: 100vh;
  position: relative;
}
#parking #visual .mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#parking .img {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}
#parking .map-wr {
  width: 847px;
  height: 609px;
  position: absolute;
  left: calc(50% - 700px);
  bottom: 453px;
}
#parking .map-wr .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
#parking nav {
  position: fixed;
  right: 55px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
}
#parking nav a {
  margin: 9px 0;
}

#hd {
  height: auto;
  max-width: 2000px;
  transform: translatex(-50%);
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 35px 70px 15px;
  background: none;
  box-shadow: none;
  transition: z-index 0s;
}
#hd .hd__logo {
  position: relative;
  top: 0;
  opacity: 1;
  transition: 1s;
  transition-delay: 0.05s;
}
#hd .hd__logo a {
  display: block;
  width: 177px;
  height: 57px;
  background: url(/https/www.anotherps.com/img/logo/logo.svg) center/contain no-repeat;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
#hd #gnb__new {
  padding-left: 0;
  white-space: nowrap;
  left: auto;
  gap: 24px;
  position: relative;
  top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
  opacity: 1;
  transition: opacity 1s, top 1s;
  transition-delay: 0.05s;
}
#hd #gnb__new .menu {
  position: relative;
}
#hd #gnb__new .menu:hover .menu-li {
  transition: opacity 0.5s, margin-top 0.5s;
  top: 2em;
  margin-top: 0;
  opacity: 1;
}
#hd #gnb__new .menu strong {
  font-weight: normal;
  font-size: 18px;
}
#hd #gnb__new .menu .menu-li {
  position: absolute;
  top: -100vw;
  left: 50%;
  width: 0;
  opacity: 0;
  margin-top: 1em;
  transition: opacity 0.3s, top 0s 0.3s, margin-top 0.3s;
  font-size: 18px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
#hd #gnb__new .menu .menu-li ul {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 15px 20px;
  color: #555;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#hd #gnb__new .menu .menu-li li:not(:last-child) {
  margin-bottom: 1em;
}
#hd #gnb__new .menu .menu-li a {
  font-weight: 500;
  transition: color 0.3s;
}
#hd #gnb__new .menu .menu-li a:hover {
  color: var(--theme-color);
}

#hd-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-size: 14px;
}
#hd-menu #mb-mn {
  display: flex;
  padding-bottom: 30px;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 1s;
  transition-delay: 0.05s;
}
#hd-menu #mb-mn .sns {
  display: flex;
}
#hd-menu #mb-mn .sns a {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#hd-menu #mb-mn .sns a img {
  width: 100%;
}
#hd-menu #mb-mn ul {
  display: flex;
}
#hd-menu #mb-mn ul li {
  padding-left: 15px;
}
#hd-menu #mb-mn ul li:not(:last-child)::after {
  display: none;
}
#hd-menu #hd-quick {
  display: flex;
  position: relative;
  top: 0;
  transition: 1s;
  transition-delay: 0s;
}
#hd-menu #hd-quick a,
#hd-menu #hd-quick button {
  white-space: nowrap;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  background: none;
  color: #fff;
}
#hd-menu #hd-quick a::before,
#hd-menu #hd-quick button::before {
  content: "";
  width: 50px;
  height: 40px;
  margin-bottom: 0.4em;
}
#hd-menu #hd-quick .ways::before {
  background: url(/https/www.anotherps.com/img/common/hd-ways.png) center/contain no-repeat;
}
#hd-menu #hd-quick .event::before {
  background: url(/https/www.anotherps.com/img/common/hd-event.png) center no-repeat;
}
#hd-menu #hd-quick .case::before {
  background: url(/https/www.anotherps.com/img/common/hd-case.png) center no-repeat;
}
#hd-menu #hd-quick .menu::before {
  background: url(/https/www.anotherps.com/img/common/hd-menu.png) center no-repeat;
}

#sitemap {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  z-index: -1;
  opacity: 0;
  top: 20%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#sitemap .logo a {
  display: block;
  width: 417px;
  height: 70px;
  background: url(/https/www.anotherps.com/img/common/logo.svg);
  color: transparent;
  margin-bottom: 80px;
}
#sitemap nav {
  width: 60%;
  margin: 0 auto;
  min-width: 1000px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#sitemap nav::after {
  content: "";
  display: block;
  width: 25%;
}
#sitemap dl {
  width: 20%;
  padding: 50px 30px 30px;
  border-right: 1px solid rgba(var(--theme-color-rgb), 0.5);
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.5);
}
#sitemap dl:nth-child(5n) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
#sitemap dl:nth-child(-n+5) {
  padding-top: 0;
}
#sitemap dl:nth-last-child(-n+4) {
  border-bottom: 0;
}
#sitemap dl a {
  transition: color 0.2s;
}
#sitemap dl a:hover {
  color: var(--beige);
}
#sitemap dl:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#sitemap dt,
#sitemap dd {
  line-height: 1em;
}
#sitemap dt span,
#sitemap dd span {
  position: relative;
  top: 1em;
  opacity: 0;
  transition: all 0.1s 0s;
}
#sitemap dt {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 600;
}
#sitemap dd {
  font-size: 17px;
  margin-bottom: 16px;
}
#sitemap .gnb-ft {
  width: 60%;
  min-width: 1000px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translatex(-50%);
}
#sitemap .gnb-ft .sns {
  display: flex;
}
#sitemap .gnb-ft .sns a {
  width: 30px;
  display: block;
}
#sitemap .gnb-ft .sns a:not(:last-child) {
  margin-right: 10px;
}
#sitemap .gnb-ft .sns a img {
  width: 100%;
}
#sitemap .gnb-ft #mb {
  display: flex;
  font-size: 14px;
  color: #000;
}
#sitemap .gnb-ft #mb li:not(:last-child) {
  margin-right: 15px;
}
#sitemap .gnb-ft {
  position: static;
  transform: none;
}
#sitemap #sitemap-close {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  font-size: 2dvh;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -50% 150%;
  transition: 0.5s 0.5s;
}
#sitemap #sitemap-close span {
  overflow: hidden;
  font-size: inherit;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  padding: 0.1em;
  border-radius: 100%;
  background: var(--theme-color);
}
#sitemap #sitemap-close::before, #sitemap #sitemap-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2em;
  height: 1px;
  background: #e4cbc5;
  transform-origin: center;
}
#sitemap #sitemap-close::before {
  transform: rotate(45deg);
}
#sitemap #sitemap-close::after {
  transform: rotate(-45deg);
}

body.hd-hide #hd {
  z-index: -1;
  transition: z-index 0s 1s;
}
body.hd-hide #hd .hd__logo {
  opacity: 0;
  top: -200px;
  transition-delay: 0s;
}
body.hd-hide #hd #gnb__new {
  opacity: 0;
  top: -200px;
  transition-delay: 0s;
}
body.hd-hide #hd #hd-menu #mb-mn {
  opacity: 0;
  top: -200px;
  transition-delay: 0s;
}
body.hd-hide #hd #hd-menu #hd-quick {
  opacity: 0;
  top: -200px;
  transition-delay: 0.05s;
}
body.hd-hide #hd .lang__wrap {
  opacity: 0;
  top: -200px;
  transition-delay: 0.05s;
}

html.menu-active #sitemap {
  z-index: 999;
  opacity: 1;
  top: 0;
}
html.menu-active #sitemap dl dt span,
html.menu-active #sitemap dl dd span {
  top: 0;
  opacity: 1;
  transition: all 0.5s 0.4s;
}
html.menu-active #sitemap #sitemap-close {
  translate: -50% 0;
}

html.hd-fixed #hd .hd__logo a {
  background: url(/https/www.anotherps.com/img/logo/logo-col.png) center/contain no-repeat;
  filter: none;
}
html.hd-fixed #hd-menu #hd-quick a,
html.hd-fixed #hd-menu #hd-quick button,
html.hd-fixed #hd-menu,
html.hd-fixed #hd #gnb__new {
  color: #000;
}
html.hd-fixed #hd-menu #hd-quick a::before,
html.hd-fixed #hd-menu #hd-quick button::before {
  filter: brightness(0);
}

.theme {
  color: var(--theme-color);
}

.flex {
  display: flex;
}

.qeilab {
  font-family: var(--Qeilab);
  font-weight: 400;
}

.square {
  font-family: var(--nanum-square);
  font-weight: 400;
}

.nanum {
  font-family: var(--nanum-serif);
  font-weight: 400;
}

#quick {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#quick li {
  margin: 10px 0;
}
#quick li a {
  width: 75px;
  height: 75px;
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
#quick li a span {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc4af;
  opacity: 0;
  display: block;
  font-size: 20px;
  color: #34271c;
  background: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 50px;
  position: relative;
  padding-left: 63px;
  transition: all 0.5s;
}
#quick li a span::before {
  content: "";
  width: 34px;
  height: 36px;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translatey(-50%);
}
#quick li .quick-tel {
  background: url(/https/www.anotherps.com/img/common/quick/circle/quick-tel.png) center no-repeat;
}
#quick li .quick-tel span::before {
  background: url(/https/www.anotherps.com/img/common/quick/quick-tel.png) center no-repeat;
}
#quick li .kakao {
  background: url(/https/www.anotherps.com/img/common/quick/circle/kakao.png) center no-repeat;
}
#quick li .kakao span::before {
  background: url(/https/www.anotherps.com/img/common/quick/kakao.png) center no-repeat;
}
#quick li .yt {
  background: url(/https/www.anotherps.com/img/common/quick/circle/yt.png) center no-repeat;
}
#quick li .yt span::before {
  background: url(/https/www.anotherps.com/img/common/quick/yt.png) center no-repeat;
}
#quick li .insta {
  background: url(/https/www.anotherps.com/img/common/quick/circle/insta.png) center no-repeat;
}
#quick li .insta span::before {
  background: url(/https/www.anotherps.com/img/common/quick/insta.png) center no-repeat;
}
#quick li a:hover {
  width: 200px;
  background: none;
}
#quick li a:hover span {
  opacity: 1;
}

#ft-info {
  position: relative;
  font-size: 16px;
  background: var(--theme-color);
  color: #fff;
  padding: 94px 0 145px;
}
#ft-info h2 {
  font-size: 45px;
}
#ft-info h2 span {
  font-weight: 300;
}
#ft-info .title {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 30px;
}
#ft-info .title strong {
  width: fit-content;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
#ft-info .wr {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#ft-info .info dl {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 0 20px;
}
#ft-info .info dl dt {
  width: 10em;
  white-space: nowrap;
  position: relative;
}
#ft-info .info dl dt:nth-of-type(1) {
  letter-spacing: 5.15em;
}
#ft-info .info dl dt:nth-of-type(2) {
  letter-spacing: 2.12em;
}
#ft-info .info dl dt::after {
  content: "";
  width: 21px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 78%;
  top: 50%;
  transform: translatey(-50%);
}
#ft-info .info dl dd {
  width: calc(100% - 10em);
}
#ft-info .info .noti::before {
  content: "※";
  margin-right: 5px;
}
#ft-info .cs,
#ft-info .contact {
  padding-top: 70px;
}
#ft-info .ft-tel {
  font-size: 70px;
  margin-bottom: 65px;
  display: block;
  line-height: 1;
}
#ft-info .map-wr {
  margin-top: 17px;
}
#ft-info .map-wr .root_daum_roughmap {
  width: 613px;
  height: 639px;
}
#ft-info .line-info {
  width: 1px;
  height: 875px;
  background: #b3b3b3;
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translatex(-50%);
  z-index: 1;
}

#ft {
  padding: 50px calc(50% - 700px) 70px;
  display: flex;
  align-items: center;
}
#ft h2 {
  border-left: 1px solid rgba(82, 82, 82, 0.3);
  border-right: 1px solid rgba(82, 82, 82, 0.3);
  padding: 0 30px;
}
#ft ul {
  width: 100%;
  font-size: 16px;
  color: #525252;
  padding: 15px 0 15px 30px;
  border-right: 1px solid rgba(82, 82, 82, 0.3);
}
#ft ul li:nth-of-type(3) {
  width: 72%;
}
#ft ul .bar::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background: #626262;
  margin: 0 10px;
}

/* ========================= #quick__floating ========================= */
#quick__floating {
  position: fixed;
  bottom: 130px;
  right: 60px;
  color: #fff;
  z-index: 99;
}
#quick__floating button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--theme-brown);
  border: 0;
  font-size: 0;
  position: relative;
  margin-top: 15px;
}
#quick__floating button::before, #quick__floating button::after,
#quick__floating button span {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  opacity: 0;
  animation: quick_dot 3s infinite;
}
#quick__floating button::before {
  left: calc(50% - 3px - 15px);
  animation-delay: 0s;
}
#quick__floating button span {
  left: calc(50% - 3px);
  animation-delay: 0.1s;
}
#quick__floating button::after {
  left: calc(50% - 3px + 15px);
  animation-delay: 0.2s;
}
#quick__floating nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#quick__floating nav a {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: var(--theme-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s, bottom 0.3s;
}
#quick__floating nav a:nth-child(1) {
  transition-delay: 0.05s;
}
#quick__floating nav a:nth-child(2) {
  transition-delay: 0.1s;
}
#quick__floating nav a:nth-child(3) {
  transition-delay: 0.15s;
}
#quick__floating nav a:nth-child(4) {
  transition-delay: 0.2s;
}
#quick__floating nav a:nth-child(5) {
  transition-delay: 0.25s;
}
#quick__floating nav a:nth-child(6) {
  transition-delay: 0.3s;
}
#quick__floating nav a:nth-child(7) {
  transition-delay: 0.35s;
}
#quick__floating nav a:nth-child(8) {
  transition-delay: 0.4s;
}
#quick__floating nav a i {
  width: calc(100% - 13px);
  height: calc(100% - 13px);
}
#quick__floating nav a span {
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  width: 7em;
  height: 34px;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: var(--theme-brown);
  font-size: 14px;
  font-family: var(--nanum-square);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
#quick__floating nav a:hover span {
  opacity: 1;
  right: calc(100% + 8px);
}
#quick__floating nav .--event i {
  background: url(/https/www.anotherps.com/img/common/quick/event.svg) center/contain no-repeat;
}
#quick__floating nav .--blog i {
  background: url(/https/www.anotherps.com/img/common/quick/blog.png) center no-repeat;
}
#quick__floating nav .--yt i {
  background: url(/https/www.anotherps.com/img/common/quick/youtube.svg) center/contain no-repeat;
}
#quick__floating nav .--cs i {
  background: url(/https/www.anotherps.com/img/common/quick/cs.png) center/contain no-repeat;
}
#quick__floating nav .--kakao i {
  background: url(/https/www.anotherps.com/img/common/quick/kakao.svg) center/contain no-repeat;
}
#quick__floating nav .--dir i {
  background: url(/https/www.anotherps.com/img/common/quick/location.svg) center/contain no-repeat;
}

#quick__floating.--close a {
  opacity: 0;
  bottom: -20px;
  pointer-events: none;
}

@keyframes quick_dot {
  0% {
    translate: 0px 15px;
    opacity: 0;
  }
  30% {
    translate: 0px 0;
    opacity: 1;
  }
  60% {
    translate: 0px 0;
    opacity: 1;
  }
  100% {
    translate: 0 -15px;
    opacity: 0;
  }
}
.ft__banner {
  height: 700px;
  background: url(/https/www.anotherps.com/img/common/new/ft/banner.jpg) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.ft__banner .--txt {
  display: flex;
  flex-direction: column;
}
.ft__banner i::after {
  content: "";
  width: 100px;
  height: 134px;
  background: url(/https/www.anotherps.com/img/logo/symbol.svg) center no-repeat;
  display: block;
  margin: 0 auto 30px;
}
.ft__banner h2 {
  font-size: 50px;
}
.ft__banner strong {
  padding: 24px 0px 10px;
  font-size: 22px;
}
.ft__banner p {
  font-size: 16px;
  line-height: 1.8;
}
.ft__banner a {
  width: 52px;
  height: 34px;
  background: url(/https/www.anotherps.com/img/common/new/ft/banner-go.png) center no-repeat;
  display: block;
  margin: 47px auto 0;
}

.ft__info {
  padding: 150px 0 85px;
  font-size: 16px;
  color: #525252;
  background-color: #fff;
}
.ft__info .--wr {
  width: 1400px;
  margin: 0 auto;
}
.ft__info .info__map {
  width: 700px;
  height: 750px;
}
.ft__info .info__map .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.ft__info .info__txt > li {
  padding-left: 12px !important;
}
.ft__info .info__txt > li:not(:last-child) {
  border-bottom: 1px solid #cfcdc8;
}
.ft__info .info__txt > li:nth-of-type(1) {
  padding: 30px 0;
}
.ft__info .info__txt > li:nth-of-type(2) {
  padding: 30px 0;
}
.ft__info .info__txt > li:nth-of-type(3) {
  padding-top: 40px;
}
.ft__info .info__txt .--tit {
  font-size: 16px;
  color: #525252;
  display: block;
  padding-bottom: 10px;
}
.ft__info .info__txt .--addr {
  font-size: 30px;
  color: #3a332f;
}
.ft__info .info__txt .--subway {
  padding: 13px 0 22px;
}
.ft__info .info__txt nav {
  display: flex;
}
.ft__info .info__txt nav a:nth-of-type(1) {
  margin-right: 10px;
}
.ft__info .info__txt .--tel {
  font-size: 40px;
  color: #000;
}
.ft__info .info__txt dl {
  width: 240px;
  padding-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  line-height: 2.2;
  color: #000;
}
.ft__info .info__txt dl dt {
  width: 5em;
  font-weight: 600;
}
.ft__info .info__txt .--noti {
  line-height: 2.2;
}
.ft__info .info__txt a.--go {
  margin-left: 30px;
  margin-bottom: 7px;
  padding: 10px 18px;
  background: var(--theme-brown);
  border-radius: 10em;
}

#footer {
  padding: 60px 0 180px;
  font-size: 14px;
  border-top: 1px solid #cfcdc8;
  background-color: #fff;
}
#footer ul {
  width: 100%;
  color: #525252;
  padding-bottom: 30px;
  border-right: 1px solid rgba(82, 82, 82, 0.3);
  line-height: 1.8;
}
#footer ul .bar::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background: #676767;
  margin: 0 10px;
}
#footer .--copy {
  color: #a2a2a2;
}

/* DB TYPE-C */
#quick-db.type-c {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  color: #0f0f0f;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  transition: 1s 0s ease;
  z-index: 99;
}
#quick-db.type-c form {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#quick-db.type-c ul {
  display: flex;
  justify-content: center;
}
#quick-db.type-c ul li {
  display: flex;
  align-items: center;
}
#quick-db.type-c ul input,
#quick-db.type-c ul select {
  width: 240px;
  height: 40px;
  border: none;
  background: #fff;
  color: #111;
  padding: 0 20px;
  margin-left: 5px;
}
#quick-db.type-c ul input[type=number]::-webkit-outer-spin-button,
#quick-db.type-c ul input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#quick-db.type-c .chk {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
#quick-db.type-c button[type=submit] {
  width: 250px;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: var(--theme-brown);
  border: none;
}

@media (max-width: 1400px) {
  #quick-db.type-c {
    padding: 1vw 0;
    font-size: 1vw;
  }
  #quick-db.type-c form {
    width: 100%;
    padding: 0 2vw;
  }
  #quick-db.type-c ul li input,
  #quick-db.type-c ul li select {
    width: 16vw;
    height: 3vw;
  }
  #quick-db.type-c .chk {
    font-size: 1vw;
  }
  #quick-db.type-c button[type=submit] {
    width: 15vw;
    height: 4vw;
    font-size: 1.5vw;
  }
}
.banner-wr.ft-hr {
  max-width: 100%;
  overflow: hidden;
}
.banner-wr.ft-hr .mid_banner {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
  overflow: hidden;
}

#selfie {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: fit-content;
  padding-top: 110px;
  /*
  &::after {
  	content: '';
  	width: 2000px;
  	height: 1902px;
  	background: url(/https/www.anotherps.com/img/main/glow.png);
  	position: absolute;
  	left: 398px;
  	top: -700px;
  	z-index: 1;
  }
  */
}
#selfie:not(#visual) h2 {
  font-size: 65px;
}
#selfie .title h2 {
  font-size: 90px !important;
}
#selfie .title > .desc {
  font-size: 28px;
  font-weight: 600;
  display: block;
  padding-left: 5px;
}
#selfie .wr {
  position: relative;
  z-index: 2;
}
#selfie .title {
  padding-bottom: 30px;
}
#selfie h2 {
  font-size: 90px !important;
  padding-right: 287px;
}

#tv:not(#visual) h2 {
  font-size: 65px;
}
#tv .title h2 {
  font-size: 90px !important;
}
#tv .title > .desc {
  font-size: 28px;
  font-weight: 600;
  display: block;
  padding-left: 5px;
}

body.sub.done #sub-visual,
body.sub.done #lnb {
  display: none;
}

#sub-visual.sub_1-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_1-1.jpg) center/cover no-repeat;
}

#sub-visual.sub_1-sub_2 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_1-2.jpg) center/cover no-repeat;
}

#sub-visual.sub_1-sub_3 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_1-3.jpg) center/cover no-repeat;
}

#sub-visual.sub_1-sub_4 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_1-4.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-1.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_2 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-2.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_3 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-3.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_4 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-4.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_5 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-5.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_6 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-6.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_7 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-7.jpg) center/cover no-repeat;
}

#sub-visual.sub_2-sub_8 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_2-8.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-1.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_2 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-2.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_3 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-3.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_4 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-4.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_5 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-5.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_6 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-6.jpg) center/cover no-repeat;
}

#sub-visual.sub_3-sub_7 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_3-7.jpg) center/cover no-repeat;
}

#sub-visual.sub_4-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_4-1.jpg) center/cover no-repeat;
}

#sub-visual.sub_4-sub_2 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_4-2.jpg) center/cover no-repeat;
}

#sub-visual.sub_4-sub_3 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_4-3.jpg) center/cover no-repeat;
}

#sub-visual.sub_4-sub_4 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_4-4.jpg) center/cover no-repeat;
}

#sub-visual.sub_5-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_5-1.jpg) center/cover no-repeat;
}

#sub-visual.sub_5-sub_2 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_5-2.jpg) center/cover no-repeat;
}

#sub-visual.sub_6-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_6-1.jpg) center/cover no-repeat;
}

#sub-visual.sub_6-sub_2 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_6-2.jpg) center/cover no-repeat;
}

#sub-visual.sub_6-sub_3 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_6-3.jpg) center/cover no-repeat;
}

#sub-visual.sub_7-sub_1 {
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub_7-1.jpg) center/cover no-repeat;
}

.section__case .case-sub-slk {
  width: auto !important;
}

.section__case {
  padding-bottom: 130px !important;
}

#sub-visual.cate-bo_table,
#sub-visual.cate-bo_table_2 {
  height: 840px;
}

#sub-visual {
  height: 1090px;
  background: url(/https/www.anotherps.com/img/sub/sub-visual/sub-visual.jpg) center no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 240px;
  padding-left: calc(50% - 700px);
}
#sub-visual.cate-sub_2, #sub-visual.cate-sub_3, #sub-visual.cate-sub_4, #sub-visual.cate-sub_5, #sub-visual.cate-sub_6, #sub-visual.cate-sub_7 {
  padding-bottom: 430px;
}
#sub-visual.cate-sub_7 {
  padding-bottom: 520px;
}
#sub-visual * {
  color: #fff;
}
#sub-visual .title-wr h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
#sub-visual .title-wr h2 em {
  font-style: normal;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
  margin-left: 0.5em;
  position: relative;
  top: 160px;
  color: #fff;
}
#sub-visual .title-wr h2 strong {
  font-size: 60px;
  opacity: 0.4;
  display: block;
}
#sub-visual .title-wr .desc {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 40px;
  margin-left: 20px;
}
#sub-visual.cate-sub_1 {
  justify-content: center;
  padding-bottom: 0;
}
#sub-visual.cate-sub_1 h2 {
  font-size: 90px;
}
#sub-visual.cate-sub_1::after {
  width: 100%;
  height: 100%;
  background: url(/https/www.anotherps.com/img/main/visual/bg_new.png) center bottom/cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  z-index: 1;
}
#sub-visual.bo_table {
  margin-bottom: 100px;
}

#lnb {
  max-width: 1400px;
  min-width: 1200px;
  margin: 50px auto 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-family: var(--nanum-square);
  color: #312316;
}
#lnb h3 {
  font-size: 50px;
}
#lnb nav {
  display: flex;
  align-items: center;
}
#lnb nav span {
  display: flex;
  align-items: center;
  line-height: 1;
}
#lnb nav span:not(:last-child)::after {
  content: "|";
  font-size: 0.95em;
  font-weight: 500;
  padding: 0 1em;
  opacity: 0.7;
}
#lnb nav span a.active {
  font-weight: bold;
}

@media (max-width: 1530px) {
  #hd #gnb {
    padding-left: 0;
  }
  #hd #gnb nav .cate {
    padding-left: 0;
  }
}
/* ============================== 서브 하단 ============================== */
.sub-ft {
  overflow: hidden;
  max-width: 100vw;
}
.sub-ft .tit-wr.ai-c {
  font-family: var(--nanum-square);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sub-ft .tit-wr.ai-c h2 {
  font-size: 30px;
}
.sub-ft .tit-wr.ai-c h3 {
  font-size: 48px;
  padding: 20px 0 40px;
}
.sub-ft .tit-wr.ai-c p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 60px;
}

#sub-ft-main {
  background: #dacbbd;
  padding: 160px calc(50% - 700px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sub-ft-main .tit-wr {
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 30px;
  height: 184px;
  font-family: var(--nanum-square);
  color: var(--theme-color);
  line-height: 0.8;
  border-bottom: 1px solid var(--theme-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  white-space: nowrap;
}
#sub-ft-main .tit-wr h2 {
  font-size: 80px;
  font-weight: normal;
}
#sub-ft-main .tit-wr h2 strong {
  font-size: 100px;
  margin-bottom: 0.1em;
  display: block;
}
#sub-ft-main .tit-wr p {
  font-size: 25px;
  font-weight: bold;
  position: relative;
}
#sub-ft-main .tit-wr p i {
  position: absolute;
  bottom: calc(100% + 35px);
  right: 0;
  width: 114px;
  height: 114px;
  background: url(/https/www.anotherps.com/img/sub/nose-ft/logo.png);
}
#sub-ft-main .box-b {
  margin-bottom: 20px;
}

#sub-ft-plan {
  padding: 160px calc(50% - 700px);
  color: var(--theme-color);
}

#sub-ft-system {
  height: 1040px;
  padding-top: 150px;
  background: url(/https/www.anotherps.com/img/sub/nose-ft/system-bg.jpg) center no-repeat;
  font-size: 20px;
  color: #fff;
}
#sub-ft-system ul {
  display: flex;
  justify-content: center;
}
#sub-ft-system ul li {
  width: 500px;
  height: 500px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
  position: relative;
}
#sub-ft-system ul li:first-child {
  right: -50px;
}
#sub-ft-system ul li:last-child {
  left: -50px;
}
#sub-ft-system ul i {
  display: block;
  font: normal 300 40px var(--brown);
  line-height: 1;
  width: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#sub-ft-system ul strong {
  font-size: 30px;
  padding: 50px 0 35px;
}
#sub-ft-system ul p {
  font-weight: 300;
  line-height: 2;
}

.video__wrap {
  position: relative;
}

#sub-ft-after {
  padding: 0px calc(50% - 700px) 150px;
  background: #fff;
  color: var(--theme-color);
  text-align: center;
}
#sub-ft-after h2,
#sub-ft-after dt {
  font-family: var(--nanum-square);
}
#sub-ft-after h2 {
  font-size: 48px;
  line-height: 1.2;
}
#sub-ft-after ul {
  display: flex;
  padding-top: 50px;
}
#sub-ft-after ul li {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sub-ft-after ul li::before {
  content: "";
  display: block;
  width: 440px;
  height: 567px;
  margin-bottom: 40px;
}
#sub-ft-after ul li:nth-child(1)::before {
  background: url(/https/www.anotherps.com/img/sub/nose-ft/after-1.png) no-repeat;
}
#sub-ft-after ul li:nth-child(2)::before {
  background: url(/https/www.anotherps.com/img/sub/nose-ft/after-2.png) no-repeat;
}
#sub-ft-after ul li:nth-child(3)::before {
  background: url(/https/www.anotherps.com/img/sub/nose-ft/after-3.png) no-repeat;
}
#sub-ft-after ul li:nth-child(2) {
  border-left: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}
#sub-ft-after ul dt {
  font-size: 30px;
  font-weight: bold;
}
#sub-ft-after ul dd {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 15px;
}

.sub_1 .video_wrap {
  position: relative;
}
.sub_1 .video_wrap .video {
  position: absolute;
  top: 234px;
  right: 300px;
  border-radius: 33px;
}

#sub-visual.cate-bo_table_3 {
  height: 820px;
}

/* ========================= 외국어 사이트 바로가기 ========================= */
.lang__wrap {
  display: inline-block;
  position: absolute;
  right: 74px;
  top: 180px;
  z-index: 10;
  transition: top 0.8s ease, opacity 0.8s ease; /* ✅ 트랜지션 추가 */
}

.lang__btn {
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 32px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.lang__btn i {
  display: inline-block;
  width: 13px;
  height: 6px;
  vertical-align: middle;
  background: url(/https/www.anotherps.com/img/common/language/arrow.png) center/contain no-repeat;
  margin-left: 4px;
}

.lang__selector {
  position: absolute;
  top: 20%;
  left: 0;
  background-color: #efefef;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  z-index: -1;
  padding: 30px 0 5px;
}
.lang__selector a {
  display: flex;
  align-items: center;
}
.lang__selector a i {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.lang__selector a.--kor i {
  background: url(/https/www.anotherps.com/img/common/language/korea.svg) center/contain no-repeat;
}
.lang__selector a.--en i {
  background: url(/https/www.anotherps.com/img/common/language/usa.svg) center/contain no-repeat;
}
.lang__selector a.--ch i {
  background: url(/https/www.anotherps.com/img/common/language/china.svg) center/contain no-repeat;
}
.lang__selector a.--jp i {
  background: url(/https/www.anotherps.com/img/common/language/japan.svg) center/contain no-repeat;
}

.lang__selector a {
  padding: 10px 32px;
  color: #484848;
  text-decoration: none;
  font-size: 14px;
  gap: 8px;
}

.lang__selector a:hover {
  background: #f3f3f3;
}

/* 활성화 시 */
.lang__wrap.active .lang__selector {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=layout.min.css.map */