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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom {
  transform: scale(0);
}

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

.fade {
  opacity: 0;
}

.swiper-fade {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width {
  width: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 메인 배너 */
.iframe-wrap {
  position: relative;
  overflow: hidden;
}
.iframe-wrap .iframe-inner {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-wrap .iframe-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrap .main-swiper {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.iframe-wrap .main-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-49.9%, -49.9%);
  text-align: center;
  color: #fff;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt > div {
  overflow: hidden;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .logo_ratate {
  position: relative;
  padding: 50px 0;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .logo_ratate img.rotate {
  position: absolute;
  left: 50%;
  top: -33px;
  margin-left: -67px;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt01 .cmt2 {
  padding-bottom: 2rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  margin-bottom: 2.9rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul li {
  position: relative;
  white-space: nowrap;
  font-size: 2.2rem;
  padding: 0 3rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50%;
  background-color: #4694d1;
  top: 52.5%;
  transform: translateY(-50%);
  right: 0;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 a {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 27.5rem;
  height: 6.2rem;
  border-radius: 30px;
  border: 1px solid #fff;
  justify-content: center;
  gap: 5.3rem;
  align-items: center;
  overflow: hidden;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 a img {
  width: 2.2rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 0;
  transition: width 0.35s;
  background-color: #4694d1;
  z-index: -1;
  border-radius: 30px;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 a:hover::after {
  width: 100%;
}
.iframe-wrap .main-swiper .swiper-pagination-bullets {
  bottom: 20%;
}
.iframe-wrap .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  background: #fff;
  opacity: 1;
  margin: 0 14px;
}
.iframe-wrap .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.iframe-wrap .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250%;
  height: 250%;
  border: 1px solid #fff;
  border-radius: 100%;
}
.iframe-wrap .main-swiper .main-arrow {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0%) invert(100);
  cursor: pointer;
  z-index: 10;
}
.iframe-wrap .main-swiper .main-swiper-prev {
  background-image: url("../img/swiper_prev.png");
  left: 5.5%;
  width: 38px;
  height: 76px;
}
.iframe-wrap .main-swiper .main-swiper-next {
  background-image: url("../img/swiper_next.png");
  right: 5.5%;
  width: 37px;
  height: 76px;
}
.iframe-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

@media (max-width: 1600px) {
  .iframe-wrap .main-swiper {
    height: 100%;
  }
}
@media (max-width: 1279px) {
  .iframe-wrap {
    height: 800px;
  }
  .iframe-wrap .iframe-inner {
    padding-bottom: 125%;
  }
  .iframe-wrap .iframe-inner iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225%;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 a::after {
    display: none;
  }
  .iframe-wrap .main-swiper .swiper-pagination-bullets {
    bottom: 130px;
  }
  .iframe-wrap .main-swiper .main-arrow {
    background-size: 70%;
  }
  .iframe-wrap .main-swiper .main-swiper-prev {
    left: 4.5%;
    background-position: left center;
  }
  .iframe-wrap .main-swiper .main-swiper-next {
    right: 4.5%;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .iframe-wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
  .iframe-wrap .iframe-inner {
    position: relative;
    padding-bottom: 225%;
  }
  .iframe-wrap .iframe-inner iframe {
    width: 135%;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt01 .cmt2 {
    padding-bottom: 3.5rem;
    font-size: 3.6rem;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul {
    margin-bottom: 3.9rem;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    flex-direction: column;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul li {
    white-space: unset;
    white-space: nowrap;
    width: 75%;
    margin: 0 auto;
    padding: 1rem 0;
    border-bottom: 1px solid #fff;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul li:not(:last-child):after {
    display: none;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 ul li:first-child {
    border-top: 1px solid #fff;
  }
  .iframe-wrap .main-swiper .main-arrow {
    display: none;
  }
}
/* 진료과목 */
#department {
  padding: 5.5rem 0;
}

.list_cb {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  max-width: 1600px;
}
.list_cb .center_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  width: 12.5%;
  max-width: 190px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 35px 20px 25px 20px;
  transform: translateY(0);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.list_cb .center_box .cb1 {
  display: block;
  width: 100%;
  color: #4694d1;
  font-weight: bold;
  margin-bottom: 0.8rem;
  letter-spacing: -0.05rem;
}
.list_cb .center_box .cb2 {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.list_cb .center_box .cb3 {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #a6a6a6;
}
.list_cb .center_box .cb4 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 2rem;
}
.list_cb .center_box .cb4 img {
  height: 50px;
}
.list_cb .center_box:hover {
  transform: translateY(-20px);
  background-color: #4694d1;
}
.list_cb .center_box:hover .cb1, .list_cb .center_box:hover .cb2, .list_cb .center_box:hover .cb3 {
  color: #fff;
}
.list_cb .center_box:hover .cb4 {
  filter: brightness(100);
}

@media (max-width: 1279px) {
  .list_cb {
    flex-wrap: wrap;
  }
  .list_cb .center_box {
    width: calc(50% - 0.5rem);
    max-width: none;
  }
}
@media (max-width: 767px) {
  #department {
    padding: 4rem 0;
  }
}
/* 의료진 소개 */
@media (min-width: 1921px) {
  body .maxwidth3 {
    padding: 0 80px;
  }
}
#doctor {
  position: relative;
  padding: 5.5rem 0;
}
#doctor > .maxwidth1 {
  width: calc(100% - 60px);
  max-width: 1920px;
  background-color: #f8f8f8;
  padding: 0;
  margin: 0 auto;
  border-radius: 20px;
}
#doctor > .maxwidth1 + .maxwidth1 {
  margin-top: 1em;
}
#doctor > .maxwidth1 > .maxwidth3 {
  padding: 0 40px;
  max-width: 1280px;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap {
  display: flex;
  justify-content: space-between;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt0 {
  display: block;
  font-weight: bold;
  padding-bottom: 1.5rem;
  color: #4694d1;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt1 {
  white-space: nowrap;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt2 {
  font-weight: 400;
  padding-bottom: 2.5rem;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt3 {
  display: flex;
  line-height: 1.8;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt3 > div {
  white-space: nowrap;
  margin-right: 25px;
  color: #4694d1;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt3 + .cmt3 {
  padding-top: 2rem;
}
#doctor > .maxwidth1 > .maxwidth3 .box-wrap .doctor {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1279px) {
  #doctor > .maxwidth1 {
    width: calc(100% - 32px);
    padding-top: 3rem;
  }
  #doctor > .maxwidth1 > .maxwidth3 {
    padding: 0 20px;
  }
  #doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #doctor {
    padding: 4rem 0;
  }
  #doctor > .maxwidth1 {
    width: calc(100% - 20px);
    padding-top: 4rem;
  }
  #doctor > .maxwidth1 > .maxwidth3 .box-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt2 {
    font-size: 4rem;
  }
  #doctor > .maxwidth1 > .maxwidth3 .box-wrap .txt .cmt3 br {
    display: block;
  }
  #doctor > .maxwidth1 > .maxwidth3 .box-wrap .doctor {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #doctor > .maxwidth1 > .maxwidth3 .box-wrap .doctor img {
    width: 60%;
  }
}
/* 특별함 */
#special {
  position: relative;
  padding: 0 0 5.5rem;
}
#special .maxwidth1 {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
}
#special .maxwidth1 .figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
}
#special .maxwidth1 .figure img {
  width: 100%;
}
#special .maxwidth1 .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  z-index: 1;
}
#special .maxwidth1 .inner .common-title {
  padding: 0;
}
#special .maxwidth1 .inner .common-title .cmt2 {
  font-weight: 400;
}
#special .maxwidth1 .inner .box-wrap {
  width: 600px;
}
#special .maxwidth1 .inner .box-wrap .txt {
  width: 100%;
  text-align: center;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-sizing: border-box;
}
#special .maxwidth1 .inner .box-wrap .txt + .txt {
  margin-top: 2rem;
}
#special .maxwidth1 .inner .box-wrap .txt img {
  width: 40px;
}
#special .maxwidth1 .inner .box-wrap .txt .cmt3 {
  margin-top: 2rem;
}
#special .maxwidth1 .inner .box-wrap .txt .cmt3 span {
  font-weight: 600;
  color: #4694d1;
}

@media (max-width: 1279px) {
  #special .maxwidth1 .inner .box-wrap {
    width: auto;
  }
}
@media (max-width: 767px) {
  #special .maxwidth1 {
    width: 100%;
  }
  #special .maxwidth1 .figure {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  #special .maxwidth1 .inner {
    flex-wrap: wrap;
  }
  #special .maxwidth1 .inner .common-title {
    padding-bottom: 3rem;
  }
  #special .maxwidth1 .inner .box-wrap {
    width: calc(100% - 20px);
  }
}
/* 척추/관절 클리닉 */
#SpineAndJoint {
  padding: 5.5rem 0;
}
#SpineAndJoint .maxwidth1 .common-title {
  width: 80%;
  margin: 0 auto;
}
#SpineAndJoint .maxwidth1 .common-title .cmt3 u {
  display: block;
  margin-top: 20px;
  color: #4694d1;
  font-weight: 600;
}
#SpineAndJoint .maxwidth1 .common-title .line {
  width: 80%;
}
#SpineAndJoint .list_cb {
  max-width: 1400px;
  display: block;
  overflow: hidden;
}
#SpineAndJoint .list_cb .SpineAndJoint-swiper {
  position: relative;
}
#SpineAndJoint .list_cb .SpineAndJoint-swiper .swiper-slide {
  width: auto;
  margin: 0 auto 20px;
}
#SpineAndJoint .list_cb .center_box {
  width: auto;
  margin: 20px 5px;
}
#SpineAndJoint .list_cb .center_box .cb1 {
  font-size: 1.4rem;
}
#SpineAndJoint .list_cb .center_box .cb2 {
  height: 55px;
}
#SpineAndJoint .list_cb .center_box .cb4 {
  margin-top: 2rem;
}
#SpineAndJoint .list_cb .swiper-scrollbar {
  height: 6px;
  background: rgba(0, 0, 0, 0.02);
}
#SpineAndJoint .list_cb .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #4694d1;
}

@media (max-width: 767px) {
  #SpineAndJoint {
    padding: 4rem 0;
  }
  #SpineAndJoint .maxwidth1 .common-title {
    width: calc(100% - 20px);
  }
  #SpineAndJoint .maxwidth1 .common-title .line {
    width: 100%;
  }
}
/* 치료 포인트 */
#mediPoint {
  padding: 5.5rem 0;
}
#mediPoint .maxwidth1 {
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 20px;
}
#mediPoint .maxwidth1 .maxwidth3 {
  padding: 5.5rem 2rem;
  max-width: 1440px;
}
#mediPoint .maxwidth1 .maxwidth3 .common-title .cmt2 {
  font-weight: 400;
}
#mediPoint .maxwidth1 .maxwidth3 .item-wrap {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}
#mediPoint .maxwidth1 .maxwidth3 .item-wrap .item .figure {
  padding-bottom: 5px;
}
#mediPoint .maxwidth1 .maxwidth3 .item-wrap .item .txt {
  text-align: center;
}
#mediPoint .maxwidth1 .maxwidth3 .item-wrap .item .txt h3 {
  width: 45%;
  font-size: 1.5rem;
  padding: 1.5rem;
  margin: 0 auto 1.5rem;
  color: #fff;
  background-color: #4694d1;
  border-radius: 50px;
  box-sizing: border-box;
}
#mediPoint .maxwidth1 .maxwidth3 .item-wrap .item:nth-of-type(even) .txt h3 {
  background-color: #5dc2d0;
}

@media (max-width: 767px) {
  #mediPoint .common-title .cmt2 {
    font-size: 3.2rem;
  }
  #mediPoint .item-wrap {
    flex-wrap: wrap;
  }
}
/* 비수술 클리닉 */
#nonSurgical {
  padding: 5.5rem 0;
}
#nonSurgical .maxwidth1 {
  max-width: 1400px;
}
#nonSurgical .box-wrap {
  display: flex;
  justify-content: center;
}
#nonSurgical .box-wrap .figure {
  width: 50%;
}
#nonSurgical .box-wrap .figure img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#nonSurgical .box-wrap .txt-area {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nonSurgical .box-wrap .txt-area .desc {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8.5%;
  box-sizing: border-box;
}
#nonSurgical .box-wrap .txt-area .desc h2 {
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 2rem;
  color: #4694d1;
}
#nonSurgical .box-wrap .txt-area .desc p {
  padding-bottom: 3rem;
}
#nonSurgical .box-wrap .txt-area .desc .sub-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
#nonSurgical .box-wrap .txt-area .desc .sub-icon-wrap li {
  width: 25%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.5rem;
  box-sizing: border-box;
}
#nonSurgical .box-wrap .txt-area .desc .sub-icon-wrap li .sub-icon {
  height: 4rem;
  margin-bottom: 1.9rem;
  display: flex;
  justify-content: center;
}
#nonSurgical .box-wrap .txt-area .desc .sub-icon-wrap li:not(:nth-child(4n)) {
  border-right: 1px solid #e5e5e5;
}
#nonSurgical .box-wrap .txt-area .desc .sub-icon-wrap li:nth-child(n+5) {
  margin-top: 2rem;
}
#nonSurgical .box-wrap .txt-area .desc .guide {
  background-color: #f8f8f8;
  padding: 20px 40px;
  border-radius: 15px;
}
#nonSurgical .box-wrap .txt-area .desc .guide h3 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #4694d1;
}
#nonSurgical .box-wrap .txt-area .desc .guide h3 img {
  height: 40px;
  padding-right: 10px;
}
#nonSurgical .box-wrap .txt-area .desc .guide p {
  padding: 1.5rem 0 0;
}
#nonSurgical .box-wrap .txt-area .desc .guide p span {
  color: #4694d1;
}
#nonSurgical .box-wrap.reverse {
  flex-direction: row-reverse;
}
#nonSurgical .box-wrap.reverse .txt-area .desc {
  padding-left: 0;
  padding-right: 8.5%;
}
#nonSurgical .box-wrap + .box-wrap {
  margin-top: 3rem;
}
[class^=img-swiper] {
  position: relative;
  overflow: hidden;
}
[class^=img-swiper] .swiper_nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  color: #fff;
  padding: 1rem 5rem;
  border-radius: 20px;
  background-color: #4694d1;
  z-index: 1;
}
[class^=img-swiper] .swiper_nav .swiper-pagination {
  position: relative;
  bottom: 0;
}
[class^=img-swiper] .swiper_nav .swiper-button-next, [class^=img-swiper] .swiper_nav .swiper-button-prev {
  filter: brightness(0%) invert(100);
  transform: scale(0.4);
}

@media (max-width: 1279px) {
  #nonSurgical .box-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #nonSurgical .box-wrap .figure {
    display: flex;
    width: 100%;
  }
  #nonSurgical .box-wrap .txt-area {
    width: 100%;
  }
  #nonSurgical .box-wrap .txt-area .desc {
    padding: 20px;
  }
  #nonSurgical .box-wrap .txt-area .desc h2 {
    padding-top: 2rem;
  }
  #nonSurgical .box-wrap.reverse {
    flex-direction: column;
  }
  #nonSurgical .box-wrap.reverse .txt-area .desc {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #nonSurgical {
    padding: 4rem 0 0;
  }
  #nonSurgical .box-wrap .txt-area .desc {
    padding: 10px;
  }
  #nonSurgical .box-wrap.reverse .txt-area .desc {
    padding: 10px;
  }
}
/* 고압산소치료 */
#Oxygen {
  padding: 5.5rem 0;
}
#Oxygen .maxwidth1 {
  max-width: 1400px;
}
#Oxygen .maxwidth1 .common-title {
  width: 80%;
  margin: 0 auto;
}
#Oxygen .maxwidth1 .common-title .cmt3 span {
  font-weight: 600;
  color: #4694d1;
}
#Oxygen .maxwidth1 .common-title .line {
  width: 80%;
}
#Oxygen .box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Oxygen .box-wrap .figure {
  width: 50%;
}
#Oxygen .box-wrap .txt-area {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Oxygen .box-wrap .txt-area .desc {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8.5%;
  box-sizing: border-box;
}
#Oxygen .box-wrap .txt-area .desc .guide {
  background-color: #f8f8f8;
  padding: 20px 40px;
  border-radius: 25px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
#Oxygen .box-wrap .txt-area .desc .guide h3 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
}
#Oxygen .box-wrap .txt-area .desc .guide h3 span {
  color: #4694d1;
}
#Oxygen .box-wrap .txt-area .desc .guide h3 img {
  height: 40px;
  padding-right: 10px;
}
#Oxygen .box-wrap .txt-area .desc .guide + .guide {
  margin-top: 2rem;
}

@media (max-width: 1279px) {
  #Oxygen .box-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #Oxygen .box-wrap .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #Oxygen .box-wrap .txt-area {
    width: 100%;
  }
  #Oxygen .box-wrap .txt-area .desc {
    padding: 20px 0 0;
  }
  #Oxygen .box-wrap .txt-area .desc .guide {
    padding: 15px 20px;
  }
  #Oxygen .box-wrap .txt-area .desc .guide h3 {
    font-size: 2rem;
  }
  #Oxygen .box-wrap .txt-area .desc .guide h3 img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  #Oxygen {
    padding: 4rem 0;
  }
  #Oxygen .maxwidth1 .common-title {
    width: calc(100% - 20px);
  }
  #Oxygen .maxwidth1 .common-title .line {
    width: 100%;
  }
}
/* 도수운동클리닉 */
#therapy {
  padding: 5.5rem 0;
}
#therapy .maxwidth1 {
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 20px;
}
#therapy .maxwidth1 .maxwidth3 {
  padding: 5.5rem 2rem;
  max-width: 1440px;
}
#therapy .maxwidth1 .maxwidth3 .common-title {
  width: 80%;
  margin: 0 auto;
}
#therapy .maxwidth1 .maxwidth3 .common-title .line {
  width: 80%;
}
#therapy .maxwidth1 .maxwidth3 .common-title .cmt3 span {
  font-weight: 600;
  color: #4694d1;
}
#therapy .point-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  gap: 6em;
  margin-bottom: 5rem;
}
#therapy .point-comment .item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 200px;
}
#therapy .point-comment .item .figure {
  width: 190px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 70px 30px;
  border-radius: 20px;
  box-sizing: border-box;
}
#therapy .point-comment .item .figure img {
  height: 80px;
}
#therapy .point-comment .item .desc {
  padding-top: 3rem;
}
#therapy .point-comment .item .desc h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #4694d1;
  padding-bottom: 1rem;
}
#therapy .point-comment .item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: -84px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  width: 63px;
  height: 15px;
}
#therapy .box-wrap {
  display: flex;
  justify-content: center;
}
#therapy .box-wrap .figure {
  width: 58.4%;
}
#therapy .box-wrap .figure img {
  max-width: 817px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#therapy .box-wrap .txt-area {
  width: 41.6%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#therapy .box-wrap .txt-area .desc {
  width: 100%;
  padding-left: 8.5%;
  box-sizing: border-box;
}
#therapy .box-wrap .txt-area .desc .guide {
  padding: 30px 0;
}
#therapy .box-wrap .txt-area .desc .guide h3 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #4694d1;
}
#therapy .box-wrap .txt-area .desc .guide h3 img {
  height: 40px;
  padding-right: 10px;
}
#therapy .box-wrap .txt-area .desc .guide p {
  padding: 1.5rem 0 0;
}
#therapy .box-wrap .txt-area .desc .guide + .guide {
  border-top: 1px solid #ddd;
}
#therapy .box-wrap.reverse {
  flex-direction: row-reverse;
}
#therapy .box-wrap.reverse .txt-area .desc {
  padding-left: 0;
  padding-right: 8.5%;
}

@media (max-width: 1279px) {
  #therapy .point-comment {
    flex-direction: column;
    gap: 3em;
  }
  #therapy .point-comment .item {
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    box-sizing: border-box;
  }
  #therapy .point-comment .item .figure {
    padding: 40px 30px;
    box-shadow: none;
  }
  #therapy .point-comment .item .desc {
    padding: 0 30px 0 0;
  }
  #therapy .point-comment .item:not(:first-child)::before {
    top: auto;
    bottom: 164px;
    left: 43%;
    transform: rotate(90deg);
  }
  #therapy .box-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #therapy .box-wrap .figure {
    display: flex;
    width: 100%;
  }
  #therapy .box-wrap .figure img {
    max-width: none;
  }
  #therapy .box-wrap .txt-area {
    width: 100%;
  }
  #therapy .box-wrap .txt-area .desc {
    padding: 20px;
  }
  #therapy .box-wrap.reverse {
    flex-direction: column;
  }
  #therapy .box-wrap.reverse .txt-area .desc {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #therapy {
    padding: 4rem 0 0;
  }
  #therapy .maxwidth1 .maxwidth3 .common-title {
    width: calc(100% - 20px);
  }
  #therapy .point-comment .item:not(:first-child)::before {
    left: 50%;
    transform: translateX(-49%) rotate(90deg);
  }
  #therapy .box-wrap .txt-area .desc {
    padding: 10px;
  }
  #therapy .box-wrap.reverse .txt-area .desc {
    padding: 10px;
  }
}
@media (max-width: 449px) {
  #therapy .point-comment .item .desc br {
    display: none;
  }
}
/* 소아성장클리닉 */
#childhood {
  padding: 5.5rem 0;
}
#childhood .common-title {
  width: 80%;
  margin: 0 auto;
}
#childhood .common-title .line {
  width: 80%;
}
#childhood .common-title .cmt3 span {
  font-weight: 600;
  color: #4694d1;
}
#childhood .item-wrap {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  max-width: 1400px;
  margin: 0 auto;
}
#childhood .item-wrap .item {
  width: 50%;
}
#childhood .item-wrap .item .figure {
  padding-bottom: 3rem;
}
#childhood .item-wrap .item .txt h3 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 auto 1.5rem;
  color: #4694d1;
  box-sizing: border-box;
}
#childhood .item-wrap .item .txt p span {
  color: #4694d1;
}

@media (max-width: 1279px) {
  #childhood .item-wrap .item .txt h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  #childhood .common-title {
    width: calc(100% - 20px);
  }
  #childhood .item-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  #childhood .item-wrap .item {
    width: 100%;
  }
}
/* 수액클리닉 */
#infusion {
  padding: 5.5rem 0;
}
#infusion .maxwidth1 {
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 20px;
}
#infusion .maxwidth1 .maxwidth3 {
  padding: 5.5rem 2rem;
  max-width: 1440px;
}
#infusion .maxwidth1 .maxwidth3 .common-title {
  width: 80%;
  margin: 0 auto;
}
#infusion .maxwidth1 .maxwidth3 .common-title .line {
  width: 80%;
}
#infusion .maxwidth1 .maxwidth3 .common-title .cmt4 {
  font-size: 3.4rem;
}
#infusion .maxwidth1 .maxwidth3 .common-title .cmt4 span {
  font-weight: 600;
  color: #4694d1;
}
#infusion .cmt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
#infusion .cmt_wrap .cmt_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#infusion .cmt_wrap .cmt_txt > div {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  width: 260px;
}
#infusion .cmt_wrap .cmt_txt > div span {
  font-weight: 600;
  color: #4694d1;
}
#infusion .cmt_wrap .cmt_txt > div ::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50px;
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt1 {
  transform: translate(-181%, -320%);
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt1 ::before {
  right: 0;
  bottom: 0;
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt2 {
  transform: translate(81%, -320%);
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt2 ::before {
  left: 0;
  bottom: 0;
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt3 {
  transform: translate(-181%, 222%);
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt3 ::before {
  right: 0;
  top: 0;
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt4 {
  transform: translate(81%, 222%);
}
#infusion .cmt_wrap .cmt_txt > div.cmt_txt4 ::before {
  left: 0;
  top: 0;
}
#infusion .list_cb .center_box {
  width: 14.2%;
}
#infusion .list_cb .center_box .cb2 {
  height: 55px;
}

@media (max-width: 1279px) {
  #infusion .list_cb .center_box {
    width: calc(50% - 0.5rem);
    max-width: none;
  }
  #infusion .cmt_wrap {
    flex-direction: column;
  }
  #infusion .cmt_wrap .cmt_txt {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #infusion .cmt_wrap .cmt_txt > div {
    position: relative;
    transform: none;
    padding-top: 3rem;
    margin-top: 3rem;
  }
  #infusion .cmt_wrap .cmt_txt > div[class^=cmt_txt] {
    transform: none;
  }
  #infusion .cmt_wrap .cmt_txt > div[class^=cmt_txt] ::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  #infusion {
    padding: 4rem 0;
  }
  #infusion .common-title {
    width: calc(100% - 20px);
  }
  #infusion .common-title .cmt4 {
    font-size: 2.8rem;
  }
  #infusion .common-title .cmt4 br {
    display: none;
  }
}
/* 장비소개 */
#equipment {
  padding: 5.5rem 0;
}
#equipment .maxwidth1 {
  max-width: 1400px;
}
#equipment .equip-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 2.4rem;
}
#equipment .equip-wrap .equip {
  width: 100%;
  margin-top: 3rem;
}
#equipment .equip-wrap .equip .figure {
  position: relative;
  width: 100%;
  height: 380px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  overflow: hidden;
}
#equipment .equip-wrap .equip .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform ease-out 0.2s;
}
#equipment .equip-wrap .equip .figure .plus-link {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 65px;
  height: 65px;
  background-color: #4694d1;
  border-radius: 50%;
}
#equipment .equip-wrap .equip .figure .plus-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease-in 0.35s;
}
#equipment .equip-wrap .equip .figure .plus-link a.rotate {
  transform: rotate(45deg);
}
#equipment .equip-wrap .equip p {
  text-align: center;
}
#equipment .equip-wrap .equip:hover .figure img {
  transform: translate(-50%, -50%) scale(1.2);
}
.equip-popup {
  opacity: 0;
  pointer-events: none;
  transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  z-index: 10002;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
}
.equip-popup .inner {
  padding: 20px;
}
.equip-popup .inner .popup-close {
  margin-left: auto;
  margin-bottom: 2rem;
  border-radius: 50%;
  background-color: #4694d1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 6.5rem;
  height: 6.5rem;
  z-index: 10001;
  cursor: pointer;
}
.equip-popup .inner .popup-close img {
  width: 1.9rem;
}
.equip-popup .inner .box-wrap {
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  padding: 60px 50px 60px 80px;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.equip-popup .inner .box-wrap .txt {
  width: 50%;
  box-sizing: border-box;
}
.equip-popup .inner .box-wrap .txt span {
  font-weight: 600;
  color: #4694d1;
}
.equip-popup .inner .box-wrap .txt .cmt1 {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0;
  padding-bottom: 2rem;
}
.equip-popup .inner .box-wrap .txt .cmt2 {
  padding-bottom: 2rem;
}
.equip-popup .inner .box-wrap .txt p {
  max-width: 600px;
}
.equip-popup .inner .box-wrap .figure {
  width: 50%;
  text-align: center;
}
.equip-popup.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  overflow-y: scroll;
}

@media (max-width: 1279px) {
  #equipment .equip-wrap {
    gap: 1.3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #equipment .equip-wrap .equip p br {
    display: none;
  }
  .equip-popup .inner .box-wrap {
    padding: 50px 20px 50px 30px;
    gap: 4%;
  }
}
@media (max-width: 949px) {
  #equipment .equip-wrap .equip .figure {
    height: 280px;
  }
}
@media (max-width: 767px) {
  #equipment {
    padding: 4rem 0;
  }
  #equipment .equip-wrap {
    grid-template-columns: 1fr 1fr;
  }
  #equipment .equip-wrap .equip .figure {
    height: 260px;
  }
  #equipment .equip-wrap .equip .figure .plus-link {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
  #equipment .equip-wrap .equip p br {
    display: block;
  }
  .equip-popup {
    align-items: flex-start;
  }
  .equip-popup .inner {
    padding: 20px 10px;
  }
  .equip-popup .inner .box-wrap {
    flex-direction: column;
    padding: 30px 10px;
    gap: 30px;
  }
  .equip-popup .inner .box-wrap .txt {
    width: auto;
    padding: 0 10px;
  }
  .equip-popup .inner .box-wrap .txt .cmt1 {
    font-size: 1.8rem;
  }
  .equip-popup .inner .box-wrap .figure {
    width: auto;
  }
  .equip-popup .inner .box-wrap .figure img {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 499px) {
  #equipment .equip-wrap .equip .figure {
    height: 200px;
  }
}
/* 둘러보기 */
#takeAtour {
  padding: 5.5rem 0;
}
#takeAtour .maxwidth1 {
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 20px;
}
#takeAtour .maxwidth1 .maxwidth3 {
  padding: 8.5rem 2rem;
  max-width: 1440px;
}
#takeAtour .tour-wrap {
  display: flex;
  gap: 1%;
}
#takeAtour .tour-wrap .tour-cont {
  position: relative;
  width: 39%;
}
#takeAtour .tour-wrap .tour-cont .common-title {
  text-align: left;
}
#takeAtour .tour-wrap .tour-cont .common-title .cmt2 {
  font-size: 4.5rem;
}
#takeAtour .tour-wrap .tour-cont .common-title .ci {
  margin: 0;
  width: 6rem;
}
#takeAtour .tour-wrap .tour-cont img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#takeAtour .tour-wrap .tour-cont + .tour-cont {
  width: 60%;
}
#takeAtour .thum-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
#takeAtour .swiper_nav {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 1rem 8rem;
  border-radius: 20px;
  background-color: #4694d1;
  z-index: 1;
}
#takeAtour .swiper_nav .swiper-pagination {
  position: relative;
  bottom: 0;
}
#takeAtour .swiper_nav .swiper-button-next, #takeAtour .swiper_nav .swiper-button-prev {
  filter: brightness(0%) invert(100);
  transform: scale(0.4);
}

@media (max-width: 1279px) {
  #takeAtour .tour-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #takeAtour .tour-wrap .tour-cont {
    position: relative;
    width: 100%;
  }
  #takeAtour .tour-wrap .tour-cont + .tour-cont {
    padding-top: 1rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #takeAtour {
    padding: 4rem 0;
  }
  #takeAtour .tour-wrap .tour-cont .common-title .cmt2 {
    font-size: 3.6rem;
  }
}
/* 오시는길 */
#comming {
  padding: 5.5rem 0;
}
#comming .maxwidth1 {
  max-width: 1400px;
}
#comming .comming-wrap {
  display: flex;
  gap: 4rem;
}
#comming .comming-wrap .comming-cont {
  width: 60%;
}
#comming .comming-wrap .comming-cont .common-title {
  text-align: left;
}
#comming .comming-wrap .comming-cont .common-title .cmt2 {
  font-size: 4.5rem;
}
#comming .comming-wrap .comming-cont .common-title .cmt3 span {
  color: #4694d1;
  font-weight: 600;
}
#comming .comming-wrap .comming-cont .common-title .ci {
  margin: 0;
  width: 6rem;
}
#comming .comming-wrap .comming-cont + .comming-cont {
  width: 40%;
}
#comming .map-wrap {
  display: flex;
  gap: 15%;
  padding-bottom: 3rem;
}
#comming .map-wrap .map {
  position: relative;
}
#comming .map-wrap .map a {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#comming .map-wrap .map a img {
  width: 5.1rem;
}
#comming .map-wrap .map a span {
  font-size: 2.2rem;
  white-space: nowrap;
}
#comming #map {
  border-radius: 2rem;
  overflow: hidden;
  height: 47.5rem;
}
#comming #map iframe {
  width: 100%;
  height: 100%;
}
#comming .information {
  display: flex;
  flex-direction: column;
  padding: 4rem 5rem;
  background-color: #f8f8f8;
  border-radius: 2rem;
}
#comming .information .info {
  width: 100%;
  padding: 4rem 0;
}
#comming .information .info h2 {
  font-size: 4.5rem;
  font-weight: 600;
  padding-bottom: 1.7rem;
}
#comming .information .info .time-table {
  padding-bottom: 1rem;
}
#comming .information .info .time-table li {
  font-size: 2.2rem;
  line-height: 1.8181;
}
#comming .information .info .time-table li .day {
  display: inline-block;
  width: 180px;
}
#comming .information .info .notice li {
  color: #999;
}
#comming .information .info + .info {
  border-top: 1px solid #ddd;
}
#comming .information + .information {
  margin-top: 3rem;
}
#comming .information .info-icon {
  display: flex;
  justify-content: space-between;
}
#comming .information .info-icon a {
  text-align: center;
}
#comming .information .info-icon a img {
  width: 6.3rem;
}
#comming .information .info-icon a span {
  display: block;
  padding-top: 1.2rem;
}

@media (max-width: 1279px) {
  #comming .comming-wrap {
    flex-direction: column;
  }
  #comming .comming-wrap .comming-cont {
    width: 100%;
  }
  #comming .comming-wrap .comming-cont + .comming-cont {
    width: 100%;
  }
  #comming .map-wrap {
    gap: 0;
    justify-content: space-between;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #comming {
    padding: 4rem 0;
  }
  #comming .comming-wrap .comming-cont .common-title .cmt2 {
    font-size: 3.6rem;
  }
  #comming .map-wrap .map a img {
    width: 4rem;
  }
  #comming .map-wrap .map a span {
    font-size: 2rem;
  }
  #comming .information {
    padding: 3rem;
  }
  #comming .information .info h2 {
    font-size: 3.6rem;
  }
  #comming .information .info .time-table li .day {
    width: 120px;
  }
  #comming .information .info-icon a img {
    width: 5.3rem;
  }
}/*# sourceMappingURL=main.css.map */