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

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

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

@media (max-width: 1279px) {
  .br-max {
    display: block;
  }
}
.br-max2 {
  display: block;
}

@media (max-width: 1279px) {
  .br-max2 {
    display: none;
  }
}
.br-min {
  display: none;
}

@media (max-width: 767px) {
  .br-min {
    display: block;
  }
}
.br-min2 {
  display: block;
}

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

@media (min-width: 768px) and (max-width: 1279px) {
  .br-minmax {
    display: block;
  }
}
.br-minmax2 {
  display: block;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br-minmax {
    display: none;
  }
}
.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;
  }
}
.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-down {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-100%);
}

.zoom {
  transform: scale(0);
}

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

.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%);
}

.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-down {
  animation: blur_down 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .spot {
  animation: spot 1.2s ease 3.5s 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 .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 .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);
}

@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 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);
  }
}
.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 .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;
}

/* root */
:root {
  --vh: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "nanum";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #191919;
  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.35;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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;
}

mark {
  background-color: transparent;
}

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) 환산 */
@media (max-width: 1279px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 7px;
  }
}
/* color */
.main-color {
  color: #1f4288;
}

/* mwidth */
.mwidth {
  width: 100%;
  box-sizing: border-box;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1279px) {
  .mwidth {
    padding: 0 16px;
  }
}
/* iframe video */
.show-pc {
  display: none;
}

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

@media (max-width: 767px) {
  .show-mo {
    display: block;
  }
}
/* 스크롤바 */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(31, 66, 136);
  border-radius: 10px;
  cursor: grabbing;
}

/* progress-bar */
.progress-bar {
  position: fixed;
  top: 69px;
  width: 0%;
  left: 0;
  height: 3px;
  background-color: #f7f6f1;
  z-index: 10002;
  transition: width 0.1s ease-in;
}

@media (max-width: 1279px) {
  .progress-bar {
    top: 58px;
    height: 2px;
    background-color: #1f4288;
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  .progress-bar {
    top: 49px;
  }
}
/* quick menu */
.quick {
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0 !important;
  bottom: 217px;
  color: #fff;
  right: 48px;
  position: fixed;
  z-index: 11;
}
.quick.slide {
  transform: translateY(0%);
  opacity: 1 !important;
}
.quick ul li {
  position: relative;
  border-radius: 50px;
  width: 62px;
  height: 62px;
  margin-bottom: 12px;
  transition: all 0.6s;
}
.quick ul li a {
  box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.5);
  position: fixed;
  cursor: pointer;
  right: 0px;
  display: block;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #1f4288, #555);
  width: 62px;
  height: 62px;
  transition: width 0.6s ease;
}
.quick ul li a:hover {
  width: unset;
}
.quick ul li a:hover::before {
  right: unset;
  opacity: unset;
}
.quick ul li a.active {
  animation: quick_width 1s ease-in-out 0.5s forwards;
}
.quick ul li a.active::before {
  animation: quick_right 1s ease-in-out 0.75s forwards;
}
.quick ul li a img {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: right center;
}
.quick ul li a::before {
  opacity: 0;
  transition: all 0.6s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 50%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  left: 25px;
  transform: translateY(-50%);
  font-size: 17.5px;
  font-weight: 800;
  white-space: nowrap;
  height: 50px;
  padding-left: 0px;
}
.quick ul li:nth-child(1) a img {
  transform: translate(0%, -50%) scale(0.72);
  right: 16px;
}
.quick ul li:nth-child(1) a::before {
  content: "전화상담";
}
.quick ul li:nth-child(2) a img {
  transform: translate(0%, -50%) scale(0.63);
  right: 17px;
}
.quick ul li:nth-child(2) a::before {
  content: "블로그";
}
.quick ul li:nth-child(3) a img {
  transform: translate(0%, -50%) scale(0.64);
  right: 17px;
}
.quick ul li:nth-child(3) a::before {
  content: "유튜브";
}
.quick ul li:nth-child(4) a img {
  transform: translate(0%, -50%) scale(0.66);
  right: 21px;
}
.quick ul li:nth-child(4) a::before {
  content: "오시는길";
}

.quick-circle-wrap {
  animation: quick_bounce 0.8s infinite alternate;
  bottom: 75.5px;
  right: 48px;
  position: fixed;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick-circle-wrap .quick-circle {
  box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #1f4288, #555);
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap {
  transition: opacity 0.3s ease 0.25s;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 9px;
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap div.loading-circle01 {
  animation: bounce2 1.4s infinite ease-in-out both;
  animation-delay: -0.32s;
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap div.loading-circle02 {
  animation: bounce2 1.4s infinite ease-in-out both;
  animation-delay: -0.16s;
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap div.loading-circle03 {
  animation: bounce2 1.4s infinite ease-in-out both;
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap.toggle {
  opacity: 0;
}
.quick-circle-wrap .quick-circle.plus-menu .bar-wrap {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.quick-circle-wrap .quick-circle.plus-menu .bar-wrap .bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.quick-circle-wrap .quick-circle.plus-menu .bar-wrap .bar:first-child {
  width: 26px;
  height: 3px;
}
.quick-circle-wrap .quick-circle.plus-menu .bar-wrap .bar:last-child {
  width: 3px;
  height: 26px;
}
.quick-circle-wrap .quick-circle.plus-menu .bar-wrap.rotate {
  transform: rotate(-45deg);
}
.quick-circle-wrap .quick-circle.plus-menu .bar-wrap.toggle {
  opacity: 1;
}
.quick-circle-wrap.ani-init {
  animation: none;
}

@media (max-width: 767px) {
  .quick {
    bottom: 135px;
    right: 15px;
  }
  .quick ul li {
    width: 42px;
    height: 42px;
    margin-bottom: 7.5px;
  }
  .quick ul li a {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    width: 42px;
    height: 42px;
  }
  .quick ul li a.active {
    animation: quick_width2 1s ease-in-out 0.5s forwards;
  }
  .quick ul li a.active::before {
    animation: quick_right 1s ease-in-out 0.75s forwards;
  }
  .quick ul li a::before {
    left: 17.5px;
    font-size: 13px;
    height: 42px;
  }
  .quick ul li:nth-child(1) a img {
    transform: translate(0%, -50%) scale(0.9);
    width: 24px;
    right: 9.5px;
  }
  .quick ul li:nth-child(2) a img {
    transform: translate(0%, -50%) scale(1);
    width: 22px;
    right: 10px;
  }
  .quick ul li:nth-child(3) a img {
    transform: translate(0%, -50%) scale(1);
    width: 22px;
    right: 10px;
  }
  .quick ul li:nth-child(4) a img {
    transform: translate(0%, -50%) scale(1);
    width: 16px;
    right: 13px;
  }
  .quick-circle-wrap {
    bottom: 40px;
    right: 15px;
    gap: 6px;
  }
  .quick-circle-wrap .quick-circle {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    width: 42px;
    height: 42px;
  }
  .quick-circle-wrap .quick-circle.plus-menu .loading-wrap {
    gap: 6px;
  }
  .quick-circle-wrap .quick-circle.plus-menu .loading-wrap div {
    width: 5px;
    height: 5px;
  }
  .quick-circle-wrap .quick-circle.plus-menu .loading-wrap.toggle {
    opacity: 0;
  }
  .quick-circle-wrap .quick-circle.plus-menu .bar-wrap .bar:first-child {
    width: 18px;
    height: 2px;
  }
  .quick-circle-wrap .quick-circle.plus-menu .bar-wrap .bar:last-child {
    height: 18px;
    width: 2px;
  }
  .quick-circle-wrap .quick-circle.top-menu img {
    width: 15px;
  }
}
/* header */
@media (min-width: 1280px) {
  header.mo {
    display: none;
  }
  header.pc h1 {
    background-color: #fff;
    padding: 3rem 0 2.6rem;
    text-align: center;
  }
  header.pc nav {
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 0px;
    background-color: #1f4288;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    padding: 2.6rem 0;
  }
  header.pc nav ul {
    display: flex;
    justify-content: center;
    gap: 3%;
  }
  header.pc nav ul li a {
    line-height: 1;
    display: block;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: #fff;
  }
  header.pc nav ul li a:hover {
    text-shadow: 0 0 10px #fff;
  }
  header.pc nav ul li a:hover::after {
    width: 100%;
  }
  header.pc nav ul li a::after {
    transition: width 0.35s ease-in-out 0s;
    left: 0;
    bottom: -3px;
    background-color: #fff;
    height: 1px;
    width: 0%;
    content: "";
    position: absolute;
  }
  header.pc nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1279px) {
  header.pc {
    display: none;
  }
  header.mo .header-top {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    z-index: 10000;
    transition: all 0.5s ease-in-out;
    background-color: rgb(255, 255, 255);
    padding: 7.5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.mo .header-top .hbr {
    cursor: pointer;
  }
  header.mo .header-top .hbr div {
    width: 24px;
    height: 2px;
    background-color: #1f4288;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    transform-origin: center left;
  }
  header.mo .header-top .hbr div:first-child {
    width: 18px;
  }
  header.mo .header-top .hbr div:nth-child(2) {
    margin-top: 4px;
    width: 24px;
    opacity: 1;
  }
  header.mo .header-top .hbr div:last-child {
    width: 18px;
    margin-top: 4px;
  }
  header.mo .header-top .hbr.toggle div:first-child {
    transform: rotate(45deg);
  }
  header.mo .header-top .hbr.toggle div:nth-child(2) {
    opacity: 0;
  }
  header.mo .header-top .hbr.toggle div:last-child {
    transform: rotate(-45deg);
  }
  header.mo .header-top h1 a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header.mo .header-top h1 a img {
    width: 200px;
  }
  header.mo .header-top .mo-tel img {
    width: 22px;
  }
  header.mo nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 59.5px;
    height: calc(var(--vh, 1vh) * 100 - 59.5px);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    transform: translateX(-100%);
    background-image: url("../img/nav_bg.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header.mo nav ul {
    width: 50%;
  }
  header.mo nav ul li {
    text-align: center;
    overflow: hidden;
  }
  header.mo nav ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
    transform: translateY(100%);
  }
  header.mo nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  header.mo nav ul li a.animate {
    animation: fade_init 1s ease 0.75s forwards;
  }
  header.mo nav ul li a.animate::after {
    animation: progress_bar 1.25s ease 1.4s forwards;
  }
  header.mo nav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header.mo nav.show {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  header.mo .header-top {
    width: calc(100% - 20px);
    padding: 7.5px 10px;
  }
  header.mo .header-top .hbr div:first-child {
    width: 16px;
  }
  header.mo .header-top .hbr div:nth-child(2) {
    width: 20px;
  }
  header.mo .header-top .hbr div:last-child {
    width: 16px;
  }
  header.mo .header-top .hbr.toggle div:first-child {
    transform: rotate(45deg);
    width: 17px;
  }
  header.mo .header-top .hbr.toggle div:nth-child(2) {
    opacity: 0;
  }
  header.mo .header-top .hbr.toggle div:last-child {
    transform: rotate(-45deg);
    width: 17px;
  }
  header.mo .header-top h1 a img {
    width: 160px;
  }
  header.mo .header-top .mo-tel img {
    width: 18px;
  }
  header.mo nav {
    top: 50px;
    height: calc(var(--vh, 1vh) * 100 - 50px);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  header.mo nav ul {
    width: 65%;
  }
  header.mo nav ul li a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    font-size: 15px;
  }
}
footer {
  background-color: #141414;
}
footer h2 {
  padding-top: 8rem;
  display: flex;
  justify-content: center;
}
footer h2 img {
  width: 29.4rem;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 0 2.9rem;
  color: #fff;
  font-weight: 700;
  margin: 4.2rem 0 2.7rem;
}
footer ul li:not(:last-child) {
  border-right: 2px solid #fff;
}
footer address {
  padding: 0 10px 7.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  opacity: 0.5;
  letter-spacing: -0.05em;
  line-height: 1.33333333;
  text-transform: uppercase;
}

@media (max-width: 1279px) {
  footer h2 img {
    width: 27rem;
  }
}
@media (max-width: 767px) {
  footer h2 {
    padding-top: 4.5rem;
  }
  footer h2 img {
    width: 25rem;
  }
  footer ul li {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  footer address {
    padding: 0 15px 7.8rem;
    font-size: 1.4rem;
  }
}
/* popup */
#popup-wrap {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 10px);
  z-index: 11001;
  display: none;
}

#popup-wrap .swiper-slide {
  height: 707px;
  cursor: pointer;
}

#popup-wrap .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#popup-wrap .popup-slide-btn {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

#popup-wrap .popup-slide-btn .item {
  width: 25%;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  font-size: 15px;
  height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

#popup-wrap .popup-slide-btn .item.active {
  background: #000;
  color: #fff;
}

#popup-wrap .popup-slide-btn .item:not(:nth-child(4n)) {
  border-right: #999 solid 1px;
}

#popup-wrap .popup-control {
  z-index: 2;
  position: relative;
  top: -1px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  padding: 0 7.5px;
}

#popup-wrap .popup-control .popup-reject {
  display: flex;
}

#popup-wrap .popup-control .popup-reject input {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

#popup-wrap .popup-control .popup-reject label {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
}

#popup-wrap .popup-control .popup-close {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
}

@media (min-width: 500px) and (max-height: 800px) {
  #popup-wrap {
    width: auto;
    max-width: 500px;
    height: 80%;
    bottom: 0;
  }
  #popup-wrap .swiper-container,
  #popup-wrap .swiper-wrapper {
    height: calc(100% - 31px);
  }
  #popup-wrap .swiper-slide {
    position: relative;
    bottom: -0.5rem;
    height: 100%;
  }
  #popup-wrap .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #popup-wrap .popup-slide-btn {
    display: none;
  }
  #popup-wrap .popup-control {
    z-index: 2;
    top: -31px;
  }
  #popup-wrap .popup-control .popup-reject label,
  #popup-wrap .popup-control .popup-close {
    font-size: 12px;
    z-index: 2;
  }
}
@media (min-width: 500px) and (max-width: 600px) and (max-height: 800px) {
  #popup-wrap {
    height: -moz-fit-content;
    height: fit-content;
  }
  #popup-wrap .popup-control {
    z-index: 2;
    top: unset;
  }
}
@media (max-width: 499px) {
  #popup-wrap {
    width: 100%;
    top: unset;
    left: unset;
    transform: unset;
    bottom: 0;
  }
  #popup-wrap .swiper-slide {
    position: relative;
    bottom: -0.5rem;
    height: 100%;
  }
  #popup-wrap .popup-slide-btn {
    display: none;
  }
  #popup-wrap .popup-control {
    z-index: 2;
    top: unset;
  }
  #popup-wrap .popup-control .popup-reject label,
  #popup-wrap .popup-control .popup-close {
    font-size: 12px;
  }
}
/* popup-dim */
.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

/* 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%;
  }
}/*# sourceMappingURL=common.css.map */