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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom {
  transform: scale(0);
}

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

.fade {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width {
  width: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* main-swiper */
.main-swiper {
  position: relative;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100 - 190px);
}
.main-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt {
  padding: 0 30px;
  text-align: center;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt > div {
  overflow: hidden;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 {
  margin-bottom: 3.1rem;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 span {
  font-size: 1.2rem;
  letter-spacing: 0.29em;
  line-height: 1;
  vertical-align: top;
  display: block;
  text-transform: uppercase;
  color: #dedede;
  letter-spacing: 0.27em;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 {
  margin-bottom: 3.5rem;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 {
  font-size: 5.2rem;
  letter-spacing: -0.05em;
  line-height: 1.25;
  color: #fff;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt03 p {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.3;
  color: #fff;
}
.main-swiper .main-arrow {
  background-repeat: no-repeat;
  width: 24px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.main-swiper .main-swiper-prev {
  background-image: url("../img/main_swiper_prev.png");
  left: 16%;
}
.main-swiper .main-swiper-next {
  background-image: url("../img/main_swiper_next.png");
  right: 16%;
}

@media (max-width: 1279px) {
  .main-swiper {
    margin-top: 59.5px;
    height: calc(var(--vh, 1vh) * 100 - 59.5px);
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 span {
    font-size: 1rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 {
    font-size: 4.2rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt03 p {
    font-size: 2rem;
  }
  .main-swiper .main-arrow {
    background-size: 80%;
  }
  .main-swiper .main-swiper-prev {
    left: 6.5%;
  }
  .main-swiper .main-swiper-next {
    right: 6.5%;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .main-swiper {
    margin-top: 50px;
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 {
    font-size: 3.2rem;
  }
  .main-swiper .main-arrow {
    display: none;
  }
}
/* iframe-wrap */
.iframe-wrap {
  position: absolute;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 190px);
  top: 190px;
  left: 0;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .iframe-wrap {
    top: 59.5px;
    height: calc(var(--vh, 1vh) * 100 - 59.5px);
  }
}
@media (max-width: 767px) {
  .iframe-wrap {
    top: 50px;
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
}
/* section01 - 의료진 소개 */
#section01 {
  padding-top: 16rem;
}
#section01 .merits {
  position: relative;
  margin-top: 7.4rem;
}
#section01 .merits .mwidth {
  max-width: 1500px;
}
#section01 .merits .mwidth .merits-wrap {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}
#section01 .merits .mwidth .merits-wrap .merit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#section01 .merits .mwidth .merits-wrap .merit .icon {
  flex-shrink: 0;
  padding-right: 3rem;
}
#section01 .merits .mwidth .merits-wrap .merit .txt {
  padding-left: 3rem;
  border-left: 1px solid rgba(131, 131, 131, 0.6);
}
#section01 .merits .mwidth .merits-wrap .merit .txt h4 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #1f4288;
  padding-bottom: 1rem;
}
#section01 .merits .mwidth .merits-wrap .merit .txt p {
  font-size: 1.6rem;
  line-height: 1.375;
}
#section01 .merits::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #e4edff;
  transition: all 1.5s ease 0.5s;
  z-index: -1;
}
#section01 .merits.animate::before {
  height: 100%;
}
#section01 .medical-team {
  position: relative;
}
#section01 .medical-team .profile {
  padding: 8.8rem 0 3rem;
  background-color: #f7f6f1;
}
#section01 .medical-team .profile .mwidth {
  display: flex;
}
#section01 .medical-team .profile .mwidth .virtual {
  width: 50%;
}
#section01 .medical-team .profile .mwidth .list {
  position: relative;
  z-index: 2;
  width: 50%;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap {
  padding-bottom: 4.8rem;
  display: flex;
  gap: 3.8rem;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap .ttl h4 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #1f4288;
  padding-bottom: 1.5rem;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap .ttl h3 {
  font-size: 4rem;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap .ttl h3 b {
  font-size: 5.2rem;
  font-weight: 800;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap .awards {
  padding-top: 1.2rem;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap .awards img:first-child {
  display: inline-block;
  margin-right: 2rem;
  width: 10.7rem;
}
#section01 .medical-team .profile .mwidth .list .ttl-wrap .awards img:last-child {
  width: 11.8rem;
}
#section01 .medical-team .profile .mwidth .list ul li {
  line-height: 1.65;
  letter-spacing: -0.05em;
}
#section01 .medical-team .profile .mwidth .list ul li.br {
  padding-bottom: 3.1rem;
}
#section01 .medical-team .profile .mwidth .list ul li.title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1f4288;
  padding-bottom: 3rem;
}
#section01 .medical-team .thesis {
  padding: 3.3rem 0 7rem;
  background-color: #1f4288;
}
#section01 .medical-team .thesis .mwidth {
  display: flex;
}
#section01 .medical-team .thesis .mwidth .virtual {
  width: 50%;
}
#section01 .medical-team .thesis .mwidth .list {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 50%;
}
#section01 .medical-team .thesis .mwidth .list span {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 12rem;
  height: 6.2rem;
  border-radius: 3rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 4.8rem;
}
#section01 .medical-team .thesis .mwidth .list ul li {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  counter-increment: number;
  position: relative;
  padding-left: 2rem;
}
#section01 .medical-team .thesis .mwidth .list ul li::before {
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
}
#section01 .medical-team .doctor {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 1;
}
@media (max-width: 1279px) {
  #section01 .merits .mwidth .merits-wrap {
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
  }
  #section01 .merits .mwidth .merits-wrap .merit {
    width: 41rem;
    margin: 0 auto;
    flex: unset;
    justify-content: flex-start;
  }
  #section01 .merits .mwidth .merits-wrap .merit .icon {
    padding-right: 2rem;
    flex-shrink: 0;
    width: 8rem;
  }
  #section01 .merits .mwidth .merits-wrap .merit .icon img {
    transform: scale(0.85);
  }
  #section01 .merits .mwidth .merits-wrap .merit .txt {
    padding-right: 3.5rem;
  }
  #section01 .merits .mwidth .merits-wrap .merit .txt h4 {
    font-size: 2.2rem;
  }
  #section01 .merits .mwidth .merits-wrap .merit .txt p {
    white-space: nowrap;
    font-size: 1.85rem;
  }
  #section01 .merits .mwidth .merits-wrap .merit:nth-child(2) .icon img {
    transform: scale(0.6);
  }
  #section01 .medical-team .profile .mwidth .virtual {
    display: none;
  }
  #section01 .medical-team .profile .mwidth .list {
    width: 100%;
  }
  #section01 .medical-team .thesis .mwidth .virtual {
    display: none;
  }
  #section01 .medical-team .thesis .mwidth .list {
    width: 100%;
  }
  #section01 .medical-team .doctor {
    padding-top: 10rem;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #section01 .medical-team .doctor img {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  #section01 .merits .mwidth .merits-wrap .merit {
    width: 100%;
  }
  #section01 .merits .mwidth .merits-wrap .merit .icon img {
    transform: scale(0.75);
  }
  #section01 .merits .mwidth .merits-wrap .merit .txt p {
    white-space: unset;
  }
  #section01 .merits .mwidth .merits-wrap .merit:nth-child(2) .icon img {
    transform: scale(0.5);
  }
  #section01 .medical-team .profile .mwidth .list .ttl-wrap {
    gap: 1rem;
    flex-direction: column;
  }
  #section01 .medical-team .profile .mwidth .list .ttl-wrap .ttl h4 {
    padding-bottom: 0.5rem;
    font-size: 2.7rem;
  }
  #section01 .medical-team .profile .mwidth .list .ttl-wrap .ttl h3 b {
    font-size: 4.5rem;
  }
  #section01 .medical-team .profile .mwidth .list .ttl-wrap .awards img:first-child {
    width: 9rem;
    margin-right: 1rem;
  }
  #section01 .medical-team .profile .mwidth .list .ttl-wrap .awards img:last-child {
    width: 10rem;
  }
  #section01 .medical-team .profile .mwidth .list ul li {
    font-size: 1.85rem;
  }
  #section01 .medical-team .profile .mwidth .list ul li span {
    display: block;
    margin-left: 1rem;
  }
  #section01 .medical-team .thesis .mwidth .list span {
    font-size: 2.1rem;
    height: 5.5rem;
    width: 11rem;
  }
  #section01 .medical-team .thesis .mwidth .list ul li {
    font-size: 1.85rem;
  }
  #section01 .medical-team .doctor img {
    max-width: 300px;
  }
}
/* pain-wrap */
@media (min-width: 1921px) {
  #wrap .pain-wrap.pc .main-page .pain-banner {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wrap .pain-wrap.pc .sub-page .sub {
    width: 100%;
    height: 100%;
  }
  #wrap .pain-wrap.pc .sub-page .sub > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pain-wrap.mo {
  display: none;
}

.pain-wrap.pc {
  position: relative;
  overflow: hidden;
}
.pain-wrap.pc .main-page {
  transition: all 1.5s ease 0s;
  position: relative;
  background-color: #f7f6f1;
}
.pain-wrap.pc .main-page::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f7f6f1;
  width: 150vw;
  height: 150vw;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  left: 50%;
  filter: blur(30px);
  transform: translate(-50%, -50%);
  transition: all 1.25s ease 0.2s;
}
.pain-wrap.pc .main-page.animate::before {
  width: 0;
  height: 0;
}
.pain-wrap.pc .main-page .pointer {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 3.4375vw;
}
.pain-wrap.pc .main-page .pointer.upper01 {
  top: 7.5%;
  left: 16%;
}
.pain-wrap.pc .main-page .pointer.upper02 {
  top: 23%;
  left: 12.5%;
}
.pain-wrap.pc .main-page .pointer.upper03 {
  top: 30%;
  left: 18.5%;
}
.pain-wrap.pc .main-page .pointer.upper04 {
  top: 45%;
  left: 11.5%;
}
.pain-wrap.pc .main-page .pointer.upper05 {
  bottom: 33%;
  left: 18.5%;
}
.pain-wrap.pc .main-page .pointer.upper06 {
  bottom: 24%;
  left: 12%;
}
.pain-wrap.pc .main-page .pointer.upper07 {
  bottom: 10%;
  left: 23.5%;
}
.pain-wrap.pc .main-page .pointer.lower01 {
  top: 12.5%;
  right: 13.5%;
}
.pain-wrap.pc .main-page .pointer.lower02 {
  top: 48.5%;
  right: 12.8%;
}
.pain-wrap.pc .main-page .pointer.lower03 {
  bottom: 4%;
  right: 13.5%;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .mwidth .txt-wrap > div {
  overflow: hidden;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt01 {
  margin-bottom: 2.083vw;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt01 img {
  display: block;
  margin: 0 auto 1.4583333333vw;
  width: 3.8541666667vw;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt01 span {
  font-size: 1.2rem;
  letter-spacing: 0.29em;
  line-height: 1;
  vertical-align: top;
  display: block;
  text-transform: uppercase;
  font-size: 0.625vw;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt02 {
  margin-bottom: 1.8229166667vw;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt02 h2 {
  font-size: 2.7083333333vw;
  line-height: 1.25;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt03 {
  margin-bottom: 2.239583vw;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .txt03 p {
  font-size: 1.1458333333vw;
  font-weight: 300;
  line-height: 1.318;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button-wrap {
  display: flex;
  align-items: center;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button-wrap img {
  position: absolute;
  width: 12.1875vw;
  z-index: -1;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button-wrap img.arrow-left {
  left: 0;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button-wrap img.arrow-right {
  right: 0;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button-wrap .button {
  width: 18.3vw;
  border-radius: 4.2447916667vw;
  background-color: #1f4288;
  display: block;
  margin: 0 auto;
  padding: 1.9010416667vw 0;
  font-size: 1.3541666667vw;
  color: #fff;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button-wrap .button b {
  font-weight: 900;
  font-size: 2.3958333333vw;
  color: #00f1d7;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap.hide {
  visibility: hidden;
}
.pain-wrap.pc .sub-page .sub {
  opacity: 0;
  filter: blur(30px);
  transform: scale(3) translate(32%, 28%) rotateY(90deg);
  transition: all 1.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.pain-wrap.pc .sub-page .sub .box-wrap {
  display: flex;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  z-index: 11;
}
.pain-wrap.pc .sub-page .sub .box-wrap .virtual {
  width: 47.5%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt {
  width: 52.5%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt h2 {
  font-size: 2.7083vw;
  font-weight: 800;
  color: #1f4288;
  padding-bottom: 1.8229166667vw;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt p {
  font-size: 1.1458333333vw;
  padding-bottom: 2.6041666667vw;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul {
  padding-bottom: 2.7083333333vw;
  display: flex;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  color: #fff;
  font-size: 1.0416666667vw;
  margin: 0 -0.4166666667vw;
  width: 8.2291666667vw;
  height: 8.2291666667vw;
  border-radius: 50%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul li:nth-child(even) {
  background-color: #0b2456;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul li:nth-child(odd) {
  background-color: #1f4288;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .button {
  cursor: pointer;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background-color: #fff;
  border-radius: 50%;
  border: 0.1041666667vw solid #1f4288;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .button img {
  width: 2.4479166667vw;
}
.pain-wrap.pc .sub-page .sub .box-wrap.reverse {
  flex-direction: row-reverse;
}
.pain-wrap.pc .sub-page .sub .box-wrap.reverse .virtual {
  width: 50%;
}
.pain-wrap.pc .sub-page .sub .box-wrap.reverse .txt {
  width: 50%;
  padding-left: 15%;
}
.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: 1279px) {
  .pain-wrap.pc {
    display: none;
  }
  .pain-wrap.mo {
    position: relative;
    overflow: hidden;
    background-color: #f7f6f1;
    padding-top: 13.5rem;
    display: block;
  }
  .pain-wrap.mo .main-page {
    position: relative;
    z-index: 3;
  }
  .pain-wrap.mo .main-page .txt-wrap {
    margin-bottom: 6rem;
    text-align: center;
  }
  .pain-wrap.mo .main-page .txt-wrap > div {
    overflow: hidden;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt01 {
    margin-bottom: 4rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt01 img {
    display: block;
    margin: 0 auto 2.8rem;
    width: 7.4rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt01 span {
    font-size: 1.2rem;
    letter-spacing: 0.29em;
    line-height: 1;
    vertical-align: top;
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt02 {
    margin-bottom: 3.5rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt02 h2 {
    font-size: 5.2rem;
    line-height: 1.25;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt03 {
    margin-bottom: 4.3rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt03 p {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.318;
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap img {
    animation: arrow_ani_down 1.2s 1s infinite cubic-bezier(0.76, 0, 0.24, 1);
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap .button {
    position: relative;
    z-index: 3;
    width: 35.2rem;
    border-radius: 8.15rem;
    background-color: #1f4288;
    display: block;
    padding: 3.65rem 0;
    font-size: 2.6rem;
    color: #fff;
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap .button b {
    font-weight: 900;
    font-size: 4.6rem;
    color: #00f1d7;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide .inner {
    display: inline-block;
    position: relative;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide .inner .pointer {
    position: absolute;
    z-index: 30;
    cursor: pointer;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper01 {
    left: 42%;
    top: 0;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper02 {
    left: 31%;
    top: 15%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper03 {
    right: 36%;
    top: 21%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper04 {
    left: 27%;
    top: 36%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper05 {
    left: 53%;
    bottom: 44%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper06 {
    left: 30%;
    bottom: 35%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.upper .inner .pointer.upper07 {
    right: 16%;
    bottom: 23%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.lower .inner .pointer.lower01 {
    left: 40%;
    top: 15%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.lower .inner .pointer.lower02 {
    right: 40%;
    top: 52.5%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide.lower .inner .pointer.lower03 {
    left: 40%;
    bottom: 0%;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation {
    padding: 3.5rem 0 6rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav {
    width: 16.5rem;
    height: 7.5rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #fff;
    font-size: 3rem;
    border: 2px solid #1f4288;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav.active {
    background-color: #1f4288;
    color: #fff;
    font-weight: 800;
  }
  .pain-wrap.mo .sub-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pain-wrap.mo .sub-page .sub {
    opacity: 0;
    filter: blur(30px);
    transform: scale(3) translate(32%, 28%) rotateY(90deg);
    transition: all 1.5s ease 0s;
    background-color: #f7f6f1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
    align-items: center;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap {
    padding: 0 30px;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt h2 {
    font-size: 5.2rem;
    font-weight: 800;
    color: #1f4288;
    padding-bottom: 3.5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p {
    font-size: 2.2rem;
    padding-bottom: 5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul {
    padding-bottom: 5.2rem;
    display: flex;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin: 0 -0.8rem;
    width: 15.8rem;
    height: 15.8rem;
    border-radius: 50%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li:nth-child(even) {
    background-color: #0b2456;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li:nth-child(odd) {
    background-color: #1f4288;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .button {
    width: 10rem;
    height: 10rem;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #1f4288;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .button img {
    width: 4.7rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure {
    padding-top: 7.5rem;
    display: flex;
    justify-content: center;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure img {
    width: 500px;
  }
  .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: 767px) {
  .pain-wrap.mo .main-page .txt-wrap {
    margin-bottom: 5rem;
    padding: 0 15px;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt01 {
    margin-bottom: 4rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt01 img {
    display: block;
    margin: 0 auto 2.8rem;
    width: 5rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt01 span {
    font-size: 1.2rem;
    letter-spacing: 0.29em;
    line-height: 1;
    vertical-align: top;
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt02 {
    margin-bottom: 3.5rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt02 h2 {
    font-size: 3.6rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt03 {
    margin-bottom: 4.3rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .txt03 p {
    font-size: 2.2rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap img {
    width: 3.3rem;
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap .button {
    position: relative;
    z-index: 3;
    width: 26rem;
    border-radius: 8.15rem;
    display: block;
    padding: 2.2rem 0;
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .pain-wrap.mo .main-page .txt-wrap .button-wrap .button b {
    font-size: 3.4rem;
  }
  .pain-wrap.mo .main-page .body-swiper {
    position: relative;
    padding-bottom: 5rem;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper {
    padding-top: 0;
    height: 100%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide .inner {
    width: 75%;
    display: inline-block;
    position: relative;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-wrapper .swiper-slide .inner .pointer {
    position: absolute;
    z-index: 3;
    width: 10vw;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation {
    gap: 2rem;
    z-index: 9;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav {
    width: 12.5rem;
    height: 5.5rem;
    border-radius: 10rem;
    cursor: pointer;
    background-color: #fff;
    font-size: 2.4rem;
  }
  .pain-wrap.mo .sub-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt h2 {
    font-size: 4.5rem;
    font-weight: 800;
    color: #1f4288;
    padding-bottom: 3.5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p {
    font-size: 2rem;
    padding-bottom: 5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p br {
    display: none;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul {
    padding-bottom: 5.2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 1.8rem;
    margin: -1rem;
    width: 15.8rem;
    height: 15.8rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .button {
    width: 7.5rem;
    height: 7.5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .button img {
    width: 3.8rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure img {
    width: 500px;
  }
  .pain-wrap.mo .sub-page .sub.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    z-index: 100;
  }
}
/* article - 유튜브 */
.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.7%;
  padding-bottom: 0.7rem;
}
.youtube .inner-box .txt-area .main-txt h3 {
  font-size: 4.2rem;
  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: 900;
}
.youtube .inner-box .txt-area .sub-txt p {
  font-weight: 400;
  font-size: 1.8rem;
  padding-bottom: 8.5rem;
  line-height: 1.3;
}
.youtube .inner-box .txt-area .sub-txt a {
  font-weight: 800;
  font-size: 1.8rem;
  color: #1f4288;
  background-color: transparent;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 2px solid #1f4288;
  width: 23.9rem;
  height: 6.2rem;
  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: 59.8rem;
  height: 33.6rem;
}
.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: #d2cfba;
}
.youtube::after {
  width: 46.9%;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #1f4288;
  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 > 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: 7rem;
    width: 23rem;
  }
  .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: #1f4288;
    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: 10px;
    padding-left: 10px;
    display: flex;
    align-items: flex-end;
    width: unset;
    padding-bottom: 0rem;
    margin-bottom: 4rem;
    justify-content: space-between;
    gap: 20px;
  }
  .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: 5.5rem;
    line-height: 4.5rem;
    font-size: 1.85rem;
  }
  .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: #1f4288;
    content: "";
    display: block;
    position: absolute;
  }
}
/* section02 - 척추·관절 클리닉 */
#section02 {
  padding-top: 12.4rem;
}
#section02 .clinic-wrap {
  margin-top: 10rem;
  position: relative;
}
#section02 .clinic-wrap .btns {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  padding: 0 2.5rem;
  gap: 0.6rem;
  z-index: 2;
}
#section02 .clinic-wrap .btns li {
  box-sizing: border-box;
  background-color: #fff;
  width: 29.7rem;
  height: 6.7rem;
  border: 1px solid #0b2456;
  cursor: pointer;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.35s ease-in-out 0s;
}
#section02 .clinic-wrap .btns li.active {
  background-color: #1f4288;
  font-weight: 800;
  color: #fff;
}
#section02 .clinic-wrap .clinic {
  position: relative;
  padding: 15.1rem 0 10.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap {
  display: flex;
  width: 100%;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt {
  width: 50%;
  padding: 9rem 5.5%;
  background-color: #fff;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner {
  overflow: hidden;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner h2 {
  font-size: 5rem;
  padding-bottom: 5.5rem;
  line-height: 1.12;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner p {
  font-size: 2.2rem;
  padding-bottom: 8.5rem;
  line-height: 1.3636363636;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner p br {
  display: none;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .ttl-btns {
  display: inline-block;
  margin-bottom: 3.2rem;
  border: 1px solid #e2dbd6;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .ttl-btns li {
  cursor: pointer;
  float: left;
  font-size: 2.2rem;
  width: 12.5rem;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.35s ease-in-out 0s;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .ttl-btns li:not(:last-child) {
  border-right: 1px solid #e2dbd6;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .ttl-btns li.active {
  font-weight: 800;
  background-color: #1f4288;
  color: #fff;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap {
  overflow: hidden;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc {
  display: none;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc h4 {
  font-size: 2.2rem;
  color: #1f4288;
  font-weight: 800;
  padding-bottom: 3.2rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc ul li {
  font-size: 2rem;
  line-height: 1.5;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.desc01 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.desc01 ul li {
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1.3rem 0;
  border: 2px solid #1f4288;
  box-sizing: border-box;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.active {
  display: block;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt {
  width: 50%;
  background-color: #fff;
  padding-top: 8rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top {
  padding-left: 15%;
  padding-right: 20px;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top h3 {
  font-size: 3rem;
  padding-bottom: 4rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top p {
  padding-bottom: 4.7rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul {
  display: flex;
  padding-bottom: 4.8rem;
  margin-left: -1rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li {
  margin: 0 -1rem;
  padding-top: 2.7rem;
  width: 16rem;
  height: 16rem;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li .icon {
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.5rem;
  filter: brightness(100);
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li p {
  font-size: 1.7rem;
  color: #fff;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li:nth-child(even) {
  background-color: #0b2456;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li:nth-child(odd) {
  background-color: #1f4288;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-bottom {
  background-color: #f5f8ff;
  padding: 4.5rem 20px 2.2rem 15%;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-bottom .inner h3 {
  font-size: 2.5rem;
  padding-bottom: 3.5rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-bottom .inner ul li {
  padding-bottom: 2.6rem;
  position: relative;
  padding-left: 3.5rem;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-bottom .inner ul li::before {
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/sc02_check.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap.reverse {
  flex-direction: row-reverse;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap .figure {
  overflow: hidden;
  width: 50%;
  background-color: #fff;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap .figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section02 .clinic-wrap .clinic .mwidth .box-wrap:first-child {
  height: 87rem;
  margin-bottom: 4rem;
}
#section02 .clinic-wrap .clinic.active {
  display: block;
}
#section02 .clinic-wrap .clinic.clinic01 {
  background-image: url("../img/sc02_bg01.png");
}
#section02 .clinic-wrap .clinic.clinic02 {
  background-image: url("../img/sc02_bg02.png");
}

@media (max-width: 1279px) {
  #section02 .clinic-wrap .clinic .mwidth .box-wrap {
    flex-direction: column-reverse;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap:first-child {
    height: 131.5rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt {
    width: 89%;
    height: 80rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner p br {
    display: block;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.desc01 ul li {
    width: 150px;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt {
    width: 100%;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top {
    padding: 0 5.5%;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li .icon img {
    transform: scale(0.75);
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-bottom {
    padding: 4.5rem 5.5% 2.2rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.reverse {
    flex-direction: column-reverse;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap .figure {
    width: 100%;
    height: 600px;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  #section02 .clinic-wrap .btns li {
    width: 18rem;
    height: 5.4rem;
    font-size: 1.85rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner h2 {
    font-size: 4rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner p {
    font-size: 2rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .ttl-btns {
    display: flex;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .ttl-btns li {
    font-size: 2rem;
    float: unset;
    flex: 1;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc ul li {
    font-size: 1.9rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.desc01 {
    width: 100%;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.desc01 ul {
    grid-template-columns: 1fr 1fr;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner .desc-wrap .desc.desc01 ul li {
    font-size: 1.85rem;
    width: 100%;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li {
    width: 40vw;
    height: 40vw;
    margin: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li .icon {
    padding-bottom: 1rem;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top ul li .icon img {
    transform: scale(0.55);
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap .figure {
    height: 250px;
  }
}
@media (max-width: 500px) {
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.top .txt .inner p br {
    display: none;
  }
  #section02 .clinic-wrap .clinic .mwidth .box-wrap.bottom .txt .txt-top > p br {
    display: none;
  }
}
/* section09 - 교통사고 클리닉 */
#section09 {
  padding-top: 8rem;
}
#section09 .mwidth .title-txt {
  margin-bottom: 8rem;
}
#section09 .mwidth .item-wrap {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
#section09 .bottom-area {
  background-attachment: fixed;
  padding: 19.5rem 0 14.5rem;
  margin-top: -6.9rem;
  background-image: url("../img/sc09_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section09 .bottom-area .mwidth .title {
  color: #fff;
  text-align: center;
  padding-bottom: 6rem;
}
#section09 .bottom-area .mwidth .title h3 {
  font-size: 3rem;
  padding-bottom: 3.5rem;
}
#section09 .bottom-area .mwidth .title p {
  font-size: 1.8rem;
}
#section09 .bottom-area .mwidth .figure {
  display: flex;
  justify-content: center;
}
@media (max-width: 1279px) {
  #section09 .mwidth .item-wrap {
    flex-direction: column;
    align-items: center;
  }
  #section09 .bottom-area {
    background-attachment: unset;
  }
}
/* section03 - 비수술통증 클리닉 */
#section03 {
  padding: 12.3rem 0 13.2rem;
  background-color: #f7f7f7;
}
#section03 .mwidth .clinic-wrap {
  position: relative;
  margin: 11.7rem 0 10.1rem;
}
#section03 .mwidth .clinic-wrap .btns {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  padding: 0 2.5rem;
  gap: 0.6rem;
}
#section03 .mwidth .clinic-wrap .btns li {
  box-sizing: border-box;
  background-color: #fff;
  width: 29.7rem;
  height: 6.7rem;
  border: 1px solid #0b2456;
  cursor: pointer;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.35s ease-in-out 0s;
}
#section03 .mwidth .clinic-wrap .btns li.active {
  background-color: #1f4288;
  font-weight: 800;
  color: #fff;
}
#section03 .mwidth .clinic-wrap .clinic {
  display: none;
  padding: 12rem 0;
}
#section03 .mwidth .clinic-wrap .clinic .ttl {
  padding: 0rem 0 5.4rem;
  text-align: center;
}
#section03 .mwidth .clinic-wrap .clinic .ttl h2 {
  font-size: 4.2rem;
  padding-bottom: 2rem;
}
#section03 .mwidth .clinic-wrap .clinic .ttl p {
  font-size: 1.8rem;
}
#section03 .mwidth .clinic-wrap .clinic .box-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.1rem;
       column-gap: 2.1rem;
  justify-content: center;
  row-gap: 4.5rem;
}
#section03 .mwidth .clinic-wrap .clinic .box-wrap .box {
  width: calc(50% - 1.05rem);
  overflow: hidden;
}
#section03 .mwidth .clinic-wrap .clinic .box-wrap .box .txt {
  padding-top: 3rem;
}
#section03 .mwidth .clinic-wrap .clinic .box-wrap .box .txt h4 {
  font-size: 2.5rem;
  color: #1f4288;
  font-weight: 800;
  padding-bottom: 1.8rem;
}
#section03 .mwidth .clinic-wrap .clinic .step-wrap {
  max-width: 1317px;
  margin: 6rem auto 0;
  display: flex;
  justify-content: center;
  gap: 1.1rem;
}
#section03 .mwidth .clinic-wrap .clinic .step-wrap .step {
  background-color: #f8f8f8;
  border-top: 1px solid #1f4288;
  border-bottom: 1px solid #1f4288;
  box-sizing: border-box;
  flex: 1;
}
#section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt {
  text-align: center;
  padding-top: 3.7rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3.7rem;
}
#section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt h4 {
  font-size: 2.5rem;
  color: #1f4288;
  font-weight: 800;
  padding-bottom: 2rem;
}
#section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt p {
  line-height: 1.4;
}
#section03 .mwidth .clinic-wrap .clinic.active {
  display: block;
}
#section03 .mwidth .equip-wrap {
  margin: 7.1rem auto 0;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
#section03 .mwidth .equip-wrap .equip {
  overflow: hidden;
  background-color: #fff;
  padding: 2.8rem;
}
#section03 .mwidth .equip-wrap .equip .inner .figure {
  position: relative;
}
#section03 .mwidth .equip-wrap .equip .inner .figure .tag {
  position: absolute;
  left: -2.8rem;
  bottom: 4.4rem;
  background-color: #2763bb;
  color: #fff;
  font-weight: 900;
  font-size: 1.725rem;
  width: 10.3rem;
  height: 9.1rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
#section03 .mwidth .equip-wrap .equip .inner .txt {
  padding-top: 4.1rem;
}
#section03 .mwidth .equip-wrap .equip .inner .txt h4 {
  font-size: 2.2rem;
  font-weight: 800;
  padding-bottom: 1.5rem;
}
#section03 .mwidth .equip-wrap .equip .inner .txt p {
  font-size: 1.8rem;
}

@media (max-width: 1279px) {
  #section03 .mwidth .clinic-wrap .clinic .ttl h2 {
    font-size: 3.6rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .box-wrap .box .txt p {
    font-size: 1.9rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .box-wrap .box .txt p br {
    display: none;
  }
  #section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt h4 {
    font-size: 2.3rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt p {
    font-size: 1.8rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .step-wrap .step .inner .txt p br {
    display: none;
  }
  #section03 .mwidth .equip-wrap {
    gap: 1rem;
  }
  #section03 .mwidth .equip-wrap .equip {
    padding: 1.8rem;
  }
  #section03 .mwidth .equip-wrap .equip .inner .figure .tag {
    left: -1.8rem;
    font-size: 1.4rem;
    height: 7rem;
    width: 8.5rem;
    bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #section03 .mwidth .clinic-wrap .btns li {
    width: 18rem;
    height: 5.4rem;
    font-size: 1.85rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .ttl h2 {
    font-size: 3.2rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .box-wrap .box {
    width: 100%;
  }
  #section03 .mwidth .clinic-wrap .clinic .step-wrap {
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 3rem;
  }
  #section03 .mwidth .clinic-wrap .clinic .step-wrap .step {
    height: 22rem;
    flex: unset;
    width: calc(50% - 0.5rem);
  }
  #section03 .mwidth .equip-wrap {
    grid-template-columns: 1fr 1fr;
  }
  #section03 .mwidth .equip-wrap .equip .inner .figure .tag {
    font-size: 1.3rem;
    height: 5rem;
    width: 8.5rem;
    bottom: 1rem;
  }
}
/* section04 - 도수ㆍ운동 클리닉 */
#section04 {
  padding-top: 8rem;
}
#section04 .mwidth .circle-wrap {
  margin: 4.5rem 0;
  display: flex;
  justify-content: center;
}
#section04 .mwidth .circle-wrap .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23.9rem;
  height: 23.9rem;
  border-radius: 50%;
  background-color: #1f4288;
  margin: 0 -1.2rem;
  text-align: center;
}
#section04 .mwidth .circle-wrap .circle .icon {
  padding-bottom: 2.5rem;
  height: 4.6rem;
}
#section04 .mwidth .circle-wrap .circle h4 {
  font-size: 2.2rem;
  font-weight: 800;
  padding-bottom: 1.9rem;
  color: #fff;
}
#section04 .mwidth .circle-wrap .circle p {
  font-size: 1.6rem;
  line-height: 1.31;
  color: #fff;
}
#section04 .mwidth .item-wrap {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
#section04 .mwidth .item-wrap .item {
  flex: 1;
}
#section04 .mwidth .item-wrap .item .figure {
  width: 100%;
  position: relative;
}
#section04 .mwidth .item-wrap .item .figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section04 .mwidth .item-wrap .item .figure .ttl {
  width: 78%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
#section04 .mwidth .item-wrap .item .figure .ttl .num {
  width: 19%;
  height: 6.9rem;
  background-color: #1f4288;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 800;
  color: #fff;
  font-size: 1.6rem;
  flex-shrink: 0;
}
#section04 .mwidth .item-wrap .item .figure .ttl .name {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  width: 81%;
  height: 6.9rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  background-color: #000;
}
#section04 .mwidth .item-wrap .item .txt {
  background-color: #fff;
}
#section04 .mwidth .item-wrap .item .txt p {
  padding: 3.7rem 5% 3.7rem 5%;
  word-break: keep-all;
}
#section04 .bg-area {
  padding-top: 21.2rem;
  padding-bottom: 10.5rem;
  margin-top: -14.2rem;
  background-image: url("../img/sc04_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section04 .bg-area .txt-wrap .main-txt {
  color: #fff;
  padding-bottom: 5.5rem;
  text-align: center;
}
#section04 .bg-area .txt-wrap .main-txt h3 {
  font-size: 3rem;
  padding-bottom: 3.7rem;
}
#section04 .bg-area .txt-wrap .main-txt p {
  font-size: 1.8rem;
}
#section04 .bg-area .txt-wrap .sub-txt {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
#section04 .bg-area .txt-wrap .sub-txt li {
  position: relative;
  padding: 0 10.5rem;
}
#section04 .bg-area .txt-wrap .sub-txt li h4 {
  font-size: 2.2rem;
  font-weight: 800;
  padding-bottom: 1.5rem;
}
#section04 .bg-area .txt-wrap .sub-txt li p {
  font-size: 1.85rem;
  line-height: 1.333;
}
#section04 .bg-area .txt-wrap .sub-txt li:not(:last-child) {
  border-right: 1px solid #5c8cc9;
}
#section04 .bg-area .txt-wrap .sub-txt li:first-child {
  padding-left: 0;
}
#section04 .bg-area .txt-wrap .sub-txt li:last-child {
  padding-right: 0;
}

@media (max-width: 1279px) {
  #section04 .mwidth .circle-wrap .circle .icon img {
    transform: scale(0.75);
    transform-origin: bottom center;
  }
  #section04 .mwidth .item-wrap {
    margin: 0 -8px;
    gap: 0.75rem;
  }
  #section04 .mwidth .item-wrap .item .figure .ttl .num {
    height: 5rem;
  }
  #section04 .mwidth .item-wrap .item .figure .ttl .name {
    height: 5rem;
    font-size: 1.9rem;
  }
  #section04 .mwidth .item-wrap .item .txt p {
    font-size: 1.8rem;
  }
  #section04 .bg-area .txt-wrap .sub-txt li {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  #section04 .mwidth .title-txt {
    margin: 0 -5px;
  }
  #section04 .mwidth .title-txt .title-txt02 h2 {
    font-size: 3rem;
  }
  #section04 .mwidth .circle-wrap {
    flex-wrap: wrap;
  }
  #section04 .mwidth .circle-wrap .circle {
    justify-content: flex-start;
    width: 25rem;
    height: 25rem;
    margin: -0.8rem;
  }
  #section04 .mwidth .circle-wrap .circle .icon {
    height: 6rem;
    padding-top: 2rem;
  }
  #section04 .mwidth .circle-wrap .circle .icon img {
    transform-origin: bottom center;
    transform: scale(0.6);
  }
  #section04 .mwidth .circle-wrap .circle h4 {
    padding-bottom: 1.5rem;
  }
  #section04 .mwidth .item-wrap {
    flex-direction: column;
  }
  #section04 .mwidth .item-wrap .item .figure .ttl .num {
    height: 6.5rem;
  }
  #section04 .mwidth .item-wrap .item .figure .ttl .name {
    height: 6.5rem;
  }
  #section04 .bg-area .txt-wrap {
    padding: 0 25px;
  }
  #section04 .bg-area .txt-wrap .main-txt h3 {
    font-size: 2.7rem;
  }
  #section04 .bg-area .txt-wrap .sub-txt {
    flex-direction: column;
  }
  #section04 .bg-area .txt-wrap .sub-txt li {
    position: relative;
    padding: 3rem 0;
  }
  #section04 .bg-area .txt-wrap .sub-txt li:not(:last-child) {
    border-right: none;
  }
  #section04 .bg-area .txt-wrap .sub-txt li::after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #5c8cc9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* section05 - 신경통증 클리닉 */
#section05 {
  padding-top: 11.1rem;
}
#section05 .clinic-wrap {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 12.8rem;
  padding: 15.1rem 0 13.7rem;
}
#section05 .clinic-wrap .btns {
  position: absolute;
  box-sizing: border-box;
  top: -3.35rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 0 2.5rem;
  gap: 0.6rem;
}
#section05 .clinic-wrap .btns li {
  background-color: #fff;
  width: 29.7rem;
  height: 6.7rem;
  border: 1px solid #0b2456;
  cursor: pointer;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.35s ease-in-out 0s;
}
#section05 .clinic-wrap .btns li.active {
  background-color: #1f4288;
  font-weight: 800;
  color: #fff;
}
#section05 .clinic-wrap .mwidth .clinic {
  display: none;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap {
  display: flex;
  justify-content: center;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt {
  overflow: hidden;
  padding: 13.5rem 8% 0rem 5%;
  background-color: #fff;
  width: 37%;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt h2 {
  font-size: 5rem;
  padding-bottom: 5.5rem;
  line-height: 1.12;
  word-break: keep-all;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt p {
  font-size: 2.2rem;
  padding-bottom: 5.5rem;
  line-height: 1.36;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .ttl-btns {
  display: inline-block;
  margin-bottom: 3.2rem;
  border: 1px solid #e2dbd6;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .ttl-btns li {
  cursor: pointer;
  float: left;
  font-size: 2.2rem;
  width: 12.5rem;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.35s ease-in-out 0s;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .ttl-btns li:not(:last-child) {
  border-right: 1px solid #e2dbd6;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .ttl-btns li.active {
  font-weight: 800;
  background-color: #1f4288;
  color: #fff;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .desc-wrap {
  overflow: hidden;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .desc-wrap .desc {
  display: none;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .desc-wrap .desc li {
  font-size: 2rem;
  line-height: 1.5;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .desc-wrap .desc li.ttl {
  font-size: 2.2rem;
  padding-bottom: 2.3rem;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .desc-wrap .desc.active {
  display: block;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .figure {
  position: relative;
  overflow: hidden;
  width: 50%;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap .figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease 0.3s;
  position: relative;
  z-index: 2;
}
#section05 .clinic-wrap .mwidth .clinic .box-wrap.reverse {
  flex-direction: row-reverse;
}
#section05 .clinic-wrap .mwidth .clinic.active {
  display: block;
}

@media (max-width: 1279px) {
  #section05 .clinic-wrap {
    padding: 15.1rem 0 0rem;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap {
    flex-direction: column;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .txt {
    padding: 13.5rem 5% 13.5rem;
    width: 90%;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .figure {
    width: 100%;
    height: 800px;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .figure img {
    width: 100%;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap.reverse {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #section05 .clinic-wrap {
    padding: 10rem 0 0rem;
  }
  #section05 .clinic-wrap .btns {
    top: -2.7rem;
  }
  #section05 .clinic-wrap .btns li {
    width: 18rem;
    height: 5.4rem;
    font-size: 1.85rem;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .txt {
    height: 75rem;
    padding: 10rem 5%;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .txt h2 {
    font-size: 4rem;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .txt p {
    font-size: 2rem;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .ttl-btns {
    display: flex;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .txt .ttl-btns li {
    flex: 1;
  }
  #section05 .clinic-wrap .mwidth .clinic .box-wrap .figure {
    height: 350px;
  }
}
/* section06 - 영양수액클리닉 */
#section06 {
  padding: 13.5rem 0;
}
#section06 .mwidth .title-txt .title-txt01 {
  margin-bottom: 4.8rem;
}
#section06 .mwidth .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin: 4.4rem 0 5.3rem;
}
#section06 .mwidth .circle-wrap .circle {
  width: 25.4rem;
  height: 25.4rem;
  border-radius: 50%;
  background-color: #f7f6f1;
  position: relative;
}
#section06 .mwidth .circle-wrap .circle .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 22.1rem;
  height: 22.1rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #1f4288;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#section06 .mwidth .circle-wrap .circle .inner .txt {
  text-align: center;
}
#section06 .mwidth .circle-wrap .circle .inner .txt h4 {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  padding-bottom: 1.8rem;
  color: #1f4288;
  text-transform: uppercase;
}
#section06 .mwidth .circle-wrap .circle .inner .txt p {
  font-size: 2rem;
  line-height: 1.28;
}
#section06 .mwidth .circle-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 0rem;
  height: 100%;
  box-sizing: border-box;
  border-top: 1px dashed #1f4288;
  top: 12.6rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s ease 0.5s;
}
#section06 .mwidth .circle-wrap.animate::before {
  width: 90.2rem;
}
#section06 .mwidth .item-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#section06 .mwidth .item-wrap .item .picture {
  padding-bottom: 2.4rem;
}
#section06 .mwidth .item-wrap .item h3 {
  text-align: center;
  padding-bottom: 1.2rem;
  font-weight: 800;
  color: #1f4288;
  font-size: 2.6rem;
  letter-spacing: -0.05em;
}
#section06 .mwidth .item-wrap .item p {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

@media (max-width: 1279px) {
  #section06 .mwidth .item-wrap {
    flex-wrap: wrap;
    row-gap: 5rem;
  }
  #section06 .mwidth .item-wrap .item {
    width: calc(25% - 0.75rem);
  }
  #section06 .mwidth .item-wrap .item .picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  #section06 .mwidth .circle-wrap {
    flex-direction: column;
    align-items: center;
  }
  #section06 .mwidth .circle-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    box-sizing: border-box;
    border-top: none;
    border-left: 1px dashed #1f4288;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section06 .mwidth .circle-wrap.animate::before {
    width: 1px;
    height: 90.2rem;
    transform: translate(-50%, -50%);
  }
  #section06 .mwidth .item-wrap .item {
    width: calc(50% - 0.5rem);
  }
}
/* section07 - 둘러보기 */
#section07 {
  position: relative;
  padding: 11.9rem 0 14.4rem;
  overflow: hidden;
}
#section07::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 3s linear 0.25s;
  transform: scale(1.2);
  background-image: url("../img/sc07_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#section07.animate::before {
  transform: scale(1);
}
#section07 .mwidth {
  padding: 0 10rem;
  max-width: 1500px;
}
#section07 .mwidth .title-txt {
  margin-bottom: 7.5rem;
  color: #fff;
}
#section07 .mwidth .title-txt img {
  filter: brightness(100);
}
#section07 .mwidth .title-txt span {
  color: #fff;
}
#section07 .mwidth .sub-swiper {
  position: relative;
}
#section07 .mwidth .sub-swiper .swiper-wrapper .swiper-slide img {
  border-radius: 2rem;
}
#section07 .mwidth .sub-swiper .sub-arrow {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 78px;
  z-index: 100;
  cursor: pointer;
}
#section07 .mwidth .sub-swiper .sub-swiper-prev {
  background-image: url("../img/sub_swiper_prev.png");
  left: -7%;
}
#section07 .mwidth .sub-swiper .sub-swiper-next {
  background-image: url("../img/sub_swiper_next.png");
  right: -7%;
}
#section07 .mwidth .thumb-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.7rem;
  gap: 3px;
}
#section07 .mwidth .thumb-btn li {
  position: relative;
  height: 15.3rem;
  width: calc(20% - 2.4px);
}
#section07 .mwidth .thumb-btn li img {
  border-radius: 1.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section07 .mwidth .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.5rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 800;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.25s;
}
#section07 .mwidth .thumb-btn li.active::before {
  opacity: 1;
}

@media (max-width: 1279px) {
  #section07 .mwidth {
    padding: 0 20px;
  }
  #section07 .mwidth .sub-swiper .sub-arrow {
    background-size: 60%;
  }
  #section07 .mwidth .sub-swiper .sub-swiper-prev {
    left: 3%;
  }
  #section07 .mwidth .sub-swiper .sub-swiper-next {
    right: 3%;
    background-position: right center;
  }
  #section07 .mwidth .thumb-btn li {
    height: 12vw;
  }
  #section07 .mwidth .thumb-btn li::before {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  #section07 .mwidth {
    padding: 0 15px;
  }
  #section07 .mwidth .sub-swiper .swiper-wrapper .swiper-slide img {
    border-radius: 1.5rem;
  }
  #section07 .mwidth .sub-swiper .sub-arrow {
    display: none;
  }
  #section07 .mwidth .thumb-btn li img {
    border-radius: 1rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #section07 .mwidth .thumb-btn li::before {
    font-size: 11px;
  }
}
/* section08 - 오시는 길 */
#section08 {
  padding-top: 7.1rem;
}
#section08 .mwidth .title-txt .title-txt02 {
  margin-bottom: 1.5rem;
}
#section08 .mwidth .title-txt p {
  font-size: 2.2rem;
}
#section08 .mwidth .map-wrap {
  padding: 5.7rem 0 7.8rem;
  display: flex;
  justify-content: center;
}
#section08 .mwidth .map-wrap .map {
  padding: 0 7.3rem;
}
#section08 .mwidth .map-wrap .map a {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#section08 .mwidth .map-wrap .map a img {
  width: 5.1rem;
}
#section08 .mwidth .map-wrap .map:not(:last-child) {
  border-right: 1px solid #ccc;
}
#section08 .box-wrap {
  display: flex;
}
#section08 .box-wrap #map {
  width: 56.7%;
}
#section08 .box-wrap #map iframe {
  width: 100%;
  height: 100%;
}
#section08 .box-wrap .information {
  width: 35.3%;
  padding: 7.3rem 3% 9.5rem 5%;
}
#section08 .box-wrap .information .info {
  display: flex;
  gap: 6.4rem;
}
#section08 .box-wrap .information .info h3 {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
#section08 .box-wrap .information .info .time-table {
  padding-bottom: 2rem;
}
#section08 .box-wrap .information .info .time-table li {
  font-size: 2.2rem;
  line-height: 1.7;
}
#section08 .box-wrap .information .info .time-table li .day {
  display: inline-block;
  width: 13.5rem;
}
#section08 .box-wrap .information .info .notice li {
  font-size: 1.8rem;
  line-height: 1.35;
}
#section08 .box-wrap .information .info .tel {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: -0.025em;
}
#section08 .box-wrap .information .info.top {
  padding-bottom: 5rem;
  border-bottom: 1px solid #ccc;
}
#section08 .box-wrap .information .info.bottom {
  padding-top: 5rem;
  gap: 1.7rem;
}

@media (max-width: 1279px) {
  #section08 .box-wrap .information .info {
    gap: 4rem;
  }
  #section08 .box-wrap .information .info .time-table li {
    display: flex;
    flex-direction: column;
  }
  #section08 .box-wrap .information .info .time-table li .hour {
    padding-left: 1rem;
  }
  #section08 .box-wrap .information .info.top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #section08 .mwidth .title-txt p {
    font-size: 2rem;
  }
  #section08 .mwidth .map-wrap .map {
    padding: 0 2.5rem;
  }
  #section08 .mwidth .map-wrap .map a img {
    width: 4rem;
  }
  #section08 .mwidth .map-wrap .map a span {
    font-size: 1.8rem;
  }
  #section08 .mwidth .map-wrap .map:first-child {
    padding-left: 0;
  }
  #section08 .mwidth .map-wrap .map:last-child {
    padding-right: 0;
  }
  #section08 .box-wrap {
    flex-direction: column;
  }
  #section08 .box-wrap #map {
    height: 37.5rem;
    width: 100%;
  }
  #section08 .box-wrap .information {
    padding: 7.3rem 3rem 9.5rem;
    width: calc(100% - 6rem);
  }
  #section08 .box-wrap .information .info .time-table li {
    flex-direction: row;
  }
  #section08 .box-wrap .information .info.top {
    flex-direction: column;
  }
  #section08 .box-wrap .information .info.bottom {
    flex-direction: column;
  }
}
/* title-txt */
.title-txt {
  text-align: center;
}
.title-txt > div {
  overflow: hidden;
}
.title-txt .title-txt01 {
  margin-bottom: 2.7rem;
}
.title-txt .title-txt01 img {
  width: 7.4rem;
}
.title-txt .title-txt01 span {
  font-size: 1.2rem;
  letter-spacing: 0.29em;
  line-height: 1;
  vertical-align: top;
  display: block;
  text-transform: uppercase;
  color: #1f4288;
  margin-top: 2.1rem;
}
.title-txt .title-txt02 {
  margin-bottom: 2.5rem;
}
.title-txt .title-txt02 h2 {
  font-size: 4.2rem;
  letter-spacing: -0.05em;
}
.title-txt .title-txt03 p {
  font-size: 2rem;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .title-txt .title-txt01 img {
    width: 4.5rem;
  }
  .title-txt .title-txt01 span {
    font-size: 0.9rem;
  }
  .title-txt .title-txt02 h2 {
    font-size: 3.6rem;
  }
  .title-txt .title-txt03 p {
    font-size: 1.85rem;
  }
}/*# sourceMappingURL=main.css.map */