@charset "UTF-8";
/* white-space:nowrap */
.nowrap {
  white-space: nowrap;
}

/* media-query */
/* br(줄바꿈) */
.br-pc {
  display: block;
}

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
.br-mo {
  display: none;
}

@media (max-width: 767px) {
  .br-mo {
    display: block;
  }
}
.br1920 {
  display: none;
}

@media (min-width: 1280px) {
  .br1920 {
    display: block;
  }
}
.br1920-2 {
  display: block;
}

@media (min-width: 1280px) {
  .br1920-2 {
    display: none;
  }
}
.br1450-3 {
  display: block;
}

@media (min-width: 768px) and (max-width: 1450px) {
  .br1450-3 {
    display: none;
  }
}
.br1280 {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br1280 {
    display: block;
  }
}
.br1280-2 {
  display: block;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br1280-2 {
    display: none;
  }
}
.br1280-3 {
  display: none;
}

@media (max-width: 1279px) {
  .br1280-3 {
    display: block;
  }
}
.br1280-4 {
  display: block;
}

@media (max-width: 1279px) {
  .br1280-4 {
    display: none;
  }
}
.br768 {
  display: none;
}

@media (max-width: 767px) {
  .br768 {
    display: block;
  }
}
.br768-2 {
  display: block;
}

@media (max-width: 767px) {
  .br768-2 {
    display: none;
  }
}
.br768-3 {
  display: none;
}

@media (min-width: 767px) {
  .br768-3 {
    display: block;
  }
}
.br768-4 {
  display: block;
}

@media (min-width: 767px) {
  .br768-4 {
    display: none;
  }
}
.br822 {
  display: block;
}

@media (max-width: 822px) {
  .br822 {
    display: none;
  }
}
.br450 {
  display: none;
}

@media (max-width: 450px) {
  .br450 {
    display: block;
  }
}
.br450-2 {
  display: block;
}

@media (max-width: 450px) {
  .br450-2 {
    display: none;
  }
}
.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}
.br500-2 {
  display: block;
}

@media (max-width: 500px) {
  .br500-2 {
    display: none;
  }
}
.br480-2 {
  display: block;
}

@media (max-width: 480px) {
  .br480-2 {
    display: none;
  }
}
.br580-2 {
  display: block;
}

@media (max-width: 580px) {
  .br580-2 {
    display: none;
  }
}
.br550-2 {
  display: block;
}

@media (max-width: 550px) {
  .br550-2 {
    display: none;
  }
}
.br624-2 {
  display: block;
}

@media (max-width: 624px) {
  .br624-2 {
    display: none;
  }
}
.br430 {
  display: none;
}

@media (max-width: 430px) {
  .br430 {
    display: block;
  }
}
.br430-2 {
  display: block;
}

@media (max-width: 430px) {
  .br430-2 {
    display: none;
  }
}
.br400 {
  display: none;
}

@media (max-width: 400px) {
  .br400 {
    display: block;
  }
}
.br400-2 {
  display: block;
}

@media (max-width: 400px) {
  .br400-2 {
    display: none;
  }
}
.br350-2 {
  display: block;
}

@media (max-width: 350px) {
  .br350-2 {
    display: none;
  }
}
.br380 {
  display: none;
}

@media (max-width: 380px) {
  .br380 {
    display: block;
  }
}
.br900-2 {
  display: block;
}

@media (max-width: 900px) {
  .br900-2 {
    display: none;
  }
}
.br1000-2 {
  display: block;
}

@media (max-width: 1000px) {
  .br1000-2 {
    display: none;
  }
}
.br900-3 {
  display: block;
}

@media (min-width: 768px) and (max-width: 900px) {
  .br900-3 {
    display: none;
  }
}
.br990-3 {
  display: block;
}

@media (min-width: 768px) and (max-width: 990px) {
  .br990-3 {
    display: none;
  }
}
.br868 {
  display: block;
}

@media (min-width: 768px) and (max-width: 868px) {
  .br868 {
    display: none;
  }
}
.br999 {
  display: block;
}

@media (min-width: 768px) and (max-width: 999px) {
  .br999 {
    display: none;
  }
}
/* animation */
.ani {
  opacity: 0;
}

.blur {
  opacity: 0;
  filter: blur(10px);
}

.blur-scale {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.5);
}

.blur-up {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(100%);
}

.blur-up2 {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(100px);
}

.blur-down {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-100%);
}

.zoom {
  transform: scale(0);
}

.ani-top {
  opacity: 0;
  transform: translateY(100px);
}

.fade {
  opacity: 0;
}

.swiper-fade {
  opacity: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(100%);
}

.fade-up2 {
  opacity: 0;
  transform: translateY(100px);
}

.fade-up3 {
  opacity: 0;
  transform: translateY(100%);
  filter: blur(10px);
}

.fade-down {
  opacity: 0;
  transform: translateY(-100%);
}

.fade-down2 {
  opacity: 0;
  transform: translateY(-100px);
}

.nav-up {
  opacity: 0;
  transform: translateY(100%);
}

.equip-down {
  opacity: 1;
  transform: translateY(-90%);
  filter: brightness(50%) blur(10px) opacity(0.5);
}

.move-down {
  opacity: 1;
  transform: translateY(-100%);
}

.move-left {
  transform: translateX(-100%);
  opacity: 1;
}

.move-right {
  transform: translateX(100%);
  opacity: 1;
}

.fade-left {
  transform: translateX(-100%);
  opacity: 0;
}

.fade-right {
  transform: translateX(100%);
  opacity: 0;
}

.ani-bottom {
  opacity: 0;
  transform: translateY(-100px);
}

.ani-left {
  opacity: 0;
  transform: translateX(100px);
}

.ani-right {
  opacity: 0;
  transform: translateX(-100px);
}

.ani-hide1 {
  transform: translateY(100%);
}

.sub-blur1 {
  transform: translateY(-100%);
}

.sub-blur2 {
  transform: translateY(100%);
}

.bg-size {
  height: 0%;
  filter: blur(3px);
  opacity: 0;
}

.rotatey-scale {
  transform: rotateX(180deg) scale(1.3);
  opacity: 0;
}

.blur-opacity-transy {
  opacity: 0;
  filter: blur(75px);
  transform: translateX(-100%);
}

.ani-scale {
  transform: scale(1.5);
}

.rotateY-180 {
  transform: rotateY(180deg);
}

.ani-scale2 {
  transform: scale(1.3);
}

.width {
  width: 0%;
}

.arrow-ani-left {
  transform: translateX(100%);
}

.arrow-ani-right {
  transform: translateX(-100%);
}

.animate .ani-top, .animate .ani-bottom,
.animate .ani-left, .animate .ani-right {
  animation: fade_init 1.2s forwards;
}

.animate .ani {
  animation: animate_opacity 1.2s forwards;
}

.animate .blur {
  animation: blur 2s cubic-bezier(0.76, 0, 0.24, 1) 0s forwards;
}

.animate .blur-scale {
  animation: blur_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 0s forwards;
}

.animate .blur-up {
  animation: blur_up 2s ease 0s forwards;
}

.animate .blur-up2 {
  animation: blur_up 1s ease 0s forwards;
}

.animate .blur-down {
  animation: blur_down 2s ease 0s forwards;
}

.animate .spot {
  animation: spot 1.2s ease 2s infinite alternate both;
}

.animate .spot2 {
  animation: spot 1.2s ease 0s infinite alternate both;
}

.animate .zoom {
  animation: zoom 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade {
  animation: fade_init 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .swiper-fade {
  animation: fade_init 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-up {
  animation: fade_init 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-up2 {
  animation: fade_init 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-up3 {
  animation: blur_up 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-down {
  animation: fade_init 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-down2 {
  animation: fade_init 1.2s ease 0s forwards;
}

.animate .nav-up {
  animation: fade_init 0.2s ease 0s forwards;
}

.animate .equip-down {
  animation: equip_down 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .move-down {
  animation: fade_init 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .move-left {
  animation: fade_init 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .move-right {
  animation: fade_init 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-left {
  animation: fade_init 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-right {
  animation: fade_init 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .ani-hide1 {
  animation: animate_hide1 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .sub-blur1 {
  animation: animate_sub1 1.3s ease-in-out forwards;
}

.animate .sub-blur2 {
  animation: animate_sub1 1.3s ease-in-out forwards;
}

.animate .bg-size {
  animation: bg_size 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .rotatey-scale {
  animation: rotatey_scale 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .blur-opacity-transy {
  animation: blur_opacity_transy 2s ease-out forwards;
}

.animate .scale-fade {
  animation: scale_fade 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .rotateY-180 {
  animation: rotateY_180 2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s forwards;
}

.animate .ani-scale {
  animation: ani_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s forwards;
}

.animate.ani-scale {
  animation: ani_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s forwards;
}

.animate.ani-scale2 {
  animation: ani_scale 1.5s cubic-bezier(0.76, 0, 0.24, 1) 1s forwards;
}

.animate.bg-scale {
  animation: bg_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}

.animate .width {
  animation: width 1s ease forwards;
}

.animate .arrow-ani-left {
  animation: fade_init 1.2s 2.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, arrow_ani_left 1.2s 5s infinite cubic-bezier(0.76, 0, 0.24, 1);
}

.animate .arrow-ani-right {
  animation: fade_init 1.2s 2.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, arrow_ani_right 1.2s 5s infinite cubic-bezier(0.76, 0, 0.24, 1);
}

.animate .pain-init {
  animation: pain_init 2s cubic-bezier(0.76, 0, 0.24, 1) 0s forwards;
}

.animate .spin {
  animation: spin 10s linear infinite;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}
@keyframes fade_init {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animate_hide1 {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes blur_scale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
@keyframes blur_up {
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    filter: blur(20px);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate_sub1 {
  0% {
    filter: blur(12px);
  }
  100% {
    filter: blur(0px);
    transform: translateY(0%);
  }
}
@keyframes bg_size {
  0% {
    height: 0%;
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    height: 100%;
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes bg_scale {
  0% {
    background-size: 135%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes rotatey_scale {
  0% {
    transform: rotateY(90deg) scale(1.3) translateZ(50px);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) scale(1) translateZ(0px);
    opacity: 1;
  }
}
@keyframes arrow_ani_left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow_ani_down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes arrow_ani_right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow_ani2 {
  0% {
    transform: translateX(-1.5vw);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1.5vw);
  }
}
@keyframes equip_down {
  100% {
    opacity: 1;
    transform: translateY(0%);
    filter: brightness(100%) blur(0px) opacity(1);
  }
}
@keyframes blur_opacity_transy {
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
  }
}
@keyframes text_shadow {
  0% {
    text-shadow: 0 0 15px #fff;
  }
  100% {
    text-shadow: none;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes z_index {
  0% {
    z-index: 10;
  }
  100% {
    z-index: 2;
  }
}
@keyframes progress_bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani_width {
  0% {
    width: 100%;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
@keyframes ani_width2 {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
@keyframes rotateY_180 {
  100% {
    transform: rotateY(0deg) scale(1);
  }
}
@keyframes ani_scale {
  100% {
    transform: scale(1);
  }
}
@keyframes quick_width {
  0% {
    width: 62px;
  }
  100% {
    width: 175px;
  }
}
@keyframes quick_width2 {
  0% {
    width: 42px;
  }
  100% {
    width: 130px;
  }
}
@keyframes quick_right {
  0% {
    left: 31px;
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    right: 45px;
    opacity: 1;
  }
}
@keyframes scale_fade {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pain_init {
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes spot {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes quick_bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate .ease {
  animation-timing-function: ease;
}

.animate .ease-in {
  animation-timing-function: ease-in;
}

.animate .ease-in-out {
  animation-timing-function: ease-in-out;
}

.animate .ease-out {
  animation-timing-function: ease-out;
}

.animate .linear {
  animation-timing-function: linear;
}

.animate .cubic1 {
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.animate .cubic2 {
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

.animate .delay0 {
  animation-delay: 0s;
}

.animate .delay1 {
  animation-delay: 0.1s;
}

.animate .delay2 {
  animation-delay: 0.2s;
}

.animate .delay3 {
  animation-delay: 0.3s;
}

.animate .delay4 {
  animation-delay: 0.4s;
}

.animate .delay5 {
  animation-delay: 0.5s;
}

.animate .delay6 {
  animation-delay: 0.6s;
}

.animate .delay7 {
  animation-delay: 0.7s;
}

.animate .delay8 {
  animation-delay: 0.8s;
}

.animate .delay9 {
  animation-delay: 0.9s;
}

.animate .delay10 {
  animation-delay: 1s;
}

.animate .delay11 {
  animation-delay: 1.1s;
}

.animate .delay12 {
  animation-delay: 1.2s;
}

.animate .delay13 {
  animation-delay: 1.3s;
}

.animate .delay14 {
  animation-delay: 1.4s;
}

.animate .delay15 {
  animation-delay: 1.5s;
}

.animate .delay16 {
  animation-delay: 1.6s;
}

.animate .delay17 {
  animation-delay: 1.7s;
}

.animate .delay18 {
  animation-delay: 1.8s;
}

.animate .delay19 {
  animation-delay: 1.9s;
}

.animate .delay20 {
  animation-delay: 2s;
}

.animate .delay21 {
  animation-delay: 2.1s;
}

.animate .delay22 {
  animation-delay: 2.2s;
}

.animate .delay23 {
  animation-delay: 2.3s;
}

.animate .delay24 {
  animation-delay: 2.4s;
}

.animate .delay25 {
  animation-delay: 2.5s;
}

.animate .delay26 {
  animation-delay: 2.6s;
}

.animate .delay27 {
  animation-delay: 2.7s;
}

.animate .delay28 {
  animation-delay: 2.8s;
}

.animate .delay29 {
  animation-delay: 2.9s;
}

.animate .delay30 {
  animation-delay: 3s;
}

.animate .delay31 {
  animation-delay: 3.1s;
}

.animate .delay32 {
  animation-delay: 3.2s;
}

.animate .delay33 {
  animation-delay: 3.3s;
}

.animate .delay34 {
  animation-delay: 3.4s;
}

.animate .delay35 {
  animation-delay: 3.5s;
}

.animate .delay36 {
  animation-delay: 3.6s;
}

.animate .delay37 {
  animation-delay: 3.7s;
}

.animate .delay38 {
  animation-delay: 3.8s;
}

.animate .delay39 {
  animation-delay: 3.9s;
}

.animate .delay40 {
  animation-delay: 4s;
}

.animate .duration0 {
  animation-duration: 0s;
}

.animate .duration1 {
  animation-duration: 0.1s;
}

.animate .duration2 {
  animation-duration: 0.2s;
}

.animate .duration3 {
  animation-duration: 0.3s;
}

.animate .duration4 {
  animation-duration: 0.4s;
}

.animate .duration5 {
  animation-duration: 0.5s;
}

.animate .duration6 {
  animation-duration: 0.6s;
}

.animate .duration7 {
  animation-duration: 0.7s;
}

.animate .duration8 {
  animation-duration: 0.8s;
}

.animate .duration9 {
  animation-duration: 0.9s;
}

.animate .duration10 {
  animation-duration: 1s;
}

.animate .duration11 {
  animation-duration: 1.1s;
}

.animate .duration12 {
  animation-duration: 1.2s;
}

.animate .duration13 {
  animation-duration: 1.3s;
}

.animate .duration14 {
  animation-duration: 1.4s;
}

.animate .duration15 {
  animation-duration: 1.5s;
}

.animate .duration16 {
  animation-duration: 1.6s;
}

.animate .duration17 {
  animation-duration: 1.7s;
}

.animate .duration18 {
  animation-duration: 1.8s;
}

.animate .duration19 {
  animation-duration: 1.9s;
}

.animate .duration20 {
  animation-duration: 2s;
}

.animate .duration21 {
  animation-duration: 2.1s;
}

.animate .duration22 {
  animation-duration: 2.2s;
}

.animate .duration23 {
  animation-duration: 2.3s;
}

.animate .duration24 {
  animation-duration: 2.4s;
}

.animate .duration25 {
  animation-duration: 2.5s;
}

.animate .duration26 {
  animation-duration: 2.6s;
}

.animate .duration27 {
  animation-duration: 2.7s;
}

.animate .duration28 {
  animation-duration: 2.8s;
}

.animate .duration29 {
  animation-duration: 2.9s;
}

.animate .duration30 {
  animation-duration: 3s;
}

.animate .duration31 {
  animation-duration: 3.1s;
}

.animate .duration32 {
  animation-duration: 3.2s;
}

.animate .duration33 {
  animation-duration: 3.3s;
}

.animate .duration34 {
  animation-duration: 3.4s;
}

.animate .duration35 {
  animation-duration: 3.5s;
}

.animate .duration36 {
  animation-duration: 3.6s;
}

.animate .duration37 {
  animation-duration: 3.7s;
}

.animate .duration38 {
  animation-duration: 3.8s;
}

.animate .duration39 {
  animation-duration: 3.9s;
}

.animate .duration40 {
  animation-duration: 4s;
}

.animate .t-delay0 {
  transition-delay: 0s;
}

.animate .t-delay1 {
  transition-delay: 0.1s;
}

.animate .t-delay2 {
  transition-delay: 0.2s;
}

.animate .t-delay3 {
  transition-delay: 0.3s;
}

.animate .t-delay4 {
  transition-delay: 0.4s;
}

.animate .t-delay5 {
  transition-delay: 0.5s;
}

.animate .t-delay6 {
  transition-delay: 0.6s;
}

.animate .t-delay7 {
  transition-delay: 0.7s;
}

.animate .t-delay8 {
  transition-delay: 0.8s;
}

.animate .t-delay9 {
  transition-delay: 0.9s;
}

.animate .t-delay10 {
  transition-delay: 1s;
}

.animate .t-delay11 {
  transition-delay: 1.1s;
}

.animate .t-delay12 {
  transition-delay: 1.2s;
}

.animate .t-delay13 {
  transition-delay: 1.3s;
}

.animate .t-delay14 {
  transition-delay: 1.4s;
}

.animate .t-delay15 {
  transition-delay: 1.5s;
}

.animate .t-delay16 {
  transition-delay: 1.6s;
}

.animate .t-delay17 {
  transition-delay: 1.7s;
}

.animate .t-delay18 {
  transition-delay: 1.8s;
}

.animate .t-delay19 {
  transition-delay: 1.9s;
}

.animate .t-delay20 {
  transition-delay: 2s;
}

.animate .t-delay21 {
  transition-delay: 2.1s;
}

.animate .t-delay22 {
  transition-delay: 2.2s;
}

.animate .t-delay23 {
  transition-delay: 2.3s;
}

.animate .t-delay24 {
  transition-delay: 2.4s;
}

.animate .t-delay25 {
  transition-delay: 2.5s;
}

.animate .t-delay26 {
  transition-delay: 2.6s;
}

.animate .t-delay27 {
  transition-delay: 2.7s;
}

.animate .t-delay28 {
  transition-delay: 2.8s;
}

.animate .t-delay29 {
  transition-delay: 2.9s;
}

.animate .t-delay30 {
  transition-delay: 3s;
}

.animate .t-delay31 {
  transition-delay: 3.1s;
}

.animate .t-delay32 {
  transition-delay: 3.2s;
}

.animate .t-delay33 {
  transition-delay: 3.3s;
}

.animate .t-delay34 {
  transition-delay: 3.4s;
}

.animate .t-delay35 {
  transition-delay: 3.5s;
}

.animate .t-delay36 {
  transition-delay: 3.6s;
}

.animate .t-delay37 {
  transition-delay: 3.7s;
}

.animate .t-delay38 {
  transition-delay: 3.8s;
}

.animate .t-delay39 {
  transition-delay: 3.9s;
}

.animate .t-delay40 {
  transition-delay: 4s;
}

.animate .t-duration0 {
  transition-duration: 0s;
}

.animate .t-duration1 {
  transition-duration: 0.1s;
}

.animate .t-duration2 {
  transition-duration: 0.2s;
}

.animate .t-duration3 {
  transition-duration: 0.3s;
}

.animate .t-duration4 {
  transition-duration: 0.4s;
}

.animate .t-duration5 {
  transition-duration: 0.5s;
}

.animate .t-duration6 {
  transition-duration: 0.6s;
}

.animate .t-duration7 {
  transition-duration: 0.7s;
}

.animate .t-duration8 {
  transition-duration: 0.8s;
}

.animate .t-duration9 {
  transition-duration: 0.9s;
}

.animate .t-duration10 {
  transition-duration: 1.1s;
}

.animate .t-duration11 {
  transition-duration: 1.1s;
}

.animate .t-duration12 {
  transition-duration: 1.2s;
}

.animate .t-duration13 {
  transition-duration: 1.3s;
}

.animate .t-duration14 {
  transition-duration: 1.4s;
}

.animate .t-duration15 {
  transition-duration: 1.5s;
}

.animate .t-duration16 {
  transition-duration: 1.6s;
}

.animate .t-duration17 {
  transition-duration: 1.7s;
}

.animate .t-duration18 {
  transition-duration: 1.8s;
}

.animate .t-duration19 {
  transition-duration: 1.9s;
}

.animate .t-duration20 {
  transition-duration: 2s;
}

.animate .t-duration21 {
  transition-duration: 2.1s;
}

.animate .t-duration22 {
  transition-duration: 2.2s;
}

.animate .t-duration23 {
  transition-duration: 2.3s;
}

.animate .t-duration24 {
  transition-duration: 2.4s;
}

.animate .t-duration25 {
  transition-duration: 2.5s;
}

.animate .t-duration26 {
  transition-duration: 2.6s;
}

.animate .t-duration27 {
  transition-duration: 2.7s;
}

.animate .t-duration28 {
  transition-duration: 2.8s;
}

.animate .t-duration29 {
  transition-duration: 2.9s;
}

.animate .t-duration30 {
  transition-duration: 3s;
}

.animate .t-duration31 {
  transition-duration: 3.1s;
}

.animate .t-duration32 {
  transition-duration: 3.2s;
}

.animate .t-duration33 {
  transition-duration: 3.3s;
}

.animate .t-duration34 {
  transition-duration: 3.4s;
}

.animate .t-duration35 {
  transition-duration: 3.5s;
}

.animate .t-duration36 {
  transition-duration: 3.6s;
}

.animate .t-duration37 {
  transition-duration: 3.7s;
}

.animate .t-duration38 {
  transition-duration: 3.8s;
}

.animate .t-duration39 {
  transition-duration: 3.9s;
}

.animate .t-duration40 {
  transition-duration: 4s;
}

/* root */
:root {
  --vh: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scrollbar-color: #606060 transparent;
}

body {
  font-family: "paper";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: #282828;
  overflow-x: hidden;
}

/* reset */
body, div, section, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.05em;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover, a:visited {
  text-decoration: none;
}

em, i, address {
  font-style: normal;
}

ul, li, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  font-size: 0;
  vertical-align: top;
  line-height: 0;
}

b, strong {
  color: inherit;
  font-weight: 800;
}

/* font-size */
html {
  font-size: 10px;
} /* 브라우저기본 16px 1rem 62.5%(10px) 환산 */
html, body {
  width: 100%;
  min-width: 320px;
}

@media (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
/* color */
.main-color {
  color: #4694d1;
}

/* img['src=*mo_'] */
img[src^="./img/mo_"] {
  display: none;
}

@media (max-width: 767px) {
  img[src^="./img/mo_"] {
    display: block;
  }
}
/* max-width */
.maxwidth {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 20px;
}

@media (max-width: 1279px) {
  .maxwidth {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .maxwidth {
    padding: 0 10px;
  }
}
.maxwidth1 {
  width: calc(100% - 60px);
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1279px) {
  .maxwidth1 {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .maxwidth1 {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
.maxwidth2 {
  width: 100%;
  box-sizing: border-box;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .maxwidth2 {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .maxwidth2 {
    padding: 0 10px;
  }
}
.maxwidth3 {
  width: 100%;
  box-sizing: border-box;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .maxwidth3 {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .maxwidth3 {
    padding: 0 10px;
  }
}
/* show-pc, show-mo */
.show-pc {
  display: none;
}

@media (min-width: 768px) {
  .show-pc {
    display: block;
  }
}
.show-mo {
  display: none;
}

@media (max-width: 767px) {
  .show-mo {
    display: block;
  }
}
/* 수직 스크롤바 */
/* 수평 스크롤바 */
/* mobile-scroll */
@media (max-width: 767px) {
  .mobile-scroll {
    display: flex;
    justify-content: flex-start !important;
    overflow-x: scroll;
  }
  .mobile-scroll > div {
    flex-shrink: 0;
  }
}
/* line */
.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 25px auto;
}

/* common-title */
.common-title {
  text-align: center;
  padding-bottom: 3rem;
}
.common-title .ci {
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .cmt1, .cmt2, .cmt3, .cmt4, address {
    word-break: keep-all;
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .common-title .cmt3 {
    padding: 0 10px;
  }
  .common-title .cmt3 br {
    display: none;
  }
}
/* cmt */
.ci {
  width: 6rem;
  display: block;
  padding-bottom: 2.9rem;
}

.cmt1 {
  display: none;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  padding-bottom: 3.3rem;
}
.cmt1.pb {
  padding-bottom: 1.3rem;
}

.cmt2 {
  font-weight: 600;
  font-size: 5rem;
  padding-bottom: 2.5rem;
}

.cmt3 span {
  font-weight: 800;
}

@media (max-width: 767px) {
  .ci {
    width: 5.2rem;
    padding-bottom: 2.5rem;
  }
  .cmt1 {
    padding-bottom: 2.5rem;
    font-size: 1.3rem;
  }
  .cmt2 {
    font-size: 4.2rem;
  }
  .cmt2.pb {
    padding-bottom: 1.3rem;
  }
}
/* quick */
.quick {
  position: fixed;
  right: 30px;
  top: 55%;
  transform: translateY(-50%);
  background-color: #4694d1;
  border-radius: 10px;
  transition: 0.5s ease;
  z-index: 10000;
}
.quick ul {
  padding: 5px 25px;
}
.quick ul li {
  position: relative;
  padding: 22px 0;
}
.quick ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick ul li a .icon {
  margin-bottom: 13px;
}
.quick ul li a strong {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.quick ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 100px;
  border-radius: 10px;
  transition: 0.4s;
  pointer-events: none;
}
.quick ul li:hover::before {
  background-color: #fff;
  opacity: 0.2;
}

@media (max-width: 1279px) {
  .quick {
    width: calc(100% - 20px);
    right: unset;
    top: unset;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .quick ul {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
  }
  .quick ul li {
    padding: 0;
    flex: 1;
  }
  .quick ul li a .icon {
    display: flex;
    align-items: flex-end;
    height: 31px;
    margin-bottom: 10px;
  }
  .quick ul li a .icon img {
    transform: scale(0.85);
    transform-origin: bottom center;
  }
  .quick ul li a strong {
    font-size: 13.5px;
  }
  .quick ul li::before {
    width: 95%;
    height: 120%;
  }
}
@media (max-width: 767px) {
  .quick {
    width: calc(100% - 10px);
    bottom: 5px;
  }
  .quick ul {
    padding: 7.5px 0;
  }
  .quick ul li a .icon {
    display: flex;
    align-items: flex-end;
    height: 24px;
    margin-bottom: 7px;
  }
  .quick ul li a .icon img {
    transform: scale(0.7);
    transform-origin: bottom center;
  }
  .quick ul li a strong {
    font-size: 13px;
  }
}
/* header */
@media (min-width: 1921px) {
  header.pc .maxwidth2 {
    gap: 96px;
  }
}
@media (min-width: 1280px) {
  header.mo {
    display: none;
  }
  header.pc {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    padding: 14px 0;
    transition: 0.5s;
  }
  header.pc .maxwidth2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  header.pc .maxwidth2 h1 {
    display: flex;
    align-items: center;
  }
  header.pc .maxwidth2 h1 a img {
    width: 100%;
    min-width: 250px;
    transition: 0.5s;
  }
  header.pc .maxwidth2 h1 .rollUp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 0 10px;
    text-align: center;
    margin: 0 15px;
    min-width: 120px;
  }
  header.pc .maxwidth2 h1 .rollUp .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header.pc .maxwidth2 h1 .rollUp .swiper-slide p {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: -0.1px;
  }
  header.pc .maxwidth2 nav ul {
    display: flex;
    gap: 30px;
  }
  header.pc .maxwidth2 nav ul li {
    white-space: nowrap;
  }
  header.pc .maxwidth2 nav ul li a {
    transition: 0.2s ease;
    position: relative;
    color: #fff;
  }
  header.pc .maxwidth2 nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 0%;
    background-color: #4694d1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    transition: 0.35s ease;
  }
  header.pc .maxwidth2 nav ul li a:hover {
    font-weight: 800;
  }
  header.pc .maxwidth2 nav ul li a:hover::after {
    width: 100%;
  }
  header.pc.sticky {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 1400px) {
  header.pc .maxwidth2 nav ul {
    gap: 15px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1279px) {
  header.pc {
    display: none;
  }
  header.mo {
    position: fixed;
    width: 100%;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  header.mo .rollUp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    height: 30px;
    text-align: center;
    background-color: #000;
  }
  header.mo .rollUp .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header.mo .rollUp .swiper-slide p {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: -0.1px;
  }
  header.mo .header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
  }
  header.mo .header-top .hbr {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  header.mo .header-top .hbr > div {
    width: 21px;
    height: 2px;
    background-color: #bbb;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
  }
  header.mo .header-top .hbr > div.hbr-top {
    transform-origin: left top;
  }
  header.mo .header-top .hbr > div.hbr-center {
    opacity: 1;
  }
  header.mo .header-top .hbr > div.hbr-bottom {
    transform-origin: left bottom;
  }
  header.mo .header-top .hbr.toggle > div.hbr-top {
    transform: rotate(45deg);
  }
  header.mo .header-top .hbr.toggle > div.hbr-center {
    opacity: 0;
  }
  header.mo .header-top .hbr.toggle > div.hbr-bottom {
    transform: rotate(-45deg);
  }
  header.mo .header-top h1 a {
    display: flex;
  }
  header.mo .header-top h1 a img {
    width: 220px;
  }
  header.mo nav {
    visibility: hidden;
    position: relative;
    background-image: url("../img/takeAtour_img1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
    height: calc(var(--vh, 1vh) * 100 - 89px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header.mo nav ul {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  header.mo nav ul li {
    overflow: hidden;
    text-align: center;
  }
  header.mo nav ul li a {
    font-size: 25px;
    color: #fff;
    display: block;
    padding: 12px 0;
    font-weight: 700;
    position: relative;
    transform: translateY(100%);
    transition: all 0.8s ease-in-out 0.3s;
  }
  header.mo nav ul li a.animate {
    transform: translateY(0);
  }
  header.mo nav::before {
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
  }
  header.mo.sticky {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  header.mo .header-top .hbr {
    gap: 4px;
  }
  header.mo .header-top .hbr > div {
    width: 19px;
  }
  header.mo .header-top .hbr.toggle > div.hbr-top {
    width: 18px;
  }
  header.mo .header-top .hbr.toggle > div.hbr-bottom {
    width: 18px;
  }
  header.mo .header-top h1 a img {
    width: 220px;
  }
  header.mo .header-top .mo-tel a img {
    width: 22px;
  }
  header.mo .header-top::after {
    right: 48px;
    height: 30px;
  }
  header.mo .header-top::before {
    left: 48px;
    height: 30px;
  }
  header.mo nav ul li a {
    font-size: 22px;
    padding: 8.5px 0;
  }
}
/* footer */
footer {
  padding: 6rem 0 14rem;
}
footer .maxwidth2 {
  max-width: 1440px;
}
footer .maxwidth2 .box-wrap {
  position: relative;
  display: flex;
}
footer .maxwidth2 .box-wrap .footer-left {
  flex-shrink: 0;
  position: relative;
}
footer .maxwidth2 .box-wrap .footer-left h2 img {
  width: 300px;
}
footer .maxwidth2 .box-wrap .footer-right {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
}
footer .maxwidth2 .box-wrap .footer-right ul {
  display: flex;
  gap: 4rem;
}
footer .maxwidth2 .box-wrap .footer-right ul li {
  cursor: pointer;
  position: relative;
}
footer .maxwidth2 .box-wrap .footer-right ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -2rem;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
footer .maxwidth2 .box-wrap address {
  font-size: 1.5rem;
  padding-top: 2rem;
}
footer .maxwidth2 .box-wrap address span {
  display: block;
  color: #999;
  padding-top: 1.5rem;
}

@media (max-width: 1330px) {
  footer .maxwidth2 .box-wrap .footer-right address br {
    display: none;
  }
}
@media (max-width: 1279px) {
  footer .maxwidth2 .box-wrap {
    gap: 12.6rem;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 3rem 0 20rem;
  }
  footer .maxwidth2 .box-wrap {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  footer .maxwidth2 .box-wrap .footer-right {
    position: relative;
    font-size: 1.8rem;
  }
  footer .maxwidth2 .box-wrap .footer-right ul {
    justify-content: center;
  }
  footer .maxwidth2 .box-wrap address {
    font-size: 1.8rem;
    padding-top: 2.5rem;
  }
}
/* nopay */
.nopay {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 10003;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  width: calc(100% - 40px);
}
.nopay.show {
  visibility: visible;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 1279px) {
  .nopay {
    padding: 40px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .nopay {
    padding: 30px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: 100%;
  }
}
/* 자세히보기 팝업 dim */
.popup-dim {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10001;
}

/* nav dim */
.nav-dim {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.nav-dim.active {
  display: block;
}

/* 팝업창 */
.fixo-popup-wrap {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 100%;
}

.fixo-popup-wrap.vertical {
  width: 100%;
  max-width: 1140px;
}

.fixo-popup-wrap.vertical .fixo-popup {
  flex-basis: 50%;
}

.fixo-popup {
  position: relative;
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.fixo-popup.active {
  display: block;
}

.fixo-popup .popup-box {
  display: inline-block;
}

.fixo-popup .img img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

.fixo-popup .popup-box img {
  max-width: 500px;
  height: auto;
}

.fixo-popup.video {
  width: 500px;
}

.fixo-popup.video .popup-box {
  display: block;
}

.fixo-popup.video .img {
  position: relative;
  width: 100%;
  /*padding-bottom: 100%;*/
  padding-bottom: 56.25%;
}

.fixo-popup.video .img iframe,
.fixo-popup.video .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixo-popup .popup-control {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  background: #222;
  line-height: 30px;
}

.fixo-popup .popup-control .btn-check {
  margin: 0 0 0 10px;
  font-size: 0;
}

.fixo-popup .popup-control .btn-check label {
  cursor: pointer;
}

.fixo-popup .popup-control .btn-check input {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
}

.fixo-popup .popup-control .btn-check span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #fff;
}

.fixo-popup .popup-control .btn-close {
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .fixo-popup-wrap {
    top: 120px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: block;
    padding: 0;
  }
  .fixo-popup-wrap.vertical {
    width: auto;
  }
  .fixo-popup, .fixo-popup.video {
    padding: 0 20px;
    width: 450px;
  }
}
@media (max-width: 719px) {
  .fixo-popup, .fixo-popup.video {
    padding: 0 10px;
    width: 320px;
  }
}/*# sourceMappingURL=common.css.map */