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

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

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

@media (max-width: 767px) {
  .br-mo {
    display: block !important;
  }
}
.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;
  }
}
.br390 {
  display: none;
}

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

@media (max-width: 390px) {
  .br390-2 {
    display: none;
  }
}
.br360 {
  display: none;
}

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

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

@media (max-width: 350px) {
  .br350-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-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%);
}

.scale-opacity {
  transform: scale(0.6);
  border-radius: 50%;
  filter: blur(0px) on;
  opacity: 0;
  transition: all 0.75s ease-in-out 0.1s;
}

.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 .scale-opacity {
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
  border-radius: 0%;
}

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

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

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    line-height: 1.5;
  }
  body * {
    text-wrap: balance;
  }
}
/* 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.2;
  font-weight: 400;
  letter-spacing: -0.025em;
}

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

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

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

@media (max-width: 1279px) {
  .maxwidth2 {
    padding: 0 16px;
  }
}
.maxwidth3 {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1279px) {
  .maxwidth3 {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
/* 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;
  }
}
/* common-title */
.common-title {
  text-align: center;
  padding-bottom: 2rem;
}
.common-title .ci {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .common-title {
    padding-bottom: 1rem;
  }
  .common-title .cmt3 br {
    display: none;
  }
}
/* cmt */
.ci {
  width: 5.3rem;
  display: block;
  padding-bottom: 1.8rem;
}

.cmt1 {
  font-weight: 300;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  padding-bottom: 2rem;
  text-transform: uppercase;
  color: rgba(107, 117, 124, 0.7);
}

.cmt2 {
  font-size: 4.6rem;
  padding-bottom: 2.5rem;
  font-weight: 100;
  letter-spacing: -0.025em;
}
.cmt2 b {
  font-weight: 700;
}

.cmt3 span {
  font-weight: 800;
}

@media (max-width: 767px) {
  .ci {
    width: 4.8rem;
  }
  .cmt1 {
    font-size: 1.2rem;
  }
  .cmt2 {
    font-size: 4rem;
  }
}
/* quick */
.quick {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6d767d;
  border-radius: 100px;
  transition: 0.5s ease;
  z-index: 10000;
  font-family: "nanum";
}
.quick ul {
  padding: 40px 23px 0;
}
.quick ul li {
  position: relative;
  padding: 13px 0;
}
.quick ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick ul li a .icon {
  margin-bottom: 9px;
}
.quick ul li a strong {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.quick ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.quick .quick-top a {
  display: block;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 300;
  color: #6d767d;
  background-color: #fff;
  border-radius: 50%;
  margin: 12.5px auto 30px;
}

@media (max-width: 1279px) {
  .quick {
    width: 100%;
    right: unset;
    top: unset;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px;
    display: flex;
  }
  .quick ul {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    width: 83.3333333333%;
  }
  .quick ul li {
    padding: 0;
    flex: 1;
  }
  .quick ul li a .icon {
    transform: scale(1);
    margin-bottom: 7px;
    height: 31px;
    display: flex;
    align-items: center;
  }
  .quick ul li a strong {
    font-size: 13.5px;
  }
  .quick ul li:not(:last-child)::after {
    display: none;
  }
  .quick .quick-top {
    width: 16.6666666667%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .quick .quick-top a {
    margin: 0;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .quick ul {
    width: calc(83.3333333333% + 12px);
  }
  .quick ul li a .icon {
    height: 26px;
    margin-bottom: 5px;
    transform: scale(0.7);
  }
  .quick ul li a strong {
    font-size: 12.5px;
    white-space: nowrap;
  }
  .quick .quick-top {
    width: calc(16.6666666667% - 12px);
  }
  .quick .quick-top a {
    font-size: 12px;
    width: 40px;
    height: 40px;
    font-weight: 700;
  }
}
/* header */
@media (min-width: 1921px) {
  body header.pc .header-wrap .maxwidth .gnb nav ul {
    gap: 107px;
  }
  body header.pc .lnb .maxwidth .lnb-inner .right ul.menu01 {
    width: 175.5px;
  }
  body header.pc .lnb .maxwidth .lnb-inner .right ul.menu02 {
    width: 175.5px;
  }
  body header.pc .lnb .maxwidth .lnb-inner .right ul.menu03 {
    width: 192px;
  }
  body header.pc .lnb .maxwidth .lnb-inner .right ul.menu04 {
    width: 243.5px;
  }
  body header.pc .lnb .maxwidth .lnb-inner .right ul.menu05 {
    width: 175.5px;
  }
}
header.mo {
  display: none;
}

header.pc {
  background-color: #fff;
}
header.pc .header-wrap {
  border-bottom: 1px solid #efefef;
}
header.pc .header-wrap .maxwidth .gnb {
  display: flex;
  gap: 318px;
  align-items: center;
  padding: 2.7rem 0;
}
header.pc .header-wrap .maxwidth .gnb h1 {
  flex-shrink: 0;
}
header.pc .header-wrap .maxwidth .gnb nav ul {
  display: flex;
  gap: 5.5729166667vw;
}
header.pc .header-wrap .maxwidth .gnb nav ul li {
  white-space: nowrap;
}
header.pc .header-wrap .maxwidth .gnb nav ul li a {
  font-size: 2rem;
  transition: 0.2s ease;
  position: relative;
}
header.pc .header-wrap .maxwidth .gnb nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 0%;
  background-color: #6d767d;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  transition: 0.35s ease;
}
header.pc .header-wrap .maxwidth .gnb nav ul li a:hover {
  font-weight: 800;
}
header.pc .header-wrap .maxwidth .gnb nav ul li a:hover::after {
  width: 125%;
}
header.pc .lnb {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  display: none;
}
header.pc .lnb .maxwidth .lnb-inner {
  display: flex;
  gap: 145px;
  padding-top: 2.5rem;
  padding-left: 3rem;
  padding-bottom: 3.8rem;
}
header.pc .lnb .maxwidth .lnb-inner .left {
  position: relative;
}
header.pc .lnb .maxwidth .lnb-inner .left .sitemap-tel {
  padding-top: 3rem;
  padding-left: 0.8rem;
}
header.pc .lnb .maxwidth .lnb-inner .left .sitemap-tel h2 {
  font-size: 3rem;
  padding-bottom: 0.8rem;
}
header.pc .lnb .maxwidth .lnb-inner .left .sitemap-tel h3 {
  padding-bottom: 1.8rem;
}
header.pc .lnb .maxwidth .lnb-inner .left .sitemap-tel h3 a {
  font-weight: 700;
  font-size: 3.7rem;
}
header.pc .lnb .maxwidth .lnb-inner .left .sitemap-sns {
  padding-left: 0.8rem;
  display: flex;
  gap: 0.75rem;
}
header.pc .lnb .maxwidth .lnb-inner .left::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ddd;
  width: 1px;
  height: 19.6rem;
  top: 30px;
  right: -32px;
}
header.pc .lnb .maxwidth .lnb-inner .right {
  padding-top: 2rem;
  display: flex;
}
header.pc .lnb .maxwidth .lnb-inner .right ul {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
header.pc .lnb .maxwidth .lnb-inner .right ul li a {
  font-size: 1.9rem;
  white-space: nowrap;
  transition: all 0.1s;
}
header.pc .lnb .maxwidth .lnb-inner .right ul li a:hover {
  font-weight: 600;
}
header.pc .lnb .maxwidth .lnb-inner .right ul.menu01 {
  width: calc(68.5px + 5.5729166667vw);
}
header.pc .lnb .maxwidth .lnb-inner .right ul.menu02 {
  width: calc(68.5px + 5.5729166667vw);
}
header.pc .lnb .maxwidth .lnb-inner .right ul.menu03 {
  width: calc(85px + 5.5729166667vw);
}
header.pc .lnb .maxwidth .lnb-inner .right ul.menu04 {
  width: calc(136.5px + 5.5729166667vw);
}
header.pc .lnb .maxwidth .lnb-inner .right ul.menu05 {
  width: 68.5px;
}
header.pc.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1279px) {
  header.pc {
    display: none;
  }
  header.mo {
    display: block;
  }
  header.mo .header-top {
    position: fixed;
    width: calc(100% - 60px);
    z-index: 10000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #efefef;
  }
  header.mo .header-top h1 a {
    display: flex;
    align-items: center;
  }
  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: #999;
    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-bottom {
    transform-origin: left bottom;
  }
  header.mo nav {
    transition: transform 0.5s ease-in-out 0s;
    position: fixed;
    inset: 0;
    transform: translateX(100%);
    height: calc(var(--vh, 1vh) * 100);
    background-color: #6d767d;
    z-index: 10001;
  }
  header.mo nav .inner-box {
    padding: 0 30px;
  }
  header.mo nav .inner-box .nav-top {
    width: 100%;
    padding: 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.mo nav .inner-box .nav-top h1 a {
    display: flex;
    align-items: center;
  }
  header.mo nav .inner-box .nav-top h1 a img {
    filter: brightness(100);
  }
  header.mo nav .inner-box .nav-top .x-button {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  header.mo nav .inner-box .nav-top .x-button div {
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 2px;
    left: 10px;
    top: 18.5px;
  }
  header.mo nav .inner-box .nav-top .x-button div.bar-top {
    transform: rotate(45deg);
  }
  header.mo nav .inner-box .nav-top .x-button div.bar-bottom {
    transform: rotate(-45deg);
  }
  header.mo nav .inner-box .nav-center {
    margin-top: 70px;
  }
  header.mo nav .inner-box .nav-center .depth01 {
    cursor: pointer;
    padding-bottom: 40px;
  }
  header.mo nav .inner-box .nav-center .depth01 span {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    display: block;
    position: relative;
  }
  header.mo nav .inner-box .nav-center .depth01 span::after {
    right: 10px;
    top: 0px;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: translateY(50%) rotate(135deg);
    transition: transform 0.2s ease-in-out 0s;
  }
  header.mo nav .inner-box .nav-center .depth01 span.rotate::after {
    transform: translateY(50%) rotate(-45deg);
  }
  header.mo nav .inner-box .nav-center .depth01 > ul {
    display: none;
    margin: 20px 0 0;
    padding-left: 5px;
  }
  header.mo nav .inner-box .nav-center .depth01 > ul > li {
    color: rgba(255, 255, 255, 0.7);
  }
  header.mo nav .inner-box .nav-center .depth01 > ul > li:not(:last-child) {
    padding-bottom: 12px;
  }
  header.mo nav .inner-box .nav-center .depth01 > ul > li a {
    font-size: 18px;
    font-weight: 400;
  }
  header.mo nav .inner-box .nav-bottom {
    margin-top: 15px;
    display: flex;
    gap: 25px;
  }
  header.mo nav .inner-box .nav-bottom a img {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  header.mo .header-top {
    width: calc(100% - 40px);
    padding: 15px 20px;
  }
  header.mo .header-top h1 a img {
    width: 135px;
  }
  header.mo nav .inner-box {
    padding: 0 15px 0 20px;
  }
  header.mo nav .inner-box .nav-top h1 a img {
    width: 135px;
  }
  header.mo nav .inner-box .nav-top .x-button {
    width: 30px;
    height: 30px;
  }
  header.mo nav .inner-box .nav-top .x-button div {
    left: 3px;
    top: 13px;
    width: 25px;
  }
  header.mo nav .inner-box .nav-center {
    margin-top: 60px;
  }
  header.mo nav .inner-box .nav-center .depth01 {
    padding-bottom: 27px;
  }
  header.mo nav .inner-box .nav-center .depth01 span {
    font-size: 21px;
  }
  header.mo nav .inner-box .nav-center .depth01 span::after {
    width: 8px;
    height: 8px;
  }
  header.mo nav .inner-box .nav-center .depth01 > ul {
    margin: 15px 0 0;
  }
  header.mo nav .inner-box .nav-center .depth01 > ul > li a {
    font-size: 16px;
  }
  header.mo nav .inner-box .nav-center .depth01 > ul > li:not(:last-child) {
    padding-bottom: 12px;
  }
  header.mo nav .inner-box .nav-bottom {
    position: absolute;
    bottom: 10%;
    margin-top: 0px;
    justify-content: center;
    gap: 36px;
    width: calc(100% - 35px);
    left: 50%;
    transform: translateX(-50%);
  }
  header.mo nav .inner-box .nav-bottom a img {
    width: 28px;
    height: 28px;
    border-radius: 7.5px;
  }
}
/* footer */
footer {
  padding: 4.7rem 0;
  background-color: #4c5358;
}
footer .maxwidth .box-wrap {
  display: flex;
  gap: 4.4rem;
}
footer .maxwidth .box-wrap .footer-left {
  flex-shrink: 0;
  position: relative;
}
footer .maxwidth .box-wrap .footer-left h2 img {
  width: 25.6rem;
}
footer .maxwidth .box-wrap .footer-right address {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

@media (max-width: 1279px) {
  footer {
    padding: 4.7rem 0 15rem;
  }
  footer .maxwidth {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  footer .maxwidth {
    padding: 0 15px;
  }
  footer .maxwidth .box-wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .maxwidth .box-wrap .footer-left h2 img {
    width: 22rem;
  }
  footer .maxwidth .box-wrap .footer-right address {
    text-align: center;
  }
}
/* 팝업 dim */
.popup-dim {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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