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

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

/* 메인 배너 */
.iframe-wrap {
  position: relative;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
.iframe-wrap .iframe-inner {
  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: 100%;
}
.iframe-wrap .main-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt > div {
  overflow: hidden;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt01 .symbol {
  padding-bottom: 3rem;
  margin: 0 auto;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt01 .cmt1 {
  padding-bottom: 2rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 .cmt2 {
  padding-bottom: 3rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 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-txt03 ul li {
  position: relative;
  white-space: nowrap;
  font-size: 2.2rem;
  padding: 0 3rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50%;
  background-color: #174a89;
  top: 52.5%;
  transform: translateY(-50%);
  right: 0;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 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: 2rem;
  align-items: center;
  overflow: hidden;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 a img {
  width: 2.2rem;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 0;
  transition: width 0.35s;
  background-color: #174a89;
  z-index: -1;
  border-radius: 30px;
}
.iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 a:hover::after {
  width: 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: 36px;
  height: 76px;
}
.iframe-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

@media (max-width: 1279px) {
  .iframe-wrap .iframe-inner {
    position: unset;
    padding-bottom: 130%;
  }
  .iframe-wrap .iframe-inner iframe {
    left: 50%;
    transform: translateX(-50%);
    width: 275%;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 a::after {
    display: none;
  }
  .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: 250%;
  }
  .iframe-wrap .iframe-inner iframe {
    width: 155%;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt {
    width: calc(100% - 20px);
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt02 .cmt2 {
    padding-bottom: 3.5rem;
    font-size: 3.6rem;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 ul {
    margin-bottom: 3.2rem;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    flex-direction: column;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 ul li {
    font-size: 2rem;
    white-space: unset;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0.8rem 10px;
    border-bottom: 1px solid #fff;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 ul li:not(:last-child):after {
    display: none;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 ul li:first-child {
    border-top: 1px solid #fff;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 a {
    width: 25rem;
  }
  .iframe-wrap .main-swiper .swiper-slide .slide-txt .slide-txt03 a img {
    width: 2rem;
  }
  .iframe-wrap .main-swiper .main-arrow {
    display: none;
  }
}
/* 의정부탑정형외과 - 유튜브 */
#youtube {
  position: relative;
  background-color: #f8f8f8;
  padding: 10rem 0;
}
#youtube .inner-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#youtube .inner-box .txt-area {
  padding-right: 3.2%;
}
#youtube .inner-box .txt-area .main-txt .symbol {
  padding-bottom: 3rem;
}
#youtube .inner-box .txt-area .main-txt h3 {
  font-size: 5rem;
  letter-spacing: -0.05em;
  line-height: 1.14;
  padding-bottom: 2rem;
  white-space: nowrap;
}
#youtube .inner-box .txt-area .main-txt h3 b {
  font-weight: 700;
}
#youtube .inner-box .txt-area .sub-txt p {
  font-weight: 400;
  font-size: 1.8rem;
  padding-bottom: 2.5rem;
  line-height: 1.3;
}
#youtube .inner-box .txt-area .sub-txt a {
  font-weight: 400;
  font-size: 1.8rem;
  color: #171c61;
  background-color: #fff;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8.5rem;
  border: 2px solid #174a89;
  width: 27.6rem;
  height: 6.3rem;
  box-sizing: border-box;
}
#youtube .inner-box .video-area {
  display: flex;
  align-items: center;
  gap: 2.3%;
}
#youtube .inner-box .video-area .thumbnail {
  padding-top: 1.6rem;
}
#youtube .inner-box .video-area .thumbnail iframe {
  width: 66.7rem;
  height: 37.1rem;
}
#youtube .inner-box .video-area .list {
  padding-right: 0%;
  width: 33.5rem;
  height: 55rem;
  overflow-y: scroll;
}
#youtube .inner-box .video-area .list li {
  cursor: pointer;
  position: relative;
  margin: 1.3rem 0;
  width: 28.2rem;
}
#youtube .inner-box .video-area .list li .title {
  width: calc(100% - 34px);
  opacity: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 15px);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 1.85rem;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
}
#youtube .inner-box .video-area .list li .title.active {
  opacity: 1;
}
#youtube .inner-box .video-area .list li .title:hover {
  opacity: 1;
}
#youtube .inner-box .video-area .list::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
  border-radius: 10px;
}
#youtube .inner-box .video-area .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ddd;
}
#youtube::after {
  width: 46.9%;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #174a89;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 1500px) {
  #youtube {
    padding: 10rem 0;
  }
  #youtube .inner-box {
    justify-content: center;
    padding: 0 20px 0 40px;
  }
  #youtube .inner-box .txt-area {
    padding-right: 3.3%;
  }
  #youtube .inner-box .txt-area .main-txt > span {
    font-size: 1.3rem;
  }
  #youtube .inner-box .txt-area .main-txt > h3 {
    font-size: 3.8rem;
  }
  #youtube .inner-box .video-area {
    gap: 0;
    flex-direction: column;
  }
  #youtube .inner-box .video-area .thumbnail {
    padding-bottom: 0px;
  }
  #youtube .inner-box .video-area .thumbnail iframe {
    width: 66.8rem;
    height: 37.6rem;
  }
  #youtube .inner-box .video-area .list {
    display: flex;
    padding-right: 0;
    width: 66.8rem;
    height: unset;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 7px;
  }
  #youtube .inner-box .video-area .list li {
    width: 250px;
    min-width: 250px;
    padding: 0rem 0;
    margin-right: 7px;
  }
  #youtube .inner-box .video-area .list li .title {
    font-size: 1.65rem;
    top: 0;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }
  #youtube .inner-box .video-area .list::-webkit-scrollbar {
    height: 7.5px;
    background-color: #fff;
    border-radius: 5px;
  }
  #youtube .inner-box .video-area .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
}
@media (min-width: 946px) and (max-width: 1279px) {
  #youtube .inner-box .txt-area .sub-txt p {
    padding-bottom: 5rem;
  }
  #youtube .inner-box .video-area .list {
    margin-top: -1px;
    padding-bottom: 6.5px;
  }
  #youtube .inner-box .video-area .list > li {
    min-width: 220px;
    margin-right: 6.5px;
  }
  #youtube .inner-box .video-area .list > li > .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 945px) {
  #youtube .inner-box {
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
  }
  #youtube .inner-box .txt-area {
    padding-right: 0;
    display: flex;
    width: 66.8rem;
    padding-bottom: 5rem;
    justify-content: space-evenly;
    align-items: center;
  }
  #youtube .inner-box .txt-area .main-txt .symbol {
    padding-bottom: 2rem;
    width: 6rem;
  }
  #youtube .inner-box .txt-area .main-txt > span {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  #youtube .inner-box .txt-area .main-txt > h3 {
    padding-bottom: 0;
    font-size: 3.6rem;
  }
  #youtube .inner-box .txt-area .sub-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #youtube .inner-box .txt-area .sub-txt p {
    padding-bottom: 2rem;
  }
  #youtube .inner-box .txt-area .sub-txt a {
    height: 6rem;
    width: 23rem;
    gap: 5rem;
  }
  #youtube .inner-box .txt-area .sub-txt a img {
    width: 2rem;
  }
  #youtube .inner-box .video-area {
    gap: 0;
    flex-direction: column;
  }
  #youtube .inner-box .video-area .thumbnail {
    padding-bottom: 0px;
  }
  #youtube .inner-box .video-area .list {
    width: 66.8rem;
    height: unset;
    padding-bottom: 7px;
    margin-top: -4px;
  }
  #youtube .inner-box .video-area .list li {
    margin: 0.5rem 0 0.8rem;
    min-width: 200px;
    margin-right: 6px;
  }
  #youtube .inner-box .video-area .list li .title {
    font-size: 1.7rem;
    top: 0;
    height: calc(100% - 10px);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }
  #youtube .inner-box .video-area .list::-webkit-scrollbar {
    height: 7.5px;
    background-color: #fff;
    border-radius: 5px;
  }
  #youtube .inner-box .video-area .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  #youtube::after {
    height: 47%;
    right: 0;
    width: 100%;
    top: unset;
    bottom: 0;
    background-color: #174a89;
    content: "";
    display: block;
    position: absolute;
  }
}
@media (max-width: 768px) {
  #youtube {
    padding: 6.5rem 0;
  }
  #youtube .inner-box {
    justify-content: center;
    flex-direction: column;
    padding: 0 12px;
  }
  #youtube .inner-box .txt-area {
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    width: unset;
    padding-bottom: 0rem;
    margin-bottom: 4rem;
    justify-content: space-between;
    gap: 20px;
  }
  #youtube .inner-box .txt-area .main-txt .symbol {
    width: 5rem;
  }
  #youtube .inner-box .txt-area .main-txt > span {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  #youtube .inner-box .txt-area .main-txt > h3 {
    font-size: 3rem;
    padding-right: 0;
  }
  #youtube .inner-box .txt-area .sub-txt p {
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    padding-left: 10px;
  }
  #youtube .inner-box .txt-area .sub-txt a {
    width: 20rem;
    height: 5rem;
    line-height: 4.5rem;
    font-size: 1.85rem;
    gap: 3.5rem;
  }
  #youtube .inner-box .video-area {
    max-width: 420px;
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  #youtube .inner-box .video-area .thumbnail {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0;
  }
  #youtube .inner-box .video-area .thumbnail iframe {
    width: 100%;
    max-height: 206px;
  }
  #youtube .inner-box .video-area .list {
    margin-top: -1px;
    width: 100%;
    height: unset;
    padding-bottom: 5px;
    margin-top: -2px;
  }
  #youtube .inner-box .video-area .list li {
    width: 170px;
    min-width: 130px;
    margin-right: 4px;
    margin-top: 1px;
  }
  #youtube .inner-box .video-area .list li .title {
    width: calc(100% - 10px);
    font-size: 1.35rem;
    top: 0;
    height: calc(100% - 5px);
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
  }
  #youtube .inner-box .video-area .list::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  #youtube .inner-box .video-area .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  #youtube::after {
    height: 47%;
    right: 0;
    width: 100%;
    top: unset;
    bottom: 0;
    background-color: #174a89;
    content: "";
    display: block;
    position: absolute;
  }
}
/* 첫번째정형외과 진료클리닉 */
#clinics {
  padding: 6.5rem 0;
}
#clinics .clinic-wrap.mo {
  display: none;
}
#clinics .clinic-wrap.pc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 2.2rem;
}
#clinics .clinic-wrap.pc .clinic {
  height: 176px;
  position: relative;
}
#clinics .clinic-wrap.pc .clinic .txt {
  position: absolute;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
}
#clinics .clinic-wrap.pc .clinic .txt h3 {
  font-size: 3rem;
  font-weight: 800;
  padding-bottom: 2rem;
}
#clinics .clinic-wrap.pc .clinic .clinic-link {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#clinics .clinic-wrap.pc .clinic .clinic-link .clinic-arrow {
  width: 2.2rem;
}

@media (max-width: 1450px) {
  #clinics .clinic-wrap.pc {
    grid-template-columns: repeat(2, 452px);
    gap: 2.2rem;
  }
  #clinics .clinic-wrap.pc .clinic {
    height: 176px;
  }
  #clinics .clinic-wrap.pc .clinic .txt {
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1000px) {
  #clinics .clinic-wrap.pc {
    grid-template-columns: repeat(2, 355px);
    gap: 1.5rem;
  }
  #clinics .clinic-wrap.pc .clinic {
    height: 138px;
  }
  #clinics .clinic-wrap.pc .clinic .txt {
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
  }
  #clinics .clinic-wrap.pc .clinic .clinic-link {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #clinics {
    padding: 1.5rem 0 4rem;
  }
  #clinics .clinic-wrap.pc {
    display: none;
  }
  #clinics .clinic-wrap.mo {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #clinics .clinic-wrap.mo .clinic {
    background-color: #f8f8f8;
    border-radius: 10px;
  }
  #clinics .clinic-wrap.mo .clinic a {
    padding: 3rem 0;
    margin: 0 auto;
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #clinics .clinic-wrap.mo .clinic a h2 {
    font-size: 3rem;
    font-weight: 800;
  }
  #clinics .clinic-wrap.mo .clinic a img {
    width: 2rem;
  }
}
/* 첫번째정형외과 의료진 소개 */
@media (min-width: 1921px) {
  #wrap #doctor #doctor_popup .maxwidth2 {
    padding: 0 80px;
  }
}
#doctor {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
#doctor > .maxwidth0 {
  max-width: unset;
  background-color: #f8f8f8;
  margin: 0 auto;
  border-radius: 20px;
}
#doctor > .maxwidth0 > .maxwidth2 {
  padding: 0 40px;
  max-width: 1280px;
}
#doctor > .maxwidth0 > .maxwidth2 .box-wrap {
  padding-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt {
  padding-top: 6rem;
}
#doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt .cmt2 {
  white-space: nowrap;
}
#doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt ul li {
  position: relative;
  padding-left: 0.8rem;
}
#doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt ul li::before {
  position: absolute;
  content: "·";
  left: 0;
}
#doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt .button2 {
  margin-top: 3.5rem;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 1279px) {
  #doctor {
    gap: 16px;
  }
  #doctor > .maxwidth0 {
    padding-top: 3rem;
  }
  #doctor > .maxwidth0 > .maxwidth2 {
    padding: 0 16px;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap {
    align-items: center;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt .cmt2 {
    white-space: unset;
  }
}
@media (max-width: 767px) {
  #doctor {
    gap: 10px;
  }
  #doctor > .maxwidth0 {
    padding-top: 4rem;
  }
  #doctor > .maxwidth0 > .maxwidth2 {
    padding: 0 10px;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt {
    padding-bottom: 4rem;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt .cmt2 {
    font-size: 4rem;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt .cmt3 br {
    display: block;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .txt .button2 img {
    width: 2rem;
  }
  #doctor > .maxwidth0 > .maxwidth2 .box-wrap .doctor {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
}
/* 첫번째정형외과 척추·관절클리닉(통증 클리닉) */
@media (min-width: 1921px) {
  #wrap .pain-wrap.pc .main-page .pain-banner {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wrap .sub-page .sub > img:first-child {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap {
    max-width: unset;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .virtual {
    width: 45%;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt {
    width: 55%;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt h2 {
    font-size: 2.6041666667vw;
    font-weight: 800;
    color: #174a89;
    padding-bottom: 0.5208333333vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt p {
    font-size: 0.9375vw;
    padding-bottom: 1.3541666667vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt p b {
    color: #174a89;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt ul {
    padding-left: 0.5208333333vw;
    display: flex;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 -0.4166666667vw;
    background-color: #174a89;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.9375vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button {
    font-size: 0.9375vw;
    border-radius: 1.5625vw;
    gap: 4.6875vw;
    margin-top: 1.3020833333vw;
    width: 14.3229166667vw;
    height: 3.2291666667vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button img {
    display: block;
    margin-left: 0.5208333333vw;
    width: 1.1458333333vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap.reverse {
    flex-direction: row-reverse;
  }
  #wrap .pain-wrap.pc .sub-page .sub .box-wrap.reverse .txt {
    padding-left: 15%;
  }
}
.pain-wrap.mo {
  display: none;
}

.pain-wrap.pc {
  position: relative;
  overflow: hidden;
  margin: 5.5rem 0 0;
}
.pain-wrap.pc .main-page {
  position: relative;
  transition: all 1.5s ease 0s;
}
.pain-wrap.pc .main-page .pain-banner {
  transform: scale(3);
  filter: blur(50px);
  transition: all 2s;
}
.pain-wrap.pc .main-page .main-pointer {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 3.1770833333vw;
}
.pain-wrap.pc .main-page .main-pointer.upper01 {
  top: 24.5%;
  left: 20.4%;
}
.pain-wrap.pc .main-page .main-pointer.upper02 {
  top: 35.7%;
  left: 26.6%;
}
.pain-wrap.pc .main-page .main-pointer.upper03 {
  top: 63%;
  left: 27.5%;
}
.pain-wrap.pc .main-page .main-pointer.upper04 {
  bottom: 20.3%;
  left: 17.4%;
}
.pain-wrap.pc .main-page .main-pointer.upper05 {
  bottom: 5.9%;
  left: 27%;
}
.pain-wrap.pc .main-page .main-pointer.lower01 {
  top: 5.5%;
  right: 13.4%;
}
.pain-wrap.pc .main-page .main-pointer.lower02 {
  top: 47%;
  right: 12.8%;
}
.pain-wrap.pc .main-page .main-pointer.lower03 {
  bottom: 12.5%;
  right: 13.1%;
}
.pain-wrap.pc .main-page .title-txt {
  transition: all 0.75s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 52.5%;
  text-align: center;
}
.pain-wrap.pc .main-page .title-txt .symbol {
  margin: 0 auto;
  width: 3.6979166667vw;
  padding-bottom: 1.5104166667vw;
}
.pain-wrap.pc .main-page .title-txt .cmt1 {
  padding-bottom: 1.1979166667vw;
  font-size: 0.78125vw;
}
.pain-wrap.pc .main-page .title-txt .cmt2 {
  font-size: 2.6041666667vw;
  padding-bottom: 1.3020833333vw;
}
.pain-wrap.pc .main-page .title-txt .cmt3 {
  font-size: 0.9375vw;
}
.button3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 1.1;
  letter-spacing: -0.05em;
  flex-direction: column;
  font-size: 1.5625vw;
  color: #fff;
  margin: 2.0833333333vw auto 0;
  width: 23.3333333333vw;
  height: 8.5416666667vw;
  border-radius: 5.2083333333vw;
  background: linear-gradient(to bottom, #174a89, #041933);
}
.button3 b {
  font-weight: 900;
  font-size: 2.6041666667vw;
}

.pain-wrap.pc .main-page .title-txt.hide {
  filter: blur(20px);
  opacity: 0;
}
.pain-wrap.pc .sub-page .sub {
  opacity: 0;
  filter: blur(30px);
  transform: scale(3) translate(32%, 28%) rotateY(90deg);
  transition: all 1.5s ease 0.75s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.pain-wrap.pc .sub-page .sub > img:first-child {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pain-wrap.pc .sub-page .sub .sub-pointer {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 5.15625vw;
  animation: spot 1.2s ease 0s infinite alternate both;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.neck {
  top: 32%;
  left: 24.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.shoulder {
  top: 17.5%;
  left: 35%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.elbow {
  top: 39.5%;
  left: 35.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.wrist {
  top: 52%;
  left: 32%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.back {
  top: 46%;
  left: 21.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.coxa {
  top: 15%;
  right: 24.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.knee {
  top: 45%;
  right: 21%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.ankle {
  bottom: 22.5%;
  right: 22.5%;
}
.pain-wrap.pc .sub-page .sub .box-wrap {
  max-width: 1200px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .sub-page .sub .box-wrap .virtual {
  width: 45%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt {
  width: 55%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #174a89;
  padding-bottom: 1rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt p {
  font-size: 1.8rem;
  padding-bottom: 2.6rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt p b {
  color: #174a89;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul {
  padding-left: 1rem;
  display: flex;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 -0.8rem;
  background-color: #174a89;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  width: 16rem;
  height: 16rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button {
  font-size: 1.8rem;
  border-radius: 30px;
  gap: 9rem;
  margin-top: 2.5rem;
  width: 27.5rem;
  height: 6.2rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button img {
  display: block;
  margin-left: 1rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button::after {
  background-color: #174a89;
}
.pain-wrap.pc .sub-page .sub .box-wrap.reverse {
  flex-direction: row-reverse;
}
.pain-wrap.pc .sub-page .sub.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
  z-index: 100;
}

@media (max-width: 1023px) {
  .pain-wrap.pc {
    display: none;
  }
  .pain-wrap.mo {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 0;
    display: block;
    background-color: #f8f8f8;
  }
  .pain-wrap.mo .main-page .title-txt {
    padding: 0 10px;
    text-align: center;
  }
  .pain-wrap.mo .main-page .title-txt .symbol {
    margin: 0 auto;
  }
  .pain-wrap.mo .main-page .title-txt .button3 {
    font-size: 2.4rem;
    margin: 4rem auto 3.5rem;
    width: 70%;
    height: 12rem;
    border-radius: 100px;
    max-width: 300px;
  }
  .pain-wrap.mo .main-page .title-txt .button3 b {
    font-size: 4rem;
  }
  .pain-wrap.mo .main-page .body-swiper {
    overflow: hidden;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner {
    position: relative;
    z-index: 5;
    width: 387px;
    margin: 0 auto;
    transition: all 2s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .mo-body {
    display: block;
    margin: 0 auto;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .main-pointer {
    width: 10vw;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    max-width: 55px;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper01 {
    top: 16%;
    right: 25.5%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper02 {
    top: 29%;
    right: -1%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper03 {
    top: 53%;
    right: 0%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper04 {
    bottom: 23%;
    left: 45%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper05 {
    bottom: 18%;
    right: 2.5%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .lower01 {
    top: 6%;
    right: 40%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .lower02 {
    top: 50%;
    right: 38%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .lower03 {
    bottom: 7%;
    right: 38%;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 2.5rem 0 2.5rem;
    position: relative;
    z-index: 100;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 100px;
    width: 90px;
    height: 37px;
    background-color: #fff;
    border: 1px solid #174a89;
    color: #174a89;
    box-sizing: border-box;
    transition: 0.3s ease;
    font-size: 20px;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav.active {
    background-color: #174a89;
    color: #fff;
    font-weight: 800;
  }
  .pain-wrap.mo .sub-page .sub {
    background-color: #f8f8f8;
    position: absolute;
    padding: 0 10px;
    inset: 0;
    z-index: 100;
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    filter: blur(30px);
    transform: scale(3) translate(32%, 28%) rotateY(90deg);
    transition: all 1.5s ease 0s;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt {
    margin-top: 4rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt h2 {
    font-size: 5rem;
    font-weight: 800;
    color: #174a89;
    padding-bottom: 1.8rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p {
    font-size: 1.8rem;
    padding-bottom: 3.6rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p b {
    color: #174a89;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul {
    display: grid;
    grid-template-columns: repeat(2, 13.7rem);
    padding-left: 1.3rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: -1.3rem;
    background-color: #174a89;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    width: 16rem;
    height: 16rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button {
    font-size: 1.8rem;
    border-radius: 30px;
    gap: 9rem;
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
    width: 27.5rem;
    height: 6.2rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button img {
    display: block;
    margin-left: 1rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button::after {
    display: none;
    background-color: #174a89;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button:hover {
    color: #282828;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button:hover img {
    filter: none;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure {
    width: 470px;
    margin: 0 auto;
    position: relative;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-body {
    margin: 0 auto;
    display: block;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer {
    cursor: pointer;
    width: 60px;
    position: absolute;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.neck {
    top: 30%;
    left: 52%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.shoulder {
    top: 18%;
    right: 5%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.elbow {
    top: 40%;
    right: 0%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.wrist {
    top: 55%;
    right: 1.5%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.back {
    top: 45%;
    left: 55%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.coxa {
    top: 15%;
    right: 45.5%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.knee {
    top: 45%;
    right: 45%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.ankle {
    bottom: 15%;
    right: 20%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure.ankle {
    width: 180px;
  }
  .pain-wrap.mo .sub-page .sub.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    z-index: 100;
  }
}
@media (max-width: 500px) {
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner {
    width: 85%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure {
    width: 80%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer {
    width: 45px;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p br {
    display: none;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li {
    width: 48vw;
    height: 48vw;
    font-size: 2rem;
  }
}
/* 첫번째정형외과의 특별함 */
#merits {
  padding: 5.5rem 0 0;
}
#merits .maxwidth {
  position: relative;
  padding: 0 9vw;
  max-width: calc(1400px + 18vw);
}
#merits .maxwidth .merit-swiper {
  overflow: hidden;
}
#merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap {
  padding: 0 1px;
  display: flex;
  align-items: center;
  gap: 4.5%;
}
#merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .cmt2 {
  white-space: nowrap;
}
.button2 {
  cursor: pointer;
  margin-top: 2.5rem;
  position: relative;
  display: flex;
  width: 27.5rem;
  height: 6.2rem;
  border-radius: 30px;
  border: 1px solid #eee;
  justify-content: center;
  gap: 5.3rem;
  align-items: center;
  overflow: hidden;
}
.button2 img {
  width: 2.2rem;
}
.button2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 0;
  transition: width 0.35s;
  background-color: #174a89;
  z-index: -1;
  border-radius: 30px;
}
.button2:hover::after {
  width: 100%;
}
.button2:hover {
  color: #fff;
}
.button2:hover img {
  filter: brightness(0%) invert(100);
}

#merits .maxwidth .merit-arrow {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
#merits .maxwidth .merit-swiper-prev {
  background-image: url("../img/swiper_prev.png");
  left: 20px;
  width: 38px;
  height: 76px;
}
#merits .maxwidth .merit-swiper-next {
  background-image: url("../img/swiper_next.png");
  right: 20px;
  width: 36px;
  height: 76px;
}

@media (max-width: 1279px) {
  #merits {
    padding: 5.5rem 0;
  }
  #merits .maxwidth {
    padding: 0 16px;
    max-width: 1400px;
  }
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
  }
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap .txt {
    width: 673px;
  }
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .cmt2 {
    white-space: unset;
  }
  #merits .maxwidth .merit-arrow {
    top: 70%;
    background-size: 70%;
  }
  #merits .maxwidth .merit-swiper-prev {
    background-position: left center;
    left: 1vw;
  }
  #merits .maxwidth .merit-swiper-next {
    background-position: right center;
    right: 1vw;
  }
}
@media (max-width: 767px) {
  #merits {
    padding: 4rem 0;
  }
  #merits .maxwidth {
    max-width: 1400px;
    padding: 0 10px;
    width: 100%;
    margin: 0;
  }
  #merits .maxwidth .merit-swiper {
    overflow: hidden;
  }
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap {
    align-items: flex-start;
  }
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap .txt {
    width: 100%;
  }
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .cmt2 {
    font-size: 4rem;
  }
  .button2 {
    margin-top: 2rem;
  }
  .button2 img {
    width: 2rem;
  }
  #merits .maxwidth .merit-arrow {
    display: none;
  }
}
@media (max-width: 352px) {
  #merits .maxwidth .merit-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .cmt3 {
    height: 56px;
  }
}
/* 첫번째정형외과 테라피 */
#therapy {
  background-color: #174a89;
  padding-bottom: 30px;
}
#therapy .btns {
  display: flex;
  justify-content: center;
  padding: 4.8rem 0;
}
#therapy .btns li {
  position: relative;
  cursor: pointer;
  padding: 0 10rem;
  display: flex;
  align-items: center;
  gap: 8.5rem;
  font-size: 2.2rem;
  color: #fff;
}
#therapy .btns li.active {
  font-weight: 800;
}
#therapy .btns li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #4444b8;
  width: 2px;
  height: 42px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#therapy .therapy-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#therapy .therapy-swiper .swiper-slide .box-wrap {
  position: relative;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .figure {
  border-radius: 10px;
  overflow: hidden;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .icon {
  margin-bottom: 3rem;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .cmt1 {
  padding-bottom: 2.5rem;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .cmt2 {
  font-size: 4rem;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .sub-icon-wrap {
  margin-top: 3rem;
  margin-left: -10px;
  display: flex;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .sub-icon-wrap li {
  white-space: nowrap;
  padding: 0 2.4rem;
  text-align: center;
  font-size: 1.5rem;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .sub-icon-wrap li .sub-icon {
  height: 5.4rem;
  margin-bottom: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#therapy .therapy-swiper .swiper-slide .box-wrap .txt .sub-icon-wrap li:not(:last-child) {
  border-right: 1px solid #eee;
}
#therapy .therapy-swiper .swiper-pagination {
  width: auto;
  padding: 0 2.5rem;
  height: 4.3rem;
  border-radius: 20px;
  background-color: #174a89;
  position: absolute;
  top: 28px;
  left: unset;
  right: 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.05em;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1600px) {
  #therapy .therapy-swiper .swiper-slide .box-wrap .figure {
    height: 550px;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1279px) {
  #therapy .btns li {
    gap: 5rem;
  }
  #therapy .btns li:first-child {
    padding: 0 5rem 0 20px;
  }
  #therapy .btns li:last-child {
    padding: 0 20px 0 5rem;
  }
  #therapy .therapy-swiper .swiper-pagination {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #therapy .btns {
    padding: 3rem 0;
    width: calc(100% - 0px);
    margin: 0 auto;
  }
  #therapy .btns li {
    text-align: center;
    display: flex;
    justify-content: center;
    flex: 1;
    padding: 0;
  }
  #therapy .btns li:first-child {
    padding: 0;
  }
  #therapy .btns li:last-child {
    padding: 0;
  }
  #therapy .btns li:not(:last-child)::after {
    height: 100%;
  }
  #therapy .therapy-swiper {
    background-color: #f8f8f8;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column-reverse;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .figure {
    padding-top: 4rem;
    padding-bottom: 0rem;
    display: flex;
    justify-content: center;
    height: auto;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .figure img {
    width: 75%;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .figure img.exclude {
    width: 100%;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 {
    padding: 0;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt {
    position: relative;
    transform: none;
    top: 15%;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .icon {
    margin-bottom: 2rem;
    transform: scale(0.7);
    transform-origin: left bottom;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .cmt1 {
    padding-bottom: 2rem;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .cmt3 {
    font-size: 2rem;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .cmt3 br {
    display: block;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .sub-icon-wrap {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .sub-icon-wrap li {
    padding: 0;
    flex: 1;
    white-space: unset;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .sub-icon-wrap li .sub-icon {
    transform: scale(0.7);
    transform-origin: center;
  }
  #therapy .therapy-swiper .swiper-pagination {
    top: 15px;
    right: 15px;
    font-size: 15px;
    height: 3.8rem;
    padding: 0 2rem;
  }
}
@media (max-width: 430px) {
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .cmt2 br {
    display: none;
  }
  #therapy .therapy-swiper .swiper-slide .box-wrap .maxwidth2 .txt .cmt3 br {
    display: none;
  }
}
/* 첫번째정형외과 비수술클리닉 */
@media (min-width: 1921px) {
  #wrap #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap {
    gap: 76.8px;
  }
  #wrap #non_surgery .inner-box {
    gap: 144px;
  }
}
#non_surgery {
  padding: 8rem 0;
}
#non_surgery .inner-box {
  max-width: 1835px;
  margin: 0 auto;
  padding: 0 30px 0 48px;
  display: flex;
  gap: 7.5vw;
}
#non_surgery .inner-box .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#non_surgery .inner-box .btns li {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
  line-height: 1.18;
  font-size: 2.2rem;
  white-space: nowrap;
  padding: 0 3.4rem;
  border-bottom: 1px solid #eee;
}
#non_surgery .inner-box .btns li:first-child {
  border-top: 1px solid #eee;
}
#non_surgery .inner-box .btns li span {
  cursor: pointer;
}
#non_surgery .inner-box .btns li span.active {
  font-weight: 800;
  color: #174a89;
}
#non_surgery .inner-box .non-clinic-swiper {
  overflow: hidden;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap {
  display: flex;
  gap: 4vw;
  align-items: center;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .icon {
  margin-bottom: 3rem;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .cmt2 {
  white-space: nowrap;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap {
  margin-top: 4.2rem;
  display: flex;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap li {
  white-space: nowrap;
  padding: 0 2.4rem;
  text-align: center;
  font-size: 1.5rem;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap li .sub-icon {
  height: 5.4rem;
  margin-bottom: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap li:not(:last-child) {
  border-right: 1px solid #eee;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .figure {
  border-radius: 10px;
  overflow: hidden;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .figure img {
  filter: blur(15px);
  transform: scale(1.3);
  opacity: 0.75;
  transition: all 1.25s ease-in 0.25s;
}
#non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .figure img.slide-ani {
  filter: none;
  transform: scale(1);
  opacity: 1;
}
#non_surgery .maxwidth .item-wrap {
  margin-top: 5rem;
  display: flex;
  gap: 2.2rem;
}
#non_surgery .maxwidth .item-wrap .item .figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#non_surgery .maxwidth .item-wrap .item .figure .link {
  position: absolute;
  bottom: 0;
  right: 0;
}
#non_surgery .maxwidth .item-wrap .item .figure .link a {
  display: block;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#non_surgery .maxwidth .item-wrap .item .txt {
  margin-top: 2rem;
}
#non_surgery .maxwidth .item-wrap .item .txt h3 {
  font-weight: 800;
  font-size: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 1279px) {
  #non_surgery .inner-box {
    gap: 5vw;
    padding: 0 16px;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .figure img {
    width: 750px;
  }
  #non_surgery .maxwidth .item-wrap {
    gap: 1.2rem;
  }
  #non_surgery .maxwidth .item-wrap .item {
    flex: 1;
  }
  #non_surgery .maxwidth .item-wrap .item .figure .link a {
    width: 6vw;
    height: 6vw;
  }
  #non_surgery .maxwidth .item-wrap .item .figure .link a img {
    width: 2.2rem;
  }
  #non_surgery .maxwidth .item-wrap .item .txt p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #non_surgery {
    padding: 4rem 0;
  }
  #non_surgery .inner-box {
    padding: 0 10px;
    flex-direction: column;
  }
  #non_surgery .inner-box .btns {
    flex-direction: row;
  }
  #non_surgery .inner-box .btns li {
    justify-content: center;
    flex: 1;
    padding: 0;
    font-size: 2rem;
    border-bottom: none;
  }
  #non_surgery .inner-box .btns li:first-child {
    border-top: none;
  }
  #non_surgery .inner-box .btns li:not(:last-child) {
    border-right: 1px solid #eee;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt {
    padding: 0 10px;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .icon {
    transform: scale(0.75);
    transform-origin: left bottom;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .cmt2 {
    white-space: unset;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap li {
    flex: 1;
    padding: 0;
    white-space: unset;
    font-size: 1.4rem;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .txt .sub-icon-wrap li .sub-icon {
    transform: scale(0.7);
    margin-bottom: 1rem;
  }
  #non_surgery .inner-box .non-clinic-swiper .swiper-wrapper .swiper-slide .box-wrap .figure img {
    width: unset;
  }
  #non_surgery .maxwidth .item-wrap {
    margin-top: 2.5rem;
  }
  #non_surgery .maxwidth .item-wrap .item {
    flex: none;
    width: auto;
  }
  #non_surgery .maxwidth .item-wrap .item .figure .link a {
    width: 80px;
    height: 80px;
  }
  #non_surgery .maxwidth .item-wrap .item .figure .link a img {
    width: 22px;
  }
}
@media (max-width: 500px) {
  #non_surgery .maxwidth .item-wrap .item {
    flex: none;
    width: calc(100% - 50px);
  }
  #non_surgery .maxwidth .item-wrap .item .figure .link a {
    width: 15vw;
    height: 15vw;
  }
  #non_surgery .maxwidth .item-wrap .item .figure .link a img {
    width: 2rem;
  }
}
/* 첫번째정형외과 도수·운동클리닉 */
#manual .item-wrap {
  max-width: 1540px;
  margin: 0 auto 3.7rem;
  display: flex;
  justify-content: center;
}
#manual .item-wrap .item {
  flex: 1;
  text-align: center;
}
#manual .item-wrap .item .icon {
  padding-bottom: 2.3rem;
}
#manual .item-wrap .item .txt {
  position: relative;
}
#manual .item-wrap .item .txt h3 {
  font-weight: 800;
  font-size: 3rem;
  padding-bottom: 2.5rem;
}
#manual .item-wrap .item .txt:not(.exclude)::after {
  content: "";
  display: block;
  position: absolute;
  height: 90%;
  width: 1px;
  background-color: #eee;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#manual .figure-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 3.5rem;
}
#manual .desc {
  display: flex;
  justify-content: center;
  gap: 5%;
}
#manual .desc h2 {
  font-size: 5rem;
  padding-bottom: 2.5rem;
}
#manual .desc ul {
  display: flex;
  gap: 2.2rem;
}
#manual .desc ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 18.6rem;
  height: 18rem;
  border-radius: 10px;
  border: 1px solid #eee;
  font-size: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  white-space: nowrap;
}
#manual .desc ul li span {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  width: 5.2rem;
  height: 5.2rem;
  background-color: #174a89;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
}

@media (max-width: 1460px) {
  #manual .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.5rem;
  }
  #manual .desc h2 {
    font-size: 5rem;
    padding-bottom: 2.5rem;
  }
  #manual .desc ul {
    display: flex;
    gap: 2.2rem;
  }
  #manual .desc ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 18.6rem;
    height: 18rem;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    white-space: nowrap;
  }
  #manual .desc ul li span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    width: 5.2rem;
    height: 5.2rem;
    background-color: #174a89;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 1279px) {
  #manual .item-wrap .item {
    flex: unset;
    padding: 0 1rem;
  }
  #manual .item-wrap .item .icon {
    transform: scale(0.7);
    transform-origin: bottom center;
  }
  #manual .item-wrap .item .txt h3 {
    padding-bottom: 2rem;
  }
  #manual .item-wrap .item .txt p br {
    display: none;
  }
  #manual .item-wrap .item .txt:not(.exclude)::after {
    right: -1rem;
  }
  #manual .figure-wrap {
    gap: 1rem;
  }
  #manual .desc ul {
    gap: 1rem;
  }
  #manual .desc ul li {
    font-size: 2.7rem;
    width: 16.5rem;
  }
  #manual .desc ul li span {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  #manual .common-title {
    padding-bottom: 2rem;
  }
  #manual .item-wrap {
    flex-direction: column;
    gap: 0rem;
  }
  #manual .item-wrap .item .txt:not(.exclude)::after {
    width: 85%;
    height: 1px;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset;
  }
  #manual .figure-wrap {
    flex-direction: column;
  }
  #manual .figure-wrap .figure {
    border-radius: 10px;
    overflow: hidden;
  }
  #manual .desc ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #manual .desc ul li {
    height: 15rem;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #manual .desc ul li span {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.5rem;
  }
}
/* 첫번째정형외과 영양주사클리닉 */
@media (min-width: 1921px) {
  #wrap #nutrition .list ul li {
    padding: 0 7.6rem;
  }
}
#nutrition {
  padding: 8rem 0;
}
#nutrition .list .figure {
  border-radius: 10px;
  overflow: hidden;
}
#nutrition .list ul {
  position: relative;
  max-width: 1480px;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#nutrition .list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  font-size: 3rem;
  white-space: nowrap;
}
#nutrition .list ul li .circle {
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: #174a89;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
}
#nutrition .list ul li p {
  width: 184px;
  text-align: left;
}
#nutrition .list ul li:not(:nth-child(3n)) {
  border-right: 1px solid #eee;
}
#nutrition .list ul li:nth-child(-n+3) {
  padding-bottom: 2.2rem;
}
#nutrition .list ul li:nth-last-child(-n+3) {
  padding-top: 2.2rem;
}
#nutrition .list ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 88%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1279px) {
  #nutrition .list .figure {
    height: 325px;
  }
  #nutrition .list .figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #nutrition .list ul li {
    font-size: 2.4rem;
  }
  #nutrition .list ul li p {
    width: 131px;
  }
  #nutrition .list ul::after {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #nutrition {
    padding: 4rem 0;
  }
  #nutrition .list .figure {
    height: 200px;
  }
  #nutrition .list ul {
    margin: 4rem -5px 0;
  }
  #nutrition .list ul li {
    flex-direction: column;
    font-size: 2.2rem;
    gap: 1.5rem;
    white-space: unset;
  }
  #nutrition .list ul li .circle {
    flex-shrink: 0;
    width: 4.3rem;
    height: 4.3rem;
  }
  #nutrition .list ul li p {
    width: 62.5px;
    text-align: center;
  }
  #nutrition .list ul li:last-child {
    position: relative;
    top: 11px;
  }
  #nutrition .list ul li:nth-child(-n+3) {
    padding-bottom: 2rem;
  }
  #nutrition .list ul li:nth-last-child(-n+3) {
    padding-top: 0rem;
  }
  #nutrition .list ul::after {
    width: calc(100% - 10px);
  }
}
/* 첫번째정형외과 장비소개 */
#equipment .equip-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  gap: 2.3rem;
}
#equipment .equip-wrap .equip .figure {
  padding-bottom: 2.5rem;
}
#equipment .equip-wrap .equip h3 {
  font-weight: 800;
  font-size: 3rem;
  padding-bottom: 1.5rem;
}
#equipment .equip-wrap .equip p {
  word-break: keep-all;
}

@media (max-width: 1279px) {
  #equipment .equip-wrap {
    gap: 1.3rem;
  }
  #equipment .equip-wrap .equip p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #equipment .equip-wrap {
    display: flex;
    overflow-x: scroll;
    gap: 2rem;
  }
  #equipment .equip-wrap .equip {
    flex-shrink: 0;
    width: calc(100% - 50px);
  }
  #equipment .equip-wrap .equip .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* 첫번째정형외과 둘러보기 */
#interior {
  padding-top: 8rem;
}
#interior .maxwidth {
  padding: 0 130px;
  max-width: 1660px;
}
#interior .maxwidth .sub-swiper {
  position: relative;
}
#interior .maxwidth .sub-swiper .swiper-slide img {
  border-radius: 1rem;
  overflow: hidden;
}
#interior .maxwidth .sub-swiper .sub-arrow {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
#interior .maxwidth .sub-swiper .sub-swiper-prev {
  background-image: url("../img/swiper_prev.png");
  left: -111px;
  width: 38px;
  height: 76px;
}
#interior .maxwidth .sub-swiper .sub-swiper-next {
  background-image: url("../img/swiper_next.png");
  right: -111px;
  width: 36px;
  height: 76px;
}
#interior .maxwidth .thumb-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  gap: 0.8rem;
}
#interior .maxwidth .thumb-btn li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: calc(20% - 0.64rem);
}
#interior .maxwidth .thumb-btn li img {
  cursor: pointer;
}
#interior .maxwidth .thumb-btn li::before {
  cursor: pointer;
  content: "NOW";
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  letter-spacing: normal;
  transition: opacity 0.25s;
}
#interior .maxwidth .thumb-btn li.active::before {
  opacity: 1;
}

@media (max-width: 1279px) {
  #interior .maxwidth {
    padding: 0 16px;
  }
  #interior .maxwidth .sub-swiper .sub-arrow {
    background-size: 80%;
  }
  #interior .maxwidth .sub-swiper .sub-swiper-prev {
    left: 2.5%;
    background-position: left center;
  }
  #interior .maxwidth .sub-swiper .sub-swiper-next {
    right: 2.5%;
    background-position: right center;
  }
  #interior .maxwidth .thumb-btn li::before {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #interior {
    padding-top: 4rem;
  }
  #interior .maxwidth {
    padding: 0 10px;
  }
  #interior .maxwidth .sub-swiper .sub-arrow {
    display: none;
  }
  #interior .maxwidth .thumb-btn {
    margin-top: 3px;
    gap: 3px;
  }
  #interior .maxwidth .thumb-btn li {
    border-radius: 5px;
    width: calc(20% - 2.4px);
  }
  #interior .maxwidth .thumb-btn li::before {
    font-size: 10.5px;
  }
}
/* 첫번째정형외과 둘러보기 */
#comming {
  padding-top: 8rem;
}
#comming .maxwidth0 {
  max-width: unset;
}
#comming .maxwidth0 .map-wrap {
  margin: 1rem 0 4.3rem;
  display: flex;
  justify-content: center;
}
#comming .maxwidth0 .map-wrap .map {
  padding: 0 7.1rem;
}
#comming .maxwidth0 .map-wrap .map a {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#comming .maxwidth0 .map-wrap .map a img {
  width: 5.1rem;
}
#comming .maxwidth0 .map-wrap .map a span {
  font-size: 2.2rem;
  white-space: nowrap;
}
#comming .maxwidth0 .map-wrap .map:not(:last-child) {
  border-right: 1px solid #ccc;
}
#comming .maxwidth0 #map {
  height: 53.5rem;
}
#comming .maxwidth0 #map iframe {
  width: 100%;
  height: 100%;
}
#comming .parking {
  padding-top: 5.5rem;
}
#comming .parking .item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5.4rem;
       column-gap: 5.4rem;
  row-gap: 3.6rem;
}
#comming .parking .item-wrap .item .figure {
  padding-bottom: 2.4rem;
}
#comming .parking .item-wrap .item .txt {
  font-size: 2.4rem;
}
#comming .parking .item-wrap .item .txt span {
  font-weight: 800;
  color: #174a89;
}
#comming .information {
  padding: 5rem 0 6rem;
  display: flex;
}
#comming .information .info {
  width: 50%;
}
#comming .information .info h2 {
  font-size: 5rem;
  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: 12rem;
}
#comming .information .info .notice li {
  color: #666;
}
#comming .information .info .tel {
  width: 373.5px;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  display: block;
  padding-bottom: 2.3rem;
  letter-spacing: -0.05em;
}
#comming .information .info p {
  width: 373.5px;
  padding-bottom: 1.5rem;
}
#comming .information .info .naver-blog-wrap {
  width: 373.5px;
}
#comming .information .info .naver-blog-wrap .naver-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 28.5rem;
  height: 6.7rem;
  border-radius: 33px;
  background-color: #34af35;
  padding: 0 4.2rem 0 4.5rem;
}
#comming .information .info .naver-blog-wrap .naver-blog .left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#comming .information .info .naver-blog-wrap .naver-blog .left img {
  width: 2.1rem;
}
#comming .information .info .naver-blog-wrap .naver-blog .left span {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}
#comming .information .info .naver-blog-wrap .naver-blog .right {
  display: flex;
  align-items: center;
}
#comming .information .info .naver-blog-wrap .naver-blog .right img {
  width: 2.2rem;
}
#comming .information .info.left {
  border-right: 2px solid #eee;
}
#comming .information .info.right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1279px) {
  #comming .maxwidth0 #map {
    height: 48rem;
  }
  #comming .parking .item-wrap {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
  }
  #comming .information .info .time-table {
    width: 295px;
  }
  #comming .information .info .time-table li .hour {
    white-space: nowrap;
  }
  #comming .information .info .notice {
    width: 295px;
  }
  #comming .information .info .tel {
    width: 295px;
  }
  #comming .information .info p {
    width: 295px;
  }
  #comming .information .info .naver-blog-wrap {
    width: 295px;
  }
  #comming .information .info.left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #comming .information .info.right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #comming {
    padding-top: 4rem;
  }
  #comming .maxwidth0 .common-title {
    padding-bottom: 2rem;
  }
  #comming .maxwidth0 .map-wrap .map {
    padding: 0 2rem;
  }
  #comming .maxwidth0 .map-wrap .map a {
    gap: 1.5rem;
  }
  #comming .maxwidth0 .map-wrap .map a img {
    width: 4rem;
  }
  #comming .maxwidth0 .map-wrap .map a span {
    font-size: 2rem;
  }
  #comming .maxwidth0 .map-wrap .map:first-child {
    padding-left: 0;
  }
  #comming .maxwidth0 .map-wrap .map:last-child {
    padding-right: 0;
  }
  #comming .maxwidth0 #map {
    height: 90vw;
  }
  #comming .parking {
    padding-top: 4rem;
  }
  #comming .parking .common-title {
    padding-bottom: 1rem;
  }
  #comming .parking .item-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  #comming .parking .item-wrap .item .figure {
    padding-bottom: 1.5rem;
  }
  #comming .information {
    position: relative;
    padding-left: 15px;
    flex-direction: column;
    gap: 5rem;
  }
  #comming .information .info {
    width: 100%;
  }
  #comming .information .info h2 {
    font-size: 4.7rem;
  }
  #comming .information .info .naver-blog-wrap .naver-blog .left img {
    width: 2.3rem;
  }
  #comming .information .info .naver-blog-wrap .naver-blog .left span {
    font-size: 2.5rem;
  }
  #comming .information .info .naver-blog-wrap .naver-blog .right img {
    width: 20px;
  }
  #comming .information .info.left {
    align-items: flex-start;
    border-right: none;
  }
  #comming .information .info.right {
    align-items: flex-start;
  }
  #comming .information::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #eee;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 359px) {
  #comming .maxwidth0 .map-wrap .map {
    padding: 0 1rem;
  }
  #comming .maxwidth0 .map-wrap .map a {
    gap: 1rem;
  }
}
.doctor-popup {
  opacity: 0;
  pointer-events: none;
  transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  width: 100%;
  height: 100%;
  z-index: 10002;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-popup .popup-close {
  margin-left: auto;
  border-radius: 20px;
  background-color: #174a89;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 8.7rem;
  height: 4.2rem;
  z-index: 10001;
  margin-bottom: 10px;
  cursor: pointer;
}
.doctor-popup .popup-close img {
  width: 2.2rem;
}
.doctor-popup .maxwidth3 {
  width: calc(1200px - 8.3333333333vw);
  padding: 0 4.1666666667vw;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
.doctor-popup .maxwidth3 .profile {
  padding-top: 10rem;
  padding-bottom: 17rem;
  position: relative;
}
.doctor-popup .maxwidth3 .profile .txt {
  padding-top: 3rem;
}
.doctor-popup .maxwidth3 .profile .txt .title .symbol {
  width: 6.1rem;
  padding-bottom: 2.5rem;
}
.doctor-popup .maxwidth3 .profile .txt .title .cmt1 {
  white-space: nowrap;
}
.doctor-popup .maxwidth3 .profile .txt .list-wrap {
  display: flex;
  gap: 3rem;
}
.doctor-popup .maxwidth3 .profile .txt .list-wrap ul li {
  line-height: 1.3888888889;
  white-space: nowrap;
  position: relative;
  padding-left: 0.8rem;
}
.doctor-popup .maxwidth3 .profile .txt .list-wrap ul li::before {
  position: absolute;
  content: "·";
  left: 0;
}
.doctor-popup .maxwidth3 .profile .doctor {
  position: absolute;
  bottom: 0;
  right: -4rem;
}
.doctor-popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

@media (max-width: 1279px) {
  .doctor-popup {
    width: calc(100% - 40px);
  }
  .doctor-popup .maxwidth3 {
    width: calc(100% - 40px);
    padding: 0 20px;
    position: relative;
  }
  .doctor-popup .maxwidth3 .profile {
    display: flex;
    padding-top: 3rem;
    padding-bottom: 0rem;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .doctor-popup .maxwidth3 .profile .txt {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .doctor-popup .maxwidth3 .profile .txt .title .symbol {
    width: 6.1rem;
    padding-bottom: 2.5rem;
  }
  .doctor-popup .maxwidth3 .profile .txt .title .cmt1 {
    white-space: nowrap;
  }
  .doctor-popup .maxwidth3 .profile .txt .list-wrap {
    display: flex;
    gap: 3rem;
  }
  .doctor-popup .maxwidth3 .profile .txt .list-wrap ul li {
    line-height: 1.3888888889;
    white-space: unset;
    position: relative;
    padding-left: 0.8rem;
  }
  .doctor-popup .maxwidth3 .profile .txt .list-wrap ul li::before {
    position: absolute;
    content: "·";
    left: 0;
  }
  .doctor-popup .maxwidth3 .profile .doctor {
    width: 80%;
    padding-top: 10rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
    bottom: unset;
    right: unset;
  }
}
@media (max-width: 767px) {
  .doctor-popup {
    align-items: flex-start;
    width: calc(100% - 20px);
  }
  .doctor-popup .inner {
    padding: 20px 0;
  }
  .doctor-popup .inner .popup-close {
    width: 8rem;
    height: 4.5rem;
  }
  .doctor-popup .inner .maxwidth3 {
    padding: 0 15px;
  }
  .doctor-popup .inner .maxwidth3 .profile {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 0rem;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
  }
  .doctor-popup .inner .maxwidth3 .profile .txt {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .doctor-popup .inner .maxwidth3 .profile .txt .title .symbol {
    width: 6.1rem;
    padding-bottom: 2.5rem;
  }
  .doctor-popup .inner .maxwidth3 .profile .txt .title .cmt1 {
    white-space: nowrap;
  }
  .doctor-popup .inner .maxwidth3 .profile .txt .list-wrap {
    display: flex;
    gap: 3rem;
  }
  .doctor-popup .inner .maxwidth3 .profile .txt .list-wrap ul li {
    line-height: 1.3888888889;
    white-space: unset;
    position: relative;
    padding-left: 0.8rem;
  }
  .doctor-popup .inner .maxwidth3 .profile .txt .list-wrap ul li::before {
    position: absolute;
    content: "·";
    left: 0;
  }
  .doctor-popup .inner .maxwidth3 .profile .doctor {
    width: 80%;
    padding-top: 0rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    bottom: unset;
    right: unset;
  }
}/*# sourceMappingURL=main.css.map */