@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;
  }
}
/* 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;
  }
}
/* animation */
.ani {
  opacity: 0;
}

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

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

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

.zoom {
  transform: scale(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

.animate .spot2 {
  animation: spot2 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-up {
  animation: animate_TBLR 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

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

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

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

.animate .fade-right {
  animation: animate_TBLR 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 .txt1-ani {
  animation: txt1 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt2-ani {
  animation: txt2 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt3-ani {
  animation: txt3 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt4-ani {
  animation: txt4 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt5-ani {
  animation: txt5 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt6-ani {
  animation: txt6 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s 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;
}

.animate2 .spot {
  animation: spot 1.2s ease 3s infinite alternate both;
}

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

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

.animate .height {
  animation: height 1s ease-in-out 0s forwards;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}
@keyframes animate_TBLR {
  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_up {
  0% {
    filter: blur(15px);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    filter: blur(15px);
    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 height {
  0% {
    height: 0rem;
  }
  100% {
    height: 9.7rem;
  }
}
@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 {
  0% {
    transform: translateX(-12.5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-12.5px);
  }
}
@keyframes arrow_ani2 {
  0% {
    transform: translateX(-1.5vw);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1.5vw);
  }
}
@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 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 spot {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes spot2 {
  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 .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* root */
/* :root {--vh: 100%; text-size-adjust: 100%; -webkit-text-size-adjust: 100%;overflow-x: hidden;}
body{font-family: "";font-weight:400;font-size:2rem;line-height:1.3;
letter-spacing:-0.05em;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.3;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;}
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: #3199f7;
}

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

@media (max-width: 1279px) {
  .mwidth {
    padding: 0 16px;
  }
}
/* 스크롤바 */
/* progress-bar */
.progress-bar {
  position: fixed;
  top: 64px;
  width: 0%;
  left: 0;
  height: 3px;
  background-color: #3199f7;
  z-index: 10000;
  transition: width 0.1s ease-in;
}

@media (max-width: 1279px) {
  .progress-bar {
    top: 58px;
    height: 2px;
  }
}
@media (max-width: 719px) {
  .progress-bar {
    top: 52px;
  }
}
/* quick menu */
.quick {
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0 !important;
  bottom: 23%;
  color: #fff;
  right: 2.5%;
  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;
  right: 2.5%;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #00a1e4, #003c77);
  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: 600;
  white-space: nowrap;
  height: 50px;
  padding-left: 0px;
}
.quick ul li:nth-child(1) a img {
  transform: translate(0%, -50%) scale(0.68);
  right: 16.5px;
}
.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: 16.5px;
}
.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: 19px;
}
.quick ul li:nth-child(3) a::before {
  content: "네이버 예약";
}
.quick ul li:nth-child(4) a img {
  transform: translate(0%, -50%) scale(0.6);
  right: 17px;
}
.quick ul li:nth-child(4) a::before {
  content: "네이버 블로그";
}
.quick ul li:nth-child(5) a img {
  transform: translate(0%, -50%) scale(0.66);
  right: 21px;
}
.quick ul li:nth-child(5) a::before {
  content: "오시는길";
}

.quick-circle-wrap {
  animation: quick_bounce 0.8s infinite alternate;
  bottom: 8%;
  right: 2.5%;
  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, #00a1e4, #003c77);
}
.quick-circle-wrap .quick-circle.plus-menu .loading-wrap {
  transition: opacity 0.3s ease 0.1s;
  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.33s 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: 1279px) {
  .quick {
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0 !important;
    bottom: 23%;
    color: #fff;
    right: 2.5%;
    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;
    right: 2.5%;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-image: linear-gradient(to bottom, #00a1e4, #003c77);
    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: 600;
    white-space: nowrap;
    height: 62px;
    padding-left: 0px;
  }
}
@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(1);
    width: 22px;
    right: 10px;
  }
  .quick ul li:nth-child(1) a::before {
    content: "전화상담";
  }
  .quick ul li:nth-child(2) a img {
    transform: translate(0%, -50%) scale(1);
    width: 22px;
    right: 10px;
  }
  .quick ul li:nth-child(2) a::before {
    content: "카카오톡 상담";
  }
  .quick ul li:nth-child(3) a img {
    transform: translate(0%, -50%) scale(1);
    width: 18px;
    right: 12px;
  }
  .quick ul li:nth-child(3) a::before {
    content: "네이버 예약";
  }
  .quick ul li:nth-child(4) a img {
    transform: translate(0%, -50%) scale(1);
    width: 21px;
    right: 10.5px;
  }
  .quick ul li:nth-child(4) a::before {
    content: "네이버 블로그";
  }
  .quick ul li:nth-child(5) a img {
    transform: translate(0%, -50%) scale(1);
    width: 15px;
    right: 13.5px;
  }
  .quick ul li:nth-child(5) a::before {
    content: "오시는길";
  }
  .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 {
    padding: 2.6rem 0 1.8rem;
    text-align: center;
  }
  header.pc nav {
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 0px;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    padding: 2.3rem 0;
  }
  header.pc nav ul {
    display: flex;
    justify-content: center;
    gap: 1.6%;
  }
  header.pc nav ul li a {
    line-height: 1;
    display: block;
    position: relative;
    font-size: 2rem;
    letter-spacing: -0.03em;
  }
  header.pc nav ul li a:hover {
    color: #3199f7;
    font-weight: 600;
  }
  header.pc nav ul li a:hover::after {
    width: 100%;
  }
  header.pc nav ul li a::after {
    background-color: #3199f7;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: -4px;
    left: 0px;
    transition: width 0.4s;
  }
  header.pc nav.fixed {
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #c0c0c0;
  }
}
@media (max-width: 1279px) {
  header.pc {
    display: none;
  }
  header.mo .header-top {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    z-index: 100;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    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: #3199f7;
    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: 210px;
  }
  header.mo .header-top .mo-tel img {
    width: 22px;
  }
  header.mo nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 60px;
    height: calc(var(--vh, 1vh) * 100 - 60px);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    transform: translateX(-100%);
    background-image: url("../img/nav_bg.png");
    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: animate_TBLR 1s ease-out 0.75s forwards;
  }
  header.mo nav ul li a.animate::after {
    animation: progress_bar 1.25s ease 1.6s forwards;
  }
  header.mo nav.show {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  header.mo .header-top {
    width: calc(100% - 20px);
    padding: 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: 170px;
  }
  header.mo .header-top .mo-tel img {
    width: 19px;
  }
  header.mo nav {
    top: 54px;
    height: calc(var(--vh, 1vh) * 100 - 54px);
    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: 10px 0;
    font-size: 16.5px;
  }
}
footer {
  background-color: #141414;
}
footer h2 {
  padding-top: 6.7rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #444444;
}
footer h2 img {
  width: 32.7rem;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  font-size: 1.415rem;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 0 2.3rem;
  color: #fff;
  margin: 3.2rem 0;
}
footer ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
footer address {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  padding-bottom: 7.6rem;
  font-size: 1.4rem;
  opacity: 0.5;
}

@media (max-width: 767px) {
  footer h2 {
    padding: 4.5rem 0;
  }
  footer h2 img {
    width: 27rem;
  }
  footer ul li {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
  footer address {
    font-size: 1.3rem;
  }
}
/* 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: 1002;
  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 */